I think, but I'm not 100% sure, that Autoconf should be able to handle
this on it's own by only running the F77 tag configuration when the
project
is running the AC_PROG_F77 macro.  Same goes for the other tags as well.
If someone ever could figure out how to get this to actually work, they
would get a gold star.  :)

Robert

Albert Chin wrote:
> 
> 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


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

Reply via email to