mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
libtool.m4: Fix missing quotes for lt_ar_flags
lt_ar_flags are unquoted, which causes failures when additional options are passed to ARFLAGS. Reported: https://savannah.gnu.org/support/?111257 * m4/libtool.m4: Make lt_ar_flags declare as quoted.
This commit is contained in:
parent
9c1a42a6bb
commit
fd8ea4ccfa
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -1577,7 +1577,7 @@ _LT_DECL([], [AR], [1], [The archiver])
|
||||
|
||||
test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr}
|
||||
lt_ar_flags=$AR_FLAGS
|
||||
_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)])
|
||||
_LT_DECL([], [lt_ar_flags], [1], [Flags to create an archive (by configure)])
|
||||
|
||||
# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override
|
||||
# by AR_FLAGS because that was never working and AR_FLAGS is about to die.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user