mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 12:50:13 +08:00
Add build prerequisites.
This commit is contained in:
parent
5cc1525e65
commit
f1afa74955
@ -1,3 +1,7 @@
|
||||
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* bootstrap.conf (buildreq): Add definition.
|
||||
|
||||
2010-06-04 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* build-aux/build_info.pl: Use /usr/bin/env to find the perl
|
||||
|
@ -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 -
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user