Bug 1641

Summary: bake reports autotools dependency, but needs automake
Product: bake Reporter: Tom Henderson <tomh>
Component: bakeAssignee: Daniel Camara <daniel.camara>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: All   
OS: All   

Description Tom Henderson 2013-04-22 14:01:06 UTC
'bake.py check' will show "Autotools -- is missing" on a system that has autotools-dev installed (tested on Ubuntu 13.04).  The problem is that autoreconf is what is being checked for, and (on Ubuntu) can be resolved by installing 'automake' package.

Suggest to just change the error message to report 'automake -- is missing' (if automake brings autoreconf across multiple platforms)
Comment 1 Tom Henderson 2013-04-23 22:23:39 UTC
bake changeset:  ee5f67520ec0