There's a build error on Mac OS X (10.7) w/ ttfautohint version 0.8: or some reason, the `--libtool` argument to freetype-config gives a path to a nonexistent library. I do think the right argument is `--libs`. Please find attached patch.
>>==============================
Tony Hoare on software architecture:
"There are two ways of constructing a software design:
One way is to make it so simple
that there are obviously no deficiencies,
and the other way is to make it so complicated
that there are no obvious deficiencies.
The first method is far more difficult."