Hi Louis,

it should work with any autoconf/make version.
You may need to run autoreconf once.

Alternatively, try:

        ./configure --enable-maintainer-mode            \
                    VALUE_CHECK_WANTED=no               \
                    VALUE_HISTORY_WANTED=no             \
                    PERFORMANCE_COUNTERS_WANTED=yes     \
                    DYNAMIC_LOG_WANTED=yes              \
                    ASSERT_LEVEL_WANTED=0               \
                    CORE_COUNT_WANTED=-3
        make all

which is what make parallel1 does (see Makefile.incl for a definition of the parallel targets).
And keep in mid that there are still bugs in parallel APL!

/// Jürgen



On 10/11/2015 12:58 AM, Louis de Forcrand wrote:
I recently tried compiling GNU-APL with “make parallel1” as instructed in README-8, and saw that it requires automake-1.14. Could this be updated to a more recent version of automake? Or even better, made to work without (just with make)?

Keep it up,
⊣Louis


Reply via email to