Skip to content

Commit 96f8b0c

Browse files
committed
update url
1 parent 3139bd2 commit 96f8b0c

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

cbc.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ includedir=@includedir@/coin-or
66

77
Name: CBC
88
Description: COIN-OR Branch and Cut
9-
URL: https://projects.coin-or.org/Cbc
9+
URL: https://github.com/coin-or/Cbc
1010
Version: @PACKAGE_VERSION@
1111
Libs: -L${libdir} -lCbcSolver -lCbc
1212
Libs.private: @CBCLIB_LFLAGS_NOPC@

configure

Lines changed: 14 additions & 14 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 Cbc trunk.
44
#
5-
# Report bugs to <cbc@lists.coin-or.org>.
5+
# Report bugs to <https://github.com/coin-or/Cbc/issues/new>.
66
#
77
#
88
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -281,10 +281,10 @@ fi
281281
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
282282
else
283283
$as_echo "$0: Please tell [email protected] and
284-
$0: cbc@lists.coin-or.org about your system, including any
285-
$0: error possibly output before this message. Then install
286-
$0: a modern shell, or manually run the script under such a
287-
$0: shell if you do have one."
284+
$0: https://github.com/coin-or/Cbc/issues/new about your
285+
$0: system, including any error possibly output before this
286+
$0: message. Then install a modern shell, or manually run
287+
$0: the script under such a shell if you do have one."
288288
fi
289289
exit 1
290290
fi
@@ -598,8 +598,8 @@ PACKAGE_NAME='Cbc'
598598
PACKAGE_TARNAME='coin-or-cbc'
599599
PACKAGE_VERSION='trunk'
600600
PACKAGE_STRING='Cbc trunk'
601-
PACKAGE_BUGREPORT='cbc@lists.coin-or.org'
602-
PACKAGE_URL='https://projects.coin-or.org/Cbc'
601+
PACKAGE_BUGREPORT='https://github.com/coin-or/Cbc/issues/new'
602+
PACKAGE_URL='https://github.com/coin-or/Cbc'
603603

604604
ac_unique_file="src/CbcTree.hpp"
605605
# Factoring default headers for most tests.
@@ -1821,8 +1821,8 @@ Some influential environment variables:
18211821
Use these variables to override the choices made by `configure' or to help
18221822
it to find libraries and programs with nonstandard names/locations.
18231823

1824-
Report bugs to <cbc@lists.coin-or.org>.
1825-
Cbc home page: <https://projects.coin-or.org/Cbc>.
1824+
Report bugs to <https://github.com/coin-or/Cbc/issues/new>.
1825+
Cbc home page: <https://github.com/coin-or/Cbc>.
18261826
_ACEOF
18271827
ac_status=$?
18281828
fi
@@ -2357,9 +2357,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
23572357
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
23582358
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
23592359
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2360-
( $as_echo "## ------------------------------------ ##
2361-
## Report this to cbc@lists.coin-or.org ##
2362-
## ------------------------------------ ##"
2360+
( $as_echo "## -------------------------------------------------------- ##
2361+
## Report this to https://github.com/coin-or/Cbc/issues/new ##
2362+
## -------------------------------------------------------- ##"
23632363
) | sed "s/^/$as_me: WARNING: /" >&2
23642364
;;
23652365
esac
@@ -23790,8 +23790,8 @@ $config_headers
2379023790
Configuration commands:
2379123791
$config_commands
2379223792

23793-
Report bugs to <cbc@lists.coin-or.org>.
23794-
Cbc home page: <https://projects.coin-or.org/Cbc>."
23793+
Report bugs to <https://github.com/coin-or/Cbc/issues/new>.
23794+
Cbc home page: <https://github.com/coin-or/Cbc>."
2379523795

2379623796
_ACEOF
2379723797
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
AC_PREREQ(2.59)
1414

15-
AC_INIT([Cbc],[trunk],[[email protected]],[coin-or-cbc],
16-
[https://projects.coin-or.org/Cbc])
15+
AC_INIT([Cbc],[trunk],[https://github.com/coin-or/Cbc/issues/new],[coin-or-cbc],[https://github.com/coin-or/Cbc])
1716

1817
AC_COPYRIGHT([
1918
Copyright 2006 International Business Machines and others.

osi-cbc.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ includedir=@includedir@/coin
66

77
Name: OsiCbc
88
Description: COIN-OR Open Solver Interface for CBC
9-
URL: https://projects.coin-or.org/Osi
9+
URL: https://github.com/coin-or/Cbc
1010
Version: @PACKAGE_VERSION@
1111
Libs: -L${libdir} -lOsiCbc
1212
Libs.private: @OSICBCLIB_LFLAGS_NOPC@

0 commit comments

Comments
 (0)