@@ -7,17 +7,17 @@ define(_CLIENT_VERSION_BUILD, 0)
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2018 )
99define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
10- 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 ] ,[ https://bitcoincore .org/] )
10+ define ( _COPYRIGHT_HOLDERS_SUBSTITUTION ,[ [ Elements Project ] ] )
11+ AC_INIT ( [ Elements Core] ,[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,[ https://github.com/ElementsProject/elements /issues] ,[ elements ] ,[ https://elementsproject .org/] )
1212AC_CONFIG_SRCDIR ( [ src/validation.cpp] )
1313AC_CONFIG_HEADERS ( [ src/config/bitcoin-config.h] )
1414AC_CONFIG_AUX_DIR ( [ build-aux] )
1515AC_CONFIG_MACRO_DIR ( [ build-aux/m4] )
1616
17- BITCOIN_DAEMON_NAME=bitcoind
17+ BITCOIN_DAEMON_NAME=elementsd
1818BITCOIN_GUI_NAME=bitcoin-qt
19- BITCOIN_CLI_NAME=bitcoin -cli
20- BITCOIN_TX_NAME=bitcoin -tx
19+ BITCOIN_CLI_NAME=elements -cli
20+ BITCOIN_TX_NAME=elements -tx
2121
2222dnl Unless the user specified ARFLAGS, force it to be cr
2323AC_ARG_VAR ( ARFLAGS , [ Flags for the archiver, defaults to <cr> if not set] )
0 commit comments