diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-11 20:35:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-11 20:35:16 +0200 |
commit | 07f64759d541a033e79b232c4a186f4414ec811c (patch) | |
tree | 067613d8f9e80755fbb69c078c53b625a96fd308 /extension/build-aux/compile | |
parent | 28b143c3a489e2699834812214eeaa6347ac1c01 (diff) | |
download | egawk-07f64759d541a033e79b232c4a186f4414ec811c.tar.gz egawk-07f64759d541a033e79b232c4a186f4414ec811c.tar.bz2 egawk-07f64759d541a033e79b232c4a186f4414ec811c.zip |
Make extension directory fully gettextized. Fixes autoreconf problems.
Diffstat (limited to 'extension/build-aux/compile')
-rwxr-xr-x | extension/build-aux/compile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/build-aux/compile b/extension/build-aux/compile index 0bb9d0f5..99e50524 100755 --- a/extension/build-aux/compile +++ b/extension/build-aux/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2017-09-16.17; # UTC +scriptversion=2018-03-07.03; # UTC # Copyright (C) 1999-2018 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. @@ -340,7 +340,7 @@ exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" |