From: Gordon Matzigkeit Date: Thu, 5 Mar 1998 16:22:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-1-0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd2f409486c8f4ab10ae058bb93e1fc6e544821;p=thirdparty%2Flibtool.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 226f748da..ed5c6f714 100644 --- 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.