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