Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-20 Thread Nathan Kunkee
pport. I found I had the best luck with /bin/xpg4/sh for configure. Nathan -- Message: 6 Date: Fri, 14 Apr 2006 18:38:27 +0100 (BST) From: Michael McConnell <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] Patch to make configure /bin/sh compatible To: qemu-devel@nongn

Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Thiemo Seufer
Ben Taylor wrote: > Thiemo Seufer <[EMAIL PROTECTED]> > > > > Ben Taylor wrote: > > > This is a patch to make configure truly /bin/sh compatible, > > > as well as changing some logic to remove "echo -n" for > > > output to files, as "echo -n" is not consistent among > > > environments. > > > > >

Re: Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
Thiemo Seufer <[EMAIL PROTECTED]> > > Ben Taylor wrote: > > This is a patch to make configure truly /bin/sh compatible, > > as well as changing some logic to remove "echo -n" for > > output to files, as "echo -n" is not consistent among > > environments. > > > > This is against the latest cvs bra

Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Anderson Lizardo
On 4/14/06, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > gcc -dM -E -xc /dev/null |awk '{ if (/__GNUC__/) print $3 }' Or even simpler: gcc -dM -E -xc /dev/null | awk '/__GNUC__/{print $3}' Regards, -- Anderson Lizardo ___ Qemu-devel mailing list Qemu-

Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Michael McConnell
On Fri, 14 Apr 2006, Thiemo Seufer wrote: > Ben Taylor wrote: > > This is a patch to make configure truly /bin/sh compatible, > > as well as changing some logic to remove "echo -n" for > > output to files, as "echo -n" is not consistent among > > environments. > > > > This is against the latest c

Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Thiemo Seufer
Ben Taylor wrote: > This is a patch to make configure truly /bin/sh compatible, > as well as changing some logic to remove "echo -n" for > output to files, as "echo -n" is not consistent among > environments. > > This is against the latest cvs branch, and I appreciate > any feedback. [snip] > @@

[Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove "echo -n" for output to files, as "echo -n" is not consistent among environments. This is against the latest cvs branch, and I appreciate any feedback. Ben --- configure.ORIG 2006-04-14 10:26:38.0