Hi Peter,

On 24 Oct 2011, at 05:34, Peter O'Gorman wrote:
> One of these commits broke the daily snapshot. The machine does not yet have 
> autobuild installed. Now that it's a hard bootstrap requirement, I will try 
> to make time to install it.

If you can bootstrap and build successfully without autobuild, then I think it 
would be better to remove autobuild from the buildreq list in bootstrap.conf.  
Please try this patch first:

diff --git a/bootstrap.conf b/bootstrap.conf
index a94d319..155adde 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -440,6 +440,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.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)

Reply via email to