]> granicus.if.org Git - php/commitdiff
This should sort the buildconf bug...
authorZeev Suraski <zeev@php.net>
Mon, 2 Aug 1999 21:43:37 +0000 (21:43 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 2 Aug 1999 21:43:37 +0000 (21:43 +0000)
buildconf

index 1524dfff55dda49a77472b197581669391433ad1..4ea8b51d9581e23bfd972060d8e14fb0efd03561 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+supplied_flag=$1
+
 # do some version checking for the tools we use
 if test "$1" = "--force"; then
     shift
@@ -67,7 +69,7 @@ else
     touch buildconf.stamp
 fi
 
-if test "$1" = "--copy"; then
+if test "$supplied_flag" = "--copy"; then
     automake_flags=--copy
 fi