-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathbootstrap.conf
More file actions
53 lines (43 loc) · 1.66 KB
/
bootstrap.conf
File metadata and controls
53 lines (43 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# bootstrap.conf (alien) version 2012-07-13
# Written by Gary V. Vaughan, 2012
# Copyright (C) 2010 Free Software Foundation, Inc.
# This file is part of alien.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
## -------------- ##
## Configuration. ##
## -------------- ##
# File that should exist relative to the top directory of a checked out
# hierarchy, but not in a distribution tarball.
checkout_only_file=alien.rockspec.in
# List of programs, minimum versions, and software urls required to
# bootstrap, maintain and release alien.
# Build prerequisites
buildreq='
tar - http://www.gnu.org/s/tar
'
# No need to rely on all of gnulib for a few configure time files.
func_gnulib_tool () { :; }
require_dotgitmodules=:
# The not-synced with gnulib warning is bogus until upstream adopts
# the saner bootstrap script.
require_bootstrap_uptodate=:
# Local variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "# bootstrap.conf (alien) version "
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "$"
# End: