]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
gzip-1.2.4 is not supported
authorStepan Kasal <kasal@ucw.cz>
Tue, 23 Aug 2005 07:46:54 +0000 (07:46 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 23 Aug 2005 07:46:54 +0000 (07:46 +0000)
ChangeLog
Makefile.maint

index 36a98c1af35e2158aa71ae8598177b6660d94669..f13c4d831e4233b837af68fe4d1c2ad205a1cfae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-23  Stepan Kasal  <kasal@ucw.cz>
+
+       * Makefile.maint: Revert the change from 2005-08-12.
+
 2005-08-22  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out
index b4916afe83ec0b12f0f2a2e80e0d37c9e65bbde2..8656fbbad6a11491414b80dc9e42ea0ca6889e51 100644 (file)
@@ -27,7 +27,7 @@ ME := Makefile.maint
 # Use --rsyncable if available.
 GZIP_ENV = \
   "--no-name --best$$( \
-    case $$(gzip --help 2>&1) in \
+    case $$(gzip --help) in \
     (*--rsyncable*) echo ' --rsyncable';; \
     esac \
   )"