build-sys: enable bz2 tarballs

This commit is contained in:
Lennart Poettering 2010-06-09 15:37:05 +02:00
parent d2d12cd1bf
commit b60e6bbf67

View file

@ -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])