Re: GNU Automake 1.15.1 released

2017-07-26 Thread Michael Felt
FYI: On AIX I tried using export SHELL=/usr/bin/ksh93 and also running from /usr/bin/ksh93 ksh93 was never tested. Continued to complain that /usr/bin/ksh is not POSIX (enough) However, the test done in ./configure (somewhat simplified here) will pass if ksh93 is used as the shell! am_sh=/usr/b

Re: GNU Automake 1.15.1 released

2017-06-20 Thread Warren Young
On Jun 19, 2017, at 2:50 PM, Mathieu Lirzin wrote: > > - Automake-provided scripts and makefile recipes might (finally!) >start assuming a POSIX shell in Automake 2.0. There still is no >certainty about this though: we'd first like to wait and see >whether future Autoconf versions w

Re: GNU Automake 1.15.1 released

2017-06-20 Thread Mathieu Lirzin
Werner LEMBERG writes: >> We are pleased to announce the GNU Automake 1.15.1 maintenance >> release. > > Thanks a lot for your efforts! > > Note that you forgot to tag the new release in the git repository, so > please do that :-) I have just added the release tag to the repository. Thank you f

Re: GNU Automake 1.15.1 released

2017-06-19 Thread Werner LEMBERG
> We are pleased to announce the GNU Automake 1.15.1 maintenance > release. Thanks a lot for your efforts! Note that you forgot to tag the new release in the git repository, so please do that :-) Werner