]> granicus.if.org Git - apache/commitdiff
Ensure that we toss the autom4te.cache directory before running autoconf.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 2 Aug 2002 03:42:12 +0000 (03:42 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 2 Aug 2002 03:42:12 +0000 (03:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96284 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index cc73fb85f7c224908dfef9a8542fccdff38cc04e..a16aa60ceca1a50971f0ac10c5591f9009cd2697 100755 (executable)
--- 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;;