diorcety / crosstool-ng

crosstool-ng fork with the full support of Darwin/Linux/Windows as build and host machine
Other
33 stars 15 forks source link

Update configure.ac to not use AC_TRY_COMPILE #19

Closed bhundven closed 10 years ago

bhundven commented 10 years ago

Running autoconf... configure.ac:465: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:465: You should run autoupdate. ../../lib/autoconf/general.m4:2615: AC_TRY_COMPILE is expanded from... ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from... ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from... ../../lib/m4sugar/m4sh.m4:643: AS_IF is expanded from... ../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...

configure.ac:465: the top level

This produces the same test and results, without the warning.

Signed-off-by: Bryan Hundven bryanhundven@gmail.com