Skip to content

Commit b6c7428

Browse files
committed
merge bitcoin#25389: use libtool 2.4.7
1 parent 42c910a commit b6c7428

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ BITCOIN_TX_NAME=dash-tx
2020
BITCOIN_WALLET_TOOL_NAME=dash-wallet
2121

2222
dnl Unless the user specified ARFLAGS, force it to be cr
23+
dnl This is also the default as-of libtool 2.4.7
2324
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set])
2425
if test "x${ARFLAGS+set}" != "xset"; then
2526
ARFLAGS="cr"

contrib/guix/manifest.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ parse, modify and abstract ELF, PE and MachO formats.")
604604
(list zlib "static")
605605
;; Build tools
606606
gnu-make
607-
libtool
607+
libtool-2.4.7
608608
autoconf-2.71
609609
automake
610610
pkg-config

0 commit comments

Comments
 (0)