1
0
Fork 0

build: centralize automake options within configure.ac

This commit is contained in:
Diego Elio Pettenò 2013-02-14 17:27:05 -08:00
parent 80485de1ac
commit ba8b1ec8be
2 changed files with 1 additions and 5 deletions

View File

@ -8,8 +8,4 @@ EXTRA_DIST=bootstrap doc COPYING player_wrappers README.txt ChangeLog
MOSTLYCLEANFILES = $(DX_CLEANFILES)
AUTOMAKE_OPTIONS = \
dist-bzip2 \
no-dist-gzip
DISTCHECK_CONFIGURE_FLAGS = --enable-bdjava

View File

@ -21,7 +21,7 @@ AC_INIT([libbluray], bluray_version, [http://www.videolan.org/developers/libblur
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_INIT_AUTOMAKE([foreign tar-ustar dist-bzip2 no-dist-gzip])
AC_CONFIG_HEADERS(config.h)
case "${host_os}" in