From ebd2f409486c8f4ab10ae058bb93e1fc6e544821 Mon Sep 17 00:00:00 2001 From: Gordon Matzigkeit Date: Thu, 5 Mar 1998 16:22:50 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. -- 2.47.2