Skip to content

Commit 29598e4

Browse files
committed
Move PACKAGE_URL to configure.ac
1 parent 78ec83d commit 29598e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, false)
88
define(_COPYRIGHT_YEAR, 2015)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])
1010
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[Bitcoin Core])
11-
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin])
11+
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/bitcoin/bitcoin/issues],[bitcoin],[http://bitcoin.org/])
1212
AC_CONFIG_SRCDIR([src/main.cpp])
1313
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
1414
AC_CONFIG_AUX_DIR([build-aux])

share/setup.nsi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
77
!define REGKEY "SOFTWARE\$(^Name)"
88
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
99
!define COMPANY "@PACKAGE_NAME@ project"
10-
!define URL http://www.bitcoin.org/
10+
!define URL @PACKAGE_URL@
1111

1212
# MUI Symbol Definitions
1313
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"

0 commit comments

Comments
 (0)