📄 configure.in
字号:
# Copyright (C) 1999 Open Source Telecom Corporation.# # This file is free software; as a special exception the author gives# unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.AC_INIT(reconfig)if test -d /etc ; then sysconfdir=/etc ; fiVERSION="0.5.5"API_RELEASE="0.3"API_VERSION="1:1:0"AC_CONFIG_AUX_DIR(config)AM_INIT_AUTOMAKE(ACS,[$VERSION])AM_CONFIG_HEADER(lib/config.h)CPPFLAGS=$CPPFLAGS" -I\$(top_srcdir)/lib"AUX_LIBS="\$(top_srcdir)/lib/libacsaux.la"SERVER_LIBS="\$(top_srcdir)/server/libserver.a"OST_AUTOMAKE_MODEOST_MAINTAINER_MODEOST_CXX_PROGRAMMINGOST_CC_SIGNALOST_CC_STRINGOST_PIKAOST_VPBOST_LINUX_PHONEOST_LIB_PTHREADOST_LIB_SOCKETOST_LIB_DYNAMICOST_PROG_COMMONOST_PROJ_LIBRARY(AUX,[$API_RELEASE],[$API_VERSION])AC_CHECK_FUNCS(lockf realpath)AC_ARG_WITH(pika,[ --without-pika Do not create pika server], PIKA_ACS="", PIKA_ACS="pika")AC_ARG_WITH(vpb, [ --without-vpb Do not create vpb server], VPB_ACS="", VPB_ACS="vpb")AC_ARG_WITH(phone, [ --without-phone Do not create pdev server], PHONE_ACS="", PHONE_ACS="phone")if test -z "$PIKA_DIR" ; then PIKA_ACS=""fiif test -z "$VPB_LIBS" ; then VPB_ACS=""fiif test -z "$PHONE_FLAGS" ; then PHONE_ACS=""fi THREAD_LIBS="-lccxx -lccio $THREAD_LIBS"KDOC_DIR="\$(top_srcdir)/doc"AM_CONDITIONAL(MODULES, test ! -z "$DYN_LOADER")AC_SUBST(KDOC_DIR)AC_SUBST(AUX_LIBS)AC_SUBST(SERVER_LIBS)AC_SUBST(PIKA_ACS)AC_SUBST(VPB_ACS)AC_SUBST(PHONE_ACS)AC_OUTPUT(config/Makefile lib/Makefilem4/Makefile Makefile server/Makefile pika/Makefile etc/Makefileetc/umd.conf aascripts/Makefile aaprompts/Makefile utils/Makefileutils/rswords vpb/Makefile phone/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -