| version 1.45 | | version 1.46 |
|---|
| | |
| #! /bin/sh | | #! /bin/sh |
| # From configure.ac Id: configure.ac. | | # From configure.ac Id: configure.ac. |
| # Guess values for system-dependent variables and create Makefiles. | | # Guess values for system-dependent variables and create Makefiles. |
| # Generated by GNU Autoconf 2.57 for crossfire 1.6.0. | | # Generated by GNU Autoconf 2.59 for crossfire 1.6.0. |
| # | | # |
| # Report bugs to <crossfire-devel@listserv.real-time.com>. | | # Report bugs to <crossfire-devel@listserv.real-time.com>. |
| # | | # |
| # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 | | # Copyright (C) 2003 Free Software Foundation, Inc. |
| # Free Software Foundation, Inc. | | |
| # This configure script is free software; the Free Software Foundation | | # This configure script is free software; the Free Software Foundation |
| # gives unlimited permission to copy, distribute and modify it. | | # gives unlimited permission to copy, distribute and modify it. |
| ## --------------------- ## | | ## --------------------- ## |
| | |
| elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| set -o posix | | set -o posix |
| fi | | fi |
| | | DUALCASE=1; export DUALCASE # for MKS sh |
| | | |
| # Support unset when possible. | | # Support unset when possible. |
| if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
| as_unset=unset | | as_unset=unset |
| else | | else |
| as_unset=false | | as_unset=false |
| | |
| LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| LC_TELEPHONE LC_TIME | | LC_TELEPHONE LC_TIME |
| do | | do |
| if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then | | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| eval $as_var=C; export $as_var | | eval $as_var=C; export $as_var |
| else | | else |
| $as_unset $as_var | | $as_unset $as_var |
| | |
| if mkdir -p . 2>/dev/null; then | | if mkdir -p . 2>/dev/null; then |
| as_mkdir_p=: | | as_mkdir_p=: |
| else | | else |
| | | test -d ./-p && rmdir ./-p |
| as_mkdir_p=false | | as_mkdir_p=false |
| fi | | fi |
| | | |
| as_executable_p="test -f" | | as_executable_p="test -f" |
| | | |
| # Sed expression to map a string onto a valid CPP name. | | # Sed expression to map a string onto a valid CPP name. |
| as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| | | |
| # Sed expression to map a string onto a valid variable name. | | # Sed expression to map a string onto a valid variable name. |
| as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" | | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| | | |
| | | |
| # IFS | | # IFS |
| | |
| ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| ac_top_srcdir=$ac_top_builddir$srcdir ;; | | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| esac | | esac |
| # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | | |
| # absolute. | | # Do not use `cd foo && pwd` to compute absolute paths, because |
| ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | | # the directories may not exist. |
| ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | | case `pwd` in |
| ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | | .) ac_abs_builddir="$ac_dir";; |
| ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | | *) |
| | | case "$ac_dir" in |
| | | .) ac_abs_builddir=`pwd`;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
| | | *) ac_abs_builddir=`pwd`/"$ac_dir";; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_top_builddir=${ac_top_builddir}.;; |
| | | *) |
| | | case ${ac_top_builddir}. in |
| | | .) ac_abs_top_builddir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
| | | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_srcdir=$ac_srcdir;; |
| | | *) |
| | | case $ac_srcdir in |
| | | .) ac_abs_srcdir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
| | | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_top_srcdir=$ac_top_srcdir;; |
| | | *) |
| | | case $ac_top_srcdir in |
| | | .) ac_abs_top_srcdir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
| | | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
| | | esac;; |
| | | esac |
| | | |
| cd $ac_dir | | cd $ac_dir |
| # Check for guested configure; otherwise get Cygnus style configure. | | # Check for guested configure; otherwise get Cygnus style configure. |
| | |
| if $ac_init_version; then | | if $ac_init_version; then |
| cat <<\_ACEOF | | cat <<\_ACEOF |
| crossfire configure 1.6.0 | | crossfire configure 1.6.0 |
| generated by GNU Autoconf 2.57 | | generated by GNU Autoconf 2.59 |
| | | |
| Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 | | Copyright (C) 2003 Free Software Foundation, Inc. |
| Free Software Foundation, Inc. | | |
| This configure script is free software; the Free Software Foundation | | This configure script is free software; the Free Software Foundation |
| gives unlimited permission to copy, distribute and modify it. | | gives unlimited permission to copy, distribute and modify it. |
| _ACEOF | | _ACEOF |
| | |
| running configure, to aid debugging if configure makes a mistake. | | running configure, to aid debugging if configure makes a mistake. |
| | | |
| It was created by crossfire $as_me 1.6.0, which was | | It was created by crossfire $as_me 1.6.0, which was |
| generated by GNU Autoconf 2.57. Invocation command line was | | generated by GNU Autoconf 2.59. Invocation command line was |
| | | |
| $ $0 $@ | | $ $0 $@ |
| | | |
| | |
| echo "$as_me: caught signal $ac_signal" | | echo "$as_me: caught signal $ac_signal" |
| echo "$as_me: exit $exit_status" | | echo "$as_me: exit $exit_status" |
| } >&5 | | } >&5 |
| rm -f core core.* *.core && | | rm -f core *.core && |
| rm -rf conftest* confdefs* conf$$* $ac_clean_files && | | rm -rf conftest* confdefs* conf$$* $ac_clean_files && |
| exit $exit_status | | exit $exit_status |
| ' 0 | | ' 0 |
| | |
| # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| # AFS /usr/afsws/bin/install, which mishandles nonexistent args | | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| | | # OS/2's system install, which has a completely different semantic |
| # ./install, which can be erroneously created by make from ./install.sh. | | # ./install, which can be erroneously created by make from ./install.sh. |
| echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
| echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 |
| | |
| case $as_dir/ in | | case $as_dir/ in |
| ./ | .// | /cC/* | \ | | ./ | .// | /cC/* | \ |
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
| | | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
| /usr/ucb/* ) ;; | | /usr/ucb/* ) ;; |
| *) | | *) |
| # OSF1 and SCO ODT 3.0 have their own names for install. | | # OSF1 and SCO ODT 3.0 have their own names for install. |
| | |
| | | |
| echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 |
| set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
| if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| | |
| (exit $ac_status); } | | (exit $ac_status); } |
| | | |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| # Try to create an executable without -o first, disregard a.out. | | # Try to create an executable without -o first, disregard a.out. |
| # It will help us diagnose broken compilers, and finding out an intuition | | # It will help us diagnose broken compilers, and finding out an intuition |
| # of exeext. | | # of exeext. |
| echo "$as_me:$LINENO: checking for C compiler default output" >&5 | | echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
| echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 | | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 |
| ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
| if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 |
| (eval $ac_link_default) 2>&5 | | (eval $ac_link_default) 2>&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_compiler_gnu=no | | ac_compiler_gnu=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| ac_cv_c_compiler_gnu=$ac_compiler_gnu | | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| | | |
| fi | | fi |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_prog_cc_g=no | | ac_cv_prog_cc_g=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
| | |
| ac_cv_prog_cc_stdc=no | | ac_cv_prog_cc_stdc=no |
| ac_save_CC=$CC | | ac_save_CC=$CC |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| va_end (v); | | va_end (v); |
| return s; | | return s; |
| } | | } |
| | | |
| | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
| | | function prototypes and stuff, but not '\xHH' hex character constants. |
| | | These don't provoke an error unfortunately, instead are silently treated |
| | | as 'x'. The following induces an error, until -std1 is added to get |
| | | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
| | | array size at least. It's necessary to write '\x00'==0 to get something |
| | | that's true only with -std1. */ |
| | | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
| | | |
| int test (int i, double x); | | int test (int i, double x); |
| struct s1 {int (*f) (int a);}; | | struct s1 {int (*f) (int a);}; |
| struct s2 {int (*f) (double a);}; | | struct s2 {int (*f) (double a);}; |
| | |
| CC="$ac_save_CC $ac_arg" | | CC="$ac_save_CC $ac_arg" |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext | | rm -f conftest.err conftest.$ac_objext |
| done | | done |
| rm -f conftest.$ac_ext conftest.$ac_objext | | rm -f conftest.$ac_ext conftest.$ac_objext |
| CC=$ac_save_CC | | CC=$ac_save_CC |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| for ac_declaration in \ | | for ac_declaration in \ |
| ''\ | | ''\ |
| '#include <stdlib.h>' \ | | |
| 'extern "C" void std::exit (int) throw (); using std::exit;' \ | | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
| 'extern "C" void std::exit (int); using std::exit;' \ | | 'extern "C" void std::exit (int); using std::exit;' \ |
| 'extern "C" void exit (int) throw ();' \ | | 'extern "C" void exit (int) throw ();' \ |
| | |
| 'void exit (int);' | | 'void exit (int);' |
| do | | do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| #include <stdlib.h> | | |
| $ac_declaration | | $ac_declaration |
| | | #include <stdlib.h> |
| int | | int |
| main () | | main () |
| { | | { |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| continue | | continue |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| rm -f conftest* | | rm -f conftest* |
| if test -n "$ac_declaration"; then | | if test -n "$ac_declaration"; then |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| ac_ext=c | | ac_ext=c |
| ac_cpp='$CPP $CPPFLAGS' | | ac_cpp='$CPP $CPPFLAGS' |
| ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| | |
| # On the NeXT, cc -E runs the code through the compiler's parser, | | # On the NeXT, cc -E runs the code through the compiler's parser, |
| # not just through cpp. "Syntax error" is here to catch this case. | | # not just through cpp. "Syntax error" is here to catch this case. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| # OK, works on sane cases. Now check whether non-existent headers | | # OK, works on sane cases. Now check whether non-existent headers |
| # can be detected and how. | | # can be detected and how. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| # On the NeXT, cc -E runs the code through the compiler's parser, | | # On the NeXT, cc -E runs the code through the compiler's parser, |
| # not just through cpp. "Syntax error" is here to catch this case. | | # not just through cpp. "Syntax error" is here to catch this case. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| # OK, works on sane cases. Now check whether non-existent headers | | # OK, works on sane cases. Now check whether non-existent headers |
| # can be detected and how. | | # can be detected and how. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| | | |
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
| # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
| # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| : | | : |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| ( exit $ac_status ) | | ( exit $ac_status ) |
| ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
| fi | | fi |
| rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| fi | | fi |
| fi | | fi |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| eval "$as_ac_Header=no" | | eval "$as_ac_Header=no" |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
| echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_header_compiler=no | | ac_header_compiler=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| echo "${ECHO_T}$ac_header_compiler" >&6 | | echo "${ECHO_T}$ac_header_compiler" >&6 |
| | | |
| | |
| echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6 |
| | | |
| # So? What about this header? | | # So? What about this header? |
| case $ac_header_compiler:$ac_header_preproc in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| yes:no ) | | yes:no: ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| ( | | ac_header_preproc=yes |
| cat <<\_ASBOX | | |
| ## ------------------------------------ ## | | |
| ## Report this to bug-autoconf@gnu.org. ## | | |
| ## ------------------------------------ ## | | |
| _ASBOX | | |
| ) | | | |
| sed "s/^/$as_me: WARNING: /" >&2 | | |
| ;; | | ;; |
| no:yes ) | | no:yes:* ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| | | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| | | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| ( | | ( |
| cat <<\_ASBOX | | cat <<\_ASBOX |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| ## Report this to bug-autoconf@gnu.org. ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| _ASBOX | | _ASBOX |
| ) | | | ) | |
| sed "s/^/$as_me: WARNING: /" >&2 | | sed "s/^/$as_me: WARNING: /" >&2 |
| | |
| if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| eval "$as_ac_Header=$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
| case $host in | | case $host in |
| *-*-irix6*) | | *-*-irix6*) |
| # Find out which ABI we are using. | | # Find out which ABI we are using. |
| echo '#line 4566 "configure"' > conftest.$ac_ext | | echo '#line 4686 "configure"' > conftest.$ac_ext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
| ac_status=$? | | ac_status=$? |
| | |
| ac_compiler_gnu=$ac_cv_c_compiler_gnu | | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| | | |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| lt_cv_cc_needs_belf=no | | lt_cv_cc_needs_belf=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| ac_ext=c | | ac_ext=c |
| ac_cpp='$CPP $CPPFLAGS' | | ac_cpp='$CPP $CPPFLAGS' |
| ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| | |
| save_CFLAGS="$CFLAGS" | | save_CFLAGS="$CFLAGS" |
| CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" | | CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| lt_cv_prog_cc_pic_works=no | | lt_cv_prog_cc_pic_works=no |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| CFLAGS="$save_CFLAGS" | | CFLAGS="$save_CFLAGS" |
| | | |
| fi | | fi |
| | |
| save_LDFLAGS="$LDFLAGS" | | save_LDFLAGS="$LDFLAGS" |
| LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" | | LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LDFLAGS="$save_LDFLAGS" | | LDFLAGS="$save_LDFLAGS" |
| | | |
| fi | | fi |
| | |
| save_CFLAGS="$CFLAGS" | | save_CFLAGS="$CFLAGS" |
| CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" | | CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" |
| compiler_c_o=no | | compiler_c_o=no |
| if { (eval echo configure:5095: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then | | if { (eval echo configure:5244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then |
| # The compiler can only warn and ignore the option if not recognized | | # The compiler can only warn and ignore the option if not recognized |
| # So say no if there are warnings | | # So say no if there are warnings |
| if test -s out/conftest.err; then | | if test -s out/conftest.err; then |
| | |
| save_objext="$ac_objext" | | save_objext="$ac_objext" |
| ac_objext=lo | | ac_objext=lo |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| ac_objext="$save_objext" | | ac_objext="$save_objext" |
| CFLAGS="$save_CFLAGS" | | CFLAGS="$save_CFLAGS" |
| | | |
| | |
| CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" | | CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext" |
| compiler_rtti_exceptions=no | | compiler_rtti_exceptions=no |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| CFLAGS="$save_CFLAGS" | | CFLAGS="$save_CFLAGS" |
| echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5 | | echo "$as_me:$LINENO: result: $compiler_rtti_exceptions" >&5 |
| echo "${ECHO_T}$compiler_rtti_exceptions" >&6 | | echo "${ECHO_T}$compiler_rtti_exceptions" >&6 |
| | |
| libsuff= | | libsuff= |
| case "$host_cpu" in | | case "$host_cpu" in |
| x86_64*|s390x*) | | x86_64*|s390x*) |
| echo '#line 6279 "configure"' > conftest.$ac_ext | | echo '#line 6446 "configure"' > conftest.$ac_ext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
| ac_status=$? | | ac_status=$? |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define shl_load innocuous_shl_load |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char shl_load (); below. | | which can conflict with char shl_load (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef shl_load |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func_shl_load=no | | ac_cv_func_shl_load=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 |
| echo "${ECHO_T}$ac_cv_func_shl_load" >&6 | | echo "${ECHO_T}$ac_cv_func_shl_load" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldld $LIBS" | | LIBS="-ldld $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dld_shl_load=no | | ac_cv_lib_dld_shl_load=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define dlopen innocuous_dlopen |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char dlopen (); below. | | which can conflict with char dlopen (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef dlopen |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func_dlopen=no | | ac_cv_func_dlopen=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 |
| echo "${ECHO_T}$ac_cv_func_dlopen" >&6 | | echo "${ECHO_T}$ac_cv_func_dlopen" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldl $LIBS" | | LIBS="-ldl $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dl_dlopen=no | | ac_cv_lib_dl_dlopen=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lsvld $LIBS" | | LIBS="-lsvld $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_svld_dlopen=no | | ac_cv_lib_svld_dlopen=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldld $LIBS" | | LIBS="-ldld $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dld_dld_link=no | | ac_cv_lib_dld_dld_link=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 |
| | |
| lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| lt_status=$lt_dlunknown | | lt_status=$lt_dlunknown |
| cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
| #line 6951 "configure" | | #line 7194 "configure" |
| #include "confdefs.h" | | #include "confdefs.h" |
| | | |
| #if HAVE_DLFCN_H | | #if HAVE_DLFCN_H |
| | |
| lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| lt_status=$lt_dlunknown | | lt_status=$lt_dlunknown |
| cat > conftest.$ac_ext <<EOF | | cat > conftest.$ac_ext <<EOF |
| #line 7049 "configure" | | #line 7292 "configure" |
| #include "confdefs.h" | | #include "confdefs.h" |
| | | |
| #if HAVE_DLFCN_H | | #if HAVE_DLFCN_H |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_compiler_gnu=no | | ac_compiler_gnu=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| ac_cv_c_compiler_gnu=$ac_compiler_gnu | | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| | | |
| fi | | fi |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_prog_cc_g=no | | ac_cv_prog_cc_g=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
| | |
| ac_cv_prog_cc_stdc=no | | ac_cv_prog_cc_stdc=no |
| ac_save_CC=$CC | | ac_save_CC=$CC |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| va_end (v); | | va_end (v); |
| return s; | | return s; |
| } | | } |
| | | |
| | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
| | | function prototypes and stuff, but not '\xHH' hex character constants. |
| | | These don't provoke an error unfortunately, instead are silently treated |
| | | as 'x'. The following induces an error, until -std1 is added to get |
| | | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
| | | array size at least. It's necessary to write '\x00'==0 to get something |
| | | that's true only with -std1. */ |
| | | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
| | | |
| int test (int i, double x); | | int test (int i, double x); |
| struct s1 {int (*f) (int a);}; | | struct s1 {int (*f) (int a);}; |
| struct s2 {int (*f) (double a);}; | | struct s2 {int (*f) (double a);}; |
| | |
| CC="$ac_save_CC $ac_arg" | | CC="$ac_save_CC $ac_arg" |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext | | rm -f conftest.err conftest.$ac_objext |
| done | | done |
| rm -f conftest.$ac_ext conftest.$ac_objext | | rm -f conftest.$ac_ext conftest.$ac_objext |
| CC=$ac_save_CC | | CC=$ac_save_CC |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| (exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
| for ac_declaration in \ | | for ac_declaration in \ |
| ''\ | | ''\ |
| '#include <stdlib.h>' \ | | |
| 'extern "C" void std::exit (int) throw (); using std::exit;' \ | | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
| 'extern "C" void std::exit (int); using std::exit;' \ | | 'extern "C" void std::exit (int); using std::exit;' \ |
| 'extern "C" void exit (int) throw ();' \ | | 'extern "C" void exit (int) throw ();' \ |
| | |
| 'void exit (int);' | | 'void exit (int);' |
| do | | do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| #include <stdlib.h> | | |
| $ac_declaration | | $ac_declaration |
| | | #include <stdlib.h> |
| int | | int |
| main () | | main () |
| { | | { |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| continue | | continue |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| rm -f conftest* | | rm -f conftest* |
| if test -n "$ac_declaration"; then | | if test -n "$ac_declaration"; then |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| ac_ext=c | | ac_ext=c |
| ac_cpp='$CPP $CPPFLAGS' | | ac_cpp='$CPP $CPPFLAGS' |
| ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| | |
| # On the NeXT, cc -E runs the code through the compiler's parser, | | # On the NeXT, cc -E runs the code through the compiler's parser, |
| # not just through cpp. "Syntax error" is here to catch this case. | | # not just through cpp. "Syntax error" is here to catch this case. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| # OK, works on sane cases. Now check whether non-existent headers | | # OK, works on sane cases. Now check whether non-existent headers |
| # can be detected and how. | | # can be detected and how. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| # On the NeXT, cc -E runs the code through the compiler's parser, | | # On the NeXT, cc -E runs the code through the compiler's parser, |
| # not just through cpp. "Syntax error" is here to catch this case. | | # not just through cpp. "Syntax error" is here to catch this case. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| # OK, works on sane cases. Now check whether non-existent headers | | # OK, works on sane cases. Now check whether non-existent headers |
| # can be detected and how. | | # can be detected and how. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lfl $LIBS" | | LIBS="-lfl $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_fl_yywrap=no | | ac_cv_lib_fl_yywrap=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ll $LIBS" | | LIBS="-ll $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| ac_status=$? | | ac_status=$? |
| | |
| | | |
| ac_cv_lib_l_yywrap=no | | ac_cv_lib_l_yywrap=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_save_LIBS | | LIBS=$ac_save_LIBS |
| rm -f "${LEX_OUTPUT_ROOT}.c" | | rm -f "${LEX_OUTPUT_ROOT}.c" |
| | | |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lnsl $LIBS" | | LIBS="-lnsl $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_nsl_main=no | | ac_cv_lib_nsl_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lsocket $LIBS" | | LIBS="-lsocket $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_socket_main=no | | ac_cv_lib_socket_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5 |
| | |
| # Guess where to find include files, by looking for Intrinsic.h. | | # Guess where to find include files, by looking for Intrinsic.h. |
| # First, try using that file with no special directory specified. | | # First, try using that file with no special directory specified. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| ac_save_LIBS=$LIBS | | ac_save_LIBS=$LIBS |
| LIBS="-lXt $LIBS" | | LIBS="-lXt $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| done | | done |
| done | | done |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi # $ac_x_libraries = no | | fi # $ac_x_libraries = no |
| | | |
| if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then |
| | |
| echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 | | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 |
| ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_R_nospace=no | | ac_R_nospace=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| if test $ac_R_nospace = yes; then | | if test $ac_R_nospace = yes; then |
| echo "$as_me:$LINENO: result: no" >&5 | | echo "$as_me:$LINENO: result: no" >&5 |
| echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
| | |
| else | | else |
| LIBS="$ac_xsave_LIBS -R $x_libraries" | | LIBS="$ac_xsave_LIBS -R $x_libraries" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_R_space=no | | ac_R_space=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| if test $ac_R_space = yes; then | | if test $ac_R_space = yes; then |
| echo "$as_me:$LINENO: result: yes" >&5 | | echo "$as_me:$LINENO: result: yes" >&5 |
| echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6 |
| | |
| # the Alpha needs dnet_stub (dnet does not exist). | | # the Alpha needs dnet_stub (dnet does not exist). |
| ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" | | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldnet $LIBS" | | LIBS="-ldnet $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dnet_dnet_ntoa=no | | ac_cv_lib_dnet_dnet_ntoa=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldnet_stub $LIBS" | | LIBS="-ldnet_stub $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dnet_stub_dnet_ntoa=no | | ac_cv_lib_dnet_stub_dnet_ntoa=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 |
| | |
| | | |
| fi | | fi |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS="$ac_xsave_LIBS" | | LIBS="$ac_xsave_LIBS" |
| | | |
| # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define gethostbyname innocuous_gethostbyname |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char gethostbyname (); below. | | which can conflict with char gethostbyname (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef gethostbyname |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func_gethostbyname=no | | ac_cv_func_gethostbyname=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 |
| echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lnsl $LIBS" | | LIBS="-lnsl $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_nsl_gethostbyname=no | | ac_cv_lib_nsl_gethostbyname=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lbsd $LIBS" | | LIBS="-lbsd $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_bsd_gethostbyname=no | | ac_cv_lib_bsd_gethostbyname=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define connect to an innocuous variant, in case <limits.h> declares connect. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define connect innocuous_connect |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char connect (); below. | | which can conflict with char connect (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef connect |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func_connect=no | | ac_cv_func_connect=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 |
| echo "${ECHO_T}$ac_cv_func_connect" >&6 | | echo "${ECHO_T}$ac_cv_func_connect" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_socket_connect=no | | ac_cv_lib_socket_connect=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define remove to an innocuous variant, in case <limits.h> declares remove. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define remove innocuous_remove |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char remove (); below. | | which can conflict with char remove (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef remove |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func_remove=no | | ac_cv_func_remove=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 |
| echo "${ECHO_T}$ac_cv_func_remove" >&6 | | echo "${ECHO_T}$ac_cv_func_remove" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lposix $LIBS" | | LIBS="-lposix $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_posix_remove=no | | ac_cv_lib_posix_remove=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define shmat to an innocuous variant, in case <limits.h> declares shmat. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define shmat innocuous_shmat |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char shmat (); below. | | which can conflict with char shmat (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef shmat |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func_shmat=no | | ac_cv_func_shmat=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 |
| echo "${ECHO_T}$ac_cv_func_shmat" >&6 | | echo "${ECHO_T}$ac_cv_func_shmat" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lipc $LIBS" | | LIBS="-lipc $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_ipc_shmat=no | | ac_cv_lib_ipc_shmat=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lICE $X_EXTRA_LIBS $LIBS" | | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_ICE_IceConnectionNumber=no | | ac_cv_lib_ICE_IceConnectionNumber=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lX11 $LIBS" | | LIBS="-lX11 $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_X11_main=no | | ac_cv_lib_X11_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_X11_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_X11_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lICE $LIBS" | | LIBS="-lICE $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_ICE_main=no | | ac_cv_lib_ICE_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lSM $X11LIBS $LIBS" | | LIBS="-lSM $X11LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_SM_main=no | | ac_cv_lib_SM_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_SM_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_SM_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lXext -lX11 $LIBS" | | LIBS="-lXext -lX11 $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_Xext_main=no | | ac_cv_lib_Xext_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lXt $X11LIBS $LIBS" | | LIBS="-lXt $X11LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_Xt_main=no | | ac_cv_lib_Xt_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_Xt_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lXmu $X11LIBS $LIBS" | | LIBS="-lXmu $X11LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_Xmu_main=no | | ac_cv_lib_Xmu_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lXaw $X11LIBS $LIBS" | | LIBS="-lXaw $X11LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_Xaw_main=no | | ac_cv_lib_Xaw_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lXpm $X11LIBS $LIBS" | | LIBS="-lXpm $X11LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_Xpm_main=no | | ac_cv_lib_Xpm_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lm $LIBS" | | LIBS="-lm $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_m_main=no | | ac_cv_lib_m_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lpng $X11LIBS $LIBS" | | LIBS="-lpng $X11LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_png_main=no | | ac_cv_lib_png_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_png_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_png_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lcrypt $LIBS" | | LIBS="-lcrypt $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_crypt_main=no | | ac_cv_lib_crypt_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldes $LIBS" | | LIBS="-ldes $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_des_des_crypt=no | | ac_cv_lib_des_des_crypt=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_crypt" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_crypt" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldmalloc $LIBS" | | LIBS="-ldmalloc $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dmalloc_main=no | | ac_cv_lib_dmalloc_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloc_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloc_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldmalloclp $LIBS" | | LIBS="-ldmalloclp $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dmalloclp_main=no | | ac_cv_lib_dmalloclp_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloclp_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dmalloclp_main" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| eval "$as_ac_Header=no" | | eval "$as_ac_Header=no" |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
| ac_func_search_save_LIBS=$LIBS | | ac_func_search_save_LIBS=$LIBS |
| ac_cv_search_opendir=no | | ac_cv_search_opendir=no |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| if test "$ac_cv_search_opendir" = no; then | | if test "$ac_cv_search_opendir" = no; then |
| for ac_lib in dir; do | | for ac_lib in dir; do |
| LIBS="-l$ac_lib $ac_func_search_save_LIBS" | | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| done | | done |
| fi | | fi |
| LIBS=$ac_func_search_save_LIBS | | LIBS=$ac_func_search_save_LIBS |
| | |
| ac_func_search_save_LIBS=$LIBS | | ac_func_search_save_LIBS=$LIBS |
| ac_cv_search_opendir=no | | ac_cv_search_opendir=no |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| if test "$ac_cv_search_opendir" = no; then | | if test "$ac_cv_search_opendir" = no; then |
| for ac_lib in x; do | | for ac_lib in x; do |
| LIBS="-l$ac_lib $ac_func_search_save_LIBS" | | LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| done | | done |
| fi | | fi |
| LIBS=$ac_func_search_save_LIBS | | LIBS=$ac_func_search_save_LIBS |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| | | |
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
| # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
| # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| : | | : |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| ( exit $ac_status ) | | ( exit $ac_status ) |
| ac_cv_header_stdc=no | | ac_cv_header_stdc=no |
| fi | | fi |
| rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| fi | | fi |
| fi | | fi |
| | |
| echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_header_compiler=no | | ac_header_compiler=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| echo "${ECHO_T}$ac_header_compiler" >&6 | | echo "${ECHO_T}$ac_header_compiler" >&6 |
| | | |
| | |
| echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6 |
| | | |
| # So? What about this header? | | # So? What about this header? |
| case $ac_header_compiler:$ac_header_preproc in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| yes:no ) | | yes:no: ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| ( | | ac_header_preproc=yes |
| cat <<\_ASBOX | | |
| ## ------------------------------------ ## | | |
| ## Report this to bug-autoconf@gnu.org. ## | | |
| ## ------------------------------------ ## | | |
| _ASBOX | | |
| ) | | | |
| sed "s/^/$as_me: WARNING: /" >&2 | | |
| ;; | | ;; |
| no:yes ) | | no:yes:* ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| | | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| | | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| ( | | ( |
| cat <<\_ASBOX | | cat <<\_ASBOX |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| ## Report this to bug-autoconf@gnu.org. ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| _ASBOX | | _ASBOX |
| ) | | | ) | |
| sed "s/^/$as_me: WARNING: /" >&2 | | sed "s/^/$as_me: WARNING: /" >&2 |
| | |
| if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| eval "$as_ac_Header=$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_c_const=no | | ac_cv_c_const=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
| echo "${ECHO_T}$ac_cv_c_const" >&6 | | echo "${ECHO_T}$ac_cv_c_const" >&6 |
| | |
| ac_cv_c_inline=no | | ac_cv_c_inline=no |
| for ac_kw in inline __inline__ __inline; do | | for ac_kw in inline __inline__ __inline; do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| | | |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 |
| echo "${ECHO_T}$ac_cv_c_inline" >&6 | | echo "${ECHO_T}$ac_cv_c_inline" >&6 |
| | | |
| | | |
| case $ac_cv_c_inline in | | case $ac_cv_c_inline in |
| inline | yes) ;; | | inline | yes) ;; |
| no) | | *) |
| cat >>confdefs.h <<\_ACEOF | | case $ac_cv_c_inline in |
| #define inline | | no) ac_val=;; |
| _ACEOF | | *) ac_val=$ac_cv_c_inline;; |
| ;; | | esac |
| *) cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| #define inline $ac_cv_c_inline | | #ifndef __cplusplus |
| | | #define inline $ac_val |
| | | #endif |
| _ACEOF | | _ACEOF |
| ;; | | ;; |
| esac | | esac |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_type_pid_t=no | | ac_cv_type_pid_t=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
| echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_type_size_t=no | | ac_cv_type_size_t=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 |
| echo "${ECHO_T}$ac_cv_type_size_t" >&6 | | echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_header_time=no | | ac_cv_header_time=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 |
| echo "${ECHO_T}$ac_cv_header_time" >&6 | | echo "${ECHO_T}$ac_cv_header_time" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_struct_tm=sys/time.h | | ac_cv_struct_tm=sys/time.h |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 |
| echo "${ECHO_T}$ac_cv_struct_tm" >&6 | | echo "${ECHO_T}$ac_cv_struct_tm" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_type_long=no | | ac_cv_type_long=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 |
| echo "${ECHO_T}$ac_cv_type_long" >&6 | | echo "${ECHO_T}$ac_cv_type_long" >&6 |
| | |
| if test "$cross_compiling" = yes; then | | if test "$cross_compiling" = yes; then |
| # Depending upon the size, compute the lo and hi bounds. | | # Depending upon the size, compute the lo and hi bounds. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| ac_lo=0 ac_mid=0 | | ac_lo=0 ac_mid=0 |
| while :; do | | while :; do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| fi | | fi |
| ac_mid=`expr 2 '*' $ac_mid + 1` | | ac_mid=`expr 2 '*' $ac_mid + 1` |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| else | | else |
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| ac_status=$? | | ac_status=$? |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| ac_hi=-1 ac_mid=-1 | | ac_hi=-1 ac_mid=-1 |
| while :; do | | while :; do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| fi | | fi |
| ac_mid=`expr 2 '*' $ac_mid` | | ac_mid=`expr 2 '*' $ac_mid` |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| else | | else |
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| | |
| | | |
| ac_lo= ac_hi= | | ac_lo= ac_hi= |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| # Binary search between lo and hi bounds. | | # Binary search between lo and hi bounds. |
| while test "x$ac_lo" != "x$ac_hi"; do | | while test "x$ac_lo" != "x$ac_hi"; do |
| ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_lo=`expr '(' $ac_mid ')' + 1` | | ac_lo=`expr '(' $ac_mid ')' + 1` |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| case $ac_lo in | | case $ac_lo in |
| ?*) ac_cv_sizeof_long=$ac_lo;; | | ?*) ac_cv_sizeof_long=$ac_lo;; |
| | |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| See \`config.log' for more details." >&2;} | | See \`config.log' for more details." >&2;} |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| fi | | fi |
| rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| fi | | fi |
| rm -f conftest.val | | rm -f conftest.val |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_type_long_long=no | | ac_cv_type_long_long=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 |
| echo "${ECHO_T}$ac_cv_type_long_long" >&6 | | echo "${ECHO_T}$ac_cv_type_long_long" >&6 |
| | |
| if test "$cross_compiling" = yes; then | | if test "$cross_compiling" = yes; then |
| # Depending upon the size, compute the lo and hi bounds. | | # Depending upon the size, compute the lo and hi bounds. |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| ac_lo=0 ac_mid=0 | | ac_lo=0 ac_mid=0 |
| while :; do | | while :; do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| fi | | fi |
| ac_mid=`expr 2 '*' $ac_mid + 1` | | ac_mid=`expr 2 '*' $ac_mid + 1` |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| else | | else |
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| ac_hi=-1 ac_mid=-1 | | ac_hi=-1 ac_mid=-1 |
| while :; do | | while :; do |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| fi | | fi |
| ac_mid=`expr 2 '*' $ac_mid` | | ac_mid=`expr 2 '*' $ac_mid` |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| else | | else |
| echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
| | |
| | | |
| ac_lo= ac_hi= | | ac_lo= ac_hi= |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| # Binary search between lo and hi bounds. | | # Binary search between lo and hi bounds. |
| while test "x$ac_lo" != "x$ac_hi"; do | | while test "x$ac_lo" != "x$ac_hi"; do |
| ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_lo=`expr '(' $ac_mid ')' + 1` | | ac_lo=`expr '(' $ac_mid ')' + 1` |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| done | | done |
| case $ac_lo in | | case $ac_lo in |
| ?*) ac_cv_sizeof_long_long=$ac_lo;; | | ?*) ac_cv_sizeof_long_long=$ac_lo;; |
| | |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| See \`config.log' for more details." >&2;} | | See \`config.log' for more details." >&2;} |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| fi | | fi |
| rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| fi | | fi |
| rm -f conftest.val | | rm -f conftest.val |
| | |
| else | | else |
| ac_pattern="Autoconf.*'x'" | | ac_pattern="Autoconf.*'x'" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| | | |
| if test $ac_cv_prog_gcc_traditional = no; then | | if test $ac_cv_prog_gcc_traditional = no; then |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| ac_cv_func_memcmp_working=no | | ac_cv_func_memcmp_working=no |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | $ac_includes_default |
| int | | int |
| main () | | main () |
| { | | { |
| | |
| ( exit $ac_status ) | | ( exit $ac_status ) |
| ac_cv_func_memcmp_working=no | | ac_cv_func_memcmp_working=no |
| fi | | fi |
| rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 |
| echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 | | echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 |
| test $ac_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.$ac_objext" | | test $ac_cv_func_memcmp_working = no && case $LIBOBJS in |
| | | "memcmp.$ac_objext" | \ |
| | | *" memcmp.$ac_objext" | \ |
| | | "memcmp.$ac_objext "* | \ |
| | | *" memcmp.$ac_objext "* ) ;; |
| | | *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;; |
| | | esac |
| | | |
| | | |
| echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5 | | echo "$as_me:$LINENO: checking whether setpgrp takes no argument" >&5 |
| echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6 | | echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6 |
| | |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| ( exit $ac_status ) | | ( exit $ac_status ) |
| ac_cv_func_setpgrp_void=yes | | ac_cv_func_setpgrp_void=yes |
| fi | | fi |
| rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_type_signal=int | | ac_cv_type_signal=int |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 |
| echo "${ECHO_T}$ac_cv_type_signal" >&6 | | echo "${ECHO_T}$ac_cv_type_signal" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define $ac_func innocuous_$ac_func |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char $ac_func (); below. | | which can conflict with char $ac_func (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef $ac_func |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| eval "$as_ac_var=no" | | eval "$as_ac_var=no" |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lintl $LIBS" | | LIBS="-lintl $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_intl_strftime=no | | ac_cv_lib_intl_strftime=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define $ac_func innocuous_$ac_func |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char $ac_func (); below. | | which can conflict with char $ac_func (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef $ac_func |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| eval "$as_ac_var=no" | | eval "$as_ac_var=no" |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define _doprnt innocuous__doprnt |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char _doprnt (); below. | | which can conflict with char _doprnt (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef _doprnt |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_func__doprnt=no | | ac_cv_func__doprnt=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 |
| echo "${ECHO_T}$ac_cv_func__doprnt" >&6 | | echo "${ECHO_T}$ac_cv_func__doprnt" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| cat >>conftest.$ac_ext <<_ACEOF | | cat >>conftest.$ac_ext <<_ACEOF |
| /* end confdefs.h. */ | | /* end confdefs.h. */ |
| | | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| | | #define $ac_func innocuous_$ac_func |
| | | |
| /* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
| which can conflict with char $ac_func (); below. | | which can conflict with char $ac_func (); below. |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| <limits.h> exists even on freestanding compilers. */ | | <limits.h> exists even on freestanding compilers. */ |
| | | |
| #ifdef __STDC__ | | #ifdef __STDC__ |
| # include <limits.h> | | # include <limits.h> |
| #else | | #else |
| # include <assert.h> | | # include <assert.h> |
| #endif | | #endif |
| | | |
| | | #undef $ac_func |
| | | |
| /* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" | | extern "C" |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| eval "$as_ac_var=no" | | eval "$as_ac_var=no" |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| | |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| sed 's/^/| /' conftest.$ac_ext >&5 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_gettimeofday_args=0 | | ac_gettimeofday_args=0 |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| ac_cv_gettimeofday_args=$ac_gettimeofday_args | | ac_cv_gettimeofday_args=$ac_gettimeofday_args |
| fi | | fi |
| | | |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-ldl $LIBS" | | LIBS="-ldl $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_dl_dlopen=no | | ac_cv_lib_dl_dlopen=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
| | |
| echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_header_compiler=no | | ac_header_compiler=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| echo "${ECHO_T}$ac_header_compiler" >&6 | | echo "${ECHO_T}$ac_header_compiler" >&6 |
| | | |
| | |
| echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6 |
| | | |
| # So? What about this header? | | # So? What about this header? |
| case $ac_header_compiler:$ac_header_preproc in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| yes:no ) | | yes:no: ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| ( | | ac_header_preproc=yes |
| cat <<\_ASBOX | | |
| ## ------------------------------------ ## | | |
| ## Report this to bug-autoconf@gnu.org. ## | | |
| ## ------------------------------------ ## | | |
| _ASBOX | | |
| ) | | | |
| sed "s/^/$as_me: WARNING: /" >&2 | | |
| ;; | | ;; |
| no:yes ) | | no:yes:* ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| | | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| | | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| ( | | ( |
| cat <<\_ASBOX | | cat <<\_ASBOX |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| ## Report this to bug-autoconf@gnu.org. ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| _ASBOX | | _ASBOX |
| ) | | | ) | |
| sed "s/^/$as_me: WARNING: /" >&2 | | sed "s/^/$as_me: WARNING: /" >&2 |
| | |
| if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| eval "$as_ac_Header=$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
| done | | done |
| | | |
| if test "x$cf_have_python_h" = "x" ; then | | if test "x$cf_have_python_h" = "x" ; then |
| for dir in /usr{,/local}/include/python{,2.3,2.2,2.1,2.0} ; do | | for dir in /usr{,/local}/include/python{,2.4,2.3,2.2,2.1,2.0} ; do |
| | | |
| for ac_header in "$dir/Python.h" | | for ac_header in "$dir/Python.h" |
| do | | do |
| | |
| echo "$as_me:$LINENO: checking $ac_header usability" >&5 | | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
| if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| (eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_header_compiler=no | | ac_header_compiler=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| echo "${ECHO_T}$ac_header_compiler" >&6 | | echo "${ECHO_T}$ac_header_compiler" >&6 |
| | | |
| | |
| echo "$as_me:$LINENO: checking $ac_header presence" >&5 | | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| (exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
| if test -s conftest.err; then | | if test -s conftest.err; then |
| ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| else | | else |
| ac_cpp_err= | | ac_cpp_err= |
| fi | | fi |
| | |
| echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6 |
| | | |
| # So? What about this header? | | # So? What about this header? |
| case $ac_header_compiler:$ac_header_preproc in | | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| yes:no ) | | yes:no: ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| ( | | ac_header_preproc=yes |
| cat <<\_ASBOX | | |
| ## ------------------------------------ ## | | |
| ## Report this to bug-autoconf@gnu.org. ## | | |
| ## ------------------------------------ ## | | |
| _ASBOX | | |
| ) | | | |
| sed "s/^/$as_me: WARNING: /" >&2 | | |
| ;; | | ;; |
| no:yes ) | | no:yes:* ) |
| { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| | | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| | | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| | | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| | | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| ( | | ( |
| cat <<\_ASBOX | | cat <<\_ASBOX |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| ## Report this to bug-autoconf@gnu.org. ## | | ## Report this to crossfire-devel@listserv.real-time.com ## |
| ## ------------------------------------ ## | | ## ----------------------------------------------------- ## |
| _ASBOX | | _ASBOX |
| ) | | | ) | |
| sed "s/^/$as_me: WARNING: /" >&2 | | sed "s/^/$as_me: WARNING: /" >&2 |
| | |
| if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| else | | else |
| eval "$as_ac_Header=$ac_header_preproc" | | eval "$as_ac_Header=\$ac_header_preproc" |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
| if test "x$cf_have_python_h" = "xyes" ; then | | if test "x$cf_have_python_h" = "xyes" ; then |
| PYTHON_LIB="" | | PYTHON_LIB="" |
| | | |
| for lib in python{,2.3,2.2,2.1,2.0} ; do | | for lib in python{,2.4,2.3,2.2,2.1,2.0} ; do |
| as_ac_Lib=`echo "ac_cv_lib_$lib''_PyArg_ParseTuple" | $as_tr_sh` | | as_ac_Lib=`echo "ac_cv_lib_$lib''_PyArg_ParseTuple" | $as_tr_sh` |
| echo "$as_me:$LINENO: checking for PyArg_ParseTuple in -l$lib" >&5 | | echo "$as_me:$LINENO: checking for PyArg_ParseTuple in -l$lib" >&5 |
| echo $ECHO_N "checking for PyArg_ParseTuple in -l$lib... $ECHO_C" >&6 | | echo $ECHO_N "checking for PyArg_ParseTuple in -l$lib... $ECHO_C" >&6 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-l$lib $LIBS" | | LIBS="-l$lib $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| eval "$as_ac_Lib=no" | | eval "$as_ac_Lib=no" |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 | | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lpthread $PY_LIBS $LIBS" | | LIBS="-lpthread $PY_LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_pthread_main=no | | ac_cv_lib_pthread_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5 |
| | |
| ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
| LIBS="-lutil $PY_LIBS $LIBS" | | LIBS="-lutil $PY_LIBS $LIBS" |
| cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
| #line $LINENO "configure" | | |
| /* confdefs.h. */ | | /* confdefs.h. */ |
| _ACEOF | | _ACEOF |
| cat confdefs.h >>conftest.$ac_ext | | cat confdefs.h >>conftest.$ac_ext |
| | |
| _ACEOF | | _ACEOF |
| rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
| if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| (eval $ac_link) 2>&5 | | (eval $ac_link) 2>conftest.er1 |
| ac_status=$? | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| echo "$as_me:$LINENO: \$? = $ac_status" >&5 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| (exit $ac_status); } && | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| { ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
| { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| (eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
| | |
| | | |
| ac_cv_lib_util_main=no | | ac_cv_lib_util_main=no |
| fi | | fi |
| rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
| fi | | fi |
| echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5 | | echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5 |
| | |
| elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| set -o posix | | set -o posix |
| fi | | fi |
| | | DUALCASE=1; export DUALCASE # for MKS sh |
| | | |
| # Support unset when possible. | | # Support unset when possible. |
| if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
| as_unset=unset | | as_unset=unset |
| else | | else |
| as_unset=false | | as_unset=false |
| | |
| LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| LC_TELEPHONE LC_TIME | | LC_TELEPHONE LC_TIME |
| do | | do |
| if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then | | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| eval $as_var=C; export $as_var | | eval $as_var=C; export $as_var |
| else | | else |
| $as_unset $as_var | | $as_unset $as_var |
| | |
| if mkdir -p . 2>/dev/null; then | | if mkdir -p . 2>/dev/null; then |
| as_mkdir_p=: | | as_mkdir_p=: |
| else | | else |
| | | test -d ./-p && rmdir ./-p |
| as_mkdir_p=false | | as_mkdir_p=false |
| fi | | fi |
| | | |
| as_executable_p="test -f" | | as_executable_p="test -f" |
| | | |
| # Sed expression to map a string onto a valid CPP name. | | # Sed expression to map a string onto a valid CPP name. |
| as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| | | |
| # Sed expression to map a string onto a valid variable name. | | # Sed expression to map a string onto a valid variable name. |
| as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" | | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| | | |
| | | |
| # IFS | | # IFS |
| | |
| cat >&5 <<_CSEOF | | cat >&5 <<_CSEOF |
| | | |
| This file was extended by crossfire $as_me 1.6.0, which was | | This file was extended by crossfire $as_me 1.6.0, which was |
| generated by GNU Autoconf 2.57. Invocation command line was | | generated by GNU Autoconf 2.59. Invocation command line was |
| | | |
| CONFIG_FILES = $CONFIG_FILES | | CONFIG_FILES = $CONFIG_FILES |
| CONFIG_HEADERS = $CONFIG_HEADERS | | CONFIG_HEADERS = $CONFIG_HEADERS |
| | |
| cat >>$CONFIG_STATUS <<_ACEOF | | cat >>$CONFIG_STATUS <<_ACEOF |
| ac_cs_version="\\ | | ac_cs_version="\\ |
| crossfire config.status 1.6.0 | | crossfire config.status 1.6.0 |
| configured by $0, generated by GNU Autoconf 2.57, | | configured by $0, generated by GNU Autoconf 2.59, |
| with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
| | | |
| Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | | Copyright (C) 2003 Free Software Foundation, Inc. |
| Free Software Foundation, Inc. | | |
| This config.status script is free software; the Free Software Foundation | | This config.status script is free software; the Free Software Foundation |
| gives unlimited permission to copy, distribute and modify it." | | gives unlimited permission to copy, distribute and modify it." |
| srcdir=$srcdir | | srcdir=$srcdir |
| | |
| ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| ac_top_srcdir=$ac_top_builddir$srcdir ;; | | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| esac | | esac |
| # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | | |
| # absolute. | | # Do not use `cd foo && pwd` to compute absolute paths, because |
| ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | | # the directories may not exist. |
| ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | | case `pwd` in |
| ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | | .) ac_abs_builddir="$ac_dir";; |
| ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | | *) |
| | | case "$ac_dir" in |
| | | .) ac_abs_builddir=`pwd`;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
| | | *) ac_abs_builddir=`pwd`/"$ac_dir";; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_top_builddir=${ac_top_builddir}.;; |
| | | *) |
| | | case ${ac_top_builddir}. in |
| | | .) ac_abs_top_builddir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
| | | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_srcdir=$ac_srcdir;; |
| | | *) |
| | | case $ac_srcdir in |
| | | .) ac_abs_srcdir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
| | | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_top_srcdir=$ac_top_srcdir;; |
| | | *) |
| | | case $ac_top_srcdir in |
| | | .) ac_abs_top_srcdir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
| | | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
| | | esac;; |
| | | esac |
| | | |
| | | |
| case $INSTALL in | | case $INSTALL in |
| | |
| test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| echo "$as_me: error: cannot find input file: $f" >&2;} | | echo "$as_me: error: cannot find input file: $f" >&2;} |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| echo $f;; | | echo "$f";; |
| *) # Relative | | *) # Relative |
| if test -f "$f"; then | | if test -f "$f"; then |
| # Build tree | | # Build tree |
| echo $f | | echo "$f" |
| elif test -f "$srcdir/$f"; then | | elif test -f "$srcdir/$f"; then |
| # Source tree | | # Source tree |
| echo $srcdir/$f | | echo "$srcdir/$f" |
| else | | else |
| # /dev/null tree | | # /dev/null tree |
| { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| | |
| test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| echo "$as_me: error: cannot find input file: $f" >&2;} | | echo "$as_me: error: cannot find input file: $f" >&2;} |
| { (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| echo $f;; | | # Do quote $f, to prevent DOS paths from being IFS'd. |
| | | echo "$f";; |
| *) # Relative | | *) # Relative |
| if test -f "$f"; then | | if test -f "$f"; then |
| # Build tree | | # Build tree |
| echo $f | | echo "$f" |
| elif test -f "$srcdir/$f"; then | | elif test -f "$srcdir/$f"; then |
| # Source tree | | # Source tree |
| echo $srcdir/$f | | echo "$srcdir/$f" |
| else | | else |
| # /dev/null tree | | # /dev/null tree |
| { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| | |
| /^X\(\/\/\)$/{ s//\1/; q; } | | /^X\(\/\/\)$/{ s//\1/; q; } |
| /^X\(\/\).*/{ s//\1/; q; } | | /^X\(\/\).*/{ s//\1/; q; } |
| s/.*/./; q'` | | s/.*/./; q'` |
| | | { if $as_mkdir_p; then |
| | | mkdir -p "$ac_dir" |
| | | else |
| | | as_dir="$ac_dir" |
| | | as_dirs= |
| | | while test ! -d "$as_dir"; do |
| | | as_dirs="$as_dir $as_dirs" |
| | | as_dir=`(dirname "$as_dir") 2>/dev/null || |
| | | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| | | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| | | X"$as_dir" : 'X\(//\)$' \| \ |
| | | X"$as_dir" : 'X\(/\)' \| \ |
| | | . : '\(.\)' 2>/dev/null || |
| | | echo X"$as_dir" | |
| | | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| | | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| | | /^X\(\/\/\)$/{ s//\1/; q; } |
| | | /^X\(\/\).*/{ s//\1/; q; } |
| | | s/.*/./; q'` |
| | | done |
| | | test ! -n "$as_dirs" || mkdir $as_dirs |
| | | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 |
| | | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} |
| | | { (exit 1); exit 1; }; }; } |
| | | |
| ac_builddir=. | | ac_builddir=. |
| | | |
| if test "$ac_dir" != .; then | | if test "$ac_dir" != .; then |
| | |
| ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| ac_top_srcdir=$ac_top_builddir$srcdir ;; | | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| esac | | esac |
| # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | | |
| # absolute. | | # Do not use `cd foo && pwd` to compute absolute paths, because |
| ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | | # the directories may not exist. |
| ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | | case `pwd` in |
| ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | | .) ac_abs_builddir="$ac_dir";; |
| ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | | *) |
| | | case "$ac_dir" in |
| | | .) ac_abs_builddir=`pwd`;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; |
| | | *) ac_abs_builddir=`pwd`/"$ac_dir";; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_top_builddir=${ac_top_builddir}.;; |
| | | *) |
| | | case ${ac_top_builddir}. in |
| | | .) ac_abs_top_builddir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; |
| | | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_srcdir=$ac_srcdir;; |
| | | *) |
| | | case $ac_srcdir in |
| | | .) ac_abs_srcdir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; |
| | | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; |
| | | esac;; |
| | | esac |
| | | case $ac_abs_builddir in |
| | | .) ac_abs_top_srcdir=$ac_top_srcdir;; |
| | | *) |
| | | case $ac_top_srcdir in |
| | | .) ac_abs_top_srcdir=$ac_abs_builddir;; |
| | | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; |
| | | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; |
| | | esac;; |
| | | esac |
| | | |
| | | |
| { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 |