summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-03 10:36:24 -0700
committerKarl Berry <karl@freefriends.org>2018-08-03 10:36:24 -0700
commit183a47798bdb7029877d2714e6df26a2be2d377e (patch)
treea79ec1be643adb5545091aa47e52420df38a955b /build-aux/config.guess
parentc5e76a95605b1ef70559f90ebb656e0a4efb8fd9 (diff)
downloadgnulib-183a47798bdb7029877d2714e6df26a2be2d377e.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index ba6af63cc4..d4fb3213ec 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-07-18'
+timestamp='2018-08-02'
# 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
@@ -126,7 +126,7 @@ set_cc_for_build() {
# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
# (ghazi@noc.rutgers.edu 1994-08-24)
-if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
+if test -f /.attbin/uname ; then
PATH=$PATH:/.attbin ; export PATH
fi