diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 18:19:36 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-12-31 18:20:07 -0800 |
commit | 115498702da91dc75d05bd0dea64f98cc6157327 (patch) | |
tree | 1503ef74eb373344fd698a048b8aa57b8028a305 /build-aux/config.sub | |
parent | ba809612c06bcabd05dcbaae79da39dcb0925992 (diff) | |
download | emacs-115498702da91dc75d05bd0dea64f98cc6157327.tar.gz |
Update from Gnulib
This incorporates mostly just copyright-year changes, plus
recent minor updates from glibc for the non-Emacs regular
expression code.
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-x | build-aux/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index 872516579f2..a8f3f7e7cde 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2018-12-16' +timestamp='2019-01-01' # 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 @@ -1361,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd* | amdhsa* | unleashed*) + | midnightbsd* | amdhsa* | unleashed* | emscripten*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) |