On Wed, 2003-11-26 at 14:51, Thien-Thi Nguyen wrote:

> i recently swiched to libtool 1.5 and now AC_PROG_LIBTOOL pulls in a
> horrendous amount of irrelevant checks for C++ and Fortran. *snip* are
> there plans to extend AC_PROG_LIBTOOL to specify which, if any, tags
> are to be included/omitted?  should i elevate this in my mind from
> kludge to "acceptable methodology"?
> 
Yes, libtool 1.6 includes an AC_LIBTOOL_TAGS macro in which you can list
the additional tags you want to use.

AC_LIBTOOL_TAGS([CXX])
AC_PROG_LIBTOOL

Would only include the C++ compiler tag in addition to the default C
compiler one.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to