From: Justin Erenkrantz Date: Fri, 2 Aug 2002 03:42:12 +0000 (+0000) Subject: Ensure that we toss the autom4te.cache directory before running autoconf. X-Git-Tag: 2.0.40~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8123fedaba0e586fa3418e25c96b94da2460bef0;p=apache 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 --- 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;;