📄 configure.in
字号:
dnl configure.in for CORBA part of Grad C++ frameworkdnl (C) Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>, 1998, 1999dnl (C) GradSoft 2000, 2001dnl $Id: configure.in,v 1.14 2002/04/18 09:22:59 rssh Exp $dnldnl Process this file with autoconf to produce a configure script.AC_SUBST(PACKAGE, ServiceOptions)AC_SUBST(VERSION, 1.01)AC_INIT(include/GradSoft/ServiceOptions.h)AC_CONFIG_AUX_DIR(../../config)dnl check system typeAC_CANONICAL_SYSTEMdnldnl Checks for programs.dnlAC_CANONICAL_HOSTAC_PROG_CCAC_PROG_CXXAC_PROG_CXXCPPAC_PROG_RANLIBAC_PROG_INSTALLAC_PROG_MAKE_SETRSSH_PROG_CXXARRSSH_PROG_CXXLDRSSH_CHECK_SUNPRO_CRSSH_CHECK_SUNPRO_CCRSSH_RTTIRSSH_PIC_FLAGRSSH_CHECK_ORBRSSH_ENABLE_PTHREADSRSSH_CHECK_STLRSSH_CHECK_IOSTREAMSAC_CXX_NAMESPACESAC_CXX_BOOLdnldnl define some helper Makefile.in variables.dnlPROJECT_ROOT=`pwd`project_root=$PROJECT_ROOTAC_SUBST(PROJECT_ROOT)AC_SUBST(project_root)dnl root, where web documentation will be installed.AC_ARG_WITH(docs-web-root,docs-web-root (internal usage): where web documentation will be installed (default:<prefix>/doc/GradSoft))if test "x$with_docs_web_root" = "x" -o "x$with_docs_web_root" = "xno"then docs_web_root=@prefix@/share/doc/GradSoftelse docs_web_root=$with_docs_web_rootfiAC_SUBST(docs_web_root)LIBS="$LIBS $LIBS_COLLECTION"AC_SUBST(LIBS,"$LIBS")AC_CONFIG_HEADER(src/include/ServiceOptionsConfig.h)AC_CONFIG_SUBDIRS(demo)AC_OUTPUT(Makefile \ config/entry.mak \ src/Makefile \ include/Makefile \ include/GradSoft/Makefile \ docs/Makefile \ )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -