From 29f52b06b5ad3f2e3b78053b8fc21a984e5e7162 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 5 Feb 2004 09:11:45 +0000 Subject: [PATCH] * 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 --- buildconf | 3 +++ 1 file changed, 3 insertions(+) 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` -- 2.40.0