File: configure

package info (click to toggle)
openocd 0.5.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 16,716 kB
  • sloc: ansic: 143,239; sh: 15,414; tcl: 5,758; makefile: 922; asm: 535; perl: 20
file content (3 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download
1
2
3
#!/bin/sh
dir="$(dirname "$0")/autosetup"
WRAPPER="$0" exec $("$dir/find-tclsh" || echo false) "$dir/autosetup" "$@"