summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-11-11 12:43:55 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-11-11 12:43:55 +0100
commit15f55b944ff2213bf8c98681a732263dfaf2d3d0 (patch)
tree92208cb1578f1db234cd5f4ff0cdf6ba55d08ad0
parente6470c8d9f2c71a001f5526cdb902c70e6d6ee39 (diff)
downloadsigc++-15f55b944ff2213bf8c98681a732263dfaf2d3d0.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 03ac9ca..42254a1 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])])