From: Gary V. Vaughan Date: Sun, 2 Mar 2008 00:05:02 +0000 (+0000) Subject: GNU Libtool 2.2 was released. X-Git-Tag: release-2-2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9843ca8ed92bb1a76c4d1c4bd21b7d104c2a80e9;p=thirdparty%2Flibtool.git 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 187aaa6f7..f9505ab34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-03-01 Gary V. Vaughan + 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 5f83fd444..2271c5465 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 cc66f8b38..85104d8a6 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE. ## ------------------------ ## ## 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 e747a23a6..26863b9b4 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING ## ------------------------ ## ## 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])