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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=1e43088c95d43b3549fa75f0576561d61357405f The branch, branch-1.6 has been updated via 1e43088c95d43b3549fa75f0576561d61357405f (commit) from 7b5217b84113432ad9d589707e2360297787671d (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 1e43088c95d43b3549fa75f0576561d61357405f Author: Eric Blake <[email protected]> Date: Thu Apr 16 06:36:23 2009 -0600 Drop support for dist-lzma. * configure.ac (AM_INIT_AUTOMAKE): Drop dist-lzma; replaced by newer dist-xz format. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0228ac3..cc7b8f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-04-16 Eric Blake <[email protected]> + 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 2be55bb..5f1664f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [[email protected]]) 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]]) hooks/post-receive -- GNU M4 source repository
