[Dev] Documenting Feathercoin Specific Software settings - Part 12
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/Makefile.in
Autogenerated file? review
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/bitcoin-config.h
-#define CLIENT_VERSION_BUILD 0 +#define CLIENT_VERSION_BUILD 1
Code replaced
-#define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ +/* #undef HAVE_BOOST_UNIT_TEST_FRAMEWORK */
code removed commented out
+#define HAVE_LIBQRENCODE 1
Code uncommented
-/* #undef HAVE_LIBZXING */ +#define HAVE_LIBZXING 1 +#define USE_DBUS 1 +#define USE_QRCODE 1 +#define USE_ZXING 1
Code uncommented
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/bitcoin-config.h.in
Autogenerated review?
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/bitcoin-config.h.in
src/qt/Makefile.in
src/qt/test/Makefile.in
** src/test/Makefile.in**
Auto generated? review
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/secp256k1/build-aux/depcomp
+#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2013-05-30.07; # UTC
Start of code. Autogenerated? review
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/secp256k1/build-aux/install-sh
Auto genrated file? review
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Cleaned needed files commit
https://github.com/FeatherCoin/Feathercoin/commit/fb1146b4e5a71e90c6867ff049d81bc21471d076
src/secp256k1/build-aux/test-driver
Auto generated files
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Removed dependency to libqrenncode - commit
https://github.com/FeatherCoin/Feathercoin/commit/0530fa446eaca77d9de3399e55533188e5569f82
+ AC_DEFINE([USE_QRCODE],[0],[Define if QR support should be compiled in]) - use_qr=yes + use_qr=no
Code replaced
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Clean / Removed dependency to libqrenncode 2 commit
https://github.com/FeatherCoin/Feathercoin/commit/0530fa446eaca77d9de3399e55533188e5569f82
.gitignore
+src/bitcoin-config.h
Code Added
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Clean / Removed dependency to libqrenncode 2 commit
https://github.com/FeatherCoin/Feathercoin/commit/0530fa446eaca77d9de3399e55533188e5569f82
- PKG_CHECK_MODULES([QRENCODE], [libqrencode],, [AC_MSG_ERROR(libqrencode not found.)]) - BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])]) + # PKG_CHECK_MODULES([QRENCODE], [libqrencode],, [AC_MSG_ERROR(libqrencode not found.)]) + # BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])])
Code replaced
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
fixed check for qr-encode library commit
https://github.com/FeatherCoin/Feathercoin/commit/cbc50985ccd63fe9052af3c84e66dd5f16c99ff5
.gitignore
+src/Makefile.in +src/test/Makefile.in +src/test/test_bitcoin +src/qt/Makefile.in +src/qt/test/test_bitcoin-qt +src/qt/test/Makefile.in + + +autom4te.cache/ +config.log +config.status +configure +
Code added
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
fixed check for qr-encode library commit
https://github.com/FeatherCoin/Feathercoin/commit/cbc50985ccd63fe9052af3c84e66dd5f16c99ff5
- # BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])]) + BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qr=no])])
Code replaced
+ BITCOIN_QT_CHECK([AC_CHECK_HEADER([qrencode.h],, have_qr=no)])
Code added
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Set release flag to false – commit
For normal development version false is default, until checked
https://github.com/FeatherCoin/Feathercoin/commit/124e871288f3f2ac8a7d9f1d75fa198eb58bf4ed
+define(_CLIENT_VERSION_IS_RELEASE, false)
Code replaced
Update configure.ac
https://github.com/FeatherCoin/Feathercoin/commit/f5a15e896621c3ad5d005648b65e74ddb920de1b
+define(_CLIENT_VERSION_IS_RELEASE, true)
Code replaced