Re: [Bug-apl] configure should not assume bash everywhere

2017-04-23 Thread Juergen Sauermann
Hi Marcin, thanks, fixed in SVN 929. /// Jürgen On 04/22/2017 11:56 PM, Marcin Cieslak wrote: There is a little incompatibility with Bourne shell in the configure script. The whole thing should probably be changed, but for now

[Bug-apl] configure should not assume bash everywhere

2017-04-22 Thread Marcin Cieslak
There is a little incompatibility with Bourne shell in the configure script. The whole thing should probably be changed, but for now this is a quick fix: Index: configure.ac === --- configure.ac(revision 928) +++ configure.ac