1
0
mirror of git://git.savannah.gnu.org/config.git synced 2025-06-05 22:10:20 +12:00

* config.guess: Use before-save-hook not write-file-functions.

* config.sub: Ditto.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Paul Eggert 2018-03-08 11:29:55 +11:00 committed by Ben Elliston
parent 6b2374c795
commit 614ae20b93
3 changed files with 9 additions and 4 deletions

@ -1,3 +1,8 @@
2018-03-08 Paul Eggert <eggert@cs.ucla.edu>
* config.guess: Use before-save-hook not write-file-functions.
* config.sub: Ditto.
2018-03-01 Ben Elliston <bje@gnu.org>
Revert:

4
config.guess vendored

@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-03-01'
timestamp='2018-03-08'
# 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
@ -1469,7 +1469,7 @@ EOF
exit 1
# Local variables:
# eval: (add-hook 'write-file-functions 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"

4
config.sub vendored

@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-02-28'
timestamp='2018-03-08'
# 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
@ -1794,7 +1794,7 @@ echo "$basic_machine$os"
exit
# Local variables:
# eval: (add-hook 'write-file-functions 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"