From: Manoj Kasichainula Date: Mon, 20 Dec 1999 04:38:26 +0000 (+0000) Subject: Don't actually run ./configure in buildconf, it wastes lots of time if X-Git-Tag: 1.3.10~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c90bca7e6c004545f442ae78d87a0334ebc95cd6;p=apache Don't actually run ./configure in buildconf, it wastes lots of time if we want to use ./configure's flags, among other things. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/buildconf b/buildconf index 6baa0fd13b..01b3987f78 100755 --- a/buildconf +++ b/buildconf @@ -123,8 +123,6 @@ fi cd ../.. -# Now run the configs... - +# Remove cached config data rm -f config.cache -./configure