Bugzilla – Bug 1641
bake reports autotools dependency, but needs automake
Last modified: 2013-04-23 22:23:39 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)
bake changeset: ee5f67520ec0