This commit is contained in:
Bruce Momjian 1999-11-01 23:51:55 +00:00
parent 381e5b94e0
commit 85016a2b9c
1 changed files with 9 additions and 9 deletions

18
src/configure vendored
View File

@ -6707,15 +6707,15 @@ echo "configure:6688: checking for tkConfig.sh" >&5
set dummy wish; ac_word=$2 set dummy wish; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:6710: checking for $ac_word" >&5 echo "configure:6710: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_wish'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_path_WISH'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
case "$wish" in case "$WISH" in
/*) /*)
ac_cv_path_wish="$wish" # Let the user override the test with a path. ac_cv_path_WISH="$WISH" # Let the user override the test with a path.
;; ;;
?:/*) ?:/*)
ac_cv_path_wish="$wish" # Let the user override the test with a dos path. ac_cv_path_WISH="$WISH" # Let the user override the test with a dos path.
;; ;;
*) *)
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
@ -6723,7 +6723,7 @@ else
for ac_dir in $ac_dummy; do for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=. test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then if test -f $ac_dir/$ac_word; then
ac_cv_path_wish="$ac_dir/$ac_word" ac_cv_path_WISH="$ac_dir/$ac_word"
break break
fi fi
done done
@ -6731,9 +6731,9 @@ else
;; ;;
esac esac
fi fi
wish="$ac_cv_path_wish" WISH="$ac_cv_path_WISH"
if test -n "$wish"; then if test -n "$WISH"; then
echo "$ac_t""$wish" 1>&6 echo "$ac_t""$WISH" 1>&6
else else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
fi fi
@ -7934,7 +7934,7 @@ s%@HAVE_POSIX_SIGNALS@%$HAVE_POSIX_SIGNALS%g
s%@TCLSH@%$TCLSH%g s%@TCLSH@%$TCLSH%g
s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g
s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g
s%@wish@%$wish%g s%@WISH@%$WISH%g
s%@X_CFLAGS@%$X_CFLAGS%g s%@X_CFLAGS@%$X_CFLAGS%g
s%@X_PRE_LIBS@%$X_PRE_LIBS%g s%@X_PRE_LIBS@%$X_PRE_LIBS%g
s%@X_LIBS@%$X_LIBS%g s%@X_LIBS@%$X_LIBS%g