Build: Switch from tar v7 to posix archive format
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Oct 2015 23:14:12 +0000 (19:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Oct 2015 23:14:12 +0000 (19:14 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac

index a5494fbc57c47cf93d005b8d20b64979c5d4178c..df5f54a5eb958bf7c3e1ba1da8f114aade6c8253 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-pax])
 AM_MAINTAINER_MODE([enable])
 
 # Enable silent rules if available (Introduced in AM 1.11)
 AM_MAINTAINER_MODE([enable])
 
 # Enable silent rules if available (Introduced in AM 1.11)
This page took 0.028627 seconds and 4 git commands to generate.