summaryrefslogtreecommitdiff
path: root/TSRM/buildconf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-10-05 13:47:16 +0000
committerSascha Schumann <sas@php.net>1999-10-05 13:47:16 +0000
commit60d87e19143e1680e1d2749934b62243b7fec133 (patch)
tree7751d8648535d375754295efafac1206f35733e9 /TSRM/buildconf
parent7976bcbd2845b0cf7fa2f8fcd76e92debe5413b6 (diff)
downloadphp-git-60d87e19143e1680e1d2749934b62243b7fec133.tar.gz
Add $automake_flags, to allow propagation of --copy
Diffstat (limited to 'TSRM/buildconf')
-rwxr-xr-xTSRM/buildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/buildconf b/TSRM/buildconf
index fa9dd2097f..fe8dee6f76 100755
--- a/TSRM/buildconf
+++ b/TSRM/buildconf
@@ -20,7 +20,7 @@ fi
autoheader
-automake --add-missing --include-deps
+automake --add-missing --include-deps $automake_flags
mv configure configure.old 2>/dev/null
autoconf