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
addtarget=yes
fi
if test "$addtarget" = "yes"; then
- val="$val/apache"
+ val="$val/apache2"
fi
fi
eval "$var='$val'"
## - 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
-## `/<target>' suffix where <target> is the the argument from
-## option --target (defaults to `httpd').
+## `/<target>' suffix where <target> is currently hardcoded to 'apache2'.
+## (This may become a configurable parameter at some point.)
##
# Classical Apache path layout.