I've been fooling around with OpenCV and want to continue working with it, but I'm no longer able to live with cmake. Is anyone aware of a tool that will translate cmake build descriptions into autotools?
EDIT: I was hoping not to turn this into another flame war, but I guess that's inevitable, so I will just say that I have considerably more experience with autotools and no desire to learn cmake (or scons or imake or ant, although I seem pretty much stuck with the latter when working with Java these days, or whatever new tool is invented next year or the year after). I could fire off the usual rant about learning how and why the current tools work before inventing a new one, but I'd rather make a plea for peaceful coexistence: can't autotools and cmake just get along in the same project? That way I can do things in way that makes sense to me and others can do so as well. A way to translate automatically between the two would make life much easier for users and maintainers.
The learning curve is about the same for all three, and arguably, autotools projects are the easiest to compile for Linux distributions. – jørgensen Feb 26 '12 at 10:03