[SCM] GNU Autoconf source repository branch, master, updated. v2.65-7-g8edd55b

"Ralf Wildenhues" <[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=8edd55bbea8a59f7b0c4a31ae8403e4bb44bfc6b

The branch, master has been updated
       via  8edd55bbea8a59f7b0c4a31ae8403e4bb44bfc6b (commit)
      from  4a814e40eeaef3e6d660c32fcacebd18a8148c23 (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 8edd55bbea8a59f7b0c4a31ae8403e4bb44bfc6b
Author: Ralf Wildenhues <[email protected]>
Date:   Mon Nov 30 21:37:00 2009 +0100

    manual: AC_SEARCH_LIBS also prepends to LIBS.
    
    * doc/autoconf.texi (Libraries): Document that AC_SEARCH_LIBS
    prepends to LIBS, just like AC_CHECK_LIB.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 572d645..0ee8a52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-30  Ralf Wildenhues  <[email protected]>
+
+	manual: AC_SEARCH_LIBS also prepends to LIBS.
+	* doc/autoconf.texi (Libraries): Document that AC_SEARCH_LIBS
+	prepends to LIBS, just like AC_CHECK_LIB.
+
 2009-11-27  Paolo Bonzini  <[email protected]>
 
 	Bump m4.m4 serial number.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 0177831..bf6b7fe 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -4428,7 +4428,7 @@ available.  This equates to calling
 @samp{AC_LINK_IFELSE([AC_LANG_CALL([], [@var{function}])])} first with
 no libraries, then for each library listed in @var{search-libs}.
 
-Add @option{-l@var{library}} to @code{LIBS} for the first library found
+Prepend @option{-l@var{library}} to @code{LIBS} for the first library found
 to contain @var{function}, and run @var{action-if-found}.  If the
 function is not found, run @var{action-if-not-found}.
 
@@ -4443,7 +4443,7 @@ The result of this test is cached in the
 @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}.
+@option{-l@var{library}} option that needs to be prepended to @code{LIBS}.
 @end defmac
 
 


hooks/post-receive
-- 
GNU Autoconf source repository
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.