From: Aaron Bannert Date: Thu, 14 Mar 2002 17:18:33 +0000 (+0000) Subject: Fix a comment about the / appended to config.layout variables X-Git-Tag: CHANGES~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a86a96acc9365b585344d8b45261a5c0ce8b168;p=thirdparty%2Fapache%2Fhttpd.git Fix a comment about the / appended to config.layout variables postpended with a '+' character. We don't currently support --target (and as Thom pointed out, --target means something completely different to Autoconf). Also change the default for '+' replacement to 'apache2' so 1.3 and 2.0 can coexist on such distributions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 728bff454b8..38c5e58698a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -341,7 +341,7 @@ AC_DEFUN(APACHE_LAYOUT,[ addtarget=yes fi if test "$addtarget" = "yes"; then - val="$val/apache" + val="$val/apache2" fi fi eval "$var='$val'" diff --git a/config.layout b/config.layout index d43d946a3ec..10f1e2bfc8c 100644 --- a/config.layout +++ b/config.layout @@ -5,8 +5,8 @@ ## - layouts can be loaded with configure's --with-layout=ID option ## - when no --with-layout option is given, the default layout is `Apache' ## - a trailing plus character (`+') on paths is replaced with a -## `/' suffix where is the the argument from -## option --target (defaults to `httpd'). +## `/' suffix where is currently hardcoded to 'apache2'. +## (This may become a configurable parameter at some point.) ## # Classical Apache path layout.