From f6ac78b3b68e90973da62167c4358bed0c5401c5 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 4 Feb 2005 11:44:49 +0000 Subject: [PATCH] Ask users to repport bugs to the list, not to Arnaud's mailbox (I want to see them, too); don't use ACI anymore git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@866 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 7ad0ac2be3..db59858e06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,9 @@ AC_PREREQ(2.59) -#We need a recent ACI -ACI_PREREQ(2003.01.16) +# We need a recent ACI +# A CI_PREREQ(2003.01.16) -AC_INIT([simgrid],[2.91],[arnaud.legrand@imag.fr]) -#AC_INIT([GRAS],[0.7],[martin.quinson@ens-lyon.fr]) +AC_INIT([simgrid],[2.91],[simgrid2-users@listes.ens-lyon.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) -- 2.20.1