📄 configure.in.tcldebug
字号:
dnl autoconf rules to find tcldebugdnl $Header: /nfs/jade/vint/CVSROOT/conf/configure.in.tcldebug,v 1.7 1999/01/21 23:40:41 yuriy Exp $ (USC/ISI)AC_ARG_WITH(tcldebug, --with-tcldebug=path specify a pathname for the tcl debugger (path=no disables the debugger), d=$withval, d="")#xxx: Don't know anything about 1.8TCLDEBUG_VERS="1.9 1.8 1.7"pwd_vers=""local_vers=""for vers in $TCLDEBUG_VERS; do pwd_vers="$pwd_vers $PWD/../tcl-debug-$vers" local_vers="$local_vers /usr/src/local/otcl-debug-$vers"doneTCLDEBUG_PATH="\ $PWD/../tcl-debug \ $pwd_vers /usr/contrib/lib \ /usr/local/lib \ /usr/lib \ /usr/src/local/tcl-debug \ $local_vers \ "TCLDEBUG_PATH_D="$d \ $d/lib \ $d/../lib \ "NS_BEGIN_PACKAGE(tcldebug)NS_CHECK_LIB_PATH(tcldbg,$TCLDEBUG_PATH,$d,$TCLDEBUG_PATH_D,V_LIB_TCLDEBUG,tcldebug)#if $NS_PACKAGE_tcldebug_COMPLETE; then # look for debugger entry point function #tmpLIBS=$LIBS #LIBS="$V_LIB_TCL $V_LIB_TCLDEBUG" # the following two may be needed for linking during tcldbg CHECK_LIB #AC_CHECK_LIB(m, main) #AC_CHECK_LIB(dl, dlopen) #notfound=false #AC_CHECK_LIB(tcldbg, Dbg_Init, V_DEFINES="-DHAVE_Dbg_Init $V_DEFINES",notfound=true) #if $notfound; then # notfound=false # AC_CHECK_LIB(tcldbg, Tcldbg_Init, V_DEFINES="-DHAVE_Tcldbg_Init $V_DEFINES",notfound=true) #fi #LIBS=$tmpLIBS #if $notfound; then # echo "configure: warning: Tcl debugger init point is not found. You \#will not be able to use Tcl debugger." 1>&2 # NS_PACKAGE_tcldebug_COMPLETE=false #fi#fiif $NS_PACKAGE_tcldebug_COMPLETE; then NS_END_PACKAGE(tcldebug,no)fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -