libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] maint: ship .xz, not .lzma


From: Eric Blake
Subject: [PATCH] maint: ship .xz, not .lzma
Date: Mon, 13 Sep 2010 15:34:23 -0600

* configure.ac (AM_INIT_AUTOMAKE): Prefer better file format.

Signed-off-by: Eric Blake <address@hidden>
---

Any objections to this patch?  xz is a more robust successor to lzma.

 ChangeLog    |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 39c3e7a..7778ace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-13  Eric Blake  <address@hidden>
+
+       maint: ship .xz, not .lzma
+       * configure.ac (AM_INIT_AUTOMAKE): Prefer better file format.
+
 2010-09-13  Ralf Wildenhues  <address@hidden>

        doc: avoid long lines in input and output, indexing fixes.
diff --git a/configure.ac b/configure.ac
index d36adde..0fcf109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@ AC_SUBST([package_revision])
 dnl These are bootstrap requirements! Once built, libtool may work with
 dnl much older releases of autoconf and automake.  See release notes.
 dnl 1.11 is needed for color-tests, 1.11.1 fixes a security issue.
-AM_INIT_AUTOMAKE([1.11.1 gnu subdir-objects dist-lzma color-tests 
parallel-tests])
+AM_INIT_AUTOMAKE([1.11.1 gnu subdir-objects dist-xz color-tests 
parallel-tests])


 ## ------------------------- ##
-- 
1.7.2.2




reply via email to

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