| 1 |
|
#! /bin/sh |
| 2 |
|
# Common wrapper for a few potentially missing GNU programs. |
| 3 |
|
|
| 4 |
< |
scriptversion=2016-01-11.22; # UTC |
| 4 |
> |
scriptversion=2018-03-07.03; # UTC |
| 5 |
|
|
| 6 |
< |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 6 |
> |
# Copyright (C) 1996-2018 Free Software Foundation, Inc. |
| 7 |
|
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. |
| 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 |
| 101 |
|
exit $st |
| 102 |
|
fi |
| 103 |
|
|
| 104 |
< |
perl_URL=http://www.perl.org/ |
| 105 |
< |
flex_URL=http://flex.sourceforge.net/ |
| 106 |
< |
gnu_software_URL=http://www.gnu.org/software |
| 104 |
> |
perl_URL=https://www.perl.org/ |
| 105 |
> |
flex_URL=https://github.com/westes/flex |
| 106 |
> |
gnu_software_URL=https://www.gnu.org/software |
| 107 |
|
|
| 108 |
|
program_details () |
| 109 |
|
{ |
| 207 |
|
exit $st |
| 208 |
|
|
| 209 |
|
# Local variables: |
| 210 |
< |
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 210 |
> |
# eval: (add-hook 'before-save-hook 'time-stamp) |
| 211 |
|
# time-stamp-start: "scriptversion=" |
| 212 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 213 |
|
# time-stamp-time-zone: "UTC0" |