configure: require automake >= 1.9 for tar-ustar option.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 27 Jun 2012 12:54:55 +0000 (14:54 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 27 Jun 2012 13:02:12 +0000 (15:02 +0200)
commita0951ad4676f99d0e3367fc30fd6bc8dd34629ee
tree37683584058b0b0082b8d932c0ae13c60fb9fbc9
parent603cdee0b8e850ed9e716c28e5815bef6e6c56db
configure: require automake >= 1.9 for tar-ustar option.

By default, newer automake versions make tar use the ancient tar V7 format
that limits filenames to 99 characters. This is troublesome for certain shader
sources files. Now require automake 1.9 and use the tar-ustar option so that
a newer format, defined in POSIX 1003.1-1988, is used. The limitation is now
256 characters.

PAX interchange format (POSIX 1003.1-2001) was considered but probably still
to young? Just stick to the intermediate format for now as this is enough for
our purposes.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
configure.ac