mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
doc: update configure ar doc to mention libtool 2.4.7
This commit is contained in:
parent
679ecdd14b
commit
4a81ef4510
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ BITCOIN_MP_NODE_NAME=bitcoin-node
|
||||||
BITCOIN_MP_GUI_NAME=bitcoin-gui
|
BITCOIN_MP_GUI_NAME=bitcoin-gui
|
||||||
|
|
||||||
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 "${ARFLAGS+set}" != "set"; then
|
if test "${ARFLAGS+set}" != "set"; then
|
||||||
ARFLAGS="cr"
|
ARFLAGS="cr"
|
||||||
|
|
Loading…
Reference in a new issue