* Patrick Pélissier wrote on Fri, Feb 04, 2005 at 03:03:32PM CET: > How to configure libtool so that it doesn't run C++ / Fortran tests if > the library is a C library, and so doesn't need a C++ / fortran > compiler? The project uses the other autotools and is a C library. I > haven't found this in the documentation.
This feature is not available in the 1.5 Libtool series. Upcoming 2.0 does what you want (e.g., if you did not specify AC_PROG_CXX or some Libtool macro to enable C++, it will not be tested for). Regards, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool