diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-18 20:21:58 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-18 20:21:58 +0100 |
commit | 0eb7e493a6f47003a064110cb1dbc6b37536cad3 (patch) | |
tree | 10719817064756896611b40765dcfe15836690a6 | |
parent | 35fa17dbc3f2e022262b042c5601df42ecf991a0 (diff) | |
download | mate-backgrounds-0eb7e493a6f47003a064110cb1dbc6b37536cad3.tar.bz2 mate-backgrounds-0eb7e493a6f47003a064110cb1dbc6b37536cad3.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 9dc7b63..c1b869b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_INIT([mate-backgrounds], [1.7.2], [http://www.mate-desktop.org]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar]) +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) # Internationalization: GETTEXT_PACKAGE=mate-backgrounds |