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