]> granicus.if.org Git - php/commitdiff
Improve speed on subsequent runs of buildconf
authorSascha Schumann <sas@php.net>
Fri, 23 Jul 1999 19:37:59 +0000 (19:37 +0000)
committerSascha Schumann <sas@php.net>
Fri, 23 Jul 1999 19:37:59 +0000 (19:37 +0000)
buildconf

index 947d93473c49068def8f8582eeaffe9cc22000ae..4c2b872525b7550bb73f8031e48a52ec55facd1e 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -3,6 +3,8 @@
 # do some version checking for the tools we use
 if test "$1" = "--force"; then
     shift
+elif test buildconf.stamp -nt buildconf ; then 
+    :
 else
     echo "buildconf: checking installation..."
 
@@ -61,9 +63,8 @@ else
        echo "           to build PHP from CVS."
        exit 1
     fi
-
-    # The stuff from libtool we need is in CVS right now, so it is
-    # not required to run buildconf.
+    
+    touch buildconf.stamp
 fi
 
 if test "$1" = "--copy"; then