* doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
commitf50d0bd4c7d92fbabcd9169920a23889524790e7
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Oct 2005 22:35:51 +0000 (19 22:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Oct 2005 22:35:51 +0000 (19 22:35 +0000)
tree7cff2aa09378a5cbb814599540e5e7044f59d63f
parente56f3ffe2491522b70bc480a31a9130a79fa902b
* doc/autoconf.texi (Generating Sources): AC_LANG_PROGRAMS ->
AC_LANG_PROGRAM, fixing a typo.  Don't give details about
the inner workings of AC_LANG_FUNC_LINK_TRY.
* lib/autoconf/c.m4 (AC_LANG_CALL(C)): Reformat to match
AC_LANG_FUNC_LINK_TRY.  This involves returning the value returned
by the function rather than ignoring it.
(AC_LANG_FUNC_LINK_TRY(C)): Call the function rather than simply
comparing its address.  Intel's interprocedural optimization was
outsmarting the old heuristic.  Problem reported by
Mikulas Patocka.
ChangeLog
doc/autoconf.texi
lib/autoconf/c.m4