From: Lennart Poettering Date: Wed, 9 Jun 2010 13:37:05 +0000 (+0200) Subject: build-sys: enable bz2 tarballs X-Git-Tag: v1~209 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b60e6bbf67063c6b81b5025d572ebe71aa7ab799 build-sys: enable bz2 tarballs --- diff --git a/configure.ac b/configure.ac index 7ad3e2ba8..02618ae63 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects]) +AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects dist-bzip2]) AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])