summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2003-01-07 22:02:19 +0000
committerGreg Ames <gregames@apache.org>2003-01-07 22:02:19 +0000
commit237213fc74450d433f7ab67d42cbb3a455e8d0f3 (patch)
tree1a65053fdd69dd32af1091fdac2dfb0f509c3f2c /configure.in
parent7c24115d5c2f1bbe8a1e1359a05d9c509233cb3b (diff)
downloadhttpd-237213fc74450d433f7ab67d42cbb3a455e8d0f3.tar.gz
switch back to using srclib/apr/build for AC_CONFIG_AUX_DIR so DSOs can be
built with libtool < 1.4. This is expected to be temporary until the complete platform independent APR-less build system can be integrated into the stable branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d26594354a..c99085e3db 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_PREREQ(2.13)
AC_INIT(ABOUT_APACHE)
AC_CONFIG_HEADER(include/ap_config_auto.h)
-AC_CONFIG_AUX_DIR(build)
+AC_CONFIG_AUX_DIR(srclib/apr/build)
dnl #
dnl # Include our own M4 macros along with those for APR and libtool