GNU Libtool 2.2 was released. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2. * NEWS: Updated.
diff --git a/ChangeLog b/ChangeLog index 187aaa6..f9505ab 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,5 +1,11 @@ 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'.
diff --git a/NEWS b/NEWS index 5f83fd4..2271c54 100644 --- a/NEWS +++ b/NEWS
@@ -1,11 +1,18 @@ 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:
diff --git a/configure.ac b/configure.ac index cc66f8b..85104d8 100644 --- a/configure.ac +++ b/configure.ac
@@ -30,7 +30,7 @@ ## ------------------------ ## ## 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])
diff --git a/libltdl/configure.ac b/libltdl/configure.ac index e747a23..26863b9 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac
@@ -40,7 +40,7 @@ ## ------------------------ ## ## 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])