mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
Fix manual typo.
* doc/libtool.texi (LT_INIT): Use correct config.status invocation. Reported by Akim Demaille.
This commit is contained in:
parent
9c9cde2c95
commit
5c90f4d159
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user