Re: openjdk fails to configure due to shell builtin test

2020-04-28 Thread Severin Gehwolf
On Tue, 2020-04-28 at 14:58 +1000, David Holmes wrote: > On 28/04/2020 12:02 pm, Michael Zucchi wrote: > > Hi Severin, > > > > On 27/4/20 6:17 pm, Severin Gehwolf wrote: > > > Hi Michael, > > > > > > On Sat, 2020-04-25 at 09:39 +0930, Michael Zucchi wrote: > > > > Morning all, > > > > > > > > A

Re: openjdk fails to configure due to shell builtin test

2020-04-27 Thread David Holmes
On 28/04/2020 12:02 pm, Michael Zucchi wrote: Hi Severin, On 27/4/20 6:17 pm, Severin Gehwolf wrote: Hi Michael, On Sat, 2020-04-25 at 09:39 +0930, Michael Zucchi wrote: Morning all, A patch from last year [1] discussed on this list adds an autoconf fallback test for a shell builtin command

Re: openjdk fails to configure due to shell builtin test

2020-04-27 Thread Michael Zucchi
Hi Severin, On 27/4/20 6:17 pm, Severin Gehwolf wrote: Hi Michael, On Sat, 2020-04-25 at 09:39 +0930, Michael Zucchi wrote: Morning all, A patch from last year [1] discussed on this list adds an autoconf fallback test for a shell builtin command using the bash command 'help ' and invokes it f

Re: openjdk fails to configure due to shell builtin test

2020-04-27 Thread Severin Gehwolf
Hi Michael, On Sat, 2020-04-25 at 09:39 +0930, Michael Zucchi wrote: > Morning all, > > A patch from last year [1] discussed on this list adds an autoconf > fallback test for a shell builtin command using the bash command 'help > ' and invokes it for ulimit. It's probably not very portable >