configure.in: Use tar-ustar to avoid name length limitations

Also use dist-bzip2.
This commit is contained in:
Matthias Clasen 2011-06-04 11:46:10 -04:00
parent 635f5373c2
commit 3b9c8962dc

View File

@ -59,7 +59,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
# Save this value here, since automake will set cflags later
cflags_set=${CFLAGS+set}
AM_INIT_AUTOMAKE([1.10 no-define])
AM_INIT_AUTOMAKE([1.10 no-define no-dist-gzip dist-bzip2 tar-ustar])
# Support silent build rules, requires at least automake-1.11. Disable
# by either passing --disable-silent-rules to configure or passing V=1