]> granicus.if.org Git - apache/commitdiff
Make Apache's configure script run APR's.
authorManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 01:54:39 +0000 (01:54 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 01:54:39 +0000 (01:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84325 13f79535-47bb-0310-9956-ffa450edef68

buildconf
configure.in

index e24712f7e12653f156773044da9e19271cd0eeef..998318d22c0b16b47e2245bbc0b0b9523d1c0ed0 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -128,6 +128,3 @@ cd ../..
 rm config.cache
 ./configure
 
-cd lib/apr
-rm config.cache
-./configure
index 248c0c3d2be52baff50d981e30c10ea8beccce21..b57260a8ced9ec6d8dfa1b9506a3b0d59885cb17 100644 (file)
@@ -21,6 +21,9 @@ test -z "$CFLAGS" && auto_cflags=1
 dnl Needed for APACHE_MODULE() to work
 cwd=`pwd`
 
+dnl ## Run configure for packages Apache uses
+AC_CONFIG_SUBDIRS(lib/apr)
+
 dnl ## Check for programs
 
 AC_PROG_AWK