diff options
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/config.guess | 2 | ||||
| -rwxr-xr-x | build-aux/config.sub | 4 |
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 | ||
| 5 | timestamp='2018-12-07' | 5 | timestamp='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 | ||
| 5 | timestamp='2018-12-16' | 5 | timestamp='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*) |