]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Obsolete Macros): Fix wording of
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Mar 2006 20:59:18 +0000 (20:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Mar 2006 20:59:18 +0000 (20:59 +0000)
AC_TRY_LINK_FUNC.

ChangeLog
doc/autoconf.texi

index 640053d45895d38cd812e7386a57e60fdcace687..78eed10d1779363b5ffcba8d217f8598d6a9824a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-10  Eric Blake  <ebb9@byu.net>
+
+       * doc/autoconf.texi (Obsolete Macros): Fix wording of
+       AC_TRY_LINK_FUNC.
+
 2006-03-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi: Use @acronym more consistently for acronyms
index 7151d6a74be24441e5b92c2cab23bc15aedb526e..8b26c9908e26c26b59e75cd2ab4ac628e2460acb 100644 (file)
@@ -15387,9 +15387,8 @@ and compilation flags are determined by the current language
 @defmac AC_TRY_LINK_FUNC (@var{function}, @ovar{action-if-found}, @ovar{action-if-not-found})
 @acindex{TRY_LINK_FUNC}
 This macro is equivalent to
-@samp{AC_LINK_IFELSE([AC_LANG_CALL([[@var{includes}]],
-[[@var{function-body}]])], [@var{action-if-true}],
-[@var{action-if-false}])}.
+@samp{AC_LINK_IFELSE([AC_LANG_CALL([], [@var{function}])],
+[@var{action-if-found}], [@var{action-if-not-found}])}.
 @end defmac
 
 @defmac AC_TRY_RUN (@var{program}, @ovar{action-if-true}, @ovar{action-if-false}, @ovar{action-if-cross-compiling})