Dear friends, I don't know if this is asking too much from autotools, but is it anyway possible to install missing dependency files via autotools? say, in my program, I use libsoup as #include <libsoup/soup.h>
is it possible for autotools to install libsoup if it is missing?