From: Paolo Bonzini Date: Fri, 28 Nov 2008 15:36:47 +0000 (+0100) Subject: Fix manual typo. X-Git-Tag: v2.2.7b~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c90f4d15910e721fcd4decce9de95d7096ae9c6;p=thirdparty%2Flibtool.git Fix manual typo. * doc/libtool.texi (LT_INIT): Use correct config.status invocation. Reported by Akim Demaille. --- diff --git a/ChangeLog b/ChangeLog index 0667a299a..304e4d265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-28 Paolo Bonzini + + Fix manual typo. + * doc/libtool.texi (LT_INIT): Use correct config.status + invocation. Reported by Akim Demaille. + 2008-11-28 Paolo Bonzini Do not use $ECHO within eval-ed `...`, as %s\\n becomes %s\n. diff --git a/doc/libtool.texi b/doc/libtool.texi index fe9547e06..d304f28ca 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