📄 configure.in
字号:
AC_REVISION($Revision: 1.10 $)dnl Process this file with autoconf to produce a configure script.AC_INIT(src/SerialStream.cc)AM_CONFIG_HEADER(config.h)dnldnl Indicate the package name and the version to automakednldnl $Id: configure.in,v 1.10 2005/09/19 07:21:05 crayzeewulf Exp $AM_INIT_AUTOMAKE(libserial, 0.5.1)AM_MAINTAINER_MODEdnl Checks for programs.AC_PROG_CXXAC_PROG_AWKAC_PROG_CCAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_MAKE_SETAC_PROG_LIBTOOLdnl Checks for header files.AC_CHECK_HEADERS(fcntl.h unistd.h)dnl Checks for typedefs, structures, and compiler characteristics.AC_C_CONSTAC_C_INLINEAC_OUTPUT([./Makefile./doxygen.conf./doc/UML/Makefile./doc/Makefile./examples/Makefile./src/Makefile])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -