* lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call
commitc2286019bf9d62a1d26556e18c2fcfa755597c89
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Apr 2006 16:38:54 +0000 (2 16:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Apr 2006 16:38:54 +0000 (2 16:38 +0000)
tree3df5c4258499eb126136b7809614a1075607598e
parent809e269455800c1f3c8edda45076c036b571f9c9
* lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Call
  _AC_COMPILER_EXEEXT instead of m4_expand_once([_AC_COMPILER_EXEEXT])
* lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_TESTS): On subsequent
  calls, for a new language, only check that the compiler works.
(AC_NO_EXECUTABLES): Change the redefinition of
  _AC_COMPILER_EXEEXT_TESTS so that on subsequent calls, it checks
  that the new language's compiler works if ac_no_link=no, and
  does nothing otherwise.
ChangeLog
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4