mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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>
|
2010-06-04 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* build-aux/build_info.pl: Use /usr/bin/env to find the perl
|
* build-aux/build_info.pl: Use /usr/bin/env to find the perl
|
||||||
|
@ -65,3 +65,16 @@ gnulib_extra_files="
|
|||||||
$build_aux/config.rpath
|
$build_aux/config.rpath
|
||||||
doc/INSTALL
|
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