From a0a30505210d69fcadf5a1a94fcfd4bd11c8e2c6 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 3 Oct 2004 21:38:09 +0000 Subject: [PATCH] GNU libtool 1.9d was released. * configure.ac: Bumped version to 1.9d. * NEWS: Updated. --- ChangeLog | 5 +++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f22c67445..2c19cbdc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-10-03 Gary V. Vaughan + GNU libtool 1.9d was released. + + * configure.ac: Bumped version to 1.9d. + * NEWS: Updated. + * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as per Ralf's original patch. Reported by Bob Friesenhahn diff --git a/NEWS b/NEWS index 70ebd5d7f..8e57d1b07 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.9d: 2004-??-??; CVS version 1.9c, Libtool team: +New in 1.9d: 2004-10-03; CVS version 1.9c, Libtool team: * If non-pic objects were not compiled, and libtool is called in link mode, libtool no longer silently creates an empty archive, but rather falls back to pic objects. diff --git a/configure.ac b/configure.ac index 6bff3bef8..3fe013973 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.58) ## We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.9c], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.9d], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) AC_CONFIG_AUX_DIR([config]) -- 2.47.2