autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-7-g8edd55b
Date: Mon, 30 Nov 2009 20:37:22 +0000

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 <address@hidden>
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 <address@hidden>

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

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  <address@hidden>
+
+       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  <address@hidden>
 
        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([], address@hidden)])} first with
 no libraries, then for each library listed in @var{search-libs}.
 
-Add @address@hidden to @code{LIBS} for the first library found
+Prepend @address@hidden 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
 @address@hidden 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
address@hidden@var{library}} option that needs to be added to @code{LIBS}.
address@hidden@var{library}} option that needs to be prepended to @code{LIBS}.
 @end defmac
 
 


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]