RE: Problem with sh "shift" command in config.status on HP-UX

2009-03-26 Thread Daniel Richard G.
> -Original Message- > > Thanks. It's this issue, fixed in current git (master > and branch-1-10): > patches/3344/focus=3347> Ralf, thank you for looking at that off-list. I've applied the patch in the referenced message, and the e

Re: Problem with sh "shift" command in config.status on HP-UX

2009-03-26 Thread Ralf Wildenhues
> You can also send the config.status file to me, off-list, if you > prefer. Thanks. It's this issue, fixed in current git (master and branch-1-10): Cheers, Ralf

Re: Problem with sh "shift" command in config.status on HP-UX

2009-03-26 Thread Ralf Wildenhues
* Daniel Richard G. wrote on Thu, Mar 26, 2009 at 04:56:11PM CET: > > > > But how can this be. Just before the shift, one of the two "set" > > commands is executed and sets $1 to "x". Which is exactly what the > > shift aims to undo! > > I've confirmed that this works correctly for a small numbe

RE: Problem with sh "shift" command in config.status on HP-UX

2009-03-26 Thread Daniel Richard G.
> -Original Message- > From: bug-automake-bounces+oss=teragram@gnu.org > [mailto:bug-automake-bounces+oss=teragram@gnu.org] > On Behalf Of Ralf Wildenhues > > But how can this be. Just before the shift, one of > the two "set" > commands is executed and sets $1 to "x". Which is > e

Re: Problem with sh "shift" command in config.status on HP-UX

2009-03-25 Thread Ralf Wildenhues
Hello Daniel, thanks for the report. * Daniel Richard G. wrote on Thu, Mar 26, 2009 at 05:06:45AM CET: > I upgraded my copy of Automake from 1.10.1 to 1.10.2, and suddenly, > builds are failing on two separate HP-UX systems (B.11.00 on 32-bit > PA-RISC, and B.11.23 on IA64). Weird. I haven't no

Problem with sh "shift" command in config.status on HP-UX

2009-03-25 Thread Daniel Richard G.
I upgraded my copy of Automake from 1.10.1 to 1.10.2, and suddenly, builds are failing on two separate HP-UX systems (B.11.00 on 32-bit PA-RISC, and B.11.23 on IA64). What's happening is that the $(top_builddir)/libtool script is not being generated, so makefiles trying to invoke it error out.