summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-17 12:28:17 +0000
committerSascha Schumann <sas@php.net>1999-07-17 12:28:17 +0000
commit3736b9b7ce5dbe135ffeb514b29509b5da541c5b (patch)
tree4ed79eddf4b70cb7f7ad54ccbcf5016b08766abe /makedist
parent8a7784d462e45e984cff9cd083a3d4746eacdba7 (diff)
downloadphp-git-3736b9b7ce5dbe135ffeb514b29509b5da541c5b.tar.gz
use optional copy
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist b/makedist
index 198742abf2..54ac620387 100755
--- a/makedist
+++ b/makedist
@@ -107,7 +107,7 @@ done
# generate some files so people don't need bison, flex and autoconf
# to install
set -x
-./buildconf
+./buildconf --copy
cd libzend
bison -p zend -d zend-parser.y -o zend-parser.c
flex -Pzend -ozend-scanner.c -i zend-scanner.l