forked from libbitcoin/libbitcoin-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request libbitcoin#135 from evoskuil/version3
Backport master/v4 commits for a version3/v3.1 release.
- Loading branch information
Showing
16 changed files
with
173 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
AC_PREREQ([2.65]) | ||
|
||
# Process command-line arguments and perform initialization and verification. | ||
AC_INIT([libbitcoin-database], [3.0.0], [[email protected]]) | ||
AC_INIT([libbitcoin-database], [3.1.0], [[email protected]]) | ||
|
||
# Do compilation tests. | ||
AC_LANG(C++) | ||
|
@@ -133,10 +133,10 @@ AS_CASE([${with_tests}], [yes], | |
AC_MSG_NOTICE([boost_unit_test_framework_LIBS : ${boost_unit_test_framework_LIBS}])], | ||
[AC_SUBST([boost_unit_test_framework_LIBS], [])]) | ||
|
||
# Require bitcoin of at least version 3.0.0 and output ${bitcoin_CPPFLAGS/LIBS/PKG}. | ||
# Require bitcoin of at least version 3.1.0 and output ${bitcoin_CPPFLAGS/LIBS/PKG}. | ||
#------------------------------------------------------------------------------ | ||
PKG_CHECK_MODULES([bitcoin], [libbitcoin >= 3.0.0]) | ||
AC_SUBST([bitcoin_PKG], ['libbitcoin >= 3.0.0']) | ||
PKG_CHECK_MODULES([bitcoin], [libbitcoin >= 3.1.0]) | ||
AC_SUBST([bitcoin_PKG], ['libbitcoin >= 3.1.0']) | ||
AC_SUBST([bitcoin_CPPFLAGS], [${bitcoin_CFLAGS}]) | ||
AC_MSG_NOTICE([bitcoin_CPPFLAGS : ${bitcoin_CPPFLAGS}]) | ||
AC_MSG_NOTICE([bitcoin_LIBS : ${bitcoin_LIBS}]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.