5f1e653068961520efea1460574992c83af53da9
[debian/gzip] / bootstrap.conf
1 # Bootstrap configuration.
2
3 # Copyright (C) 2006-2009 Free Software Foundation, Inc.
4
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18
19 # gzip doesn't use gettext.
20 IMPORT_FROM_GETTEXT=no
21
22 # gnulib modules used by this package.
23 gnulib_modules='
24 announce-gen
25 calloc
26 close
27 closein
28 fclose
29 fcntl
30 fcntl-safer
31 fdl
32 fprintf-posix
33 getopt-gnu
34 git-version-gen
35 gitlog-to-changelog
36 gnu-make
37 gnu-web-doc-update
38 gnupload
39 gnumakefile
40 lstat
41 maintainer-makefile
42 malloc
43 perror
44 printf-posix
45 realloc
46 stat-time
47 sys_stat
48 time
49 update-copyright
50 utimens
51 xalloc
52 yesno
53 '
54
55 # Additional gnulib-tool options to use.  Use "\newline" to break lines.
56 # We don't need the getline and rpmatch, since yesno doesn't do i18n.
57 gnulib_tool_option_extras="\
58  --avoid getline\
59  --avoid rpmatch\
60 "
61
62 # Create build-aux, since 'bootstrap' won't do that for us.
63 mkdir -p build-aux
64
65 # Build prerequisites
66 buildreq="\
67 autoconf   2.61
68 automake   1.11
69 autopoint  -
70 gettext    -
71 git        1.4.4
72 makeinfo   -
73 perl       5.5
74 rsync      -
75 tar        -
76 "
77
78 # Automake requires that ChangeLog exist.
79 touch ChangeLog || exit 1