php-src/sapi/fpm
Peter Kokot 4371945b8b Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE
Autoconf 2.50 released in 2001 made several macros obsolete including
the AC_TRY_RUN, AC_TRY_COMPILE and AC_TRY_LINK:
http://git.savannah.gnu.org/cgit/autoconf.git/tree/ChangeLog.2

These macros should be replaced with the current AC_FOO_IFELSE instead:
- AC_TRY_RUN with AC_RUN_IFELSE and AC_LANG_SOURCE
- AC_TRY_LINK with AC_LINK_IFELSE and AC_LANG_PROGRAM
- AC_TRY_COMPILE with AC_COMPILE_IFELSE and AC_LANG_PROGRAM

PHP 5.4 to 7.1 require Autoconf 2.59+ version, PHP 7.2 and above require
2.64+ version, and the PHP 7.2 phpize script requires 2.59+ version which
are all greater than above mentioned 2.50 version therefore systems
should be well supported by now.

This patch was created with the help of autoupdate script:
autoupdate <file>

Reference docs:
- https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html
- https://www.gnu.org/software/autoconf/manual/autoconf-2.59/autoconf.pdf
2018-07-30 02:36:38 +02:00
..
fpm Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
tests Fixed test 2018-07-09 12:49:19 +03:00
config.m4 Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
CREDITS
init.d.php-fpm.in Add configtest option to fpm init.d script 2015-03-08 22:48:29 +08:00
LICENSE
Makefile.frag pull-request/2393: 2017-02-22 06:47:23 +00:00
php-fpm.8.in Happy new year (Update copyright to 2018) 2018-01-02 23:42:29 +02:00
php-fpm.conf.in Refactore FPM logging 2018-07-07 13:01:44 +01:00
php-fpm.service.in Merge branch 'PHP-7.0' into PHP-7.1 2017-01-05 06:54:37 +00:00
status.html.in Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
www.conf.in Refactore FPM logging 2018-07-07 13:01:44 +01:00