From: Manoj Kasichainula Date: Mon, 20 Dec 1999 02:36:13 +0000 (+0000) Subject: Put back the removing of config.cache. Also add a -f flag to the rm to X-Git-Tag: 1.3.10~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a754c241a64e2670ade031bd24ccd3351c5c0b6;p=apache Put back the removing of config.cache. Also add a -f flag to the rm to eliminate a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84328 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/buildconf b/buildconf index 998318d22c..942701562f 100755 --- a/buildconf +++ b/buildconf @@ -110,6 +110,7 @@ fi echo "buildconf: setting up APR" cd lib/apr +rm -f config.cache mv configure configure.old 2>/dev/null autoheader @@ -125,6 +126,6 @@ cd ../.. # Now run the configs... -rm config.cache +rm -f config.cache ./configure