[MPlayer-cvslog] CVS: main configure,1.985,1.986
Rich Felker
dalias at aerifal.cx
Tue May 3 22:56:08 CEST 2005
On Tue, May 03, 2005 at 03:12:19PM -0400, Nicolas Plourde wrote:
>
> On 3-May-05, at 3:07 PM, Nicolas Plourde wrote:
>
> >
> >nope do not work. I think only gnu sed understand \? and \n
> >
> >this work:
> >
> >echo -e `$_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-
> >zA-Z0-9]*\)/CONFIG_\1=yes\\\n/g'`
> >
>
> humm, talked to fast. this obviously cant work.
I'm not sure echo -e is portable either. Why the hell do we need it?
Sed and awk can both split lines themselves..
Rich
More information about the MPlayer-cvslog
mailing list