From: Ryan Bloom Date: Sat, 7 Oct 2000 18:16:41 +0000 (+0000) Subject: sysconfdir should use { and } instead of ( and ), because it is used in X-Git-Tag: APACHE_2_0_ALPHA_7~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa6cec8a2ac0d02b3836417e1bb1e330f084cb04;p=apache sysconfdir should use { and } instead of ( and ), because it is used in apxs Submitted by: Simon Geard Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index a596cfc597..e4349a4486 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -387,7 +387,7 @@ if test -z "$LAYOUT"; then iconsdir='$(prefix)/icons' cgidir='$(prefix)/cgi-bin' logdir='$(prefix)/logs' - sysconfdir='$(prefix)/conf' + sysconfdir='${prefix}/conf' layout_name=Apache else APACHE_LAYOUT($srcdir/../config.layout, $LAYOUT)