]> sjero.net Git - wget/blob - bootstrap.conf
Fix compiler warnings
[wget] / bootstrap.conf
1 # bootstrap.conf - Bootstrap configuration.
2 # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation,
3 # Inc.
4 #
5 # This file is part of GNU Wget.
6 #
7 # GNU Wget is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or (at
10 # your option) any later version.
11 #
12 # GNU Wgt is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 # General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
19
20 # gnulib library name
21 gnulib_name=libgnu
22 gnulib_tool_option_extras=
23 use_libtool=0
24 checkout_only_file=
25
26 # gnulib modules used by this package.
27 gnulib_modules="
28 accept
29 alloca
30 announce-gen
31 base32
32 bind
33 c-ctype
34 clock-time
35 close
36 connect
37 fcntl
38 futimens
39 ftello
40 getaddrinfo
41 getopt-gnu
42 getpass-gnu
43 getpeername
44 getsockname
45 git-version-gen
46 gnupload
47 ioctl
48 iconv
49 iconv-h
50 listen
51 maintainer-makefile
52 mbtowc
53 mkdir
54 mkstemp
55 mkostemp
56 crypto/md5
57 crypto/sha1
58 pipe
59 quote
60 quotearg
61 recv
62 regex
63 select
64 send
65 setsockopt
66 sigprocmask
67 sigpipe
68 snprintf
69 socket
70 stdbool
71 strcasestr
72 strerror_r-posix
73 strtok_r
74 tmpdir
75 unlocked-io
76 update-copyright
77 vasprintf
78 vsnprintf
79 write
80 "
81
82 gnulib_extra_files="
83         $build_aux/install-sh
84         $build_aux/mdate-sh
85         $build_aux/texinfo.tex
86         $build_aux/depcomp
87         $build_aux/config.guess
88         $build_aux/config.sub
89         $build_aux/config.rpath
90         doc/INSTALL
91 "
92
93 # Build prerequisites
94 buildreq="\
95 autoconf   2.62
96 automake   1.11.1
97 autopoint  -
98 gettext    0.17
99 git        1.4.4
100 makeinfo   -
101 perl       5.5
102 rsync      -
103 tar        -
104 xz         -
105 "