configure.in

来自「linux下串口通讯用的类库 c++编写」· IN 代码 · 共 38 行

IN
38
字号
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 + =
减小字号Ctrl + -
显示快捷键?