summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf7
1 files changed, 4 insertions, 3 deletions
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