Using AC_CHECK_LIB or AC_SEARCH_LIBS will possibly append -lname to
LIBS where name is the name of the library.  If make is nmake on a
windows platform, is this ok?  Does nmake require libraries listed in
that variable to be in the form of "name.lib" instead of "-lname"?
Does autoconf support this kind of cross-platform library checking?


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

Reply via email to