summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-06 19:09:56 +0100
committerJim Meyering <meyering@redhat.com>2011-11-06 19:09:56 +0100
commit9fe91b20b7305d83486d73104ef8350a01dfcb71 (patch)
tree95b9c88b2e91cc279a070b5f05338a67a21986ca /configure.ac
parent723ca1f12f13ae108eba611d72de26591e1214ba (diff)
downloadparted-9fe91b20b7305d83486d73104ef8350a01dfcb71.tar.gz
build: stop distributing gzip'd releases; xz is enough
* configure.ac (AM_INIT_AUTOMAKE): Add no-dist-gzip. * NEWS (Build-related): Mention that we're dropping .tar.gz.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 878b515..3915ac0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_SUBST([LT_CURRENT])
AC_SUBST([LT_REVISION])
AC_SUBST([LT_AGE])
-AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CANONICAL_HOST