* 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

@ -22,7 +22,7 @@
AC_PREREQ([2.59])
AC_INIT([spot], [0.0y])
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,
# set an empty one to prevent autoconf to stick -O2 -g here.