summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-18 20:39:06 +0100
committerStefano Karapetsas <[email protected]>2014-02-18 20:39:06 +0100
commitabeb90444c4bf0e955fed38f0260cece7b9dfe02 (patch)
treeaa018914ce3a06bc74fb357f611f33abb0ca9e57
parent876d57fe5d26b1899e51318d1d2f2205220c6c54 (diff)
downloadmate-notification-daemon-abeb90444c4bf0e955fed38f0260cece7b9dfe02.tar.bz2
mate-notification-daemon-abeb90444c4bf0e955fed38f0260cece7b9dfe02.tar.xz
configure: Add check-news
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a7cda26..422f18d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_DEFINE_UNQUOTED(NOTIFICATION_DAEMON_VERSION, "$NOTIFICATION_DAEMON_VERSION",
dnl ################################################################
dnl # Initialize automake
dnl ################################################################
-AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-xz foreign])
+AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-xz foreign check-news])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])