summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-29 22:39:19 +0000
committerfoobar <sniper@php.net>2005-11-29 22:39:19 +0000
commit128119b9abf3446b3867ed6d6bf1503a54bf45ea (patch)
tree29b94c8e7425408bf6468b367d824438ffb2841d /buildconf
parent6f5b9894a2e3010511fbe4dceeb386236f99c964 (diff)
downloadphp-git-128119b9abf3446b3867ed6d6bf1503a54bf45ea.tar.gz
MFH
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf8
1 files changed, 2 insertions, 6 deletions
diff --git a/buildconf b/buildconf
index 8b91c3b147..78a3f3d7ae 100755
--- a/buildconf
+++ b/buildconf
@@ -15,10 +15,6 @@ devok=0
debug=no
while test $# -gt 0; do
- if test "$1" = "--copy"; then
- automake_flags=--copy
- fi
-
if test "$1" = "--force"; then
devok=1
echo "Forcing buildconf"
@@ -67,7 +63,7 @@ fi
rm -f generated_lists
if test "$debug" = "yes"; then
- ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" ZENDDIR="$ZENDDIR" SUPPRESS_WARNINGS=""
+ ${MAKE:-make} -s -f build/build.mk ZENDDIR="$ZENDDIR" SUPPRESS_WARNINGS=""
else
- ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" ZENDDIR="$ZENDDIR"
+ ${MAKE:-make} -s -f build/build.mk ZENDDIR="$ZENDDIR"
fi