* configure.ac (AM_INIT_AUTOMAKE): Use option tar-ustar, we have

filenames longer than 99 bytes.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-28 18:08:08 +00:00
parent fdeea6dbf8
commit 8b67d86e39
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-11-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac (AM_INIT_AUTOMAKE): Use option tar-ustar, we have
filenames longer than 99 bytes.
* wrap/python/tests/run.in: Do not override PYTHONPATH, just add
to it.
Report from Akim Demaille.