| 1 |
|
#! /bin/sh |
| 2 |
|
# depcomp - compile a program generating dependencies as side-effects |
| 3 |
|
|
| 4 |
< |
scriptversion=2013-05-30.07; # UTC |
| 4 |
> |
scriptversion=2016-01-11.22; # UTC |
| 5 |
|
|
| 6 |
< |
# Copyright (C) 1999-2014 Free Software Foundation, Inc. |
| 6 |
> |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 7 |
|
|
| 8 |
|
# This program is free software; you can redistribute it and/or modify |
| 9 |
|
# it under the terms of the GNU General Public License as published by |
| 786 |
|
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 787 |
|
# time-stamp-start: "scriptversion=" |
| 788 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 789 |
< |
# time-stamp-time-zone: "UTC" |
| 789 |
> |
# time-stamp-time-zone: "UTC0" |
| 790 |
|
# time-stamp-end: "; # UTC" |
| 791 |
|
# End: |