diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |