libtool
[Top][All Lists]
Advanced

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

Re: Compiler checks in AM_PROG_LIBTOOL


From: Ralf Wildenhues
Subject: Re: Compiler checks in AM_PROG_LIBTOOL
Date: Mon, 5 Mar 2007 10:04:23 +0100
User-agent: Mutt/1.5.14 (2007-02-28)

Hello Fredrik,

* Fredrik Tolf wrote on Mon, Mar 05, 2007 at 02:58:52AM CET:
> Surely, libtool doesn't actually require C++ or FORTRAN compilers? Is
> there any way to make AM_PROG_LIBTOOL ignore those?

Yes.  This has been fixed in the CVS HEAD version of Libtool for quite a
while, but not yet in a stable release.  As a workaround (that AFAICS
won't break things in the future) you can put
  m4_defun([_LT_AC_LANG_CXX_CONFIG])
  m4_defun([_LT_AC_LANG_F77_CONFIG])

in you configure.ac before AC_PROG_LIBTOOL (for which AM_PROG_LIBTOOL is
an older name).

Hope that helps.

Cheers,
Ralf




reply via email to

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