NightStrike wrote:

> Running autoscan recommands this line in configure.scan:
> 
> AC_CHECK_LIB([oad], [main])
> 
> I can't seem to find that library, and I can't tell from autoscan.log
> what function makes it think that this "liboad" library is needed.
> How do I tell?

All that means is that autoscan happened upon the string " -load"
somewhere in a file named like Makefile*.  It's not like it actually has
any knowledge of libraries, this is just a glorified grep.

Brian


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to