automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add xz compression support.


From: Jim Meyering
Subject: Re: [PATCH] Add xz compression support.
Date: Sat, 22 Nov 2008 14:17:55 +0100

Ralf Wildenhues <address@hidden> wrote:
...
> Anyway, thanks for the patch.  Committed to master with only minor
> modifications.  It would be nice if you could test the new test to
> ensure that it passes with 'xz' installed (I haven't done that on my
> system yet, let's see if Debian uploads a package for it soon).  Thanks.

Thanks, Ralf!
It does pass, once I fix the following typo:

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]