[MPlayer-cvslog] CVS: main configure,1.1076,1.1077

Jan Knutar jknutar at nic.fi
Wed Oct 12 20:27:39 CEST 2005


On Wednesday 12 October 2005 01:50, Richard Felker CVS wrote:

> solaris bug workarounds, take 2..

What's the saying... third time's a charm?

> +`echo $_libavcodecs | tr '[a-z]' '[A-Z]' | tr ' ' '\n' | sed 's/^/CONFIG_/;s/$/=yes/'`

the tr ' ' '\n' thing is broken in NetBSD unless you set the configure script
to use bash, I don't know why.

jb13 figured out and tested that

tr '[a-z] ' '[A-Z]\n'
and removing the second tr,
works on both NetBSD and Solaris.




More information about the MPlayer-cvslog mailing list