Skip to content

Commit 43c2886

Browse files
committed
Merge branch 'gs_511' into 'master'
Fix support e-mail See merge request eng/ide/gtkada!29
2 parents 4291805 + 605c6c4 commit 43c2886

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Guess values for system-dependent variables and create Makefiles.
33
# Generated by GNU Autoconf 2.69 for gtkada 18.0w.
44
#
5-
# Report bugs to <report@adacore.com>.
5+
# Report bugs to <support@adacore.com>.
66
#
77
#
88
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -265,7 +265,7 @@ fi
265265
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
266266
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
267267
else
268-
$as_echo "$0: Please tell [email protected] and report@adacore.com
268+
$as_echo "$0: Please tell [email protected] and support@adacore.com
269269
$0: about your system, including any error possibly output
270270
$0: before this message. Then install a modern shell, or
271271
$0: manually run the script under such a shell if you do
@@ -581,7 +581,7 @@ PACKAGE_NAME='gtkada'
581581
PACKAGE_TARNAME='gtkada'
582582
PACKAGE_VERSION='18.0w'
583583
PACKAGE_STRING='gtkada 18.0w'
584-
PACKAGE_BUGREPORT='report@adacore.com'
584+
PACKAGE_BUGREPORT='support@adacore.com'
585585
PACKAGE_URL=''
586586

587587
ac_subst_vars='LTLIBOBJS
@@ -1372,7 +1372,7 @@ Some influential environment variables:
13721372
Use these variables to override the choices made by `configure' or to help
13731373
it to find libraries and programs with nonstandard names/locations.
13741374
1375-
Report bugs to <report@adacore.com>.
1375+
Report bugs to <support@adacore.com>.
13761376
_ACEOF
13771377
ac_status=$?
13781378
fi
@@ -4960,7 +4960,7 @@ Usage: $0 [OPTION]... [TAG]...
49604960
Configuration files:
49614961
$config_files
49624962
4963-
Report bugs to <report@adacore.com>."
4963+
Report bugs to <support@adacore.com>."
49644964
49654965
_ACEOF
49664966
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(gtkada,18.0w,report@adacore.com,gtkada)
1+
AC_INIT(gtkada,18.0w,support@adacore.com,gtkada)
22
AC_CONFIG_MACRO_DIR([m4])
33
AC_CANONICAL_TARGET
44
PKG_PROG_PKG_CONFIG

0 commit comments

Comments
 (0)