phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

Replace AC_LANG_SAVE, AC_LANG_CPLUSPLUS and AC_LANG_RESTORE #371

Closed petk closed 6 years ago

petk commented 6 years ago

Hello,

Autoconf 2.50 in 2001 made several macros obsolete. These include also macros for temporary changing the language. Instead of these the AC_LANG_PUSH and AC_LANG_POP macros should be used with later Autoconf versions.

Since PHP 5.4 to 7.1 require to have Autoconf 2.59+ and PHP 7.2 and later require Autoconf 2.64+ the upgrade is fairly safe and most systems should already be supported.

Refs:

Thanks.

petk commented 6 years ago

Bump...