* configure.ac (AM_INIT_AUTOMAKE): Use option tar-ustar, we have
filenames longer than 99 bytes.
This commit is contained in:
parent
fdeea6dbf8
commit
8b67d86e39
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2004-11-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
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
|
* wrap/python/tests/run.in: Do not override PYTHONPATH, just add
|
||||||
to it.
|
to it.
|
||||||
Report from Akim Demaille.
|
Report from Akim Demaille.
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([spot], [0.0y])
|
AC_INIT([spot], [0.0y])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])
|
AM_INIT_AUTOMAKE([1.9 gnits nostdinc tar-ustar])
|
||||||
|
|
||||||
# If the user didn't supplied a CFLAGS value,
|
# If the user didn't supplied a CFLAGS value,
|
||||||
# set an empty one to prevent autoconf to stick -O2 -g here.
|
# set an empty one to prevent autoconf to stick -O2 -g here.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue