On Sun, Dec 22, 2002 at 10:07:32AM -0600, Bob Friesenhahn wrote:
> There are certainly a bug in that even if no fortran compiler is
> found, libtool proceeds to configure the F77 tag.  Much of this
> configuration is done with CC unset, causing various warnings.
> 
> Libtool should provide a way for the user to specify which tags are to
> be configured.  This would allow a project which includes its own
> libtool, but uses a subset of the supported languages to avoid
> configuring libtool for languages which are not used.

We could augment AC_PROG_LIBTOOL to take a list of tags:
  AC_PROG_LIBTOOL([tag1,tag2,...])

Anyone want to submit a patch :)

-- 
albert chin ([EMAIL PROTECTED])


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

Reply via email to