php-src/ext/recode
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
..
tests Added two tests to check the main functionallity of recode extension 2015-09-02 00:11:45 +02:00
config9.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.m4 Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE 2018-07-30 02:36:38 +02:00
CREDITS - fix Isotopp 2010-10-24 21:51:54 +00:00
php_recode.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
recode.c Remove revision for recode from phpinfo 2018-06-02 13:43:49 +02:00