bootstrap not complete



Oliver Kullmann wrote:
> Hello,
>
> creating a new Maxima package should work as follows:
>
> 1) Download sources from CVS.
> 2) Change line with "AM_INIT_AUTOMAKE" in maxima/configure.in appropriately.
> 3) Run "sh bootstrap".
>
> Basically it works, however the bootstrap script:
>
> #!/bin/sh
> set -x
> aclocal
> automake --add-missing --copy
> autoconf
>
> doesn't seem to do a complete job, since now on the user side (when
> installing the new maxima-package) autoconf is required (to pick up
> a changed version number from step 2).
>
>   
It's not clear from what you describe, but aren't you supposed to then
run configure after bootstrap?

Ray