summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-09 21:07:33 +0100
committerJim Meyering <meyering@redhat.com>2010-03-09 21:11:04 +0100
commitbc3b70709d02bb9194da737dff5d280acbf3887d (patch)
treed6deefb19e4dffc49d2c558596341a26795d8ece /bootstrap.conf
parente7ac1655abb37764bb0c1ff84c6a57efef24743a (diff)
downloadgrep-bc3b70709d02bb9194da737dff5d280acbf3887d.tar.gz
build: record build-from-clone tool requirements
* bootstrap.conf (buildreq): This makes bootstrap fail with a clear explanation of the problem. Otherwise, you'd get into the build process and fail with something far more cryptic.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 4e846e5d..0f38fcb6 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -125,6 +125,19 @@ test -f ChangeLog || touch ChangeLog || exit 1
gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
+# Build prerequisites
+buildreq="\
+autoconf 2.62
+automake 1.11.1
+autopoint -
+gettext -
+git 1.4.4
+gzip -
+makeinfo -
+rsync -
+tar -
+"
+
bootstrap_epilogue()
{
# Change paths in gnulib-tests/gnulib.mk from "../.." to "..".