Any plan to handle Bash 5.0 BASH_ARGC & BASH_ARGV?

2020-02-20 Thread Tadeus Prastowo
Hello, When building http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz using Bash 5.0, make check reports many failures concerning the following Bash 5.0's change of behavior, quoting https://lists.gnu.org/archive/html/bug-bash/2019-01/msg00063.html: There are a few incompatible changes betwee

Re: Any plan to handle Bash 5.0 BASH_ARGC & BASH_ARGV?

2020-02-20 Thread Zack Weinberg
On Thu, Feb 20, 2020 at 3:44 PM Tadeus Prastowo <0x66726...@gmail.com> wrote: > > When building http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz > using Bash 5.0, make check reports many failures concerning > [shell variables BASH_ARGC and BASH_ARGV] This has already been patched in Autoconf d

Re: Any plan to handle Bash 5.0 BASH_ARGC & BASH_ARGV?

2020-02-20 Thread Tadeus Prastowo
Hello, On Thu, Feb 20, 2020 at 9:55 PM Zack Weinberg wrote: > > On Thu, Feb 20, 2020 at 3:44 PM Tadeus Prastowo <0x66726...@gmail.com> wrote: > > > > When building http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz > > using Bash 5.0, make check reports many failures concerning > > [shell varia