summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-02-05 09:11:45 +0000
committerJoe Orton <jorton@apache.org>2004-02-05 09:11:45 +0000
commit29f52b06b5ad3f2e3b78053b8fc21a984e5e7162 (patch)
tree53f2656e778ebdcd923f288094dd5406c1fd7fcf /buildconf
parent7d9f84e1dcbddbb5fd4479cc7ecb6a5570340010 (diff)
downloadhttpd-29f52b06b5ad3f2e3b78053b8fc21a984e5e7162.tar.gz
* 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
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 3 insertions, 0 deletions
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`