📄 gsoap.m4
字号:
dnl ######################################################################dnldnl File: gsoap.m4dnldnl Purpose: Determine where the gsoap tools are.dnldnl Version: $Id: gsoap.m4,v 1.5 2005/04/21 21:07:40 nanbor Exp $dnldnl Copyright Tech-X Corporation, 2001. Redistribution allowed provideddnl this copyright statement remains intact.dnldnl ######################################################################AC_ARG_WITH(gsoap,[ --with-gsoap=<gsoap> to set location of gsoap],GSOAP_HOME="$withval")if test -n "$GSOAP_HOME"; then echo "GSOAP_HOME set by user"else GSOAP_HOME=/usr/local/gsoapfiAC_MSG_NOTICE([Using gSOAP instlllation at: $GSOAP_HOME])GSOAP_INCDIR="-I$GSOAP_HOME/include"GSOAP_LIBDIR=$GSOAP_HOME/libSOAPCPP2=$GSOAP_HOME/bin/soapcpp2GSOAP_LIBS="-L$GSOAP_LIBDIR -lgsoap"GSOAP_FLAGS=""AC_DEFINE(HAVE_GSOAP, [], [Specify GSOAP is available])AC_SUBST(GSOAP_HOME)AC_SUBST(GSOAP_FLAGS)AC_SUBST(SOAPCPP2)AC_SUBST(GSOAP_LIBS)AC_SUBST(GSOAP_INCDIR)AC_SUBST(GSOAP_LIBDIR)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -