]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: require GNU make to bootstrap.
authorGary V. Vaughan <gary@gnu.org>
Tue, 9 Oct 2012 12:52:51 +0000 (19:52 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 12 Oct 2012 11:36:36 +0000 (18:36 +0700)
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 <gary@gnu.org>
bootstrap.conf

index 527670df443be3bc15be70c7702ac886ce24660c..2ab7a77cc4b23ef29529fc635804408561ec8133 100644 (file)
@@ -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
 "