From e452576cdd65472290db15c8a51cb70465a99a55 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 14 Dec 2018 11:55:55 +0200 Subject: Update config.guess. --- ChangeLog | 4 ++++ config.guess | 5 ++--- extension/build-aux/ChangeLog | 4 ++++ extension/build-aux/config.guess | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index eaf475d5..0195b3e4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-12-14 Arnold D. Robbins + + * config.guess: Updated from GNULIB. + 2018-12-12 Andrew J. Schorr * configure.ac (AC_CHECK_FUNCS): Check for timegm. diff --git a/config.guess b/config.guess index 47d7bed5..94c4ac15 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-11-28' +timestamp='2018-12-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -96,8 +96,7 @@ fi tmp= # shellcheck disable=SC2172 -trap 'test -z "$tmp" || rm -fr "$tmp"' 1 2 13 15 -trap 'exitcode=$?; test -z "$tmp" || rm -fr "$tmp"; exit $exitcode' 0 +trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 set_cc_for_build() { : "${TMPDIR=/tmp}" diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index 828d4b1e..8528a837 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2018-12-14 Arnold D. Robbins + + * config.guess: Updated from GNULIB. + 2018-12-06 Arnold D. Robbins * config.guess, config.sub: Updated from GNULIB. diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 47d7bed5..94c4ac15 100755 --- a/extension/build-aux/config.guess +++ b/extension/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-11-28' +timestamp='2018-12-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -96,8 +96,7 @@ fi tmp= # shellcheck disable=SC2172 -trap 'test -z "$tmp" || rm -fr "$tmp"' 1 2 13 15 -trap 'exitcode=$?; test -z "$tmp" || rm -fr "$tmp"; exit $exitcode' 0 +trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15 set_cc_for_build() { : "${TMPDIR=/tmp}" -- cgit v1.2.3