php-src/build
Peter Kokot 16df718251 Remove PHP_CHECK_CONFIGURE_OPTIONS
Instead of building a custom macro for checking configure options,
Autoconf 2.62+ already outputs a warning at the beginning and the end
of the output of configure script. It automatically detects correct
and wrong options better.

This is related also to bug #55634.

So now instead a better way is the default Autoconf approach:

This outputs a warning at the beginning and end of the configure output:

    ./configure --with-non-existing

This results in fatal error:

    ./configure --non-existing

    configure: error: unrecognized option: `--non-existing'
    Try `./configure --help' for more information

The `--enable-option-checking=fatal` results in fatal error for all non
existing options:

    ./configure --with-non-existing --enable-option-checking=fatal

    configure: error: unrecognized options: --with-non-existing

Closes GH-4348
2019-07-02 22:15:24 +02:00
..
ax_check_compile_flag.m4 Upgrade AX_CHECK_COMPILE_FLAG macro to serial 6 2018-07-28 01:40:02 +02:00
ax_func_which_gethostbyname_r.m4 Move Autoconf Archive macros to a common m4 dir 2019-04-23 20:37:31 +02:00
ax_gcc_func_attribute.m4 Optimized php_addslashes with SSE4.2 instructions 2018-01-15 21:17:50 +08:00
build.mk Enhance makedist script 2019-05-18 02:05:59 +02:00
config-stubs Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.guess Bump config.guess and config.sub 2019-05-11 00:24:26 +02:00
config.sub Bump config.guess and config.sub 2019-05-11 00:24:26 +02:00
genif.sh Merge branch 'PHP-7.3' 2018-10-20 09:55:33 +02:00
libtool.m4 Don't detect FreeBSD 10 as FreeBSD 1 in libtool.m4. 2015-08-27 15:59:59 -07:00
ltmain.sh Fix file permissions 2019-02-28 22:07:16 +01:00
Makefile.gcov Move Makefile.global and Makefile.gcov to build directory 2019-03-04 12:30:42 +01:00
Makefile.global Remove TSRM configuration header 2019-04-29 22:34:43 +02:00
order_by_dep.awk Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php_cxx_compile_stdcxx.m4 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php.m4 Remove PHP_CHECK_CONFIGURE_OPTIONS 2019-07-02 22:15:24 +02:00
pkg.m4 ext/gd: Use pkg-config to detect the availability of freetype2 2018-11-07 13:05:47 +01:00
print_include.awk Replace the incomprehensible newline escaping with @NEWLINE@ 2001-03-30 14:02:20 +00:00
shtool fix bug #51076 (race condition in shtool's mkdir -p) 2013-10-08 08:37:08 +02:00