From: Gary V. Vaughan Date: Fri, 14 Nov 2003 17:33:04 +0000 (+0000) Subject: * NEWS: Mention AC_LIBTOOL_TAGS. X-Git-Tag: release-1-9b~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef83c1b171fd1f70ee2aa7e92339ec909aecdc4;p=thirdparty%2Flibtool.git * NEWS: Mention AC_LIBTOOL_TAGS. --- diff --git a/ChangeLog b/ChangeLog index 62629adb3..ce3286d7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-11-14 Gary V. Vaughan + * NEWS: Mention AC_LIBTOOL_TAGS. + * Makefile.am (EXTRA_DIST): List ChangeLog files correctly. * tests/cdemo/configure.ac, tests/demo/configure.ac, diff --git a/NEWS b/NEWS index b174aa63b..edf2ea522 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ New in 1.5b: 2003-??-??; CVS version 1.5a, Libtool team: * If you configure libtool with --disable-shared (or if libtool does not support shared libraries on your platform) trying to build a library using `-shared' is a fatal error. +* New AC_LIBTOOL_TAGS macro to limit configure checks to only the listed tags. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * libtoolize installs libtool.m4 (and ltdl.m4 if used) to AC_CONFIG_MACRO_DIR. * Mode inferrence removed, shorthand for choosing modes added.