This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git.
from c283f1a various minor fixes new 0283265 Fix bug in tcl.m4. Patch proposed upstream new dea2bb4 Commit Changelog separately to avoid clashes when merging into quattuor The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: ChangeLog | 6 + {tclconfig => m4}/libtool.m4 | 28 +- m4/ltoptions.m4 | 437 ++++++++++++++++++++++ m4/ltsugar.m4 | 124 +++++++ m4/ltversion.m4 | 23 ++ m4/lt~obsolete.m4 | 99 +++++ tclconfig/compile | 13 +- tclconfig/config.guess | 858 ++++++++++++++++++++----------------------- tclconfig/config.sub | 332 +++++++++-------- tclconfig/depcomp | 10 +- tclconfig/install-sh | 134 +++---- tclconfig/ltmain.sh | 217 ++++++++--- tclconfig/missing | 16 +- tclconfig/tcl.m4 | 4 +- 14 files changed, 1512 insertions(+), 789 deletions(-) copy {tclconfig => m4}/libtool.m4 (99%) create mode 100644 m4/ltoptions.m4 create mode 100644 m4/ltsugar.m4 create mode 100644 m4/ltversion.m4 create mode 100644 m4/lt~obsolete.m4 mode change 100644 => 100755 tclconfig/install-sh --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org