⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure

📁 multi-line Adjunct Communication Server
💻
📖 第 1 页 / 共 5 页
字号:
    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsef = $ac_func;#endif; return 0; }EOFif { (eval echo configure:1748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_$ac_func=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`  cat >> confdefs.h <<EOF#define $ac_tr_func 1EOF else  echo "$ac_t""no" 1>&6fidone	for ac_hdr in bsd/signal.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:1776: checking for $ac_hdr" >&5if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1781 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:1786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidone	echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6echo "configure:1813: checking return type of signal handlers" >&5if eval "test \"\${ac_cv_type_signal+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1818 "configure"#include "confdefs.h"#include <sys/types.h>#include <signal.h>#ifdef signal#undef signal#endif#ifdef __cplusplusextern "C" void (*signal (int, void (*)(int)))(int);#elsevoid (*signal ()) ();#endifint main() {int i;; return 0; }EOFif { (eval echo configure:1835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_type_signal=voidelse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_type_signal=intfirm -f conftest*fiecho "$ac_t""$ac_cv_type_signal" 1>&6cat >> confdefs.h <<EOF#define RETSIGTYPE $ac_cv_type_signalEOF		for ac_func in strcasecmp strdupdoecho $ac_n "checking for $ac_func""... $ac_c" 1>&6echo "configure:1859: checking for $ac_func" >&5if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1864 "configure"#include "confdefs.h"/* System header to define __stub macros and hopefully few prototypes,    which can conflict with char $ac_func(); below.  */#include <assert.h>/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char $ac_func();char (*f)();int main() {/* The GNU C library defines this for functions which it implements    to always fail with ENOSYS.  Some functions are actually named    something starting with __ and the normal name is an alias.  */#if defined (__stub_$ac_func) || defined (__stub___$ac_func)choke me#elsef = $ac_func;#endif; return 0; }EOFif { (eval echo configure:1888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_func_$ac_func=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_func_$ac_func=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`  cat >> confdefs.h <<EOF#define $ac_tr_func 1EOF else  echo "$ac_t""no" 1>&6fidone	echo $ac_n "checking for pika development libraries""... $ac_c" 1>&6echo "configure:1915: checking for pika development libraries" >&5	if test -d ${prefix}/pika ; then		PIKA_DIR=${prefix}/pika	fi	if test -d /usr/pika ; then		PIKA_DIR=/usr/pika	fi	if test -z "$PIKA_DIR" ; then		PIKA_FLAGS=		PIKA_LIBS=		echo "$ac_t""missing" 1>&6	else		if test -d $PIKA_DIR/include ; then			PIKA_FLAGS="-I$PIKA_DIR/include"			PIKA_LIBS="-L$PIKA_DIR/lib -lmonty"		elif test -f ${prefix}/include/MonteCarlo.h ; then			PIKA_FLAGS=			PIKA_LIBS="-lmonty -lpk_cti -lpk_dsp"		elif test -f /usr/include/MonteCarlo.h ; then			PIKA_FLAGS=			PIKA_LIBS="-lmonty -lpk_cti -lpk_dsp"		else			PIKA_FLAGS="-I$PIKA_DIR/api"			PIKA_LIBS="-L$PIKA_DIR/Release -lmonty"		fi		echo "$ac_t""found" 1>&6	fi			echo $ac_n "checking for Voicetronix api""... $ac_c" 1>&6echo "configure:1947: checking for Voicetronix api" >&5	VPB_LIBS=""	if test -f ${prefix}/lib/libvpb.a ; then VPB_LIBS=-lvpb ; fi	if test -f /usr/lib/libvpb.a ; then VPB_LIBS=-lvpb ; fi	if test -f /usr/local/lib/libvpb.a ; then VPB_LIBS=-lvpb ; fi	if test -z "$VPB_LIBS" ; then		echo "$ac_t""missing" 1>&6	else		echo "$ac_t""found" 1>&6			fi		echo $ac_n "checking for Linux Telephony""... $ac_c" 1>&6echo "configure:1961: checking for Linux Telephony" >&5	PHONE_FLAGS=""	if test -f /usr/include/linux/telephony.h ; then		msg="found "		if test -f /usr/include/linux/ixjuser.h ; then			PHONE_FLAGS="-DIXJ_DRIVER"			msg="$msg ixj"		fi		echo "$ac_t""$msg" 1>&6	else		echo "$ac_t""missing" 1>&6			fi		echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6echo "configure:1977: checking whether time.h and sys/time.h may both be included" >&5if eval "test \"\${ac_cv_header_time+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 1982 "configure"#include "confdefs.h"#include <sys/types.h>#include <sys/time.h>#include <time.h>int main() {struct tm *tp;; return 0; }EOFif { (eval echo configure:1991: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  rm -rf conftest*  ac_cv_header_time=yeselse  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  ac_cv_header_time=nofirm -f conftest*fiecho "$ac_t""$ac_cv_header_time" 1>&6if test $ac_cv_header_time = yes; then  cat >> confdefs.h <<\EOF#define TIME_WITH_SYS_TIME 1EOFfi	for ac_hdr in sys/time.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:2015: checking for $ac_hdr" >&5if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 2020 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF else  echo "$ac_t""no" 1>&6fidone      THREAD_FLAGS="-D_REENTRANT -D_THREAD_SAFE"  THREAD_LIBS=  for ac_hdr in pthread.hdoac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6echo "configure:2061: checking for $ac_hdr" >&5if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  cat > conftest.$ac_ext <<EOF#line 2066 "configure"#include "confdefs.h"#include <$ac_hdr>EOFac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"{ (eval echo configure:2071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`if test -z "$ac_err"; then  rm -rf conftest*  eval "ac_cv_header_$ac_safe=yes"else  echo "$ac_err" >&5  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_header_$ac_safe=no"firm -f conftest*fiif eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then  echo "$ac_t""yes" 1>&6    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`  cat >> confdefs.h <<EOF#define $ac_tr_hdr 1EOF ost_cv_posix_threads=yeselse  echo "$ac_t""no" 1>&6ost_cv_posix_threads=nofidone  if test $ost_cv_posix_threads = yes ; then	echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6echo "configure:2101: checking whether ${CC-cc} accepts -pthread" >&5if eval "test \"\${ost_cv_prog_cc_pthread+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  echo 'void f(){}' >conftest.c		if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then			ost_cv_prog_cc_pthread=yes		else			ost_cv_prog_cc_pthread=no		fi		rm -f conftest*		fiecho "$ac_t""$ost_cv_prog_cc_pthread" 1>&6	ost_cv_thread_library=none	echo $ac_n "checking for pthread_self in -lpthread""... $ac_c" 1>&6echo "configure:2118: checking for pthread_self in -lpthread" >&5ac_lib_var=`echo pthread'_'pthread_self | sed 'y%./+-%__p_%'`if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lpthread  $LIBS"cat > conftest.$ac_ext <<EOF#line 2126 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char pthread_self();int main() {pthread_self(); return 0; }EOFif { (eval echo configure:2137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=yes"else  echo "configure: failed program was:" >&5  cat conftest.$ac_ext >&5  rm -rf conftest*  eval "ac_cv_lib_$ac_lib_var=no"firm -f conftest*LIBS="$ac_save_LIBS"fiif eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  echo "$ac_t""yes" 1>&6  ost_cv_thread_library=pthreadelse  echo "$ac_t""no" 1>&6echo $ac_n "checking for pthread_self in -lpthreads""... $ac_c" 1>&6echo "configure:2156: checking for pthread_self in -lpthreads" >&5ac_lib_var=`echo pthreads'_'pthread_self | sed 'y%./+-%__p_%'`if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  ac_save_LIBS="$LIBS"LIBS="-lpthreads  $LIBS"cat > conftest.$ac_ext <<EOF#line 2164 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error.  *//* We use char because int might match the return type of a gcc2    builtin and then its argument prototype would still apply.  */char pthread_self();int mai

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -