You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/11/19 14:55:32 UTC

svn commit: r105819 - httpd/httpd/trunk

Author: jorton
Date: Fri Nov 19 05:55:31 2004
New Revision: 105819

Modified:
   httpd/httpd/trunk/buildconf
Log:
* buildconf: Remove the autom4te cache from srclib/pcre too,
before and after running autoconf.


Modified: httpd/httpd/trunk/buildconf
==============================================================================
--- httpd/httpd/trunk/buildconf	(original)
+++ httpd/httpd/trunk/buildconf	Fri Nov 19 05:55:31 2004
@@ -86,8 +86,8 @@
 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 @@
 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