From e9b941e16e53d9d5c5b7ab398617dfc1ade5077a Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Tue, 29 Mar 2022 07:53:43 -0500 Subject: [PATCH] configure.ac: fix --enable-reproducible-build to cope with update from libtool-2.4.6 to -2.4.7. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 84080b4fc..431e3003a 100644 --- a/configure.ac +++ b/configure.ac @@ -376,7 +376,7 @@ then fi xxx_ranlib_flags=$(${RANLIB} --help 2>&1) AM_CFLAGS="$AM_CFLAGS -DHAVE_REPRODUCIBLE_BUILD" - AS_CASE([$xxx_ar_flags],[*'use zero for timestamps and uids/gids'*],[AR_FLAGS="Dcr"]) + AS_CASE([$xxx_ar_flags],[*'use zero for timestamps and uids/gids'*],[AR_FLAGS="Dcr" lt_ar_flags="Dcr"]) AS_CASE([$xxx_ranlib_flags],[*'Use zero for symbol map timestamp'*],[RANLIB="${RANLIB} -D"]) fi