Hi! I'm planing to include a switch in my configure script to link external libraries static in my project. The question is how to do this? I can't find a good hint in the docs. Is there already an Autoconf macro defined? Or must I create everything by myself? For dynamic linking, I would use everything Autoconf already has (AC_CHECK_LIB, AC_SEARCH_LIBS), for static linking I would try to use the @LIBOBJS@ thingi...or LDADD if there is something like @LDADD@. Any ideas? greetings & merry christmas, Stefan _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf