diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-19 19:37:21 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-19 19:37:21 +0100 |
commit | fb25a9a5bb0c4f5c7c21f69a437cdcd0fa9bd6b3 (patch) | |
tree | 9d0f363088a631367118065a46a768b10edbc79e | |
parent | 7732caaf676585bc4651919d98e2bf1a33aece9b (diff) | |
download | mate-indicator-applet-fb25a9a5bb0c4f5c7c21f69a437cdcd0fa9bd6b3.tar.bz2 mate-indicator-applet-fb25a9a5bb0c4f5c7c21f69a437cdcd0fa9bd6b3.tar.xz |
configure: Add check-news
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4f94829..4166d95 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([mate-indicator-applet], [1.7.0], [https://github.com/mate-desktop/mate- AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([no-dist-gzip dist-xz check-news]) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) |