config.guess problem with pgcc

2014-08-20 Thread Thomas Jahns
Hello, I've found and fixed a problem where pgcc -E translates its input to contain extra spaces. Since config.guess expects the preprocessor output to be a well formed shell variable assignment, I've added some sed code to ensure this. Please consider the attached patch for inclusion in

Re: config.guess problem with pgcc

2014-08-20 Thread Eric Blake
On 08/20/2014 09:47 AM, Thomas Jahns wrote: Hello, I've found and fixed a problem where pgcc -E translates its input to contain extra spaces. Since config.guess expects the preprocessor output to be a well formed shell variable assignment, I've added some sed code to ensure this. Please

Re: config.guess problem with pgcc

2014-08-20 Thread Ben Elliston
On Wed, Aug 20, 2014 at 11:04:52AM -0600, Eric Blake wrote: Oops, I totally overlooked what file you were patching. Autoconf doesn't maintain config.guess; you'll probably want to resubmit the patch upstream to config-patches (cc'd), as mentioned in the header of that file. Once it is