diff options
| author | Paul Eggert | 2019-07-24 10:56:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-07-24 10:57:28 -0700 |
| commit | f2cc674ebcac8eb38ce09287fd76e3608cd3b5c3 (patch) | |
| tree | 1acfb121ee243d6dd188024124aa1c62af4795da | |
| parent | fd86149b1a05a38a9d21616003107aa2ab2e6c3f (diff) | |
| download | emacs-f2cc674ebcac8eb38ce09287fd76e3608cd3b5c3.tar.gz emacs-f2cc674ebcac8eb38ce09287fd76e3608cd3b5c3.zip | |
Update from Gnulib
This incorporates:
2019-07-16 update-copyright: Make it work again
* build-aux/config.guess, build-aux/update-copyright:
Copy from Gnulib.
| -rwxr-xr-x | build-aux/config.guess | 6 | ||||
| -rwxr-xr-x | build-aux/update-copyright | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index 41b8b854c02..97ad0733304 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='2019-06-10' | 5 | timestamp='2019-07-24' |
| 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 |
| @@ -278,8 +278,8 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in | |||
| 278 | echo "$UNAME_MACHINE"-unknown-redox | 278 | echo "$UNAME_MACHINE"-unknown-redox |
| 279 | exit ;; | 279 | exit ;; |
| 280 | mips:OSF1:*.*) | 280 | mips:OSF1:*.*) |
| 281 | echo mips-dec-osf1 | 281 | echo mips-dec-osf1 |
| 282 | exit ;; | 282 | exit ;; |
| 283 | alpha:OSF1:*:*) | 283 | alpha:OSF1:*:*) |
| 284 | case $UNAME_RELEASE in | 284 | case $UNAME_RELEASE in |
| 285 | *4.0) | 285 | *4.0) |
diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 4a9ea7c7a75..b3f6b298056 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright | |||
| @@ -134,7 +134,7 @@ | |||
| 134 | # the script through the perl program found in $PATH. The '-x' option | 134 | # the script through the perl program found in $PATH. The '-x' option |
| 135 | # is essential as well; without it, perl would re-execute the script | 135 | # is essential as well; without it, perl would re-execute the script |
| 136 | # through /bin/sh. When executed by perl, the next two lines are a no-op. | 136 | # through /bin/sh. When executed by perl, the next two lines are a no-op. |
| 137 | eval 'exec perl -wSx "$0" "$@"' | 137 | eval 'exec perl -wSx -0777 -pi "$0" "$@"' |
| 138 | if 0; | 138 | if 0; |
| 139 | 139 | ||
| 140 | my $VERSION = '2018-03-07.03:47'; # UTC | 140 | my $VERSION = '2018-03-07.03:47'; # UTC |