]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorGordon Matzigkeit <gord@profitpress.com>
Thu, 5 Mar 1998 16:22:50 +0000 (16:22 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Thu, 5 Mar 1998 16:22:50 +0000 (16:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 226f748da2552ad05e7a27c169f43012aab67c33..ed5c6f7141a5bdeb1a6ebf274cf892396aa2bf5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
 New:
-* Now you should use the `AM_DISABLE_SHARED' or `AM_DISABLE_STATIC'
+* http://www.profitpress.com/libtool/ is libtool's homepage.
+* Use the `AM_DISABLE_SHARED' or `AM_DISABLE_STATIC'
   macros instead of the `enable_shared' or `enable_static' variables
   if you wish to modify the default behaviour of `AM_PROG_LIBTOOL'.
+* libtool.m4 now supports turning shared or static libraries off with
+  the `--enable-shared=PKGS' and `--enable-static=PKGS' configure
+  flags.  See (libtool)AM_PROG_LIBTOOL.
+* `compile' mode honours the `-static' flag to prevent libtool
+  from building PIC objects.
+* Support for *-*-sysv4.2uw2*.
 
 New in 1.0i - 1998-02-06, Gordon Matzigkeit:
 * Bug fixes.