diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-02 10:17:53 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-05-02 10:17:53 +0200 |
| commit | 3727cbb0a240f3bffc839b72ee8e0e074786ef48 (patch) | |
| tree | 0485cb56febf785be7ca61cc2245be920d525a27 | |
| parent | Change transifex slug to `translation-011x` (diff) | |
| download | discoin-3727cbb0a240f3bffc839b72ee8e0e074786ef48.tar.xz discoin-3727cbb0a240f3bffc839b72ee8e0e074786ef48.zip | |
change AC_PACKAGE_BUGREPORT from [email protected] to github issue tracker URL
Mentioned by wumpus:
http://bitcoinstats.com/irc/bitcoin-dev/logs/2015/05/02#l1430543664
Details here:
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Initializing-configure.html
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c918218b..7c0a9f4a9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 99) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, false) define(_COPYRIGHT_YEAR, 2015) -AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[bitcoin]) +AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) AC_CONFIG_AUX_DIR([build-aux]) |