2008-03-01 Gary V. Vaughan <gary@gnu.org>
+ GNU Libtool 2.2 was released.
+
+ * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+ number to 2.2.
+ * NEWS: Updated.
+
* tests/lt_dladvise.at, tests/lt_dlexit.at,
tests/need_lib_prefix.at: Skip these tests when called from
`make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install'.
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 2.1c: 2012-??-??; CVS version 2.1c, Libtool team:
+New in 2.2: 2008-03-01; CVS version 2.1c, Libtool team:
* Bug fixes:
- argz.c, lt__dirent.c and lt__strl.c are correctly distributed with
parent projects using nonrecursive libltdl.
+ - libtoolize no longer tries to install libtool files when libltdl is
+ used in a non-autoconf parent package.
+ - Don't add the CXX tag to libtool when there is no C++ compiler, even
+ if AC_PROG_CXX sets a default g++ compiler where no such compiler
+ actually exists.
+ - make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install
+ works again.
New in 2.1b: 2008-02-01; CVS version 2.1a, Libtool team:
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libtool], [2.1c], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libltdl], [2.1c], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([ltdl.c])
AC_CONFIG_AUX_DIR([config])