Differences From Artifact [c4f809c7a1]:
- Executable file configure — part of check-in [ded86a4e53] at 2011-07-09 20:19:20 on branch autosetup — Initial check-in of Steve Bennett's autosetup configurator. (user: drh size: 117) [more...]
To Artifact [71fb9356da]:
- Executable file configure — part of check-in [a4efad7e61] at 2011-07-14 14:34:59 on branch trunk — Update autosetup to the latest version - https://github.com/msteveb/autosetup/commit/e2a8949b420 . (user: dan size: 115) [more...]
1 | #!/bin/sh | | | | 1 2 3 | #!/bin/sh dir="`dirname "$0"`/autosetup" WRAPPER="$0" exec `"$dir/find-tclsh" || echo false` "$dir/autosetup" "$@" |