mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix broken build scripts #2124
This commit is contained in:
parent
94c6460b85
commit
8e447eafd9
4 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
|
|||
builddir="`pwd`"
|
||||
SED="@SED@"
|
||||
|
||||
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4"
|
||||
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4"
|
||||
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
|
||||
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
|
||||
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue