|
13 | 13 | AC_PREREQ([2.65]) |
14 | 14 |
|
15 | 15 | # Process command-line arguments and perform initialization and verification. |
16 | | -AC_INIT([libbitcoin-node], [3.1.0], [[email protected]]) |
| 16 | +AC_INIT([libbitcoin-node], [3.2.0], [[email protected]]) |
17 | 17 |
|
18 | 18 | # Do compilation tests. |
19 | 19 | AC_LANG(C++) |
@@ -157,18 +157,18 @@ AS_CASE([${bash_completiondir}], [yes], |
157 | 157 | AC_MSG_NOTICE([bash_completion_LIBS : ${bash_completion_LIBS}])], |
158 | 158 | [AC_SUBST([bash_completion_PKG], [])]) |
159 | 159 |
|
160 | | -# Require bitcoin-blockchain of at least version 3.1.0 and output ${bitcoin_blockchain_CPPFLAGS/LIBS/PKG}. |
| 160 | +# Require bitcoin-blockchain of at least version 3.2.0 and output ${bitcoin_blockchain_CPPFLAGS/LIBS/PKG}. |
161 | 161 | #------------------------------------------------------------------------------ |
162 | | -PKG_CHECK_MODULES([bitcoin_blockchain], [libbitcoin-blockchain >= 3.1.0]) |
163 | | -AC_SUBST([bitcoin_blockchain_PKG], ['libbitcoin-blockchain >= 3.1.0']) |
| 162 | +PKG_CHECK_MODULES([bitcoin_blockchain], [libbitcoin-blockchain >= 3.2.0]) |
| 163 | +AC_SUBST([bitcoin_blockchain_PKG], ['libbitcoin-blockchain >= 3.2.0']) |
164 | 164 | AC_SUBST([bitcoin_blockchain_CPPFLAGS], [${bitcoin_blockchain_CFLAGS}]) |
165 | 165 | AC_MSG_NOTICE([bitcoin_blockchain_CPPFLAGS : ${bitcoin_blockchain_CPPFLAGS}]) |
166 | 166 | AC_MSG_NOTICE([bitcoin_blockchain_LIBS : ${bitcoin_blockchain_LIBS}]) |
167 | 167 |
|
168 | | -# Require bitcoin-network of at least version 3.1.0 and output ${bitcoin_network_CPPFLAGS/LIBS/PKG}. |
| 168 | +# Require bitcoin-network of at least version 3.2.0 and output ${bitcoin_network_CPPFLAGS/LIBS/PKG}. |
169 | 169 | #------------------------------------------------------------------------------ |
170 | | -PKG_CHECK_MODULES([bitcoin_network], [libbitcoin-network >= 3.1.0]) |
171 | | -AC_SUBST([bitcoin_network_PKG], ['libbitcoin-network >= 3.1.0']) |
| 170 | +PKG_CHECK_MODULES([bitcoin_network], [libbitcoin-network >= 3.2.0]) |
| 171 | +AC_SUBST([bitcoin_network_PKG], ['libbitcoin-network >= 3.2.0']) |
172 | 172 | AC_SUBST([bitcoin_network_CPPFLAGS], [${bitcoin_network_CFLAGS}]) |
173 | 173 | AC_MSG_NOTICE([bitcoin_network_CPPFLAGS : ${bitcoin_network_CPPFLAGS}]) |
174 | 174 | AC_MSG_NOTICE([bitcoin_network_LIBS : ${bitcoin_network_LIBS}]) |
|
0 commit comments