]> sjero.net Git - wget/blobdiff - bootstrap.conf
NEWS: cite --start-pos
[wget] / bootstrap.conf
index 32495d2e972af3d51382bc916cf130377d3ff55b..516bbb619d475a9a50c418936184dd0c7f22b486 100644 (file)
@@ -1,5 +1,6 @@
 # bootstrap.conf - Bootstrap configuration.
-# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation,
+# Inc.
 #
 # This file is part of GNU Wget.
 #
@@ -24,29 +25,62 @@ checkout_only_file=
 
 # gnulib modules used by this package.
 gnulib_modules="
+accept
 alloca
 announce-gen
+base32
+bind
 c-ctype
-getopt
+clock-time
+close
+connect
+fcntl
+futimens
+ftello
+getaddrinfo
+getopt-gnu
 getpass-gnu
+getpeername
+getsockname
+git-version-gen
 gnupload
+ioctl
+iconv
+iconv-h
+listen
 maintainer-makefile
+mbtowc
+mkdir
+mkstemp
+mkostemp
+crypto/md5
+crypto/sha1
+pipe
 quote
 quotearg
-read
 recv
+regex
 select
 send
+setsockopt
+sigprocmask
+sigpipe
+snprintf
 socket
 stdbool
 strcasestr
+strerror_r-posix
+strtok_r
+tmpdir
+unlocked-io
 update-copyright
+vasprintf
+vsnprintf
 write
 "
 
 gnulib_extra_files="
        $build_aux/install-sh
-       $build_aux/missing
        $build_aux/mdate-sh
        $build_aux/texinfo.tex
        $build_aux/depcomp
@@ -55,3 +89,17 @@ gnulib_extra_files="
        $build_aux/config.rpath
        doc/INSTALL
 "
+
+# Build prerequisites
+buildreq="\
+autoconf   2.62
+automake   1.11.1
+autopoint  -
+gettext    0.17
+git        1.4.4
+makeinfo   -
+perl       5.5
+rsync      -
+tar        -
+xz         -
+"