libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: avoiding C++, Fortran tags


From: Scott James Remnant
Subject: Re: avoiding C++, Fortran tags
Date: Wed, 26 Nov 2003 15:19:26 +0000

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]