Re: What should go into 1.5.7?
> $ autoconf-2.13
> configure.in:302: warning: AC_TRY_RUN called without default to allow cross
> compiling
> configure.in:325: warning: AC_TRY_RUN called without default to allow cross
> compiling
> configure.in:326: warning: AC_TRY_RUN called without default to allow cross
> compiling
> $ ./configure --with-homespool=./Maildir/
> creating cache ./config.cache
> ./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
> ./configure: ./configure: line 592: `AM_CONFIG_HEADER(config.h)'
You need to run ./prepare or check out which programs are run by prepare.
Also, the latest version of automake one can use with autoconf-2.13 is
1.5 (I think - it could be 1.4).