]> granicus.if.org Git - php/commitdiff
make copy optional
authorSascha Schumann <sas@php.net>
Sat, 17 Jul 1999 12:27:54 +0000 (12:27 +0000)
committerSascha Schumann <sas@php.net>
Sat, 17 Jul 1999 12:27:54 +0000 (12:27 +0000)
buildconf

index 743c7c0d06e6d9f94792908c713a372bc48dd2d0..ab4e21761437833903ed8ae85c58b88d8e0cca01 100755 (executable)
--- 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