diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-03-24 10:43:06 +0100 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-03-24 10:43:06 +0100 |
commit | 30bf9d3e4217f6654d9be288db1162148aaf2517 (patch) | |
tree | a6c5c7b3b6689488e97356512e6486baf6e56cf2 /acinclude.m4 | |
parent | Remove some unused bits and improve comments. (diff) | |
download | apache2-30bf9d3e4217f6654d9be288db1162148aaf2517.tar.xz apache2-30bf9d3e4217f6654d9be288db1162148aaf2517.zip |
Untangled the buildconf script and eliminated the need for build's
aclocal.m4, generated_lists, build.mk, build2.mk, and a host of other
libtool muck that is now under srclib/apr/build. More to follow.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 90b91011b2..ecb2b35080 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -181,12 +181,6 @@ AC_DEFUN(APACHE_ONCE,[ fi ]) -sinclude(srclib/apr/build/apr_common.m4) -sinclude(srclib/apr/build/apr_network.m4) -sinclude(srclib/apr/build/apr_threads.m4) -sinclude(srclib/apr/build/apr_hints.m4) -sinclude(hints.m4) - dnl APACHE_MODPATH_INIT(modpath) AC_DEFUN(APACHE_MODPATH_INIT,[ current_dir=$1 |