summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>1999-12-20 01:44:59 +0000
committerManoj Kasichainula <manoj@apache.org>1999-12-20 01:44:59 +0000
commit7ae5490a0015b02e7eb989bff075517647d16941 (patch)
tree4a09548c6451d32d934f8661faba54785c705612 /buildconf
parent8467d26cce3a89e2d44669298227ee5d5eab248c (diff)
downloadhttpd-7ae5490a0015b02e7eb989bff075517647d16941.tar.gz
We need to run autoheader to compile APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 14d8a61ea1..e24712f7e1 100755
--- 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"