diff options
| author | Paul Eggert | 2020-01-13 16:25:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-13 16:27:02 -0800 |
| commit | 4fc0bc96787252b1b3e14a7f747ef556273b5979 (patch) | |
| tree | 4df0bfb717a271480089be4c3ccc7d1cd35e8b47 /build-aux | |
| parent | 0abda558bc547991cddd9667be722eaeb428dca8 (diff) | |
| download | emacs-4fc0bc96787252b1b3e14a7f747ef556273b5979.tar.gz emacs-4fc0bc96787252b1b3e14a7f747ef556273b5979.zip | |
Update from gnulib
This incorporates:
2020-01-10 fix major regression from 2020-01-04
2020-01-05 tests: avoid GCC over-optimization
2020-01-04 fix AC_CHECK_DECL so it deactivates clang's built-ins
2020-01-03 getopt-posix: fix compilation failure in testdirs
2020-01-03 doc: mention the 64-bit inode number problem
2020-01-02 wchar: make the HP-UX workaround work on HP-UX 11.31
* build-aux/config.guess, build-aux/config.sub, lib/inttypes.in.h:
* lib/stdlib.in.h, lib/unistd.in.h, m4/00gnulib.m4, m4/largefile.m4:
* m4/unistd_h.m4: Copy from Gnulib
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/config.guess | 6 | ||||
| -rwxr-xr-x | build-aux/config.sub | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index 95b16c7747a..45001cfecde 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 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-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | timestamp='2019-12-21' | 5 | timestamp='2020-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 |
| @@ -50,7 +50,7 @@ version="\ | |||
| 50 | GNU config.guess ($timestamp) | 50 | GNU config.guess ($timestamp) |
| 51 | 51 | ||
| 52 | Originally written by Per Bothner. | 52 | Originally written by Per Bothner. |
| 53 | Copyright 1992-2019 Free Software Foundation, Inc. | 53 | Copyright 1992-2020 Free Software Foundation, Inc. |
| 54 | 54 | ||
| 55 | This is free software; see the source for copying conditions. There is NO | 55 | This is free software; see the source for copying conditions. There is NO |
| 56 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | 56 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
diff --git a/build-aux/config.sub b/build-aux/config.sub index 0f2234c174d..f02d43ad500 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Configuration validation subroutine script. | 2 | # Configuration validation subroutine script. |
| 3 | # Copyright 1992-2019 Free Software Foundation, Inc. | 3 | # Copyright 1992-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | timestamp='2019-06-30' | 5 | timestamp='2020-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 |
| @@ -67,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>." | |||
| 67 | version="\ | 67 | version="\ |
| 68 | GNU config.sub ($timestamp) | 68 | GNU config.sub ($timestamp) |
| 69 | 69 | ||
| 70 | Copyright 1992-2019 Free Software Foundation, Inc. | 70 | Copyright 1992-2020 Free Software Foundation, Inc. |
| 71 | 71 | ||
| 72 | This is free software; see the source for copying conditions. There is NO | 72 | This is free software; see the source for copying conditions. There is NO |
| 73 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." | 73 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |