Removed an initialization of AR_FLAGS and let the libtool version happen.

This makes Ubuntu builds recreatable.
pull/260/head
John Safranek 2020-05-28 15:32:21 -07:00
parent 27f5be3db7
commit 8b8002f746
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 0 additions and 3 deletions

View File

@ -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