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:16 +0000 (15:02 +0200)
commitdebb148a49f4adbe9603e62c2e3b02b592a77fab
tree067a29d5db9942cf2f38121a01af1689513a08f3
parent5de625e33b2110a4519118b56dd6d9e9c8cd39d8
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