summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>1999-12-20 04:38:26 +0000
committerManoj Kasichainula <manoj@apache.org>1999-12-20 04:38:26 +0000
commitc90bca7e6c004545f442ae78d87a0334ebc95cd6 (patch)
treecbd3abf31ff4ce1d17e54424adff670a4bb89524 /buildconf
parent74b8962e410f0afc7d2d0082174fd493ef2bd305 (diff)
downloadhttpd-c90bca7e6c004545f442ae78d87a0334ebc95cd6.tar.gz
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
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 1 insertions, 3 deletions
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