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
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.
> > >
> >
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
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-
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
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]
> @@
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