summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-08-02 03:42:12 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-08-02 03:42:12 +0000
commit8123fedaba0e586fa3418e25c96b94da2460bef0 (patch)
tree971395325149f99e04b1cc90a8815feb09a12637 /buildconf
parent569ab1642f6cd1f04e7b1d2b55cf0a2b7bda58c4 (diff)
downloadhttpd-8123fedaba0e586fa3418e25c96b94da2460bef0.tar.gz
Ensure that we toss the autom4te.cache directory before running autoconf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96284 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 cc73fb85f7..a16aa60cec 100755
--- a/buildconf
+++ b/buildconf
@@ -88,6 +88,9 @@ touch .deps
rm -f aclocal.m4
rm -f generated_lists
+# Remove autoconf 2.5x's cache directory
+rm -rf autom4te*.cache
+
case "`uname`" in
*BSD/OS*)
./build/bsd_makefile;;