From: Manoj Kasichainula Date: Mon, 20 Dec 1999 01:44:59 +0000 (+0000) Subject: We need to run autoheader to compile APR. X-Git-Tag: 1.3.10~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae5490a0015b02e7eb989bff075517647d16941;p=apache 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 --- 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"