]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Completely revamp configure so that it preserves the standard make
authorRoy T. Fielding <fielding@apache.org>
Sun, 29 Apr 2001 05:24:11 +0000 (05:24 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sun, 29 Apr 2001 05:24:11 +0000 (05:24 +0000)
commitf1f5f01fdbacc32f785df43b94acfd6d6dbdfe4b
tree8ef14138ddf6b62c758dca169f8a348c9de1792e
parent6a6e54f29e5f7683bd4afd0183e7c342a1dd5599
Completely revamp configure so that it preserves the standard make
variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
the configure additions to EXTRA_* variables.  Also, allow the user
to specify NOTEST_* values for all of the above, which eliminates the
need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM.  Fix the setting
of INCLUDES and EXTRA_INCLUDES.  Check flags as they are added to
avoid pointless duplications.  Fix the order in which flags are given
on the compile and link lines.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88960 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
CHANGES
INSTALL
acinclude.m4
build/rules.mk
configure.in
hints.m4
modules/aaa/config.m4
modules/cache/config.m4
modules/dav/main/config5.m4
modules/echo/config.m4
modules/filters/config.m4
modules/generators/config5.m4
modules/mappers/config9.m4
modules/metadata/config.m4
modules/tls/config.m4
os/beos/config.m4
os/os2/config.m4
server/Makefile.in
server/config.m4
server/mpm/spmt_os2/config5.m4