mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
fix broken build scripts #2124
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user