BUILD NOTES FOR TCLX ON DEBIAN
==============================

1)  patches to tclconfig/tcl.m4:

    - set SHLIB_SUFFIX=".so.0"

    - added "-Wl,-soname,$@" to MAKE_SHARED_LIB variable

    - fixed "/etc/.relid'" typo

    - fixed tclsh program detection (backported from v1.15)

2)  patches to Makefile.in

    - set TESTFLAGS = -notfile "nice.test pipe.test process.test signal.test"

3)  the original configure is buggy, since it was generated with
    a buggy tcl.m4, and must be rebuilt with autoconf.

4)  all manpages must be in tclx8.4-doc since they conflict with
    manpages of other tclx versions.  Manpages must be installed
    with the install_manpages script to conform to debian policy.
