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