configure: generate bzip2 tarballs in ustar format by default.

This commit is contained in:
Gwenole Beauchesne 2012-10-17 15:42:17 +02:00
parent 40cb71f36e
commit 1dea0ef974

View file

@ -75,7 +75,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-bzip2])
TODAY="`LC_ALL=C date +'%a, %d %b %Y %X %z'`"
AC_SUBST(TODAY)