libtool-patches
[Top][All Lists]
Advanced

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

Re: Fix `make dist' on systems with no F9x compiler


From: Noah Misch
Subject: Re: Fix `make dist' on systems with no F9x compiler
Date: Fri, 4 May 2007 05:33:35 -0700
User-agent: Mutt/1.5.9i

On Fri, May 04, 2007 at 08:51:06AM +0200, Ralf Wildenhues wrote:
> * Noah Misch wrote on Fri, May 04, 2007 at 03:52:24AM CEST:
> > `make dist' needs every test demo directory configured.  If the system has 
> > no
> > F90 compiler, tests/fcdemo/configure always fails.  This patch adds an 
> > option to
> > that configure script that suppresses the potentially fatal check.  We then 
> > use
> > the option when configuring a test demo directory for the sake of `make 
> > dist'.
> 
> Thanks for the patch.  Say, why not m4_pushdef([AC_MSG_ERROR],
> [something nonfatal]) ... m4_popdef([AC_MSG_ERROR]) instead?
> Just curious, I haven't tested or anything.

The fatal error is appropriate when fcdemo-conf.test configures this directory,
so we need a way to control it at `configure' time, not `autoconf' time.  There
certainly may be a solution more elegant than the one I proposed.




reply via email to

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