From c2eb6f249cc3dbf95484d92a34a3a52875630d9d Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 13 Feb 2014 17:38:44 +0100 Subject: Add check-news to AM_INIT_AUTOMAKE --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.1