📄 configure.in
字号:
dnl This file is an input file used by the GNU "autoconf" program todnl generate the file "configure", which is run to configure thednl Makefile in this directory.AC_INIT(pkga.c)# RCS: @(#) $Id: configure.in,v 1.2 1998/09/14 18:40:18 stanton Exp $# Recover information that Tcl computed with its configure script.. ../tclConfig.shCC=$TCL_CCAC_SUBST(CC)SHLIB_CFLAGS=$TCL_SHLIB_CFLAGSAC_SUBST(SHLIB_CFLAGS)SHLIB_LD=$TCL_SHLIB_LDAC_SUBST(SHLIB_LD)SHLIB_LD_LIBS=$TCL_SHLIB_LD_LIBSAC_SUBST(SHLIB_LD_LIBS)SHLIB_SUFFIX=$TCL_SHLIB_SUFFIXAC_SUBST(SHLIB_SUFFIX)SHLIB_VERSION=$TCL_SHLIB_VERSIONAC_SUBST(SHLIB_VERSION)AC_SUBST(TCL_BUILD_LIB_SPEC)TCL_LIBS=$TCL_LIBSAC_SUBST(TCL_LIBS)TCL_VERSION=$TCL_VERSIONAC_SUBST(TCL_VERSION)AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -