configure.ac: Use tar-ustar archive format.
authorMatt Turner <mattst88@gmail.com>
Fri, 22 Feb 2013 02:13:46 +0000 (18:13 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:46 +0000 (12:11 -0800)
The default tar-v7 archive format doesn't support filenames longer than
99 characters, of which we have a few (in src/glsl/tests/lower_jumps/).

configure.ac

index c1843c99d1fa0e6eab252c9a51af50085a9a43d5..a0fe7c63836ea11a8b5ea8cb31150f9002065b86 100644 (file)
@@ -12,7 +12,7 @@ AC_INIT([Mesa], [MESA_VERSION],
 AC_CONFIG_AUX_DIR([bin])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign 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