|
13 | 13 | AC_PREREQ([2.65]) |
14 | 14 |
|
15 | 15 | # Process command-line arguments and perform initialization and verification. |
16 | | -AC_INIT([libbitcoin-database], [3.4.0], [eric@voskuil.org]) |
| 16 | +AC_INIT([libbitcoin-database], [3.6.0], [eric@voskuil.org]) |
17 | 17 |
|
18 | 18 | # Do compilation tests. |
19 | 19 | AC_LANG(C++) |
@@ -157,14 +157,14 @@ AS_CASE([${with_tests}], [yes], |
157 | 157 | AC_MSG_NOTICE([boost_unit_test_framework_LIBS : ${boost_unit_test_framework_LIBS}])], |
158 | 158 | [AC_SUBST([boost_unit_test_framework_LIBS], [])]) |
159 | 159 |
|
160 | | -# Require bitcoin of at least version 3.4.0 and output ${bitcoin_CPPFLAGS/LIBS/PKG}. |
| 160 | +# Require bitcoin of at least version 3.6.0 and output ${bitcoin_CPPFLAGS/LIBS/PKG}. |
161 | 161 | #------------------------------------------------------------------------------ |
162 | | -PKG_CHECK_MODULES([bitcoin], [libbitcoin >= 3.4.0], |
163 | | - [bitcoin_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin >= 3.4.0" 2>/dev/null`" |
164 | | - bitcoin_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin >= 3.4.0" 2>/dev/null`"], |
| 162 | +PKG_CHECK_MODULES([bitcoin], [libbitcoin >= 3.6.0], |
| 163 | + [bitcoin_INCLUDEDIR="`$PKG_CONFIG --variable=includedir "libbitcoin >= 3.6.0" 2>/dev/null`" |
| 164 | + bitcoin_OTHER_CFLAGS="`$PKG_CONFIG --cflags-only-other "libbitcoin >= 3.6.0" 2>/dev/null`"], |
165 | 165 | [bitcoin_INCLUDEDIR="" |
166 | 166 | bitcoin_OTHER_CFLAGS=""]) |
167 | | -AC_SUBST([bitcoin_PKG], ['libbitcoin >= 3.4.0']) |
| 167 | +AC_SUBST([bitcoin_PKG], ['libbitcoin >= 3.6.0']) |
168 | 168 | AC_SUBST([bitcoin_CPPFLAGS], [${bitcoin_CFLAGS}]) |
169 | 169 | AS_IF([test x${bitcoin_INCLUDEDIR} != "x"], |
170 | 170 | [AC_SUBST([bitcoin_ISYS_CPPFLAGS], ["-isystem${bitcoin_INCLUDEDIR} ${bitcoin_OTHER_CFLAGS}"])], |
|
0 commit comments