]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move the dropped '--enable-layout' subdir logic into APR_SUBDIR_CONFIG macro
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 5 Apr 2003 21:46:40 +0000 (21:46 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 5 Apr 2003 21:46:40 +0000 (21:46 +0000)
commit54d92feb126700f425686e570ea5d7618754a96a
tree9b1ebcfb9782eb47ca8697ce72609548d3dda6bc
parentd802d011be857f4a35f2ed00cd9f800e5a65ffe9
Move the dropped '--enable-layout' subdir logic into APR_SUBDIR_CONFIG macro
as a third parameter rather than manually computing it ourselves.

Add the ' prefix'd --enable-layout so that this can work with an autoconf-2.54+
generated configure.  (Previously, the option would not be dropped with 2.54
or 2.57 since it unconditionally adds single-quotes which our case statement
would not catch.)

Try to shorten long invocations of APR_SUBDIR_CONFIG where possible.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99257 13f79535-47bb-0310-9956-ffa450edef68
configure.in