From: Reuben Thomas Date: Tue, 23 Jan 2007 23:48:55 +0000 (+0000) Subject: * doc/libtool.texi (Inter-library dependencies): Fix typo. X-Git-Tag: release-2-1b~223 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4e7c8d41b55eae7dcd766fad265951103b9c668;p=thirdparty%2Flibtool.git * doc/libtool.texi (Inter-library dependencies): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 6eb10999e..67b97fba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-24 Reuben Thomas (tiny change) + + * doc/libtool.texi (Inter-library dependencies): Fix typo. + 2007-01-21 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [cygwin, mingw]: diff --git a/doc/libtool.texi b/doc/libtool.texi index b8ae4c4d3..d1fc0745e 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2984,7 +2984,7 @@ Some platforms, such as AIX, do not even allow you this 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