]> granicus.if.org Git - apache/commitdiff
Don't actually run ./configure in buildconf, it wastes lots of time if
authorManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 04:38:26 +0000 (04:38 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 04:38:26 +0000 (04:38 +0000)
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

buildconf

index 6baa0fd13bc7759cf521cc9439eda816d499eebe..01b3987f789fd8cc0dd82b09480e98a41f54983d 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -123,8 +123,6 @@ fi
 
 cd ../..
 
-# Now run the configs...
-
+# Remove cached config data
 rm -f config.cache
-./configure