Re: m4 and autoconf problem on mac os x

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

 



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 · r.c.poss@xxxxxx · +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().


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux