Ask HN: How do you configure your software?
https://news.ycombinator.com/item?id=1392302I am looking for a software configuration solution (not version control). Based on a menu, I should be able to select configuration options, and each option could potentially make new options visible, or derive new values from the given values. Finally all options would create a list of symbols which can be used to generate a header file and for other purposes.
I am currently using this: http://catb.org/~esr/cml2/cml2-reference.html#AEN189
But something better and supported would be appreciated.