From: Joe Orton Date: Thu, 5 Feb 2004 09:11:45 +0000 (+0000) Subject: * buildconf: Clean autoconf cache after running autoconf too. X-Git-Tag: pre_ajp_proxy~732 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29f52b06b5ad3f2e3b78053b8fc21a984e5e7162;p=apache * buildconf: Clean autoconf cache after running autoconf too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102510 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/buildconf b/buildconf index 172805eec2..15d4471461 100755 --- a/buildconf +++ b/buildconf @@ -185,6 +185,9 @@ echo rebuilding configure rm -f config.cache ${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning" +# Remove autoconf 2.5x's cache directory +rm -rf autom4te*.cache + if [ -f `which cut` ]; then echo rebuilding rpm spec file ( VMMN=`build/get-version.sh mmn include/ap_mmn.h MODULE_MAGIC_NUMBER`