From: Manoj Kasichainula Date: Mon, 20 Dec 1999 04:34:45 +0000 (+0000) Subject: We actually don't have to remove config.cache, because X-Git-Tag: 1.3.10~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b8962e410f0afc7d2d0082174fd493ef2bd305;p=thirdparty%2Fapache%2Fhttpd.git We actually don't have to remove config.cache, because AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84331 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/buildconf b/buildconf index 942701562f7..6baa0fd13bc 100755 --- a/buildconf +++ b/buildconf @@ -110,7 +110,6 @@ fi echo "buildconf: setting up APR" cd lib/apr -rm -f config.cache mv configure configure.old 2>/dev/null autoheader