diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-11 17:49:25 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-11 17:49:25 +0200 |
commit | c5735b3afe2038eb67a715ded4e1a97a02656948 (patch) | |
tree | 8bea3f6a24b2ebfc8b7324cda52320e4a5e8cf91 /configure.ac | |
parent | d225976dbff450ce41b5a61252a26de2bf2dc4d2 (diff) | |
download | mate-terminal-c5735b3afe2038eb67a715ded4e1a97a02656948.tar.bz2 mate-terminal-c5735b3afe2038eb67a715ded4e1a97a02656948.tar.xz |
Fixes for make dist and make distcheckmate-terminal-1.7.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index ea61111..21bc3fa 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_INIT([MATE Terminal],[gt_version],[http://www.mate-desktop.org],[mate-termina AC_CONFIG_SRCDIR([src/terminal.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])]) @@ -177,10 +177,6 @@ src/Makefile src/terminal-version.h src/skey/Makefile help/Makefile -help/bg/Makefile -help/ro/Makefile -help/ja/Makefile -help/zh_TW/Makefile po/Makefile.in ]) AC_OUTPUT |