From 1207465e5922e677e97e964de71e87a7cda79e54 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 2 Aug 1999 21:43:37 +0000 Subject: This should sort the buildconf bug... --- buildconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 1524dfff55..4ea8b51d95 100755 --- 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 -- cgit v1.2.1