From 9119ffe9bc9c84f7bd3e31d570b4c90bdd226881 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 7 Feb 2011 18:47:08 +0100 Subject: [PATCH] * configure.ac: s/gnit/gnu so that we can use 0.7.1a as a version. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09f8453e0..23ab6cd6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-07 Alexandre Duret-Lutz + + * configure.ac: s/gnit/gnu so that we can use 0.7.1a as a version. + 2011-02-07 Alexandre Duret-Lutz * NEWS: Typos. diff --git a/configure.ac b/configure.ac index a46804655..56d5e8066 100644 --- a/configure.ac +++ b/configure.ac @@ -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.