aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorPaul Eggert2018-12-31 18:19:36 -0800
committerPaul Eggert2018-12-31 18:20:07 -0800
commit115498702da91dc75d05bd0dea64f98cc6157327 (patch)
tree1503ef74eb373344fd698a048b8aa57b8028a305 /build-aux
parentba809612c06bcabd05dcbaae79da39dcb0925992 (diff)
downloademacs-115498702da91dc75d05bd0dea64f98cc6157327.tar.gz
emacs-115498702da91dc75d05bd0dea64f98cc6157327.zip
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')
-rwxr-xr-xbuild-aux/config.guess2
-rwxr-xr-xbuild-aux/config.sub4
2 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 3ea87fbf0b7..0f9b29c8848 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
2# Attempt to guess a canonical system name. 2# Attempt to guess a canonical system name.
3# Copyright 1992-2019 Free Software Foundation, Inc. 3# Copyright 1992-2019 Free Software Foundation, Inc.
4 4
5timestamp='2018-12-07' 5timestamp='2019-01-01'
6 6
7# This file is free software; you can redistribute it and/or modify it 7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by 8# under the terms of the GNU General Public License as published by
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 @@
2# Configuration validation subroutine script. 2# Configuration validation subroutine script.
3# Copyright 1992-2019 Free Software Foundation, Inc. 3# Copyright 1992-2019 Free Software Foundation, Inc.
4 4
5timestamp='2018-12-16' 5timestamp='2019-01-01'
6 6
7# This file is free software; you can redistribute it and/or modify it 7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by 8# under the terms of the GNU General Public License as published by
@@ -1361,7 +1361,7 @@ case $os in
1361 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ 1361 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
1362 | skyos* | haiku* | rdos* | toppers* | drops* | es* \ 1362 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
1363 | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ 1363 | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
1364 | midnightbsd* | amdhsa* | unleashed*) 1364 | midnightbsd* | amdhsa* | unleashed* | emscripten*)
1365 # Remember, each alternative MUST END IN *, to match a version number. 1365 # Remember, each alternative MUST END IN *, to match a version number.
1366 ;; 1366 ;;
1367 qnx*) 1367 qnx*)