]> sjero.net Git - wget/blob - bootstrap.conf
bootstrap.conf: Include module `vsnprintf'.
[wget] / bootstrap.conf
1 # bootstrap.conf - Bootstrap configuration.
2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 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 bind
32 c-ctype
33 clock-time
34 close
35 connect
36 fcntl
37 futimens
38 getaddrinfo
39 getopt-gnu
40 getpass-gnu
41 getpeername
42 getsockname
43 gnupload
44 ioctl
45 iconv
46 iconv-h
47 listen
48 maintainer-makefile
49 mbtowc
50 mkdir
51 crypto/md5
52 pipe
53 quote
54 quotearg
55 recv
56 select
57 send
58 setsockopt
59 sigprocmask
60 sigpipe
61 snprintf
62 socket
63 stdbool
64 strcasestr
65 strerror_r-posix
66 unlocked-io
67 update-copyright
68 vasprintf
69 vsnprintf
70 write
71 "
72
73 gnulib_extra_files="
74         $build_aux/install-sh
75         $build_aux/missing
76         $build_aux/mdate-sh
77         $build_aux/texinfo.tex
78         $build_aux/depcomp
79         $build_aux/config.guess
80         $build_aux/config.sub
81         $build_aux/config.rpath
82         doc/INSTALL
83 "
84
85 # Build prerequisites
86 buildreq="\
87 autoconf   2.62
88 automake   1.11.1
89 autopoint  -
90 gettext    0.17
91 git        1.4.4
92 makeinfo   -
93 perl       5.5
94 rsync      -
95 tar        -
96 xz         -
97 "