From: Thomas Tanner Date: Thu, 29 Apr 1999 11:03:30 +0000 (+0000) Subject: * doc/libtool.texi (inter-library dependencies): X-Git-Tag: release-1-3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=986950e1035e86ca7e8cdba12813902c41c3dc3d;p=thirdparty%2Flibtool.git * doc/libtool.texi (inter-library dependencies): libtool 1.4 will have full inter-library dependencies support --- diff --git a/ChangeLog b/ChangeLog index 0be1e562a..9e677aa4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-29 Thomas Tanner + + * doc/libtool.texi (inter-library dependencies): + libtool 1.4 will have full inter-library dependencies support + 1999-04-29 Alexandre Oliva * NEWS: Improved support for DU and IRIX too. diff --git a/doc/libtool.texi b/doc/libtool.texi index b5e8fa56f..1f17957fa 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2427,8 +2427,9 @@ your own library depends on, simply add a corresponding @code{-l@var{name}} option to the link line when you create your library.@footnote{Unfortunately, as of libtool version @value{VERSION}, there is no way to specify inter-library dependencies on libtool -libraries that have not yet been installed.} To make an example of our -@file{libhello} that depends on @file{libm}: +libraries that have not yet been installed. Libtool 1.4 will support +this feature.} To make an example of our @file{libhello} +that depends on @file{libm}: @example burger$ @kbd{libtool gcc -g -O -o libhello.la foo.lo hello.lo \