diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-01 18:30:44 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-01 18:31:10 -0700 |
commit | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (patch) | |
tree | ab69af4b27f6e323bb5a6daaed764c47393a6b80 /build-aux/config.sub | |
parent | 60b7668b89ff00213dd8f66b54698b6ddecb427b (diff) | |
download | emacs-8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e.tar.gz |
Merge from Gnulib
This is mostly to change http: to https: in licenses.
* COPYING, build-aux/config.guess, build-aux/config.sub:
* doc/emacs/doclicense.texi, doc/emacs/gpl.texi:
* doc/lispintro/doclicense.texi, doc/lispref/doclicense.texi:
* doc/lispref/gpl.texi, doc/misc/doclicense.texi:
* doc/misc/gpl.texi, etc/COPYING, leim/COPYING:
* lib-src/COPYING, lib/COPYING, lisp/COPYING, lwlib/COPYING:
* msdos/COPYING, nt/COPYING, src/COPYING:
Copy from Gnulib.
Diffstat (limited to 'build-aux/config.sub')
-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 95dc3d07248..c6950fd68ab 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-09-16' +timestamp='2017-09-26' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1829,7 +1829,7 @@ echo $basic_machine$os exit # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'write-file-functions 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" |