You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/02/26 22:31:45 UTC

cvs commit: httpd-2.0 acinclude.m4

trawick     02/02/26 13:31:45

  Modified:    .        acinclude.m4
  Log:
  fix some problems with variables in config_vars.mk
  
  Submitted by:	Aaron Bannert
  Tested by:	Jeff Trawick
  
  Revision  Changes    Path
  1.110     +1 -1      httpd-2.0/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/acinclude.m4,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- acinclude.m4	10 Jan 2002 04:55:19 -0000	1.109
  +++ acinclude.m4	26 Feb 2002 21:31:45 -0000	1.110
  @@ -310,7 +310,7 @@
           ;;
       esac
       val=`echo $val | sed -e 's:\(.\)/*$:\1:'`
  -    val=`echo $val | sed -e 's:[\$]\([a-z_]*\):$(\1):g'`
  +    val=`echo $val | sed -e 's:[\$]\([a-z_]*\):${\1}:g'`
       if test "$autosuffix" = "yes"; then
         if echo $val | grep apache >/dev/null; then
           addtarget=no