"Vadim V. Zhytnikov" <vvzhy@mail.ru> writes:
> It seems that Maxima automake/autoconf machinery is not completely
> compatible with automake 1.8.X.
Yeah. I get hundreds of warnings like this with automake 1.8.2:
src/gcl-depends.mk:1: binary-gcl/maxima was already defined in condition !GCL_ALT_LINK and GCL, which is included in condition GCL ...
src/Makefile.am:198: `src/gcl-depends.mk' included from here
src/Makefile.am:178: ... `binary-gcl/maxima' previously defined here
src/gcl-depends.mk:2: binary-gcl/maxima was already defined in condition !GCL_ALT_LINK and GCL, which is included in condition GCL ...
src/Makefile.am:198: `src/gcl-depends.mk' included from here
src/Makefile.am:178: ... `binary-gcl/maxima' previously defined here
src/gcl-depends.mk:3: binary-gcl/maxima was already defined in condition !GCL_ALT_LINK and GCL, which is included in condition GCL ...
src/Makefile.am:198: `src/gcl-depends.mk' included from here
... and so on.