@@ -7,17 +7,17 @@ define(_CLIENT_VERSION_BUILD, 2)
7
7
define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2019 )
9
9
define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
10
- define ( _COPYRIGHT_HOLDERS_SUBSTITUTION ,[ [ Dash Core ] ] )
11
- AC_INIT ( [ Dash Core ] ,[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,[ https://github.com/dashpay/dash /issues] ,[ dashcore ] ,[ https://dash.org /] )
10
+ define ( _COPYRIGHT_HOLDERS_SUBSTITUTION ,[ [ PACGlobal ] ] )
11
+ AC_INIT ( [ PACGlobal ] ,[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,[ https://github.com/PACGlobalOfficial/PAC /issues] ,[ pacglobal ] ,[ https://pacglobal.io /] )
12
12
AC_CONFIG_SRCDIR ( [ src/validation.cpp] )
13
- AC_CONFIG_HEADERS ( [ src/config/dash -config.h] )
13
+ AC_CONFIG_HEADERS ( [ src/config/pacglobal -config.h] )
14
14
AC_CONFIG_AUX_DIR ( [ build-aux] )
15
15
AC_CONFIG_MACRO_DIR ( [ build-aux/m4] )
16
16
17
- BITCOIN_DAEMON_NAME=dashd
18
- BITCOIN_GUI_NAME=dash -qt
19
- BITCOIN_CLI_NAME=dash -cli
20
- BITCOIN_TX_NAME=dash -tx
17
+ BITCOIN_DAEMON_NAME=pacglobald
18
+ BITCOIN_GUI_NAME=pacglobal -qt
19
+ BITCOIN_CLI_NAME=pacglobal -cli
20
+ BITCOIN_TX_NAME=pacglobal -tx
21
21
22
22
AC_CANONICAL_HOST
23
23
@@ -286,7 +286,7 @@ CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"
286
286
287
287
AC_ARG_WITH ( [ utils] ,
288
288
[ AS_HELP_STRING ( [ --with-utils] ,
289
- [ build dash -cli dash -tx (default=yes)] ) ] ,
289
+ [ build pacglobal -cli pacglobal -tx (default=yes)] ) ] ,
290
290
[ build_bitcoin_utils=$withval] ,
291
291
[ build_bitcoin_utils=yes] )
292
292
@@ -298,7 +298,7 @@ AC_ARG_WITH([libs],
298
298
299
299
AC_ARG_WITH ( [ daemon] ,
300
300
[ AS_HELP_STRING ( [ --with-daemon] ,
301
- [ build dashd daemon (default=yes)] ) ] ,
301
+ [ build pacglobald daemon (default=yes)] ) ] ,
302
302
[ build_bitcoind=$withval] ,
303
303
[ build_bitcoind=yes] )
304
304
@@ -489,7 +489,7 @@ AC_C_BIGENDIAN
489
489
dnl Check for pthread compile/link requirements
490
490
AX_PTHREAD
491
491
492
- # The following macro will add the necessary defines to dash -config.h, but
492
+ # The following macro will add the necessary defines to pacglobal -config.h, but
493
493
# they also need to be passed down to any subprojects. Pull the results out of
494
494
# the cache and add them to CPPFLAGS.
495
495
AC_SYS_LARGEFILE
@@ -989,19 +989,19 @@ AC_SUBST(UNIVALUE_LIBS)
989
989
990
990
BITCOIN_QT_PATH_PROGS([ PROTOC] , [ protoc] ,$protoc_bin_path)
991
991
992
- AC_MSG_CHECKING ( [ whether to build dashd ] )
992
+ AC_MSG_CHECKING ( [ whether to build pacglobald ] )
993
993
AM_CONDITIONAL([ BUILD_BITCOIND] , [ test x$build_bitcoind = xyes] )
994
994
AC_MSG_RESULT ( $build_bitcoind )
995
995
996
- AC_MSG_CHECKING ( [ whether to build utils (dash -cli dash -tx)] )
996
+ AC_MSG_CHECKING ( [ whether to build utils (pacglobal -cli pacglobal -tx)] )
997
997
AM_CONDITIONAL([ BUILD_BITCOIN_UTILS] , [ test x$build_bitcoin_utils = xyes] )
998
998
AC_MSG_RESULT ( $build_bitcoin_utils )
999
999
1000
1000
AC_MSG_CHECKING ( [ whether to build libraries] )
1001
1001
AM_CONDITIONAL([ BUILD_BITCOIN_LIBS] , [ test x$build_bitcoin_libs = xyes] )
1002
1002
if test x$build_bitcoin_libs = xyes; then
1003
1003
AC_DEFINE ( HAVE_CONSENSUS_LIB , 1 , [ Define this symbol if the consensus lib has been built] )
1004
- AC_CONFIG_FILES ( [ libdashconsensus .pc:libdashconsensus .pc.in] )
1004
+ AC_CONFIG_FILES ( [ libpacglobalconsensus .pc:libpacglobalconsensus .pc.in] )
1005
1005
fi
1006
1006
AC_MSG_RESULT ( $build_bitcoin_libs )
1007
1007
@@ -1094,7 +1094,7 @@ if test x$bitcoin_enable_qt != xno; then
1094
1094
AC_MSG_WARN ( "xgettext is required to update qt translations" )
1095
1095
fi
1096
1096
1097
- AC_MSG_CHECKING ( [ whether to build test_dash -qt] )
1097
+ AC_MSG_CHECKING ( [ whether to build test_pacglobal -qt] )
1098
1098
if test x$use_gui_tests$bitcoin_enable_qt_test = xyesyes; then
1099
1099
AC_MSG_RESULT ( [ yes] )
1100
1100
BUILD_TEST_QT="yes"
1105
1105
1106
1106
AM_CONDITIONAL([ ENABLE_ZMQ] , [ test "x$use_zmq" = "xyes"] )
1107
1107
1108
- AC_MSG_CHECKING ( [ whether to build test_dash ] )
1108
+ AC_MSG_CHECKING ( [ whether to build test_pacglobal ] )
1109
1109
if test x$use_tests = xyes; then
1110
1110
AC_MSG_RESULT ( [ yes] )
1111
1111
BUILD_TEST="yes"
0 commit comments