summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-20 01:59:01 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-20 01:59:01 +0300
commitc151c4c672d90c46b23d1f7a59e344fa6dfedb5c (patch)
tree62b6c917ca4cf58044aa1f297c50bb8303a3e883 /configure.ac
parente0dd22b29f2f8f1c93630fae0d99223f9e151152 (diff)
downloadmetacity-c151c4c672d90c46b23d1f7a59e344fa6dfedb5c.tar.gz
configure.ac: update AM_INIT_AUTOMAKE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dde451ae..487ed103 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,13 @@ dnl **************************************************************************
AX_IS_RELEASE([git-directory])
-AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz])
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
+dnl **************************************************************************
+dnl Initialize automake
+dnl **************************************************************************
+
+AM_INIT_AUTOMAKE([1.13 no-dist-gzip dist-xz tar-ustar -Wno-portability])
AM_MAINTAINER_MODE([enable])
+AM_SILENT_RULES([yes])
# Honor aclocal flags
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")