Switch to unified view

a/configure.in b/configure.in
...
...
134
AC_MSG_CHECKING(for tkConfig.sh)
134
AC_MSG_CHECKING(for tkConfig.sh)
135
AC_ARG_WITH(tkconfig,
135
AC_ARG_WITH(tkconfig,
136
    [  --with-tkconfig=<path>  directory that contains tkConfig.sh],
136
    [  --with-tkconfig=<path>  directory that contains tkConfig.sh],
137
    tkconfig="$withval")
137
    tkconfig="$withval")
138
138
139
if test -n "$kconfig"; then
139
if test -n "$tkconfig"; then
140
    tkConfigSH="$tkconfig/tkConfig.sh"
140
    tkConfigSH="$tkconfig/tkConfig.sh"
141
else
141
else
142
    changequote(,)
142
    changequote(,)
143
    tclpkgpath=`echo 'puts stdout [set tcl_pkgPath];flush stdout;exit' | $wish`
143
    tclpkgpath=`echo 'puts stdout [set tcl_pkgPath];flush stdout;exit' | $wish`
144
    changequote([,])
144
    changequote([,])