libtool-patches
[Top][All Lists]
Advanced

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

Re: PATCH: Don't add tags for languages not used or found


From: Albert Chin
Subject: Re: PATCH: Don't add tags for languages not used or found
Date: Sat, 29 Mar 2003 11:29:18 -0600
User-agent: Mutt/1.4i

On Thu, Mar 20, 2003 at 04:58:06PM -0600, Bob Friesenhahn wrote:
> For example, we could add a macro which allows the package developer
> to set the desired languages like:
> 
> AC_LIBTOOL_TAGS(c cxx)
> 
> which sets all of the language compiler names to 'no' except for the
> languages listed.  If F77 is already set to 'no' then AC_PROG_F77
> should be skipped.

How about:
  AC_PROG_LIBTOOL([C++, Fortran 77, ...])
We should use the same tags that autoconf uses in AC_LANG_PUSH. And,
because the test for the C compiler is not a specific tag, we cannot
undo it at the moment.

-- 
albert chin (address@hidden)




reply via email to

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