From bc3b70709d02bb9194da737dff5d280acbf3887d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 9 Mar 2010 21:07:33 +0100 Subject: 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. --- bootstrap.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bootstrap.conf') 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 "..". -- cgit v1.2.1