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: Keith Marshall
Subject: Re: test in a m4 macro and variable created from pushdef
Date: Sat, 11 Aug 2007 16:43:56 +0100
User-agent: KMail/1.8.2

On Saturday 11 August 2007 08:59, Vincent Torri wrote:
[Re: http://pastebin.ca/653279]
> I forget to say that I installed m4 1.4.10 ...

I've seen this before.  You can't use a native (MinGW) build of m4 with 
autoconf, under MSYS.  The problem appears to be the result of CRLF 
line endings, which the natively built m4 emits; the stray CRs leave 
unexpected output, causing m4sugar to fail.

> and I used autoconf from cvs checked out 15 minutes ago.

You need to use an MSYS special build of m4:
http://downloads.sourceforge.net/mingw/m4-1.4.7-MSYS.tar.bz2

or patch the m4 sources to avoid text mode I/O entirely, if you insist 
on building anything more recent as a MinGW build.

HTH,
Keith.




reply via email to

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