Tk Library Source Code

View Ticket
Login
Ticket UUID: 1584520
Title: add option to tcllib's configure
Type: Patch Version: None
Submitter: matzek Created on: 2006-10-25 15:37:37
Subsystem: A Category Is Missing Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2013-07-04 17:24:49
Resolution: Not Applicable Here Closed By:
    Closed on:
Description:
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
User Comments: matzek added on 2006-10-26 19:47:45:

File Deleted - 200000: 



File Added - 200122: new_conf_option.patch

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

matzek added on 2006-10-25 22:40:31:

File Added - 200000: new_conf_option.patch

matzek added on 2006-10-25 22:39:57:

File Deleted - 199999:

matzek added on 2006-10-25 22:37:37:

File Added - 199999: new_conf_option.patch

Attachments: