From c172273e4c63ae9a2d7444e40e003d50e65f0196 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Fri, 15 Sep 2017 13:54:36 +0200 Subject: [PATCH] Dashify new binary name variables --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index ff703312a0..a17bd46ae2 100644 --- a/configure.ac +++ b/configure.ac @@ -14,10 +14,10 @@ AC_CONFIG_HEADERS([src/config/dash-config.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux/m4]) -BITCOIN_DAEMON_NAME=bitcoind -BITCOIN_GUI_NAME=bitcoin-qt -BITCOIN_CLI_NAME=bitcoin-cli -BITCOIN_TX_NAME=bitcoin-tx +BITCOIN_DAEMON_NAME=dashd +BITCOIN_GUI_NAME=dash-qt +BITCOIN_CLI_NAME=dash-cli +BITCOIN_TX_NAME=dash-tx AC_CANONICAL_HOST