From 8b67d86e39f89e569975ca83571bf931cefc2327 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 28 Nov 2004 18:08:08 +0000 Subject: [PATCH] * configure.ac (AM_INIT_AUTOMAKE): Use option tar-ustar, we have filenames longer than 99 bytes. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40702f685..c8df8ca7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-28 Alexandre Duret-Lutz + * 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. diff --git a/configure.ac b/configure.ac index 6c7537efa..8d54c3974 100644 --- a/configure.ac +++ b/configure.ac @@ -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.