|
|
|
@ -7,17 +7,17 @@ define(_CLIENT_VERSION_BUILD, 0)
@@ -7,17 +7,17 @@ define(_CLIENT_VERSION_BUILD, 0)
|
|
|
|
|
define(_CLIENT_VERSION_IS_RELEASE, true) |
|
|
|
|
define(_COPYRIGHT_YEAR, 2018) |
|
|
|
|
define(_COPYRIGHT_HOLDERS,[The %s developers]) |
|
|
|
|
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Litecoin Core]]) |
|
|
|
|
AC_INIT([Litecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/litecoin-project/litecoin/issues],[litecoin],[https://litecoin.org/]) |
|
|
|
|
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Kevacoin Core]]) |
|
|
|
|
AC_INIT([Kevacoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/kevacoin-project/kevacoin/issues],[kevacoin],[https://kevacoin.org/]) |
|
|
|
|
AC_CONFIG_SRCDIR([src/validation.cpp]) |
|
|
|
|
AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) |
|
|
|
|
AC_CONFIG_AUX_DIR([build-aux]) |
|
|
|
|
AC_CONFIG_MACRO_DIR([build-aux/m4]) |
|
|
|
|
|
|
|
|
|
BITCOIN_DAEMON_NAME=litecoind |
|
|
|
|
BITCOIN_GUI_NAME=litecoin-qt |
|
|
|
|
BITCOIN_CLI_NAME=litecoin-cli |
|
|
|
|
BITCOIN_TX_NAME=litecoin-tx |
|
|
|
|
BITCOIN_DAEMON_NAME=kevacoind |
|
|
|
|
BITCOIN_GUI_NAME=kevacoin-qt |
|
|
|
|
BITCOIN_CLI_NAME=kevacoin-cli |
|
|
|
|
BITCOIN_TX_NAME=kevacoin-tx |
|
|
|
|
|
|
|
|
|
dnl Unless the user specified ARFLAGS, force it to be cr |
|
|
|
|
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set]) |
|
|
|
@ -306,7 +306,7 @@ CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"
@@ -306,7 +306,7 @@ CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"
|
|
|
|
|
|
|
|
|
|
AC_ARG_WITH([utils], |
|
|
|
|
[AS_HELP_STRING([--with-utils], |
|
|
|
|
[build litecoin-cli bitcoin-tx (default=yes)])], |
|
|
|
|
[build kevacoin-cli bitcoin-tx (default=yes)])], |
|
|
|
|
[build_bitcoin_utils=$withval], |
|
|
|
|
[build_bitcoin_utils=yes]) |
|
|
|
|
|
|
|
|
@ -318,7 +318,7 @@ AC_ARG_WITH([libs],
@@ -318,7 +318,7 @@ AC_ARG_WITH([libs],
|
|
|
|
|
|
|
|
|
|
AC_ARG_WITH([daemon], |
|
|
|
|
[AS_HELP_STRING([--with-daemon], |
|
|
|
|
[build litecoind daemon (default=yes)])], |
|
|
|
|
[build kevacoind daemon (default=yes)])], |
|
|
|
|
[build_bitcoind=$withval], |
|
|
|
|
[build_bitcoind=yes]) |
|
|
|
|
|
|
|
|
@ -1073,11 +1073,11 @@ AC_SUBST(UNIVALUE_LIBS)
@@ -1073,11 +1073,11 @@ AC_SUBST(UNIVALUE_LIBS)
|
|
|
|
|
|
|
|
|
|
BITCOIN_QT_PATH_PROGS([PROTOC], [protoc],$protoc_bin_path) |
|
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([whether to build litecoind]) |
|
|
|
|
AC_MSG_CHECKING([whether to build kevacoind]) |
|
|
|
|
AM_CONDITIONAL([BUILD_BITCOIND], [test x$build_bitcoind = xyes]) |
|
|
|
|
AC_MSG_RESULT($build_bitcoind) |
|
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([whether to build utils (litecoin-cli litecoin-tx)]) |
|
|
|
|
AC_MSG_CHECKING([whether to build utils (kevacoin-cli kevacoin-tx)]) |
|
|
|
|
AM_CONDITIONAL([BUILD_BITCOIN_UTILS], [test x$build_bitcoin_utils = xyes]) |
|
|
|
|
AC_MSG_RESULT($build_bitcoin_utils) |
|
|
|
|
|
|
|
|
@ -1178,7 +1178,7 @@ if test x$bitcoin_enable_qt != xno; then
@@ -1178,7 +1178,7 @@ if test x$bitcoin_enable_qt != xno; then
|
|
|
|
|
AC_MSG_WARN("xgettext is required to update qt translations") |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([whether to build test_litecoin-qt]) |
|
|
|
|
AC_MSG_CHECKING([whether to build test_kevacoin-qt]) |
|
|
|
|
if test x$use_gui_tests$bitcoin_enable_qt_test = xyesyes; then |
|
|
|
|
AC_MSG_RESULT([yes]) |
|
|
|
|
BUILD_TEST_QT="yes" |
|
|
|
@ -1189,7 +1189,7 @@ fi
@@ -1189,7 +1189,7 @@ fi
|
|
|
|
|
|
|
|
|
|
AM_CONDITIONAL([ENABLE_ZMQ], [test "x$use_zmq" = "xyes"]) |
|
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([whether to build test_litecoin]) |
|
|
|
|
AC_MSG_CHECKING([whether to build test_kevacoin]) |
|
|
|
|
if test x$use_tests = xyes; then |
|
|
|
|
AC_MSG_RESULT([yes]) |
|
|
|
|
BUILD_TEST="yes" |
|
|
|
|