Hi
I generated a configure script with autoconf to build my project.
It works fine unless I don't have some needed library installed. Make returns error when lacking some files, but it should be actually checked by the configure script i think?
So my question is: How to modify an autoconf generated script to seek for dependencies and tell the user which libraries it lacks?