Fix manual typo.

* doc/libtool.texi (LT_INIT): Use correct config.status
invocation.  Reported by Akim Demaille.
This commit is contained in:
Paolo Bonzini 2008-11-28 16:36:47 +01:00
parent 9c9cde2c95
commit 5c90f4d159
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View 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