|
13 | 13 | AC_PREREQ([2.65]) |
14 | 14 |
|
15 | 15 | # Process command-line arguments and perform initialization and verification. |
16 | | -AC_INIT([libbitcoin-network], [3.4.0], [[email protected]]) |
| 16 | +AC_INIT([libbitcoin-network], [3.6.0], [[email protected]]) |
17 | 17 |
|
18 | 18 | # Do compilation tests. |
19 | 19 | AC_LANG(C++) |
@@ -146,14 +146,14 @@ AS_CASE([${with_tests}], [yes], |
146 | 146 | AC_MSG_NOTICE([boost_unit_test_framework_LIBS : ${boost_unit_test_framework_LIBS}])], |
147 | 147 | [AC_SUBST([boost_unit_test_framework_LIBS], [])]) |
148 | 148 |
|
149 | | -# Require bitcoin of at least version 3.4.0 and output ${bitcoin_CPPFLAGS/LIBS/PKG}. |
| 149 | +# Require bitcoin of at least version 3.6.0 and output ${bitcoin_CPPFLAGS/LIBS/PKG}. |
150 | 150 | #------------------------------------------------------------------------------ |
151 | | -PKG_CHECK_MODULES([bitcoin], [libbitcoin >= 3.4.0], |
152 | | - [bitcoin_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin >= 3.4.0" 2>/dev/null`" |
153 | | - bitcoin_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin >= 3.4.0" 2>/dev/null`"], |
| 151 | +PKG_CHECK_MODULES([bitcoin], [libbitcoin >= 3.6.0], |
| 152 | + [bitcoin_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin >= 3.6.0" 2>/dev/null`" |
| 153 | + bitcoin_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin >= 3.6.0" 2>/dev/null`"], |
154 | 154 | [bitcoin_INCLUDEDIR="" |
155 | 155 | bitcoin_OTHER_CFLAGS=""]) |
156 | | -AC_SUBST([bitcoin_PKG], ['libbitcoin >= 3.4.0']) |
| 156 | +AC_SUBST([bitcoin_PKG], ['libbitcoin >= 3.6.0']) |
157 | 157 | AC_SUBST([bitcoin_CPPFLAGS], [${bitcoin_CFLAGS}]) |
158 | 158 | AS_IF([test x${bitcoin_INCLUDEDIR} != "x"], |
159 | 159 | [AC_SUBST([bitcoin_ISYS_CPPFLAGS], ["-isystem${bitcoin_INCLUDEDIR} ${bitcoin_OTHER_CFLAGS}"])], |
|
0 commit comments