New version released. There's a lot of new stuff in docs/ChangeLog.
I would also like to suggest we use #undef's:
cat >> include/manconfig.h.in << "EOF"
#undef WEB_BROWSER
#define WEB_BROWSER "exec /usr/bin/lynx"
#undef COL
#define COL "/usr/bin/col"
#undef VGRIND
#define VGRIND "/usr/bin/vgrind"
#undef GRAP
#define GRAP "/usr/bin/grap"
EOF
So that we don't get warnings like:
../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
../include/manconfig.h:117:1: warning: this is the location of the previous definition