* configure.ac: s/gnit/gnu so that we can use 0.7.1a as a version.
This commit is contained in:
parent
e72f85a327
commit
9119ffe9bc
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-02-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* configure.ac: s/gnit/gnu so that we can use 0.7.1a as a version.
|
||||||
|
|
||||||
2011-02-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2011-02-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* NEWS: Typos.
|
* NEWS: Typos.
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ AC_PREREQ([2.61])
|
||||||
AC_INIT([spot], [0.7.1a], [spot@lrde.epita.fr])
|
AC_INIT([spot], [0.7.1a], [spot@lrde.epita.fr])
|
||||||
AC_CONFIG_AUX_DIR([tools])
|
AC_CONFIG_AUX_DIR([tools])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([1.11 gnits nostdinc tar-ustar color-tests parallel-tests])
|
AM_INIT_AUTOMAKE([1.11 gnu nostdinc tar-ustar color-tests parallel-tests])
|
||||||
|
|
||||||
# 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