From: Jim Meyering Date: Sun, 16 Aug 2009 08:54:05 +0000 (+0200) Subject: build: require automake-1.11 and produce xz-compressed tarballs, too X-Git-Tag: v1.3.13~28 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1bf5c2eda32c0f92941b1fd0346fa0bccc38e2f9;p=debian%2Fgzip build: require automake-1.11 and produce xz-compressed tarballs, too * configure.ac: Require automake-1.11. Use the dist-xz option. --- diff --git a/configure.ac b/configure.ac index 714cc87..07a9e1e 100644 --- a/configure.ac +++ b/configure.ac @@ -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