* NEWS, configure.in: Bump version to 0.4.

* HACKING, INSTALL, doc/Doxyfile.in, lbtt/INSTALL: Update to newer
tools.
This commit is contained in:
Alexandre Duret-Lutz 2007-07-17 15:53:27 +00:00
parent 0dc53d3d2a
commit 82583754cd
7 changed files with 662 additions and 598 deletions

View file

@ -1,4 +1,4 @@
# Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique
# de Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
# Université Pierre et Marie Curie.
#
@ -19,10 +19,10 @@
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
AC_PREREQ([2.59])
AC_INIT([spot], [0.3a])
AC_PREREQ([2.61])
AC_INIT([spot], [0.4])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([1.9 gnits nostdinc tar-ustar])
AM_INIT_AUTOMAKE([1.10 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.