diff options
| author | Joe Watkins <krakjoe@php.net> | 2017-01-06 16:18:24 +0000 |
|---|---|---|
| committer | Joe Watkins <krakjoe@php.net> | 2017-01-06 16:18:24 +0000 |
| commit | 699ab98f9db9a57f3d352b9dc3b1558a6ef55930 (patch) | |
| tree | 13165d68d05de9d80c61b3a808216c4b4f1f4bff /scripts | |
| parent | ad08aa39561eb6aa3d03b2be06ed3894dbb2892c (diff) | |
| download | php-git-699ab98f9db9a57f3d352b9dc3b1558a6ef55930.tar.gz | |
fix build broken by #2124
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.frag | 1 | ||||
| -rw-r--r-- | scripts/phpize.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 7cd78fabad..d3f8bb2136 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 b86925e295..240590da74 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 \ |
