> "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
| 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
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
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
> |
| 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
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
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