~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to missing

  • Committer: Teus Benschop
  • Date: 2022-11-13 10:10:35 UTC
  • Revision ID: teusjannette@gmail.com-20221113101035-tfpqtklwoj31b306
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Common wrapper for a few potentially missing GNU programs.
3
3
 
4
 
scriptversion=2013-10-28.13; # UTC
 
4
scriptversion=2018-03-07.03; # UTC
5
5
 
6
 
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
6
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
7
7
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
8
8
 
9
9
# This program is free software; you can redistribute it and/or modify
17
17
# GNU General Public License for more details.
18
18
 
19
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
21
 
22
22
# As a special exception to the GNU General Public License, if you
23
23
# distribute this file as part of a program that contains a
101
101
  exit $st
102
102
fi
103
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
107
 
108
108
program_details ()
109
109
{
207
207
exit $st
208
208
 
209
209
# Local variables:
210
 
# eval: (add-hook 'write-file-hooks 'time-stamp)
 
210
# eval: (add-hook 'before-save-hook 'time-stamp)
211
211
# time-stamp-start: "scriptversion="
212
212
# time-stamp-format: "%:y-%02m-%02d.%02H"
213
 
# time-stamp-time-zone: "UTC"
 
213
# time-stamp-time-zone: "UTC0"
214
214
# time-stamp-end: "; # UTC"
215
215
# End: