diff options
author | Zeev Suraski <zeev@php.net> | 1999-08-02 21:43:37 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-08-02 21:43:37 +0000 |
commit | 1207465e5922e677e97e964de71e87a7cda79e54 (patch) | |
tree | 49fb7993b91ebda2849dc6ce2d886ae31b14e9aa /buildconf | |
parent | 5d10addd01b521d2941fa62f6577d77578641d65 (diff) | |
download | php-git-1207465e5922e677e97e964de71e87a7cda79e54.tar.gz |
This should sort the buildconf bug...
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |