tests: reference: don't rely on od's -w option
[gzip.git] / bootstrap.conf
blobf5a309c8e8ee56eab529a8d215cc575ed278a06d
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2007, 2009-2024 Free Software Foundation, Inc.
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.
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.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
19 # gnulib modules used by this package.
20 gnulib_modules='
21 alignasof
22 announce-gen
23 calloc-gnu
24 close
25 crc
26 dirname-lgpl
27 fclose
28 fcntl
29 fcntl-safer
30 fdatasync
31 fdopendir
32 filename
33 fprintf-posix
34 fsync
35 getopt-gnu
36 git-version-gen
37 gitlog-to-changelog
38 gnu-make
39 gnu-web-doc-update
40 gnumakefile
41 gnupload
42 ignore-value
43 intprops
44 inttypes
45 largefile
46 lib-ignore
47 limits-h
48 lstat
49 maintainer-makefile
50 malloc-gnu
51 manywarnings
52 openat-safer
53 printf-posix
54 readme-release
55 realloc-gnu
56 savedir
57 sigaction
58 stat-time
59 strerror
60 sys_stat
61 time
62 unistd-safer
63 unlinkat
64 update-copyright
65 utimens
66 verify
67 xalloc
68 year2038
69 yesno
72 # Additional gnulib-tool options to use.  Use "\newline" to break lines.
73 # We don't need the getline and rpmatch, since yesno doesn't do i18n.
74 gnulib_tool_option_extras="\
75  --avoid getline\
76  --avoid rpmatch\
77  --symlink\
78  --makefile-name=gnulib.mk\
82 # Build prerequisites
83 buildreq="\
84 autoconf   2.61
85 automake   1.11
86 autopoint  0.19.2
87 gettext    -
88 git        1.4.4
89 makeinfo   -
90 perl       5.5
91 tar        -
92 texi2pdf   6.1
93 xz         -
96 bootstrap_epilogue()
98   perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
101 # Automake requires that ChangeLog exist.
102 bootstrap_post_import_hook() {
103   touch ChangeLog || exit
105   # Copy tests/init.sh from Gnulib.
106   $gnulib_tool --copy-file tests/init.sh