]> granicus.if.org Git - apache/commitdiff
We need to run autoheader to compile APR.
authorManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 01:44:59 +0000 (01:44 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 01:44:59 +0000 (01:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84324 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 14d8a61ea1578e40ce67c1650bb5eb3dab1b4dc5..e24712f7e12653f156773044da9e19271cd0eeef 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -112,6 +112,7 @@ echo "buildconf: setting up APR"
 cd lib/apr
 
 mv configure configure.old 2>/dev/null
+autoheader
 autoconf
 if cmp configure.old configure > /dev/null 2>&1; then
     echo "buildconf: keeping configure"