[SCM] GNU Autoconf source repository branch, master, updated. v2.64-59-gc60a1fd
"Eric Blake" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=c60a1fdb4c00910a8c2a6fb91610ca593912cb5c
The branch, master has been updated
via c60a1fdb4c00910a8c2a6fb91610ca593912cb5c (commit)
from 81f4709a56efced253cddf80f333e85fe136a974 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c60a1fdb4c00910a8c2a6fb91610ca593912cb5c
Author: Peter Breitenlohner <[email protected]>
Date: Wed Oct 14 10:41:45 2009 +0200
Fix typos in documentation.
* doc/autoconf.texi (Cache Variable Index): Fix typo.
(Libraries) <AC_SEARCH_LIBS>: Mention 'none required' result.
Signed-off-by: Peter Breitenlohner <[email protected]>
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
doc/autoconf.texi | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 82d131c..074546c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-15 Peter Breitenlohner <[email protected]>
+
+ Fix typos in documentation.
+ * doc/autoconf.texi (Cache Variable Index): Fix typo.
+ (Libraries) <AC_SEARCH_LIBS>: Mention 'none required' result.
+
2009-10-09 Bruno Haible <[email protected]>
Ralf Wildenhues <[email protected]>
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index fd76150..4685972 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -4428,7 +4428,8 @@ that @var{function} is present, because linking the test program
always fails with unresolved symbols.
The result of this test is cached in the
-@code{ac_cv_search_@var{function}} variable as @samp{no}, if no library
+@code{ac_cv_search_@var{function}} variable as @samp{none required} if
+@var{function} is already available, as @samp{no} if no library
containing @var{function} was found, otherwise as the
@option{-l@var{library}} option that needs to be added to @code{LIBS}.
@end defmac
@@ -24612,7 +24613,7 @@ use these names in @code{#if} or @code{#ifdef} directives.
@appendixsec Cache Variable Index
This is an alphabetical list of documented cache variables used
-by macros defined in Autoconf. Autoconf macro may use additional cache
+by macros defined in Autoconf. Autoconf macros may use additional cache
variables internally.
@ifset shortindexflag
To make the list easier to use, the variables are listed without their
hooks/post-receive
--
GNU Autoconf source repository