* configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2.
authorJim Meyering <meyering@redhat.com>
Tue, 9 Oct 2007 07:37:43 +0000 (09:37 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 9 Oct 2007 07:37:43 +0000 (09:37 +0200)
ChangeLog
configure.ac

index d720013..cb7d1f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-10-09  Jim Meyering  <meyering@redhat.com>
 
+       * configure.ac (AM_INIT_AUTOMAKE): Use dist-lzma, rather than dist-bzip2.
+
        Now that we don't install su, don't make misleading suggestions.
        * src/Makefile.am (install-exec-local) [$(INSTALL_SU) != yes]:
        Don't suggest running "make install-root".
index 59dc285..a16a479 100644 (file)
@@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
 
 AB_INIT()
-AM_INIT_AUTOMAKE([1.10 dist-bzip2])
+AM_INIT_AUTOMAKE([1.10 dist-lzma])
 
 AC_PROG_CC_STDC
 AM_PROG_CC_C_O