summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-11-11 12:47:23 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-11-11 12:47:23 +0100
commitf97af9f22a8e00932d74a1b456926d66b581d54a (patch)
treee3222da891abb4cdf8ace573ba91cf7200ebd5d1
parentdf5857af447d473d5c843c4383fa8b7982c6242a (diff)
downloadsigc++-f97af9f22a8e00932d74a1b456926d66b581d54a.tar.gz
Create only .tar.xz tarballs
* configure.ac: This is what ftp.gnome.org wants, so this avoids it doing any repackaging. This is what gtkmm does.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5af1ec..0a2d040 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([config.h sigc++config.h])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-ustar])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-dist-gzip dist-xz tar-ustar no-define nostdinc])
# Support silent build rules.
# Disable by either passing --disable-silent-rules to configure or passing V=1 to make.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])