From: Yann E. MORIN" Date: Fri, 30 Mar 2012 16:48:44 +0000 (+0200) Subject: configure: change contact email address X-Git-Tag: v3.4.0-0~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97b58ea3786c40df03f9b0481ab59590807f0e04;p=kconfig-frontends configure: change contact email address Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index c649c98..78b1342 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ([2.67]) AC_INIT( [kconfig-frontends], [m4_esyscmd_s([./scripts/version.sh])], - [nobody@nowhere.org]) + [yann.morin.1998@free.fr]) AC_CONFIG_SRCDIR([frontends/conf/conf.c]) # Use a config.h to avoid brazilions -DHAVE_FOO on compile lines AC_CONFIG_HEADERS([scripts/.autostuff/config.h])