From: Jeff Trawick Date: Tue, 26 Feb 2002 21:31:45 +0000 (+0000) Subject: fix some problems with variables in config_vars.mk X-Git-Tag: 2.0.33~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3247f72a9984cfb5f752d499f91cca624f1afd9f;p=apache fix some problems with variables in config_vars.mk Submitted by: Aaron Bannert Tested by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93581 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index dc47ddc01b..3f7286c16f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -310,7 +310,7 @@ AC_DEFUN(APACHE_LAYOUT,[ ;; 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