]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/am/distdir.am (distcheck): Typo in shar decompression.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 18 Apr 2004 18:36:40 +0000 (18:36 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 18 Apr 2004 18:36:40 +0000 (18:36 +0000)
ChangeLog
lib/am/distdir.am

index 2e3279aa4ab516c7b6e97f3b50e0c906043d4a54..b9327e978846f47b3512d25c9cf8b481f301b45d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-04-18  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * lib/am/distdir.am (distcheck): Typo in shar decompression.
+
        * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
        versions.
 
index 49311d35bc34d3d70f0d4f2498a98097e27ade46..0ed05935da20e916e69930c6cf3633a9ed77198c 100644 (file)
@@ -311,7 +311,7 @@ distcheck: dist
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
+         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac