libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-57-g5c90f4d


From: Paolo Bonzini
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-57-g5c90f4d
Date: Fri, 28 Nov 2008 15:38:18 +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 Libtool".

The branch, master has been updated
       via  5c90f4d15910e721fcd4decce9de95d7096ae9c6 (commit)
      from  9c9cde2c95f3f04f48288e1911038249d5ac424b (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 5c90f4d15910e721fcd4decce9de95d7096ae9c6
Author: Paolo Bonzini <address@hidden>
Date:   Fri Nov 28 16:36:47 2008 +0100

    Fix manual typo.
    
    * doc/libtool.texi (LT_INIT): Use correct config.status
    invocation.  Reported by Akim Demaille.

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

Summary of changes:
 ChangeLog        |    6 ++++++
 doc/libtool.texi |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0667a29..304e4d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-11-28  Paolo Bonzini  <address@hidden>
 
+       Fix manual typo.
+       * doc/libtool.texi (LT_INIT): Use correct config.status
+       invocation.  Reported by Akim Demaille.
+
+2008-11-28  Paolo Bonzini  <address@hidden>
+
        Do not use $ECHO within eval-ed `...`, as %s\\n becomes %s\n.
        * HACKING: Document func_echo_all.
        * libltdl/m4/libtool.m4: Use it within backticks that appear in
diff --git a/doc/libtool.texi b/doc/libtool.texi
index fe9547e..d304f28 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -1986,7 +1986,7 @@ and, to @file{Makefile.in} or @file{Makefile.am}:
 @example
 LIBTOOL_DEPS = @@LIBTOOL_DEPS@@
 libtool: $(LIBTOOL_DEPS)
-        $(SHELL) ./config.status --recheck
+        $(SHELL) ./config.status libtool
 @end example
 
 If you are using @sc{gnu} Automake, you can omit the assignment, as Automake


hooks/post-receive
--
GNU Libtool




reply via email to

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