From: Gary V. Vaughan Date: Tue, 6 Jan 2004 19:58:01 +0000 (+0000) Subject: * NEWS: Note libtoolize changes. X-Git-Tag: release-1-9b~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678ae874c279d8a802f6ce6ddc90dd70c58292e6;p=thirdparty%2Flibtool.git * NEWS: Note libtoolize changes. --- diff --git a/ChangeLog b/ChangeLog index 0c316c6cd..94cd3054f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-01-06 Gary V. Vaughan + * NEWS: Note libtoolize changes. + * ChangeLog.2003: New file, containing all the ChangeLog entries from 2003. Trimmed ChangeLog accordingly. diff --git a/NEWS b/NEWS index 47ab900c8..ef1d86056 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool New in 1.5b: 2004-??-??; CVS version 1.5a, Libtool team: +* Like automake, libtoolize no longer installs config.guess and config.sub by + default. Use new --install option to get the old behaviour. * libtool script is now created by config.status. Instead of interrogating `./libtool' from configure.ac after calling AC_PROG_LIBTOOL, use the variable names directly.