bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Typo in libtool manual


From: Ralf Wildenhues
Subject: Re: Typo in libtool manual
Date: Wed, 24 Jan 2007 00:53:36 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Reuben,

* Reuben Thomas wrote on Tue, Jan 23, 2007 at 09:33:58PM CET:
> "-NO-UNDEFINED" should be "-no-undefined" in the section "Inter-library 
> dependencies".

Thanks.  Please report Libtool issues to bug-libtool next time you
encounter them.  I've applied the patches below.

Cheers,
Ralf

HEAD:
2007-01-24  Reuben Thomas <address@hidden>  (tiny change)

        * doc/libtool.texi (Inter-library dependencies): Fix typo.

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.217
diff -u -r1.217 libtool.texi
--- doc/libtool.texi    21 Jan 2007 14:34:01 -0000      1.217
+++ doc/libtool.texi    23 Jan 2007 23:47:13 -0000
@@ -2984,7 +2984,7 @@
 flexibility.  In order to build a shared library, it must be entirely
 self-contained (that is, have references only to symbols that are found
 in the @samp{.lo} files or the specified @samp{-l} libraries), and you
-need to specify the @var{-no-undefined} flag.  By default, libtool
+need to specify the @option{-no-undefined} flag.  By default, libtool
 builds only static libraries on these kinds of platforms.
 
 The simple-minded inter-library dependency tracking code of libtool


branch-1-5:
2007-01-24  Reuben Thomas <address@hidden>  (tiny change)

        * doc/libtool.texi (Inter-library dependencies): Fix typo.

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.134.2.17
diff -u -r1.134.2.17 libtool.texi
--- doc/libtool.texi    21 Jan 2007 14:34:43 -0000      1.134.2.17
+++ doc/libtool.texi    23 Jan 2007 23:47:56 -0000
@@ -2473,7 +2473,7 @@
 flexibility.  In order to build a shared library, it must be entirely
 self-contained (that is, have references only to symbols that are found
 in the @samp{.lo} files or the specified @samp{-l} libraries), and you
-need to specify the @var{-no-undefined} flag.  By default, libtool
+need to specify the @samp{-no-undefined} flag.  By default, libtool
 builds only static libraries on these kinds of platforms.
 
 The simple-minded inter-library dependency tracking code of libtool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]