From 8a7784d462e45e984cff9cd083a3d4746eacdba7 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 17 Jul 1999 12:27:54 +0000 Subject: [PATCH] make copy optional --- buildconf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 743c7c0d06..ab4e217614 100755 --- a/buildconf +++ b/buildconf @@ -1,5 +1,9 @@ #!/bin/sh +if test "$1" = "--copy"; then + automake_flags=--copy +fi + test -d libzend || ln -s ../libzend . test -d TSRM || ln -s ../TSRM . @@ -16,7 +20,7 @@ fi autoheader -automake --add-missing --include-deps --copy +automake --add-missing --include-deps $automake_flags mv configure configure.old 2>/dev/null autoconf -- 2.40.0