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
|
@ -3220,4 +3220,4 @@ AC_DEFUN([PHP_CHECK_BUILTIN_SSUBLL_OVERFLOW], [
|
|||
])
|
||||
|
||||
dnl Load the AX_CHECK_COMPILE_FLAG macro from the autoconf archive.
|
||||
m4_include([m4/ax_check_compile_flag.m4])
|
||||
m4_include([build/ax_check_compile_flag.m4])
|
||||
|
|
|
@ -11,6 +11,7 @@ BUILD_FILES = \
|
|||
build/mkdep.awk \
|
||||
build/scan_makefile_in.awk \
|
||||
build/libtool.m4 \
|
||||
build/ax_check_compile_flag.m4 \
|
||||
Makefile.global \
|
||||
acinclude.m4 \
|
||||
ltmain.sh \
|
||||
|
|
|
@ -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