Skip to content

Commit 8e447ea

Browse files
committed
fix broken build scripts #2124
1 parent 94c6460 commit 8e447ea

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -3220,4 +3220,4 @@ AC_DEFUN([PHP_CHECK_BUILTIN_SSUBLL_OVERFLOW], [
32203220
])
32213221

32223222
dnl Load the AX_CHECK_COMPILE_FLAG macro from the autoconf archive.
3223-
m4_include([m4/ax_check_compile_flag.m4])
3223+
m4_include([build/ax_check_compile_flag.m4])
File renamed without changes.

scripts/Makefile.frag

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ BUILD_FILES = \
1111
build/mkdep.awk \
1212
build/scan_makefile_in.awk \
1313
build/libtool.m4 \
14+
build/ax_check_compile_flag.m4 \
1415
Makefile.global \
1516
acinclude.m4 \
1617
ltmain.sh \

scripts/phpize.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
99
builddir="`pwd`"
1010
SED="@SED@"
1111

12-
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4"
12+
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4"
1313
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
1414
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
1515
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \

0 commit comments

Comments
 (0)