summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-01-17 15:09:04 +0800
committerXinchen Hui <laruence@gmail.com>2018-01-17 15:09:04 +0800
commit518a9f8bfdde93bdf34950b24fe3188c0634630a (patch)
tree6cb3460d516cb6122e64a31676dd280a5b78020d /scripts
parent40b8483165c02f48a06068dc303518a4fa0984ec (diff)
downloadphp-git-518a9f8bfdde93bdf34950b24fe3188c0634630a.tar.gz
Fixed build extension by phpize
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.frag1
-rw-r--r--scripts/phpize.in2
2 files changed, 2 insertions, 1 deletions
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 \