From: Giuseppe Scrivano Date: Thu, 10 Jun 2010 08:06:03 +0000 (+0200) Subject: Add build prerequisites. X-Git-Tag: v1.13~144 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=f1afa7495501d558654a95878da800947b6929d1 Add build prerequisites. --- diff --git a/ChangeLog b/ChangeLog index 62553641..497c3702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-06-10 Giuseppe Scrivano + + * bootstrap.conf (buildreq): Add definition. + 2010-06-04 Giuseppe Scrivano * build-aux/build_info.pl: Use /usr/bin/env to find the perl diff --git a/bootstrap.conf b/bootstrap.conf index 58e341b5..3498df58 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -65,3 +65,16 @@ gnulib_extra_files=" $build_aux/config.rpath doc/INSTALL " + +# Build prerequisites +buildreq="\ +autoconf 2.59 +automake 1.9 +autopoint - +gettext 0.18 +git 1.4.4 +makeinfo - +perl 5.5 +rsync - +tar - +"