build: require automake-1.11 and produce xz-compressed tarballs, too
authorJim Meyering <meyering@redhat.com>
Sun, 16 Aug 2009 08:54:05 +0000 (10:54 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 07:28:05 +0000 (09:28 +0200)
* configure.ac: Require automake-1.11.  Use the dist-xz option.

configure.ac

index 714cc876c060e85abefe21b597b2e349100dad50..07a9e1e0c6dd7ef4e291b35dc0a1579edc747e53 100644 (file)
@@ -28,7 +28,7 @@ AC_INIT([gzip],
 AC_CONFIG_SRCDIR(gzip.c)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.11 dist-xz])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_PROG_CC_STDC