summaryrefslogtreecommitdiffstats
path: root/win/aclocal.m4
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-21 04:07:09 (GMT)
committerhobbs <hobbs>2000-04-21 04:07:09 (GMT)
commit0348bad646fb863da9040f6d4483f51326c45529 (patch)
tree7d7fb6d59999ba4ceefc8e4dc2adbe3abe343c47 /win/aclocal.m4
parent56cd1f51d06e6eedd414df98bd8e0dbcd7226ecb (diff)
downloadtk-0348bad646fb863da9040f6d4483f51326c45529.zip
tk-0348bad646fb863da9040f6d4483f51326c45529.tar.gz
tk-0348bad646fb863da9040f6d4483f51326c45529.tar.bz2
* win/aclocal.m4: made SC_PROG_TCLSH search specifically for
tclsh*.exe type files to find an executable. * win/Makefile.in: fixed up cleanup, winhelp, cat32 targets
Diffstat (limited to 'win/aclocal.m4')
-rw-r--r--win/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/aclocal.m4 b/win/aclocal.m4
index 276251a..f10cc28 100644
--- a/win/aclocal.m4
+++ b/win/aclocal.m4
@@ -465,7 +465,7 @@ AC_DEFUN(SC_PROG_TCLSH, [
AC_CACHE_VAL(ac_cv_path_tclsh, [
search_path=`echo ${exec_prefix}/bin:${prefix}/bin:${TCL_BIN_DIR}:${TCL_BIN_DIR}/../bin:${PATH} | sed -e 's/:/ /g'`
for dir in $search_path ; do
- for j in `ls -r $dir/tclsh[[8-9]]* 2> /dev/null` \
+ for j in `ls -r $dir/tclsh[[8-9]]*.exe 2> /dev/null` \
`ls -r $dir/tclsh* 2> /dev/null` ; do
if test x"$ac_cv_path_tclsh" = x ; then
if test -f "$j" ; then