configure: generate bzip2 tarballs in ustar format by default.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 17 Oct 2012 13:42:17 +0000 (15:42 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 17 Oct 2012 13:42:17 +0000 (15:42 +0200)
configure.ac

index 9a99465..f38d9f9 100644 (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)