[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
drop dist-lzma
From: |
Eric Blake |
Subject: |
drop dist-lzma |
Date: |
Mon, 23 Mar 2009 06:25:12 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Now that xz has replaced lzma, I'm dropping dist-lzma from
AM_INIT_AUTOMAKE before the 1.4.13 release. Unfortunately, dist-xz has
not yet made it out in a stable automake release, so I'm thinking that I
will make the release with bleeding-edge automake and autoconf (the shell
functions seem portable enough, particularly given my snapshot releases,
and I can run dist-xz by hand), while verifying that stable releases can
still be used via autoreconf.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknHf6cACgkQ84KuGfSFAYD+dgCg0BlyCCXrejLof08hIP6y7E29
6lwAnirzr8WSbcj94XSN9VBlyXB8mjX1
=pfBs
-----END PGP SIGNATURE-----
>From 5798a5d9c8f38ee72492f2f5a6f729c510f2fbaf Mon Sep 17 00:00:00 2001
From: Eric Blake <address@hidden>
Date: Mon, 23 Mar 2009 06:21:38 -0600
Subject: [PATCH] Drop dist-lzma, now that xz replaces lzma.
* configure.ac (AM_INIT_AUTOMAKE): Drop dist-lzma. Until a stable
automake release includes dist-xz, the release process will just
manually create a .xz tarball.
* gnulib: Update to latest gnulib.
Signed-off-by: Eric Blake <address@hidden>
---
ChangeLog | 8 ++++++++
configure.ac | 2 +-
gnulib | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6c01b46..a681aae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-23 Eric Blake <address@hidden>
+
+ Drop dist-lzma, now that xz replaces lzma.
+ * configure.ac (AM_INIT_AUTOMAKE): Drop dist-lzma. Until a stable
+ automake release includes dist-xz, the release process will just
+ manually create a .xz tarball.
+ * gnulib: Update to latest gnulib.
+
2009-03-19 Eric Blake <address@hidden>
Exploit git submodule by adding appropriate symlinks.
diff --git a/configure.ac b/configure.ac
index e2595b5..1a3acae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen
.tarball-version]),
address@hidden)
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.10.1 dist-bzip2 dist-lzma gnu])
+AM_INIT_AUTOMAKE([1.10.1 dist-bzip2 gnu])
m4_pattern_forbid([^M4_[A-Z]])
diff --git a/gnulib b/gnulib
index 0add5d7..6c410f6 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 0add5d71522a4be3ec75152f22b4f61aeaf1d1b2
+Subproject commit 6c410f6d2875a0a41671daab4d9751a74c69c451
--
1.6.1.2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- drop dist-lzma,
Eric Blake <=