From 8b8002f74658bd83cc215042c1ab9c2e9b176d17 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 28 May 2020 15:32:21 -0700 Subject: [PATCH] Removed an initialization of AR_FLAGS and let the libtool version happen. This makes Ubuntu builds recreatable. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index a870a5b..1bcae74 100644 --- a/configure.ac +++ b/configure.ac @@ -8,9 +8,6 @@ AC_PREREQ([2.63]) AC_CONFIG_AUX_DIR([build-aux]) : ${CFLAGS=""} -# Test ar for the "U" option. Should be checked before the libtool macros. -xxx_ar_flags=$(ar --help 2>&1) -AS_CASE([$xxx_ar_flags],[*'use actual timestamps and uids/gids'*],[: ${AR_FLAGS="Ucru"}]) AC_CANONICAL_HOST