From c5735b3afe2038eb67a715ded4e1a97a02656948 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Aug 2013 17:49:25 +0200 Subject: Fixes for make dist and make distcheck --- configure.ac | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1