for bz2 upload.
+2004-10-24 Gary V. Vaughan <gary@gnu.org>
+
+ * Makefile.maint (cvs-dist): Generate signatures and directives
+ for bz2 upload.
+
2004-10-23 Gary V. Vaughan <gary@gnu.org>
* configure.ac: Bumped version to 1.9g.
cd $(srcdir) \
&& $(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 \
- && echo "directory: libtool" > $$ofile.directive \
- && $(GPG) --clearsign $$ofile.directive \
- && rm -f $$ofile.directive
+ for suffix in .gz .bz2; do \
+ ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
+ $(GPG) --detach-sign $$ofile \
+ && echo "directory: libtool" > $$ofile.directive \
+ && $(GPG) --clearsign $$ofile.directive \
+ && rm -f $$ofile.directive; \
+ done
.PHONY: new-tarball
new-tarball:
## ------------------------ ##
## Autoconf initialisation. ##
## ------------------------ ##
-AC_INIT([libtool], [1.9f], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.9g], [bug-libtool@gnu.org])
AC_CONFIG_HEADERS([config.h:config-h.in])
AC_CONFIG_SRCDIR([libtoolize.in])
AC_CONFIG_AUX_DIR([config])