]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (inter-library dependencies):
authorThomas Tanner <tanner@gmx.de>
Thu, 29 Apr 1999 11:03:30 +0000 (11:03 +0000)
committerThomas Tanner <tanner@gmx.de>
Thu, 29 Apr 1999 11:03:30 +0000 (11:03 +0000)
  libtool 1.4 will have full inter-library dependencies support

ChangeLog
doc/libtool.texi

index 0be1e562a187d45d105d27ddf8609d01f24cffde..9e677aa4b12b40ba609fd19704c92b18d9277836 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-29 Thomas Tanner  <tanner@gmx.de>
+
+       * doc/libtool.texi (inter-library dependencies):
+         libtool 1.4 will have full inter-library dependencies support
+         
 1999-04-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * NEWS: Improved support for DU and IRIX too.
index b5e8fa56ffaab5bdc2652a2bba453207ff8569eb..1f17957faf0d7ee7d42cf39116dfd53ace7bf5c6 100644 (file)
@@ -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 \