]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix manual typo.
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 28 Nov 2008 15:36:47 +0000 (16:36 +0100)
committerPaolo Bonzini <bonzini@gnu.org>
Fri, 28 Nov 2008 15:36:47 +0000 (16:36 +0100)
* doc/libtool.texi (LT_INIT): Use correct config.status
invocation.  Reported by Akim Demaille.

ChangeLog
doc/libtool.texi

index 0667a299a8875c87a66e49d884e1fad29cc7868a..304e4d2656e0be71b897c3e9508a249642d905fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-28  Paolo Bonzini  <bonzini@gnu.org>
+
+       Fix manual typo.
+       * doc/libtool.texi (LT_INIT): Use correct config.status
+       invocation.  Reported by Akim Demaille.
+
 2008-11-28  Paolo Bonzini  <bonzini@gnu.org>
 
        Do not use $ECHO within eval-ed `...`, as %s\\n becomes %s\n.
index fe9547e06949b67661c60c652b90ddca945b0941..d304f28ca32563aed1125db7415dddf54337a7c2 100644 (file)
@@ -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