diff options
author | Sascha Schumann <sas@php.net> | 1999-10-05 13:47:16 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-05 13:47:16 +0000 |
commit | 60d87e19143e1680e1d2749934b62243b7fec133 (patch) | |
tree | 7751d8648535d375754295efafac1206f35733e9 /TSRM | |
parent | 7976bcbd2845b0cf7fa2f8fcd76e92debe5413b6 (diff) | |
download | php-git-60d87e19143e1680e1d2749934b62243b7fec133.tar.gz |
Add $automake_flags, to allow propagation of --copy
Diffstat (limited to 'TSRM')
-rwxr-xr-x | TSRM/buildconf | 2 |
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 |