From 48a213a24808a11fef0ce40cb857d3ad609ace7b Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 24 Oct 2011 08:43:46 +0700 Subject: [PATCH] maint: don't make autobuild a hard bootstrap requirement. * bootstrap.conf (require_autobuild_buildreq): Reset this to ':' so that bootstrap doesn't auto-add autobuild to $buildreq. --- bootstrap.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 46500036c..0ad482a20 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -398,6 +398,9 @@ func_add_hook func_fini libtool_cleanup_empty_dirs ## Resource management. ## ## -------------------- ## +# Although autobuild is awesome, libtool will bootstrap without it. +require_autobuild_buildreq=: + # require_package_url # ------------------- # Ensure that package_url has a sensible default. -- 2.47.2