⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.in

📁 是TCL的另外一个编译(解释)器
💻 IN
字号:
AC_INIT(init.tcl)AC_CONFIG_AUX_DIR(config)CONFIGDIR=${srcdir}/configAC_SUBST(CONFIGDIR)PACKAGE=bwidgetMAJOR_VERSION=1MINOR_VERSION=4PATCHLEVEL=.1VERSION=${MAJOR_VERSION}.${MINOR_VERSION}${PATCHLEVEL}NODOT_VERSION=${MAJOR_VERSION}${MINOR_VERSION}AC_SUBST(PACKAGE)AC_SUBST(VERSION)eval AC_DEFINE_UNQUOTED(VERSION, "${VERSION}")AC_PROG_INSTALL#--------------------------------------------------------------------# "cygpath" is used on windows to generate native path names for include# files.# These variables should only be used with the compiler and linker since# they generate native path names.## Unix tclConfig.sh points SRC_DIR at the top-level directory of# the Tcl sources, while the Windows tclConfig.sh points SRC_DIR at# the win subdirectory.  Hence the different usages of SRC_DIR below.## This must be done before calling SC_PUBLIC_TCL_HEADERS#--------------------------------------------------------------------case "`uname -s`" in    *win32* | *WIN32* | *CYGWIN_NT*|*CYGWIN_98*|*CYGWIN_95*)	CYGPATH="cygpath -w"    ;;    *)	CYGPATH=echo    ;;esacAC_SUBST(CYGPATH)AC_OUTPUT([Makefile])

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -