Make Apache's configure script run APR's.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Manoj Kasichainula
1999-12-20 01:54:39 +00:00
parent 7ae5490a00
commit d90986d3cd
2 changed files with 3 additions and 3 deletions

View File

@ -128,6 +128,3 @@ cd ../..
rm config.cache
./configure
cd lib/apr
rm config.cache
./configure

View 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