On Sun, Jul 20, 2003 at 08:56:32PM -0400, Thamer Al-Harbash wrote:
> I have been using libtool with some mixed feelings on the amount
> of tests it adds to `configure'. Specifically, although my source
> is all in C, libtool runs C++ and Fortran tests. This adds a bit
> of bloat everytime a user runs the configuration script.
> 
> I have already explicitly specified the language in my
> configure.ac with:
> 
> AC_LANG(C)
> 
> Is there anyway to disable libtool tests for Fortrant and C++? I
> couldn't find any mention of it in the manual.

Not with 1.5. I just submitted a patch to libtool-patches that adds a
new macro, AC_LIBTOOL_TAGS to do what you want. There are some caveats
though.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to