dist/configure.in: modernize
[nvi.git] / dist / findconfig
blob166a03dab1fe0d92da6f774c959b29ff3124af80
1 #!/bin/sh
2 # the next line restarts using tclsh \
3 exec tclsh "$0" "$@"
5 # A utility that searches for the 'tclConfig.sh' shell script
6 # which contains platform-specific compiler/linker options for
7 # building Tcl programs and shared libraries.
9 foreach dir $tcl_pkgPath {
10 if [file exists $dir/tclConfig.sh] {
11 puts $dir/tclConfig.sh
12 exit