* configure.ac: s/gnit/gnu so that we can use 0.7.1a as a version.

This commit is contained in:
Alexandre Duret-Lutz 2011-02-07 18:47:08 +01:00
parent e72f85a327
commit 9119ffe9bc
2 changed files with 5 additions and 1 deletions

View file

@ -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>
* NEWS: Typos.

View file

@ -25,7 +25,7 @@ AC_PREREQ([2.61])
AC_INIT([spot], [0.7.1a], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools])
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,
# set an empty one to prevent autoconf to stick -O2 -g here.