autoconf/lib
Akim Demaille 2499688c24 Macros used by AC_LANG_COMPILER macros shall not AC_REQUIRE
AC_LANG_COMPILER by the way of AC_COMPILE_IFELSE etc.
* acspecific.m4 (_AC_EXEEXT): Use _AC_LINK_IFELSE, not
AC_LINK_IFELSE to avoid AC_REQUIREing AC_PROG_CC which precisely
requires _AC_EXEEXT.
Don't run _AC_CYGWIN, _AC_MINGW32, _AC_EMXOS2.
* aclang.m4 (_AC_PROG_F77_G): Use _AC_COMPILE_IFELSE, not
AC_COMPILE_IFELSE.
(_AC_LANG_COMPILER_WORKS): Use _AC_LINK_IFELSE, not
AC_LINK_IFELSE.
2000-10-12 12:39:25 +00:00
..
autoconf Macros used by AC_LANG_COMPILER macros shall not AC_REQUIRE 2000-10-12 12:39:25 +00:00
autoscan * acfunctions.m4 (_AC_LIBOBJ_STRTOD, AC_FUNC_STRTOD, 2000-08-01 11:16:33 +00:00
autotest * tests/atgeneral.m4 (AT_CHECK): Make sure that $? is set to 0 2000-10-11 19:59:43 +00:00