Re: Release candidate

2001-05-14 Thread Akim Demaille
> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> What version(s) of automake should be used with this Harlan> candidate? I'm unsure I understand what you mean. Autoconf is independent from Automake, so any Automake should work properly. If 1.4 breaks with it, it's a show stop

Re: Release candidate

2001-05-14 Thread Akim Demaille
| There is still the problem that autoconf mixes up variable assignments | and macros. This is up-to-the-minute CVS autoconf: | | steve@riemann{tmp}cat configure.in | AC_INIT | | AM_CFLAGS=foo | steve@riemann{tmp}autoconf | configure.in:3: error: undefi

Re: Release candidate

2001-05-14 Thread Steve M. Robbins
On Mon, May 14, 2001 at 02:32:13PM +0200, Akim Demaille wrote: > > | There is still the problem that autoconf mixes up variable assignments > | and macros. This is up-to-the-minute CVS autoconf: > | > | steve@riemann{tmp}cat configure.in > | AC_INIT > | > | AM_CFLAGS=fo

Re: Release candidate

2001-05-14 Thread Peter Eisentraut
Akim Demaille writes: > | There is still the problem that autoconf mixes up variable assignments > | and macros. This is up-to-the-minute CVS autoconf: > | > | steve@riemann{tmp}cat configure.in > | AC_INIT > | > | AM_CFLAGS=foo > | steve@riemann{tmp}autoconf > |

Re: Release candidate

2001-05-14 Thread Akim Demaille
| On Mon, May 14, 2001 at 04:57:57PM +0200, Peter Eisentraut wrote: | > Akim Demaille writes: | > | > > | There is still the problem that autoconf mixes up variable assignments | > > | and macros. This is up-to-the-minute CVS autoconf: | > > | | > > | steve@riemann{tmp}cat configure.in

Re: Release candidate

2001-05-14 Thread Steve M. Robbins
On Mon, May 14, 2001 at 05:50:50PM +0200, Akim Demaille wrote: > > | On Mon, May 14, 2001 at 04:57:57PM +0200, Peter Eisentraut wrote: > | > Akim Demaille writes: > | > > | > > | There is still the problem that autoconf mixes up variable assignments > | > > | and macros. This is up-to-the-minut

Re: Release candidate

2001-05-14 Thread Steve M. Robbins
On Mon, May 14, 2001 at 04:57:57PM +0200, Peter Eisentraut wrote: > Akim Demaille writes: > > > | There is still the problem that autoconf mixes up variable assignments > > | and macros. This is up-to-the-minute CVS autoconf: > > | > > | steve@riemann{tmp}cat configure.in > > | A