]> granicus.if.org Git - apache/commitdiff
* buildconf: Clean autoconf cache after running autoconf too.
authorJoe Orton <jorton@apache.org>
Thu, 5 Feb 2004 09:11:45 +0000 (09:11 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 5 Feb 2004 09:11:45 +0000 (09:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102510 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 172805eec2a5a74735e1f5ccd6d74f9390d441b7..15d447146139700c8ce4ca6208b8d56c9362d100 100755 (executable)
--- 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`