Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
8b67d86e
Commit
8b67d86e
authored
Nov 28, 2004
by
Alexandre Duret-Lutz
Browse files
* configure.ac (AM_INIT_AUTOMAKE): Use option tar-ustar, we have
filenames longer than 99 bytes.
parent
fdeea6db
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8b67d86e
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.
...
...
configure.ac
View file @
8b67d86e
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment