From: Gary V. Vaughan Date: Tue, 9 Oct 2012 12:52:51 +0000 (+0700) Subject: bootstrap: require GNU make to bootstrap. X-Git-Tag: v2.4.2.418~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa881c36ca374a181e2b267b280dd4595595164d;p=thirdparty%2Flibtool.git 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 --- 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 "