Many times when I run configure, I get this message:
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
configure runs without errors or warnings, but getting a message every time and not understanding what it means is slightly disturbing. I did some research and know that Minix is a light-weight unix-like OS, but not sure why configure checks the presence of this particular file.
What does minix/config.h do and what does configure use it for?