GNU bug report logs - #16827
confusion in automake 1.14.1

Previous Next

Package: automake;

Reported by: Aharon Robbins <arnold <at> skeeve.com>

Date: Thu, 20 Feb 2014 17:58:02 UTC

Severity: normal

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Aharon Robbins <arnold <at> skeeve.com>
To: 16827 <at> debbugs.gnu.org
Subject: bug#16827: confusion in automake 1.14.1
Date: Thu, 20 Feb 2014 19:57:02 +0200
Hello.

Doing a dry run of moving to automake 1.14.1, I noticed the following
"improvements" in the generated Makefile.in:

diff --git a/Makefile.in b/Makefile.in
index fe921ad..1567a77 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -905,10 +905,16 @@ dist-xz: distdir
 	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__post_remove_distdir)
 
 dist-shar: distdir
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 
The messages are swapped.  The warning for compress occurs on the
creation of the shar archive, and the warning on the shar archive
occurs on compression with compress.

Methinks someone was working too late at night... :-)

Thanks,

Arnold




This bug report was last modified 11 years and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.