Differences From Artifact [239cde01ac]:
- Executable file configure — part of check-in [20a7225747] at 2012-02-17 01:55:54 on branch autosetup — Update to the latest autosetup (0.6.4) (user: steveb size: 118) [more...]
To 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...]
1 2 | #!/bin/sh dir="`dirname "$0"`/autosetup" | | | 1 2 3 | #!/bin/sh dir="`dirname "$0"`/autosetup" WRAPPER="$0"; export WRAPPER; exec "`"$dir/autosetup-find-tclsh"`" "$dir/autosetup" "$@" |