]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix "make dist" of modified git checkouts.
authorBruno Haible <bruno@clisp.org>
Wed, 3 Jan 2018 01:32:55 +0000 (02:32 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 3 Jan 2018 01:32:55 +0000 (02:32 +0100)
commitf1317fc6003f31bf8e516c8265be738229e59310
tree45d1f1b31ada075f795579f965abc275466d38f1
parent72e494b35a42b533df8fafb7560f73868408e383
Fix "make dist" of modified git checkouts.

This fixes error messages such as
tar: gettext-0.19.8.1.74-72e49-dirty/gettext-tools/gnulib-tests/test-term-ostream-xterm-linux-mandriva.out: file name is too long (max 99); not dumped
tar: gettext-0.19.8.1.74-72e49-dirty/gettext-runtime/intl-csharp/doc/GNU_Gettext_GettextResourceManager.html: file name is too long (max 99); not dumped

* configure.ac: Pass option 'tar-ustar' to AM_INIT_AUTOMAKE.
(am__tar): Use 'tar' option --format=ustar.
configure.ac