]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add missing parentheses in the manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Feb 2009 21:37:34 +0000 (22:37 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Feb 2009 21:37:34 +0000 (22:37 +0100)
* doc/libtool.texi (Distributing libltdl, Test descriptions):
Add missing parentheses.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/libtool.texi

index 9161d3f04803fb985ef4f4c4543806b5ef8e867e..da9640a7c3fe98b77fb4380b842e4037ac0a8391 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/libtool.texi (Distributing libltdl, Test descriptions):
+       Add missing parentheses.
+
 2009-02-28  Tim Rice  <tim@multitalents.net>
 
        Fix C++ template handling for old archives on UnixWare 7.1.4.
index 0b35500cc1b21e1267f0d5bd4a138aefc93f74f5..2f90ca3d0b53fd9ed44818e2c78808df0788c7ff 100644 (file)
@@ -4474,7 +4474,7 @@ unnecessary but makes it easy to forget to upgrade @file{acinclude.m4}
 if you move to a different release of libltdl.
 @c
 }.  Having made the macros available, you must add a call to the
-@samp{LTDL_INIT} macro (after the call to @samp{LT_INIT}
+@samp{LTDL_INIT} macro (after the call to @samp{LT_INIT})
 to your package's @file{configure.ac} to
 perform the configure time checks required to build the library
 correctly.  Unfortunately, this method has problems if you then try to
@@ -5004,7 +5004,7 @@ static and shared libraries, @file{depdemo-static.test} builds only static
 libraries (@option{--disable-shared}), and @file{depdemo-shared.test} builds
 only shared libraries (@option{--disable-static}).
 @file{depdemo-nofast.test} configures @file{depdemo/libtool} to
-disable the fast-install mode (@option{--enable-fast-install=no}.
+disable the fast-install mode (@option{--enable-fast-install=no}).
 
 @item mdemo-conf.test
 @itemx mdemo-exec.test