From fa881c36ca374a181e2b267b280dd4595595164d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 9 Oct 2012 19:52:51 +0700 Subject: [PATCH] bootstrap: require GNU make to bootstrap. Make is not installed by default in some environments, such as cygwin... which is slow enough already without having to wait for gnulib-tool, bootstrap and half of configure to complete before getting an error. * bootstrap.conf (buildreq): Add recent GNU make to bootstrap requirements. Now missing make is diagnosed in the earliest part of bootstrap. Signed-off-by: Gary V. Vaughan --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 527670df4..2ab7a77cc 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -45,6 +45,7 @@ checkout_only_file=HACKING # and release Libtool. buildreq=" help2man 1.29 http://www.gnu.org/software/help2man + make 3.81 http://www.gnu.org/software/make makeinfo 4.8 http://www.gnu.org/software/texinfo xz 4.999.8beta http://tukaani.org/xz " -- 2.47.3