libbase58 icon indicating copy to clipboard operation
libbase58 copied to clipboard

Added AC_CONFIG_MACRO_DIR([build-aux/m4])' to configure.ac

Open randy-waterhouse opened this issue 9 years ago • 4 comments

To keep the correct libtool macros in-tree. Also tidies up autoreconf output into build-aux appendix.

randy-waterhouse avatar Oct 05 '16 23:10 randy-waterhouse

Can we make build-aux for generated files only and just ignore the entire thing maybe?

luke-jr avatar Oct 06 '16 00:10 luke-jr

We could. I just used my bitcoin/bitcoin build autoreconf template which allows for future use of custom scripts to go in build-aux/m4 (although probably never be needed for this lib in reality). But either/or is fine I'd say.

randy-waterhouse avatar Oct 06 '16 03:10 randy-waterhouse

#6

poch345 avatar Aug 05 '18 19:08 poch345

base58.c

RuslanBitcash avatar Feb 11 '20 20:02 RuslanBitcash