1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

use optional copy

This commit is contained in:
Sascha Schumann
1999-07-17 12:28:17 +00:00
parent 8a7784d462
commit 3736b9b7ce

View File

@@ -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