diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-02 16:39:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-02 16:39:54 +0300 |
commit | e3863843f1f37bf854a4f5a8cf2985448933a42f (patch) | |
tree | 4d455037c628c295d43b166b103e0498f53e4867 /extension/build-aux/config.guess | |
parent | 0742fa4072e894ba08babcc5c699bc0f48841ed3 (diff) | |
download | egawk-e3863843f1f37bf854a4f5a8cf2985448933a42f.tar.gz egawk-e3863843f1f37bf854a4f5a8cf2985448933a42f.tar.bz2 egawk-e3863843f1f37bf854a4f5a8cf2985448933a42f.zip |
Update build aux files.
Diffstat (limited to 'extension/build-aux/config.guess')
-rwxr-xr-x | extension/build-aux/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 8ca6a44c..256083a7 100755 --- a/extension/build-aux/config.guess +++ b/extension/build-aux/config.guess @@ -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: "'" |