diff options
| author | Paul Eggert | 2020-05-09 08:47:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2020-05-09 08:50:57 -0700 |
| commit | ebfb2c4d1bc8f68a75b02a76ec90eb225123c099 (patch) | |
| tree | 789194d7ff4743ec48ea9d47a8c7ee08471cecdf /build-aux | |
| parent | ae3c510696f02f01d03052f070e5ce65b4018a45 (diff) | |
| download | emacs-ebfb2c4d1bc8f68a75b02a76ec90eb225123c099.tar.gz emacs-ebfb2c4d1bc8f68a75b02a76ec90eb225123c099.zip | |
Update from Gnulib
This incorporates:
2020-05-09 stdio: don't redefine _GL_ATTRIBUTE_FORMAT
2020-05-09 dirent, stdlib, string: don't redefine _GL_ATTRIBUTE_PURE
2020-05-08 limits-h: define LONG_BIT correctly on Haiku/x86_64
2020-05-08 ignore-value tests: use module 'attribute'
2020-05-06 attribute: minor style fixes
* build-aux/config.sub, doc/misc/texinfo.tex, lib/attribute.h:
* lib/dirent.in.h, lib/limits.in.h, lib/stdio.in.h, lib/stdlib.in.h:
* lib/string.in.h, m4/gnulib-common.m4:
Copy from Gnulib.
Diffstat (limited to 'build-aux')
| -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 a0d12275ac5..973a2980ac3 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-2020 Free Software Foundation, Inc. | 3 | # Copyright 1992-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | timestamp='2020-04-24' | 5 | timestamp='2020-05-04' |
| 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 |
| @@ -1366,7 +1366,7 @@ case $os in | |||
| 1366 | | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | 1366 | | skyos* | haiku* | rdos* | toppers* | drops* | es* \ |
| 1367 | | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ | 1367 | | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ |
| 1368 | | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ | 1368 | | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ |
| 1369 | | nsk* | powerunix*) | 1369 | | nsk* | powerunix* | genode*) |
| 1370 | # Remember, each alternative MUST END IN *, to match a version number. | 1370 | # Remember, each alternative MUST END IN *, to match a version number. |
| 1371 | ;; | 1371 | ;; |
| 1372 | qnx*) | 1372 | qnx*) |