configure.in
来自「Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html」· IN 代码 · 共 52 行
IN
52 行
dnl configure.in for DOC++dnl Copyright (c) 1998-2002 Dragos Acostachioaiednl Process this file with autoconf to produce a configure script.AC_INIT(src/main.cc)AC_PREFIX_DEFAULT(/usr)dnl Set versioning informationsVERSION="3.4.10"dnl Initialize automakeAM_INIT_AUTOMAKE(doc++, $VERSION)AM_CONFIG_HEADER(src/config.h)dnl Checks for the canonical system nameAC_CANONICAL_HOSTdnl Setup languagesALL_LINGUAS="fr ja ro ru"dnl Checks for programs.AC_ISC_POSIXAC_PROG_CCAC_C_CONSTAC_C_INLINEAC_PROG_CXXAM_PROG_LEXAC_PROG_LN_SAC_LANG_CPLUSPLUSdnl Checks for header files.AC_HEADER_STDCAC_CHECK_HEADERS(getopt.h string.h strings.h)dnl Checks for library functions.AC_CHECK_FUNCS(getopt_long strdup strstr)dnl Set compiler flagsCXXFLAGS=""dnl Checks if we are going to enable debuggingAC_ARG_ENABLE(debug, [ --enable-debug Turn on debugging], AC_DEFINE(DEBUG, 1, Define if you want to generate debugging informations) CXXFLAGS="-g")dnl Checks for gettextAM_GNU_GETTEXTAC_OUTPUT(Makefile src/Makefile doc/Makefile doc/manual/Makefile intl/Makefile \ po/Makefile.in)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?