* configure.ac: Switch to Automake 1.11 and enable color-tests.
This commit is contained in:
parent
43ba3f8378
commit
f22b5ae371
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-08-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* configure.ac: Switch to Automake 1.11 and enable color-tests.
|
||||
|
||||
2009-08-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* configure.ac: Switch from Libtool 1.5.x to Libtool 2.x, and
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ AC_PREREQ([2.61])
|
|||
AC_INIT([spot], [0.4a])
|
||||
AC_CONFIG_AUX_DIR([tools])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([1.10 gnits nostdinc tar-ustar])
|
||||
AM_INIT_AUTOMAKE([1.11 gnits nostdinc tar-ustar color-tests])
|
||||
|
||||
# If the user didn't supplied a CFLAGS value,
|
||||
# set an empty one to prevent autoconf to stick -O2 -g here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue