Skip to content

Commit

Permalink
doc: update configure ar doc to mention libtool 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jun 16, 2022
1 parent 679ecdd commit 4a81ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ BITCOIN_MP_NODE_NAME=bitcoin-node
BITCOIN_MP_GUI_NAME=bitcoin-gui

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])
if test "${ARFLAGS+set}" != "set"; then
ARFLAGS="cr"
Expand Down

0 comments on commit 4a81ef4

Please sign in to comment.