]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.maint (cvs-dist): Generate signatures and directives
authorGary V. Vaughan <gary@gnu.org>
Sun, 24 Oct 2004 14:19:25 +0000 (14:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 24 Oct 2004 14:19:25 +0000 (14:19 +0000)
for bz2 upload.

ChangeLog
Makefile.maint
configure.ac

index dcf03bf8e0eeb8d09806078240fe754de12fed9b..d951afc1b6eaf68f90dca74710321d8ac7ae2c5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 7838a84cc1654a249debd45407977f6a36992832..9f51543d332d86e22e2bd6762cbb8c1abef750d4 100644 (file)
@@ -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:
index 22c6219d59a49a862d08aaab7e597fe89429a383..c274a8ab0288df8c50916d8f7cf32e30ae1ea975 100644 (file)
@@ -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])