From: Stepan Kasal Date: Tue, 15 May 2007 18:46:34 +0000 (+0200) Subject: build-sys: add Automake option dist-bzip2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d2a7bacda19262b6428883207747e4e955811b;p=util-linux 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 900085ea..fc12eeee 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)