From 3aeb7b0e77c1411962f779fef6baa43cc41905c7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 24 Feb 2019 00:35:36 +0100 Subject: Remove deprecated PHP_EXTENSION m4 macro The PHP_EXTENSION macro was used before the introduction of the updated build system in the 9d9d39a0de3bec962c343051011f5a2ed7d7b242. The extensions at that time possibly still used the Makefile.in and Automake and the PHP_EXTENSION macro has been replaced with the PHP_NEW_EXTENSION macro. Today, the once deprecated macro can be removed in favor of only PHP_NEW_EXTENSION macro. --- scripts/phpize.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/phpize.in') diff --git a/scripts/phpize.in b/scripts/phpize.in index b3a6532971..01366a3589 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php" builddir="`pwd`" SED="@SED@" -FILES_BUILD="scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 config.guess config.sub ltmain.sh" +FILES_BUILD="shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 config.guess config.sub ltmain.sh" FILES="acinclude.m4 Makefile.global run-tests*.php" CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ install-sh \ mkinstalldirs missing config.nice configure configure.ac \ -- cgit v1.2.1