autoconf
[Top][All Lists]
Advanced

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

Re: test in a m4 macro and variable created from pushdef


From: Ralf Wildenhues
Subject: Re: test in a m4 macro and variable created from pushdef
Date: Wed, 15 Aug 2007 07:28:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* Vincent Torri wrote on Sat, Aug 11, 2007 at 08:29:10PM CEST:
> On Fri, 10 Aug 2007, Ralf Wildenhues wrote:
>> * Vincent Torri wrote on Fri, Aug 10, 2007 at 07:51:00AM CEST:
>>> On Thu, 9 Aug 2007, Eric Blake wrote:
>>>
>
> Finally, I've compile autoconf (cvs). Remark that the documentation fails 
> on mingw. If you want the error, I can paste it somewhere.

I think it's merely due to the old texinfo version that comes with
MinGW.

> I've applied the patch, installed autoconf, launched autoreconf, used both 
> syntax:
>
> AM_CONDITIONAL([BUILD_DRIVER_]UP, [test "x${use_]DOWN[_driver}" = "xyes"])
> AM_CONDITIONAL([BUILD_DRIVER_]UP, test "x${[use_]DOWN[_driver]}" = "xyes")
>
> but nothing specific occurs.
>
> what should that patch do (i'm not an expert at all of m4) ?

Did you try these commands:

>>  grep UP configure
>>  grep DOWN configure

The patch changes a comment in the configure script:
  # Check whether --enable-DOWN was given.
to
  # Check whether --enable-bdf was given.

So it's rather cosmetic.

Cheers,
Ralf




reply via email to

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