diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-16 08:11:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-16 08:12:22 -0800 |
commit | f74595aace4b1240402562b0073b06c170969327 (patch) | |
tree | cd50bca64305e2fca5d4fa518e102e530a8b54ef /build-aux/config.sub | |
parent | 07d8827946f9364180f18d6842acc80f0997ed75 (diff) | |
download | emacs-f74595aace4b1240402562b0073b06c170969327.tar.gz |
Update from Gnulib
This incorporates:
2018-12-16 regex: propagate fix for glibc bug 18040
2018-12-16 obstack, libc-config: Support HP-UX cc in C99 mode
2018-12-15 regex: work around a bug in glibc-2.27 and prior
2018-12-13 localtime-buffer: Avoid endless recursion
* build-aux/config.guess, build-aux/config.sub, lib/cdefs.h:
* lib/gettext.h, lib/localtime-buffer.c, lib/regexec.c, m4/regex.m4:
Copy from Gnulib.
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-x | build-aux/config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index 46708056af3..a5081b8e0d1 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-11-28' +timestamp='2018-12-16' # 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 @@ -111,7 +111,7 @@ case $# in esac # Split fields of configuration type -IFS="-" read -r field1 field2 field3 field4 <<EOF +IFS="-" read field1 field2 field3 field4 <<EOF $1 EOF @@ -918,7 +918,7 @@ case $basic_machine in ;; *-*) - IFS="-" read -r cpu vendor <<EOF + IFS="-" read cpu vendor <<EOF $basic_machine EOF ;; |