]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Compress the distribution tarball with xz instead of gzip
authorGuillem Jover <guillem@hadrons.org>
Tue, 21 May 2013 08:31:59 +0000 (10:31 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 27 May 2013 02:05:17 +0000 (04:05 +0200)
configure.ac

index 2fcd5114c3e086e659abf4cb92e2d5f3476d9c21..bdadc6efe8c35e769954aa023a171db967a59901 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/fgetln.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.8 foreign nostdinc])
+AM_INIT_AUTOMAKE([1.8 foreign nostdinc no-dist-gzip dist-xz])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
                             [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])