Skip to content

Commit

Permalink
Merge pull request #9 from coin3d/supportaddress_fix
Browse files Browse the repository at this point in the history
Fixed support address to use coin-support@coin3d.org.
  • Loading branch information
VolkerEnderlein committed Jan 26, 2020
2 parents a028e97 + 0bb13b6 commit feb0567
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build-tmake/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define PACKAGE "profit"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "<profit-patches@coin3d.org>"
#define PACKAGE_BUGREPORT "<coin-support@coin3d.org>"

/* Define to the full name of this package. */
#define PACKAGE_NAME "profit"
Expand Down
12 changes: 6 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for profit 0.9.1.
#
# Report bugs to <<profit-patches@coin3d.org>>.
# Report bugs to <<coin-support@coin3d.org>>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand Down Expand Up @@ -231,7 +231,7 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: <profit-patches@coin3d.org> about your system,
$0: <coin-support@coin3d.org> 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."
Expand Down Expand Up @@ -708,7 +708,7 @@ PACKAGE_NAME='profit'
PACKAGE_TARNAME='profit'
PACKAGE_VERSION='0.9.1'
PACKAGE_STRING='profit 0.9.1'
PACKAGE_BUGREPORT='<profit-patches@coin3d.org>'
PACKAGE_BUGREPORT='<coin-support@coin3d.org>'
PACKAGE_URL=''

ac_unique_file="src/profit.c"
Expand Down Expand Up @@ -1576,7 +1576,7 @@ Some influential environment variables:
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 <<profit-patches@coin3d.org>>.
Report bugs to <<coin-support@coin3d.org>>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -1846,7 +1846,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( cat <<\_ASBOX
## ------------------------------------------ ##
## Report this to <profit-patches@coin3d.org> ##
## Report this to <coin-support@coin3d.org> ##
## ------------------------------------------ ##
_ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2
Expand Down Expand Up @@ -21583,7 +21583,7 @@ $config_headers
Configuration commands:
$config_commands

Report bugs to <<profit-patches@coin3d.org>>."
Report bugs to <<coin-support@coin3d.org>>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ m4_define([INTERFACE_AGE], [0])

# **************************************************************************

AC_INIT([profit], [PROFIT_RELEASE], [<profit-patches@coin3d.org>])
AC_INIT([profit], [PROFIT_RELEASE], [<coin-support@coin3d.org>])
AC_PREREQ([2.50])

AC_CONFIG_AUX_DIR([cfg])
Expand Down

0 comments on commit feb0567

Please sign in to comment.