summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2010-09-22 21:42:13 +0700
committerGary V. Vaughan <gary@gnu.org>2010-09-22 23:25:44 +0700
commite9170e0daf1880db04269434ab0ef8872b9cb4f7 (patch)
tree6e5af9d568d66917384d2e6ff48cbc896ba8358a
parente3b973b8e10df84cb2ad5d19097cef7590bb8a44 (diff)
downloadlibtool-e9170e0daf1880db04269434ab0ef8872b9cb4f7.tar.gz
Release 2.4.v2.4
* libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the static libprefix interface, so new version-info is C+1:0:R+1. * configure.ac, libltdl/configure.ac (AC_INIT): Bump version numbers. * NEWS: Update version number. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--libltdl/Makefile.inc2
-rw-r--r--libltdl/configure.ac2
5 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bbfd853..852dcc64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-09-22 Gary V. Vaughan <gary@gnu.org>
+ Release 2.4.
+ * libltdl/Makefile.inc (LTDL_VERSION_INFO): We've added the
+ static libprefix interface, so new version-info is C+1:0:R+1.
+ * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+ numbers.
+ * NEWS: Update version number.
+
manual: web-manual index.html clashes with @node Index.
* doc/libtool.texi (Index): Renamed to `Combined Index'.
diff --git a/NEWS b/NEWS
index 1d4419b7..8ab71b49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 2.2.12 2010-08-??: git version 2.2.11a, Libtool team:
+New in 2.4 2010-09-22: git version 2.2.11a, Libtool team:
* New features:
diff --git a/configure.ac b/configure.ac
index 131cd3b6..b026c6c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([GNU Libtool], [2.2.11a], [bug-libtool@gnu.org])
+AC_INIT([GNU Libtool], [2.4], [bug-libtool@gnu.org])
m4_ifndef([AC_PACKAGE_URL],
[AC_SUBST([PACKAGE_URL], [http://www.gnu.org/software/libtool/])])
AC_CONFIG_HEADERS([config.h:config-h.in])
diff --git a/libltdl/Makefile.inc b/libltdl/Makefile.inc
index 6b8db4e3..adf2aad8 100644
--- a/libltdl/Makefile.inc
+++ b/libltdl/Makefile.inc
@@ -36,7 +36,7 @@ AM_CPPFLAGS += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
-DLTDL -I. -I$(srcdir) -Ilibltdl \
-I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
AM_LDFLAGS += -no-undefined
-LTDL_VERSION_INFO = -version-info 9:2:2
+LTDL_VERSION_INFO = -version-info 10:0:3
noinst_LTLIBRARIES += $(LT_DLLOADERS)
diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 4f712215..c933fdc8 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.2.11a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.4], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([ltdl.c])
AC_CONFIG_AUX_DIR([config])