From: Sascha Schumann Date: Fri, 23 Jul 1999 19:37:59 +0000 (+0000) Subject: Improve speed on subsequent runs of buildconf X-Git-Tag: php-4.0b2~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=270be258d3e4f6366e05aa863f4f4935c6c61951;p=php Improve speed on subsequent runs of buildconf --- diff --git a/buildconf b/buildconf index 947d93473c..4c2b872525 100755 --- 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