diff --git a/acinclude.m4 b/acinclude.m4 index 900ef4f3aa3..dc75c0acab1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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]) diff --git a/m4/ax_check_compile_flag.m4 b/build/ax_check_compile_flag.m4 similarity index 100% rename from m4/ax_check_compile_flag.m4 rename to build/ax_check_compile_flag.m4 diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 7cd78fabad0..d3f8bb21368 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -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 \ diff --git a/scripts/phpize.in b/scripts/phpize.in index b86925e295c..240590da743 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -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 \