diff options
author | infirit <[email protected]> | 2014-02-16 17:08:46 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-16 17:08:46 +0100 |
commit | 00feebafdb29dc0fb217311ea2fb1a262f66800f (patch) | |
tree | a3b1e10f1bae6608fb89bfbd48adf709094ae251 /configure.ac | |
parent | 0685ac02a9620157b93a29be2fb9bba77984ae12 (diff) | |
download | mate-icon-theme-00feebafdb29dc0fb217311ea2fb1a262f66800f.tar.bz2 mate-icon-theme-00feebafdb29dc0fb217311ea2fb1a262f66800f.tar.xz |
Add check-news to AM_INIT_AUTOMAKE
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 53ca75b..a166ac7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.53) AC_INIT([mate-icon-theme], [1.7.1], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) -AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign]) +AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign check-news]) PKG_PROG_PKG_CONFIG([0.19]) IT_PROG_INTLTOOL([0.40.0]) |