aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-08-17 00:21:14 +0800
committerJavier Jardón <jjardon@gnome.org>2011-08-17 20:12:33 +0800
commit96174dd10b0fd5f43656d582d5ecb2b4877641a8 (patch)
tree31295229b5429d375b96fc7f48cc3d0a6ee9c95d /configure.ac
parent12b920d355e4a8be744cd820dcbf2354f7cd6d49 (diff)
downloadgsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.tar
gsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.tar.gz
gsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.tar.bz2
gsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.tar.lz
gsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.tar.xz
gsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.tar.zst
gsoc2013-empathy-96174dd10b0fd5f43656d582d5ecb2b4877641a8.zip
configure.ac: Generate xz tarballs with ustar format by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e95f8b0ab..d8de67f2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,12 +80,12 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define -Wno-portability)
+AM_INIT_AUTOMAKE([1.11 no-define -Wno-portability tar-ustar no-dist-gzip dist-xz])
-# Support silent build rules, requires at least automake-1.11. Disable
+# 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])])
+AM_SILENT_RULES([yes])
# Check for programs
AC_PROG_CC