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