Bug 1641 - bake reports autotools dependency, but needs automake
bake reports autotools dependency, but needs automake
Status: RESOLVED FIXED
Product: bake
Classification: Unclassified
Component: bake
unspecified
All All
: P5 normal
Assigned To: Daniel Camara
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-22 14:01 UTC by Tom Henderson
Modified: 2013-04-23 22:23 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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