]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Mention AC_LIBTOOL_TAGS.
authorGary V. Vaughan <gary@gnu.org>
Fri, 14 Nov 2003 17:33:04 +0000 (17:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 14 Nov 2003 17:33:04 +0000 (17:33 +0000)
ChangeLog
NEWS

index 62629adb3d716dad91a61e234419cbe4b06b83f0..ce3286d7b799c2abbfd2105af0b038bb76456b0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-11-14  Gary V. Vaughan  <gary@gnu.org>
 
+       * 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 b174aa63b9992981e83de1c1d6c44cddb10fc01a..edf2ea522a518e5378a60d9266b246cf9507f9cd 100644 (file)
--- 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.