📄 configure.in
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -