Using configure / make test gives a nice animated
output to the console. If, however, these steps are
within an integrated build environment, the resulting
log is unusable.
This animation stuff was introduced with tcllib 1.9 and
made default behavior. So please add an option to be
able to restore the old behavior.
Appended is a patch for configure.in and Makefile.in
which does just that. It introduces an option
'--enable-animation' which defaults to enabled. But
everybody can now run './configure --disable-animation'
and 'make test' again returns just the plain test log.
kind regards -- Matthias Kraft
Logged In: YES
user_id=330806
I am sorry. Had to replace the patch again, as the usage of
AC_ARG_ENABLE was just wrong. Now triple checked...
kind regards -- Matthias Kraft
add --enable-animation configure option