Differences From Artifact [05e4b3ca2e]:
- Executable file configure — part of check-in [2211bc2a6b] at 2019-07-06 22:27:28 on branch autosetupAndJimTcl — Update autosetup to 0.6.9-71785c7e and Jim Tcl to 0.78-27-ga5a84b1. (user: mistachkin size: 130) [more...]
To Artifact [9a00b21dfd]:
- Executable file configure — part of check-in [dacbf76c8a] at 2024-07-22 23:30:01 on branch autosetup-0.7.1 — Upgrade autosetup from 0.6.9 to 0.7.1+. Seems to work but need to try it on more systems before merging. (user: stephan size: 146) [more...]
1 2 3 | 1 2 3 4 | + | #!/bin/sh dir="`dirname "$0"`/autosetup" #@@INITCHECK@@# WRAPPER="$0"; export WRAPPER; exec "`"$dir/autosetup-find-tclsh"`" "$dir/autosetup" "$@" |