]> sjero.net Git - wget/blob - bootstrap.conf
Use the gnulib md5 module.
[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 getopt-gnu
35 getpass-gnu
36 getpeername
37 getsockname
38 gnupload
39 listen
40 maintainer-makefile
41 crypto/md5
42 quote
43 quotearg
44 recv
45 select
46 send
47 setsockopt
48 socket
49 stdbool
50 strcasestr
51 update-copyright
52 write
53 "
54
55 gnulib_extra_files="
56         $build_aux/install-sh
57         $build_aux/missing
58         $build_aux/mdate-sh
59         $build_aux/texinfo.tex
60         $build_aux/depcomp
61         $build_aux/config.guess
62         $build_aux/config.sub
63         $build_aux/config.rpath
64         doc/INSTALL
65 "