summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-14 18:43:10 +0100
committerStefano Karapetsas <[email protected]>2014-02-14 18:43:10 +0100
commit303025d41efef3b2fdd1353590962d07099a1c7f (patch)
treecd12edf4c932202044e23127813df3661b44b176 /configure.ac
parent344c0916c1d7777bbf6401d0827d1544fa41e9f3 (diff)
downloadmate-desktop-303025d41efef3b2fdd1353590962d07099a1c7f.tar.bz2
mate-desktop-303025d41efef3b2fdd1353590962d07099a1c7f.tar.xz
configure: Add check-news argument
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 196116d..f210945 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define(mate_version, [mate_platform.mate_minor.mate_micro]),
AC_INIT([mate-desktop], mate_version, [https://github.com/mate-desktop/mate-desktop/])
AC_CONFIG_SRCDIR([libmate-desktop])
-AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz tar-ustar check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([config.h])