[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-230-g3b5acbe |
Date: |
Sat, 22 Nov 2008 13:20:24 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=3b5acbefe6307a0b04046ed56e902ae374b200b8
The branch, master has been updated
via 3b5acbefe6307a0b04046ed56e902ae374b200b8 (commit)
from 7e2cfbf051cfa093df2c562989d297485e4f161b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b5acbefe6307a0b04046ed56e902ae374b200b8
Author: Jim Meyering <address@hidden>
Date: Sat Nov 22 14:19:35 2008 +0100
Fix typo introduced by Committer in last patch.
* tests/xz.test: Fix typo introduced by Ralf in last patch.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
tests/xz.test | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e1b8548..42e8664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-11-22 Jim Meyering <address@hidden>
+ * tests/xz.test: Fix typo introduced by Ralf in last patch.
+
Add xz compression support.
* NEWS: Mention xz as well as lzma (xz will displace lzma).
* automake.in (handle_dist): Recognize dist-xz.
diff --git a/tests/xz.test b/tests/xz.test
index 93f4630..299ce1f 100755
--- a/tests/xz.test
+++ b/tests/xz.test
@@ -30,7 +30,7 @@ END
cat > Makefile.am << 'END'
test: distcheck
- test $(DIST_ARCHIVES) = foo-1.0.tar.xz
+ test $(DIST_ARCHIVES) = xz-1.0.tar.xz
test -f $(DIST_ARCHIVES)
END
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-230-g3b5acbe,
Ralf Wildenhues <=