configure.ac: switch to tar-ustar

tar-ustar is the GNOME standard and has some small advantages
over the default tar-v7, like support for long file names.
This commit is contained in:
Owen W. Taylor 2011-09-21 12:32:11 -04:00
parent a68e6e3c63
commit 3fbee8e027

View File

@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR([config])
AC_SUBST([PACKAGE_NAME], ["$PACKAGE_NAME"])
AC_SUBST([PACKAGE_VERSION], ["$PACKAGE_VERSION"])
AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip foreign])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar foreign])
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])