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