autoconf
[Top][All Lists]
Advanced

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

Re: m4 and autoconf problem on mac os x


From: Raphael 'kena' Poss
Subject: Re: m4 and autoconf problem on mac os x
Date: Wed, 2 Jun 2010 23:14:49 +0200

Op 2 jun 2010, om 22:58 heeft Vincent Torri het volgende geschreven:
> m4_define([v_rev], m4_esyscmd([(svnversion . | grep -v exported || echo 0) | 
> awk -F : '{printf("%s", $1);}' | tr 'A-z' ' ' | sed 's/ //g']))

you probably want to add 

     | tr -d '\n' 

to that command line, to remove the trailing newline.

This is what you see at the beginning of the configure script:

# Generated by GNU Autoconf 2.65 for eina >>>>0.9.9.49398
<<<<<.

The period is appended by autoconf after the version number, which contains a 
newline in your case. that's why the period is alone (and invalid) on the next 
line.

Cheers,




-- 
Raphael 'kena' Poss · address@hidden · +31 20 525 7559
UvA · FNWI · IvI · CSA · 1098XG 107 Amsterdam (NL)
z = \f. (\x. f (\y. x x y)) (\x. f (\y. x x y)) 
There is no spoon, only fork() and vfork().




reply via email to

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