mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
merge bitcoin#25389: use libtool 2.4.7
This commit is contained in:
parent
66e1541808
commit
6243a71267
@ -20,6 +20,7 @@ BITCOIN_TX_NAME=dash-tx
|
|||||||
BITCOIN_WALLET_TOOL_NAME=dash-wallet
|
BITCOIN_WALLET_TOOL_NAME=dash-wallet
|
||||||
|
|
||||||
dnl Unless the user specified ARFLAGS, force it to be cr
|
dnl Unless the user specified ARFLAGS, force it to be cr
|
||||||
|
dnl This is also the default as-of libtool 2.4.7
|
||||||
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set])
|
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set])
|
||||||
if test "x${ARFLAGS+set}" != "xset"; then
|
if test "x${ARFLAGS+set}" != "xset"; then
|
||||||
ARFLAGS="cr"
|
ARFLAGS="cr"
|
||||||
|
@ -604,7 +604,7 @@ parse, modify and abstract ELF, PE and MachO formats.")
|
|||||||
(list zlib "static")
|
(list zlib "static")
|
||||||
;; Build tools
|
;; Build tools
|
||||||
gnu-make
|
gnu-make
|
||||||
libtool
|
libtool-2.4.7
|
||||||
autoconf-2.71
|
autoconf-2.71
|
||||||
automake
|
automake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user