diff options
Diffstat (limited to 'extension/build-aux')
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/build-aux/config.guess | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index be37064f..14880441 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2019-08-21 Arnold D. Robbins <arnold@skeeve.com> + + * config.guess: Updated from GNULIB. + 2019-07-17 Arnold D. Robbins <arnold@skeeve.com> * ar-lib: Updated from GNULIB. diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 41b8b854..97ad0733 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-2019 Free Software Foundation, Inc. -timestamp='2019-06-10' +timestamp='2019-07-24' # 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 @@ -278,8 +278,8 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in echo "$UNAME_MACHINE"-unknown-redox exit ;; mips:OSF1:*.*) - echo mips-dec-osf1 - exit ;; + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) |