| 1 |
|
#! /bin/sh |
| 2 |
|
# Wrapper for compilers which do not understand '-c -o'. |
| 3 |
|
|
| 4 |
< |
scriptversion=2016-01-11.22; # UTC |
| 4 |
> |
scriptversion=2018-03-07.03; # UTC |
| 5 |
|
|
| 6 |
< |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 6 |
> |
# Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 7 |
|
# Written by Tom Tromey <tromey@cygnus.com>. |
| 8 |
|
# |
| 9 |
|
# This program is free software; you can redistribute it and/or modify |
| 17 |
|
# GNU General Public License for more details. |
| 18 |
|
# |
| 19 |
|
# You should have received a copy of the GNU General Public License |
| 20 |
< |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 |
> |
# along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 21 |
|
|
| 22 |
|
# As a special exception to the GNU General Public License, if you |
| 23 |
|
# distribute this file as part of a program that contains a |
| 340 |
|
# Local Variables: |
| 341 |
|
# mode: shell-script |
| 342 |
|
# sh-indentation: 2 |
| 343 |
< |
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 343 |
> |
# eval: (add-hook 'before-save-hook 'time-stamp) |
| 344 |
|
# time-stamp-start: "scriptversion=" |
| 345 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 346 |
|
# time-stamp-time-zone: "UTC0" |