From: Xinchen Hui Date: Wed, 17 Jan 2018 07:09:04 +0000 (+0800) Subject: Fixed build extension by phpize X-Git-Tag: php-7.3.0alpha1~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=518a9f8bfdde93bdf34950b24fe3188c0634630a;p=php Fixed build extension by phpize --- diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index d3f8bb2136..8a35800830 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -12,6 +12,7 @@ BUILD_FILES = \ build/scan_makefile_in.awk \ build/libtool.m4 \ build/ax_check_compile_flag.m4 \ + build/ax_gcc_func_attribute.m4 \ Makefile.global \ acinclude.m4 \ ltmain.sh \ diff --git a/scripts/phpize.in b/scripts/phpize.in index 6302d4ee2f..362a2c9515 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 ax_check_compile_flag.m4" +FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.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.ac \