]> sjero.net Git - wget/blob - bootstrap.conf
Fix build under mingw when OpenSSL is used.
[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 ftello
41 getaddrinfo
42 getopt-gnu
43 getpass-gnu
44 getpeername
45 getsockname
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 select
62 send
63 setsockopt
64 sigprocmask
65 sigpipe
66 snprintf
67 socket
68 stdbool
69 strcasestr
70 strerror_r-posix
71 strtok_r
72 tmpdir
73 unlocked-io
74 update-copyright
75 vasprintf
76 vsnprintf
77 write
78 "
79
80 gnulib_extra_files="
81         $build_aux/install-sh
82         $build_aux/missing
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 "