bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: record build-from-clone tool requirements


From: Jim Meyering
Subject: [PATCH] build: record build-from-clone tool requirements
Date: Tue, 09 Mar 2010 21:09:44 +0100

I'm going to push this shortly.

>From 2c9cb22f1ee1d36549988a69e4b45865dde768df Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 9 Mar 2010 21:07:33 +0100
Subject: [PATCH] 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 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 4e846e5..0f38fcb 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 "..".
--
1.7.0.2.329.gdaec6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]