From aa6cec8a2ac0d02b3836417e1bb1e330f084cb04 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 7 Oct 2000 18:16:41 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0