* configure.ac: Bumped version to 1.9c.
2004-08-29 Gary V. Vaughan <gary@gnu.org>
+ * NEWS: Updated.
+ * configure.ac: Bumped version to 1.9c.
+
+ GNU libtool 1.9b was released.
+
* configure.ac: Bumped version to 1.9b.
* NEWS: Updated.
* INSTALL, config/config.guess, config/config.sub,
$(MAKE) distcheck
## Finally, if everything was successful, tag the release
cd $(srcdir) \
- && $(CVS) -q tag -c `echo "release-$(VERSION)" | sed 's/\./-/g'`
+ && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'`
## Generate signatures and directives for FSF ftp-upload:
ofile="$(PACKAGE)-$(VERSION).tar.gz"; \
$(GPG) --detach-sign $$ofile \
NEWS - list of user-visible changes between releases of GNU Libtool
+New in 1.9d: 2004-??-??; CVS version 1.9c, Libtool team:
+* ???
+\f
New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team:
* The /^_?LT_[A-Z_]+$/ namespace is now reserved for Libtool's own macros.
If you have any shell variables in this namespace they will need to be
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libtool], [1.9b], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.9c], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
AC_CONFIG_AUX_DIR([config])