]> granicus.if.org Git - apache/commitdiff
* buildconf: Remove the autom4te cache from srclib/pcre too,
authorJoe Orton <jorton@apache.org>
Fri, 19 Nov 2004 13:55:31 +0000 (13:55 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 19 Nov 2004 13:55:31 +0000 (13:55 +0000)
before and after running autoconf.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105819 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index d642b121a762c4f5c735b328c8002c9ae4ccdfdd..1850e340b7102683fb541354df6a8781e716cab6 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -86,8 +86,8 @@ touch .deps
 rm -f aclocal.m4
 rm -f generated_lists
 
-# Remove autoconf 2.5x's cache directory
-rm -rf autom4te*.cache
+# Remove autoconf 2.5x cache directories
+rm -rf autom4te*.cache srclib/pcre/autom4te*.cache
 
 case "`uname`" in
 *BSD/OS*)
@@ -147,8 +147,8 @@ 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
+# Remove autoconf 2.5x cache directories
+rm -rf autom4te*.cache srclib/pcre/autom4te*.cache
 
 if [ -f `which cut` ]; then
   echo rebuilding rpm spec file