]> sjero.net Git - wget/blob - bootstrap.conf
efb1bc21c7f45f9d16867b3259beb79721edfcab
[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 crypto/md5
56 crypto/sha1
57 pipe
58 quote
59 quotearg
60 recv
61 regex
62 select
63 send
64 setsockopt
65 sigprocmask
66 sigpipe
67 snprintf
68 socket
69 stdbool
70 strcasestr
71 strerror_r-posix
72 strtok_r
73 tmpdir
74 unlocked-io
75 update-copyright
76 vasprintf
77 vsnprintf
78 write
79 "
80
81 gnulib_extra_files="
82         $build_aux/install-sh
83         $build_aux/mdate-sh
84         $build_aux/texinfo.tex
85         $build_aux/depcomp
86         $build_aux/config.guess
87         $build_aux/config.sub
88         $build_aux/config.rpath
89         doc/INSTALL
90 "
91
92 # Build prerequisites
93 buildreq="\
94 autoconf   2.62
95 automake   1.11.1
96 autopoint  -
97 gettext    0.17
98 git        1.4.4
99 makeinfo   -
100 perl       5.5
101 rsync      -
102 tar        -
103 xz         -
104 "