summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-04-16 06:36:23 -0600
committerEric Blake <ebb9@byu.net>2009-04-16 06:36:23 -0600
commit1e43088c95d43b3549fa75f0576561d61357405f (patch)
treedecf8133fe844ea62e68667f518de1bfdaaaa4ef
parent7b5217b84113432ad9d589707e2360297787671d (diff)
downloadm4-1e43088c95d43b3549fa75f0576561d61357405f.tar.gz
Drop support for dist-lzma.
* configure.ac (AM_INIT_AUTOMAKE): Drop dist-lzma; replaced by newer dist-xz format. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0228ac30..cc7b8f66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-04-16 Eric Blake <ebb9@byu.net>
+ Drop support for dist-lzma.
+ * configure.ac (AM_INIT_AUTOMAKE): Drop dist-lzma; replaced by
+ newer dist-xz format.
+
Use gnulib rename module.
* m4/gnulib-cache.m4: Import rename module. At the moment, we
don't tickle either of the platform bugs that it fixes, but it is
diff --git a/configure.ac b/configure.ac
index 2be55bbd..5f1664fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-m4@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.10b dist-bzip2 dist-lzma dist-xz color-tests
+AM_INIT_AUTOMAKE([1.10b dist-bzip2 dist-xz color-tests
parallel-tests silent-rules gnu])
m4_pattern_forbid([^M4_[A-Z]])