# HG changeset patch # User Mario de Sousa # Date 1314105466 -3600 # Node ID a0fb5d2248552c02220a8ee4bebf5cf3592c358b # Parent 6482d83fadee34f61ff01b9a3fe20b0368fbe3c4 fix bug report email address. diff -r 6482d83fadee -r a0fb5d224855 configure --- a/configure Tue Aug 23 14:15:12 2011 +0100 +++ b/configure Tue Aug 23 14:17:46 2011 +0100 @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for matiec 0.1. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -230,8 +230,8 @@ $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else - $as_echo "$0: Please tell bug-autoconf@gnu.org and -$0: matteo.facchinetti@sirius-es.it about your system, + $as_echo "$0: Please tell bug-autoconf@gnu.org and msousa@fe.up.pt, +$0: beremiz-devel@lists.sourceforge.net about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." @@ -554,7 +554,7 @@ PACKAGE_TARNAME='matiec' PACKAGE_VERSION='0.1' PACKAGE_STRING='matiec 0.1' -PACKAGE_BUGREPORT='matteo.facchinetti@sirius-es.it' +PACKAGE_BUGREPORT='msousa@fe.up.pt, beremiz-devel@lists.sourceforge.net' PACKAGE_URL='' # Factoring default headers for most tests. @@ -1349,7 +1349,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF ac_status=$? fi @@ -1656,9 +1656,9 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( cat <<\_ASBOX -## ---------------------------------------------- ## -## Report this to matteo.facchinetti@sirius-es.it ## -## ---------------------------------------------- ## +## bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb ## +## Report this to msousa@fe.up.pt ## +## bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -6277,7 +6277,7 @@ Configuration commands: $config_commands -Report bugs to ." +Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff -r 6482d83fadee -r a0fb5d224855 configure.ac --- a/configure.ac Tue Aug 23 14:15:12 2011 +0100 +++ b/configure.ac Tue Aug 23 14:17:46 2011 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([matiec], [0.1], [matteo.facchinetti@sirius-es.it]) +AC_INIT([matiec], [0.1], [msousa@fe.up.pt, beremiz-devel@lists.sourceforge.net]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_AUX_DIR(config)