summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-13 17:38:44 +0100
committerinfirit <[email protected]>2014-02-13 17:38:44 +0100
commitc2eb6f249cc3dbf95484d92a34a3a52875630d9d (patch)
treed69067b21d36c3737a475bacf3998bb715b4d2d0
parent0bf2354ffbe9c8fa7189b3373df7d95877978282 (diff)
downloadengrampa-c2eb6f249cc3dbf95484d92a34a3a52875630d9d.tar.bz2
engrampa-c2eb6f249cc3dbf95484d92a34a3a52875630d9d.tar.xz
Add check-news to AM_INIT_AUTOMAKE
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c0c16b1..5997b98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([engrampa], [1.6.1], [http://www.mate-desktop.org/], [mate-file-archiver])
-AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip])
+AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([config.h.in])