From c53cc7136df2ae47de72e3cfd9ca708dda4479f9 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 24 Oct 2004 14:19:25 +0000 Subject: [PATCH] * Makefile.maint (cvs-dist): Generate signatures and directives for bz2 upload. --- ChangeLog | 5 +++++ Makefile.maint | 12 +++++++----- configure.ac | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dcf03bf8e..d951afc1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-24 Gary V. Vaughan + + * Makefile.maint (cvs-dist): Generate signatures and directives + for bz2 upload. + 2004-10-23 Gary V. Vaughan * configure.ac: Bumped version to 1.9g. diff --git a/Makefile.maint b/Makefile.maint index 7838a84cc..9f51543d3 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -165,11 +165,13 @@ cvs-dist: cvs-news timestamps 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: diff --git a/configure.ac b/configure.ac index 22c6219d5..c274a8ab0 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.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]) -- 2.47.2