From: Stepan Kasal Date: Tue, 15 May 2007 18:46:34 +0000 (+0200) Subject: build-sys: add Automake option dist-bzip2 X-Git-Tag: v2.13-rc1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d2a7bacda19262b6428883207747e4e955811b;p=thirdparty%2Futil-linux.git build-sys: add Automake option dist-bzip2 We distribute .tar.bz2 along with .tar.gz . Signed-off-by: Stepan Kasal --- diff --git a/configure.ac b/configure.ac index 900085ea50..fc12eeee6b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE([check-news -Wall foreign 1.9]) +AM_INIT_AUTOMAKE([check-news -Wall foreign 1.9 dist-bzip2]) AC_CONFIG_SRCDIR(mount/mount.c)