Changeset 4029

Show
Ignore:
Timestamp:
04/03/06 21:09:45 (3 years ago)
Author:
morris
Message:

Remove unneeded

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/config.h.in

    r4020 r4029  
    4848#undef HAVE_SYS_TYPES_H 
    4949 
    50 /* Define to 1 if you have the <sys/vfs.h> header file. */ 
    51 #undef HAVE_SYS_VFS_H 
    52  
    5350/* Define to 1 if you have the <term.h> header file. */ 
    5451#undef HAVE_TERM_H 
  • wire/trunk/configure

    r4020 r4029  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.57 for wire 1.1. 
     3# Generated by GNU Autoconf 2.59 for wire 1.1. 
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
    66# 
    7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
    8 # Free Software Foundation, Inc. 
     7# Copyright (C) 2003 Free Software Foundation, Inc. 
    98# This configure script is free software; the Free Software Foundation 
    109# gives unlimited permission to copy, distribute and modify it. 
     
    2322  set -o posix 
    2423fi 
     24DUALCASE=1; export DUALCASE # for MKS sh 
    2525 
    2626# Support unset when possible. 
    27 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 
     27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    2828  as_unset=unset 
    2929else 
     
    4444  LC_TELEPHONE LC_TIME 
    4545do 
    46   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     46  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    4747    eval $as_var=C; export $as_var 
    4848  else 
     
    221221  as_mkdir_p=: 
    222222else 
     223  test -d ./-p && rmdir ./-p 
    223224  as_mkdir_p=false 
    224225fi 
     
    227228 
    228229# Sed expression to map a string onto a valid CPP name. 
    229 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g
     230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'
    230231 
    231232# Sed expression to map a string onto a valid variable name. 
    232 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g
     233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'
    233234 
    234235 
     
    671672# Be sure to have absolute paths. 
    672673for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 
    673               localstatedir libdir includedir oldincludedir infodir mandir 
     674             localstatedir libdir includedir oldincludedir infodir mandir 
    674675do 
    675676  eval ac_val=$`echo $ac_var` 
     
    711712  ac_confdir=`(dirname "$0") 2>/dev/null || 
    712713$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    713         X"$0" : 'X\(//\)[^/]' \| \ 
    714         X"$0" : 'X\(//\)$' \| \ 
    715         X"$0" : 'X\(/\)' \| \ 
    716         .     : '\(.\)' 2>/dev/null || 
     714        X"$0" : 'X\(//\)[^/]' \| \ 
     715        X"$0" : 'X\(//\)$' \| \ 
     716        X"$0" : 'X\(/\)' \| \ 
     717        .     : '\(.\)' 2>/dev/null || 
    717718echo X"$0" | 
    718719    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     
    806807Installation directories: 
    807808  --prefix=PREFIX         install architecture-independent files in PREFIX 
    808                           [$ac_default_prefix] 
     809                         [$ac_default_prefix] 
    809810  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    810                           [PREFIX] 
     811                         [PREFIX] 
    811812 
    812813By default, \`make install' will install all the files in 
     
    850851  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
    851852  --enable-warnings       enable warnings 
    852   --enable-maintainer-modeenable maintainer mode 
     853  --enable-maintainer-mode 
     854                          enable maintainer mode 
    853855  --disable-largefile     omit support for large files 
    854856 
     
    899901    ac_top_srcdir=$ac_top_builddir$srcdir ;; 
    900902esac 
    901 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 
    902 # absolute. 
    903 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 
    904 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 
    905 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 
    906 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 
     903 
     904# Do not use `cd foo && pwd` to compute absolute paths, because 
     905# the directories may not exist. 
     906case `pwd` in 
     907.) ac_abs_builddir="$ac_dir";; 
     908*) 
     909  case "$ac_dir" in 
     910  .) ac_abs_builddir=`pwd`;; 
     911  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
     912  *) ac_abs_builddir=`pwd`/"$ac_dir";; 
     913  esac;; 
     914esac 
     915case $ac_abs_builddir in 
     916.) ac_abs_top_builddir=${ac_top_builddir}.;; 
     917*) 
     918  case ${ac_top_builddir}. in 
     919  .) ac_abs_top_builddir=$ac_abs_builddir;; 
     920  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
     921  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
     922  esac;; 
     923esac 
     924case $ac_abs_builddir in 
     925.) ac_abs_srcdir=$ac_srcdir;; 
     926*) 
     927  case $ac_srcdir in 
     928  .) ac_abs_srcdir=$ac_abs_builddir;; 
     929  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
     930  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
     931  esac;; 
     932esac 
     933case $ac_abs_builddir in 
     934.) ac_abs_top_srcdir=$ac_top_srcdir;; 
     935*) 
     936  case $ac_top_srcdir in 
     937  .) ac_abs_top_srcdir=$ac_abs_builddir;; 
     938  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
     939  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
     940  esac;; 
     941esac 
    907942 
    908943    cd $ac_dir 
     
    915950      $SHELL $ac_srcdir/configure  --help=recursive 
    916951    elif test -f $ac_srcdir/configure.ac || 
    917            test -f $ac_srcdir/configure.in; then 
     952          test -f $ac_srcdir/configure.in; then 
    918953      echo 
    919954      $ac_configure --help 
     
    929964  cat <<\_ACEOF 
    930965wire configure 1.1 
    931 generated by GNU Autoconf 2.57 
    932  
    933 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
    934 Free Software Foundation, Inc. 
     966generated by GNU Autoconf 2.59 
     967 
     968Copyright (C) 2003 Free Software Foundation, Inc. 
    935969This configure script is free software; the Free Software Foundation 
    936970gives unlimited permission to copy, distribute and modify it. 
     
    944978 
    945979It was created by wire $as_me 1.1, which was 
    946 generated by GNU Autoconf 2.57.  Invocation command line was 
     980generated by GNU Autoconf 2.59.  Invocation command line was 
    947981 
    948982  $ $0 $@ 
     
    10211055      ac_configure_args1="$ac_configure_args1 '$ac_arg'" 
    10221056      if test $ac_must_keep_next = true; then 
    1023         ac_must_keep_next=false # Got value, back to normal. 
     1057       ac_must_keep_next=false # Got value, back to normal. 
    10241058      else 
    1025         case $ac_arg in 
    1026           *=* | --config-cache | -C | -disable-* | --disable-* \ 
    1027           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
    1028           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
    1029           | -with-* | --with-* | -without-* | --without-* | --x) 
    1030             case "$ac_configure_args0 " in 
    1031               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
    1032             esac 
    1033             ;; 
    1034           -* ) ac_must_keep_next=true ;; 
    1035         esac 
     1059       case $ac_arg in 
     1060         *=* | --config-cache | -C | -disable-* | --disable-* \ 
     1061         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
     1062         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
     1063         | -with-* | --with-* | -without-* | --without-* | --x) 
     1064           case "$ac_configure_args0 " in 
     1065             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
     1066           esac 
     1067           ;; 
     1068         -* ) ac_must_keep_next=true ;; 
     1069       esac 
    10361070      fi 
    10371071      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
     
    10671101    *ac_space=\ *) 
    10681102      sed -n \ 
    1069         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
    1070         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
     1103       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
     1104        s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
    10711105      ;; 
    10721106    *) 
    10731107      sed -n \ 
    1074         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
     1108       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
    10751109      ;; 
    10761110    esac; 
     
    11011135      do 
    11021136        eval ac_val=$`echo $ac_var` 
    1103         echo "$ac_var='"'"'$ac_val'"'"'" 
     1137       echo "$ac_var='"'"'$ac_val'"'"'" 
    11041138      done | sort 
    11051139      echo 
     
    11201154    echo "$as_me: exit $exit_status" 
    11211155  } >&5 
    1122   rm -f core core.* *.core && 
     1156  rm -f core *.core && 
    11231157  rm -rf conftest* confdefs* conf$$* $ac_clean_files && 
    11241158    exit $exit_status 
     
    12001234ac_cache_corrupted=false 
    12011235for ac_var in `(set) 2>&1 | 
    1202                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
     1236              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
    12031237  eval ac_old_set=\$ac_cv_env_${ac_var}_set 
    12041238  eval ac_new_set=\$ac_env_${ac_var}_set 
     
    12171251    *) 
    12181252      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1219         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1253       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    12201254echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1221         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
     1255       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
    12221256echo "$as_me:   former value:  $ac_old_val" >&2;} 
    1223         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
     1257       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
    12241258echo "$as_me:   current value: $ac_new_val" >&2;} 
    1225         ac_cache_corrupted=: 
     1259       ac_cache_corrupted=: 
    12261260      fi;; 
    12271261  esac 
     
    17311765 
    17321766cat >conftest.$ac_ext <<_ACEOF 
    1733 #line $LINENO "configure" 
    17341767/* confdefs.h.  */ 
    17351768_ACEOF 
     
    17511784# It will help us diagnose broken compilers, and finding out an intuition 
    17521785# of exeext. 
    1753 echo "$as_me:$LINENO: checking for C compiler default output" >&5 
    1754 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 
     1786echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     1787echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 
    17551788ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    17561789if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 
     
    17721805  case $ac_file in 
    17731806    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
    1774         ;; 
     1807       ;; 
    17751808    conftest.$ac_ext ) 
    1776         # This is the source file. 
    1777         ;; 
     1809       # This is the source file. 
     1810       ;; 
    17781811    [ab].out ) 
    1779         # We found the default executable, but exeext='' is most 
    1780         # certainly right. 
    1781         break;; 
     1812       # We found the default executable, but exeext='' is most 
     1813       # certainly right. 
     1814       break;; 
    17821815    *.* ) 
    1783         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1784         # FIXME: I believe we export ac_cv_exeext for Libtool, 
    1785         # but it would be cool to find out if it's true.  Does anybody 
    1786         # maintain Libtool? --akim. 
    1787         export ac_cv_exeext 
    1788         break;; 
     1816       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     1817       # FIXME: I believe we export ac_cv_exeext for Libtool, 
     1818       # but it would be cool to find out if it's true.  Does anybody 
     1819       # maintain Libtool? --akim. 
     1820       export ac_cv_exeext 
     1821       break;; 
    17891822    * ) 
    1790         break;; 
     1823       break;; 
    17911824  esac 
    17921825done 
     
    18621895    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
    18631896    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1864           export ac_cv_exeext 
    1865           break;; 
     1897         export ac_cv_exeext 
     1898         break;; 
    18661899    * ) break;; 
    18671900  esac 
     
    18881921else 
    18891922  cat >conftest.$ac_ext <<_ACEOF 
    1890 #line $LINENO "configure" 
    18911923/* confdefs.h.  */ 
    18921924_ACEOF 
     
    19391971else 
    19401972  cat >conftest.$ac_ext <<_ACEOF 
    1941 #line $LINENO "configure" 
    19421973/* confdefs.h.  */ 
    19431974_ACEOF 
     
    19591990rm -f conftest.$ac_objext 
    19601991if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    1961   (eval $ac_compile) 2>&5 
    1962   ac_status=$? 
     1992  (eval $ac_compile) 2>conftest.er1 
     1993  ac_status=$? 
     1994  grep -v '^ *+' conftest.er1 >conftest.err 
     1995  rm -f conftest.er1 
     1996  cat conftest.err >&5 
    19631997  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    19641998  (exit $ac_status); } && 
    1965          { ac_try='test -s conftest.$ac_objext' 
     1999         { ac_try='test -z "$ac_c_werror_flag" 
     2000                         || test ! -s conftest.err' 
     2001  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2002  (eval $ac_try) 2>&5 
     2003  ac_status=$? 
     2004  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2005  (exit $ac_status); }; } && 
     2006         { ac_try='test -s conftest.$ac_objext' 
    19662007  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    19672008  (eval $ac_try) 2>&5 
     
    19762017ac_compiler_gnu=no 
    19772018fi 
    1978 rm -f conftest.$ac_objext conftest.$ac_ext 
     2019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    19792020ac_cv_c_compiler_gnu=$ac_compiler_gnu 
    19802021 
     
    19922033else 
    19932034  cat >conftest.$ac_ext <<_ACEOF 
    1994 #line $LINENO "configure" 
    19952035/* confdefs.h.  */ 
    19962036_ACEOF 
     
    20092049rm -f conftest.$ac_objext 
    20102050if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2011   (eval $ac_compile) 2>&5 
    2012   ac_status=$? 
     2051  (eval $ac_compile) 2>conftest.er1 
     2052  ac_status=$? 
     2053  grep -v '^ *+' conftest.er1 >conftest.err 
     2054  rm -f conftest.er1 
     2055  cat conftest.err >&5 
    20132056  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20142057  (exit $ac_status); } && 
    2015          { ac_try='test -s conftest.$ac_objext' 
     2058         { ac_try='test -z "$ac_c_werror_flag" 
     2059                         || test ! -s conftest.err' 
     2060  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2061  (eval $ac_try) 2>&5 
     2062  ac_status=$? 
     2063  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2064  (exit $ac_status); }; } && 
     2065         { ac_try='test -s conftest.$ac_objext' 
    20162066  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    20172067  (eval $ac_try) 2>&5 
     
    20262076ac_cv_prog_cc_g=no 
    20272077fi 
    2028 rm -f conftest.$ac_objext conftest.$ac_ext 
     2078rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    20292079fi 
    20302080echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     
    20532103ac_save_CC=$CC 
    20542104cat >conftest.$ac_ext <<_ACEOF 
    2055 #line $LINENO "configure" 
    20562105/* confdefs.h.  */ 
    20572106_ACEOF 
     
    20812130  return s; 
    20822131} 
     2132 
     2133/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has 
     2134   function prototypes and stuff, but not '\xHH' hex character constants. 
     2135   These don't provoke an error unfortunately, instead are silently treated 
     2136   as 'x'.  The following induces an error, until -std1 is added to get 
     2137   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an 
     2138   array size at least.  It's necessary to write '\x00'==0 to get something 
     2139   that's true only with -std1.  */ 
     2140int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 
     2141 
    20832142int test (int i, double x); 
    20842143struct s1 {int (*f) (int a);}; 
     
    21072166  rm -f conftest.$ac_objext 
    21082167if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2109   (eval $ac_compile) 2>&5 
    2110   ac_status=$? 
     2168  (eval $ac_compile) 2>conftest.er1 
     2169  ac_status=$? 
     2170  grep -v '^ *+' conftest.er1 >conftest.err 
     2171  rm -f conftest.er1 
     2172  cat conftest.err >&5 
    21112173  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21122174  (exit $ac_status); } && 
    2113          { ac_try='test -s conftest.$ac_objext' 
     2175         { ac_try='test -z "$ac_c_werror_flag" 
     2176                         || test ! -s conftest.err' 
     2177  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2178  (eval $ac_try) 2>&5 
     2179  ac_status=$? 
     2180  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2181  (exit $ac_status); }; } && 
     2182         { ac_try='test -s conftest.$ac_objext' 
    21142183  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21152184  (eval $ac_try) 2>&5 
     
    21242193 
    21252194fi 
    2126 rm -f conftest.$ac_objext 
     2195rm -f conftest.err conftest.$ac_objext 
    21272196done 
    21282197rm -f conftest.$ac_ext conftest.$ac_objext 
     
    21522221rm -f conftest.$ac_objext 
    21532222if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2154   (eval $ac_compile) 2>&5 
    2155   ac_status=$? 
     2223  (eval $ac_compile) 2>conftest.er1 
     2224  ac_status=$? 
     2225  grep -v '^ *+' conftest.er1 >conftest.err 
     2226  rm -f conftest.er1 
     2227  cat conftest.err >&5 
    21562228  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21572229  (exit $ac_status); } && 
    2158          { ac_try='test -s conftest.$ac_objext' 
     2230         { ac_try='test -z "$ac_c_werror_flag" 
     2231                         || test ! -s conftest.err' 
     2232  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2233  (eval $ac_try) 2>&5 
     2234  ac_status=$? 
     2235  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2236  (exit $ac_status); }; } && 
     2237         { ac_try='test -s conftest.$ac_objext' 
    21592238  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21602239  (eval $ac_try) 2>&5 
     
    21632242  (exit $ac_status); }; }; then 
    21642243  for ac_declaration in \ 
    2165    ''\ 
    2166    '#include <stdlib.h>' \ 
     2244   '' \ 
    21672245   'extern "C" void std::exit (int) throw (); using std::exit;' \ 
    21682246   'extern "C" void std::exit (int); using std::exit;' \ 
     
    21722250do 
    21732251  cat >conftest.$ac_ext <<_ACEOF 
    2174 #line $LINENO "configure" 
    21752252/* confdefs.h.  */ 
    21762253_ACEOF 
     
    21782255cat >>conftest.$ac_ext <<_ACEOF 
    21792256/* end confdefs.h.  */ 
     2257$ac_declaration 
    21802258#include <stdlib.h> 
    2181 $ac_declaration 
    21822259int 
    21832260main () 
     
    21902267rm -f conftest.$ac_objext 
    21912268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2192   (eval $ac_compile) 2>&5 
    2193   ac_status=$? 
     2269  (eval $ac_compile) 2>conftest.er1 
     2270  ac_status=$? 
     2271  grep -v '^ *+' conftest.er1 >conftest.err 
     2272  rm -f conftest.er1 
     2273  cat conftest.err >&5 
    21942274  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21952275  (exit $ac_status); } && 
    2196          { ac_try='test -s conftest.$ac_objext' 
     2276         { ac_try='test -z "$ac_c_werror_flag" 
     2277                         || test ! -s conftest.err' 
     2278  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2279  (eval $ac_try) 2>&5 
     2280  ac_status=$? 
     2281  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2282  (exit $ac_status); }; } && 
     2283         { ac_try='test -s conftest.$ac_objext' 
    21972284  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21982285  (eval $ac_try) 2>&5 
     
    22072294continue 
    22082295fi 
    2209 rm -f conftest.$ac_objext conftest.$ac_ext 
     2296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22102297  cat >conftest.$ac_ext <<_ACEOF 
    2211 #line $LINENO "configure" 
    22122298/* confdefs.h.  */ 
    22132299_ACEOF 
     
    22262312rm -f conftest.$ac_objext 
    22272313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2228   (eval $ac_compile) 2>&5 
    2229   ac_status=$? 
     2314  (eval $ac_compile) 2>conftest.er1 
     2315  ac_status=$? 
     2316  grep -v '^ *+' conftest.er1 >conftest.err 
     2317  rm -f conftest.er1 
     2318  cat conftest.err >&5 
    22302319  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22312320  (exit $ac_status); } && 
    2232          { ac_try='test -s conftest.$ac_objext' 
     2321         { ac_try='test -z "$ac_c_werror_flag" 
     2322                         || test ! -s conftest.err' 
     2323  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2324  (eval $ac_try) 2>&5 
     2325  ac_status=$? 
     2326  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2327  (exit $ac_status); }; } && 
     2328         { ac_try='test -s conftest.$ac_objext' 
    22332329  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    22342330  (eval $ac_try) 2>&5 
     
    22422338 
    22432339fi 
    2244 rm -f conftest.$ac_objext conftest.$ac_ext 
     2340rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22452341done 
    22462342rm -f conftest* 
     
    22562352 
    22572353fi 
    2258 rm -f conftest.$ac_objext conftest.$ac_ext 
     2354rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22592355ac_ext=c 
    22602356ac_cpp='$CPP $CPPFLAGS' 
     
    22742370# AFS /usr/afsws/bin/install, which mishandles nonexistent args 
    22752371# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 
     2372# OS/2's system install, which has a completely different semantic 
    22762373# ./install, which can be erroneously created by make from ./install.sh. 
    22772374echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
     
    22902387  ./ | .// | /cC/* | \ 
    22912388  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 
     2389  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 
    22922390  /usr/ucb/* ) ;; 
    22932391  *) 
     
    22972395    for ac_prog in ginstall scoinst install; do 
    22982396      for ac_exec_ext in '' $ac_executable_extensions; do 
    2299         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
    2300           if test $ac_prog = install && 
    2301             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    2302             # AIX install.  It has an incompatible calling convention. 
    2303             : 
    2304           elif test $ac_prog = install && 
    2305             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    2306             # program-specific install script used by HP pwplus--don't use. 
    2307             : 
    2308           else 
    2309             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
    2310             break 3 
    2311           fi 
    2312         fi 
     2397       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
     2398         if test $ac_prog = install && 
     2399           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     2400           # AIX install.  It has an incompatible calling convention. 
     2401           : 
     2402         elif test $ac_prog = install && 
     2403           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     2404           # program-specific install script used by HP pwplus--don't use. 
     2405           : 
     2406         else 
     2407           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
     2408           break 3 
     2409         fi 
     2410       fi 
    23132411      done 
    23142412    done 
     
    23422440echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
    23432441echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 
    2344 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 
     2442set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 
    23452443if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 
    23462444  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    24002498rm -f conftest.$ac_objext 
    24012499if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2402   (eval $ac_compile) 2>&5 
    2403   ac_status=$? 
     2500  (eval $ac_compile) 2>conftest.er1 
     2501  ac_status=$? 
     2502  grep -v '^ *+' conftest.er1 >conftest.err 
     2503  rm -f conftest.er1 
     2504  cat conftest.err >&5 
    24042505  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24052506  (exit $ac_status); } && 
    2406          { ac_try='test -s conftest.$ac_objext' 
     2507         { ac_try='test -z "$ac_c_werror_flag" 
     2508                         || test ! -s conftest.err' 
     2509  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2510  (eval $ac_try) 2>&5 
     2511  ac_status=$? 
     2512  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2513  (exit $ac_status); }; } && 
     2514         { ac_try='test -s conftest.$ac_objext' 
    24072515  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    24082516  (eval $ac_try) 2>&5 
     
    24212529 
    24222530fi 
    2423 rm -f conftest.$ac_objext conftest.$ac_ext 
     2531rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    24242532 
    24252533 
     
    24362544rm -f conftest.$ac_objext 
    24372545if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2438   (eval $ac_compile) 2>&5 
    2439   ac_status=$? 
     2546  (eval $ac_compile) 2>conftest.er1 
     2547  ac_status=$? 
     2548  grep -v '^ *+' conftest.er1 >conftest.err 
     2549  rm -f conftest.er1 
     2550  cat conftest.err >&5 
    24402551  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24412552  (exit $ac_status); } && 
    2442          { ac_try='test -s conftest.$ac_objext' 
     2553         { ac_try='test -z "$ac_c_werror_flag" 
     2554                         || test ! -s conftest.err' 
     2555  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2556  (eval $ac_try) 2>&5 
     2557  ac_status=$? 
     2558  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2559  (exit $ac_status); }; } && 
     2560         { ac_try='test -s conftest.$ac_objext' 
    24432561  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    24442562  (eval $ac_try) 2>&5 
     
    24572575 
    24582576fi 
    2459 rm -f conftest.$ac_objext conftest.$ac_ext 
     2577rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    24602578 
    24612579 
     
    24722590rm -f conftest.$ac_objext 
    24732591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2474   (eval $ac_compile) 2>&5 
    2475   ac_status=$? 
     2592  (eval $ac_compile) 2>conftest.er1 
     2593  ac_status=$? 
     2594  grep -v '^ *+' conftest.er1 >conftest.err 
     2595  rm -f conftest.er1 
     2596  cat conftest.err >&5 
    24762597  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24772598  (exit $ac_status); } && 
    2478          { ac_try='test -s conftest.$ac_objext' 
     2599         { ac_try='test -z "$ac_c_werror_flag" 
     2600                         || test ! -s conftest.err' 
     2601  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2602  (eval $ac_try) 2>&5 
     2603  ac_status=$? 
     2604  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2605  (exit $ac_status); }; } && 
     2606         { ac_try='test -s conftest.$ac_objext' 
    24792607  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    24802608  (eval $ac_try) 2>&5 
     
    24932621 
    24942622fi 
    2495 rm -f conftest.$ac_objext conftest.$ac_ext 
     2623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    24962624 
    24972625 
     
    25082636rm -f conftest.$ac_objext 
    25092637if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2510   (eval $ac_compile) 2>&5 
    2511   ac_status=$? 
     2638  (eval $ac_compile) 2>conftest.er1 
     2639  ac_status=$? 
     2640  grep -v '^ *+' conftest.er1 >conftest.err 
     2641  rm -f conftest.er1 
     2642  cat conftest.err >&5 
    25122643  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25132644  (exit $ac_status); } && 
    2514          { ac_try='test -s conftest.$ac_objext' 
     2645         { ac_try='test -z "$ac_c_werror_flag" 
     2646                         || test ! -s conftest.err' 
     2647  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2648  (eval $ac_try) 2>&5 
     2649  ac_status=$? 
     2650  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2651  (exit $ac_status); }; } && 
     2652         { ac_try='test -s conftest.$ac_objext' 
    25152653  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    25162654  (eval $ac_try) 2>&5 
     
    25292667 
    25302668fi 
    2531 rm -f conftest.$ac_objext conftest.$ac_ext 
     2669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    25322670 
    25332671 
     
    25442682rm -f conftest.$ac_objext 
    25452683if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2546   (eval $ac_compile) 2>&5 
    2547   ac_status=$? 
     2684  (eval $ac_compile) 2>conftest.er1 
     2685  ac_status=$? 
     2686  grep -v '^ *+' conftest.er1 >conftest.err 
     2687  rm -f conftest.er1 
     2688  cat conftest.err >&5 
    25482689  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25492690  (exit $ac_status); } && 
    2550          { ac_try='test -s conftest.$ac_objext' 
     2691         { ac_try='test -z "$ac_c_werror_flag" 
     2692                         || test ! -s conftest.err' 
     2693  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2694  (eval $ac_try) 2>&5 
     2695  ac_status=$? 
     2696  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2697  (exit $ac_status); }; } && 
     2698         { ac_try='test -s conftest.$ac_objext' 
    25512699  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    25522700  (eval $ac_try) 2>&5 
     
    25652713 
    25662714fi 
    2567 rm -f conftest.$ac_objext conftest.$ac_ext 
     2715rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    25682716 
    25692717 
     
    25802728rm -f conftest.$ac_objext 
    25812729if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2582   (eval $ac_compile) 2>&5 
    2583   ac_status=$? 
     2730  (eval $ac_compile) 2>conftest.er1 
     2731  ac_status=$? 
     2732  grep -v '^ *+' conftest.er1 >conftest.err 
     2733  rm -f conftest.er1 
     2734  cat conftest.err >&5 
    25842735  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25852736  (exit $ac_status); } && 
    2586          { ac_try='test -s conftest.$ac_objext' 
     2737         { ac_try='test -z "$ac_c_werror_flag" 
     2738                         || test ! -s conftest.err' 
     2739  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2740  (eval $ac_try) 2>&5 
     2741  ac_status=$? 
     2742  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2743  (exit $ac_status); }; } && 
     2744         { ac_try='test -s conftest.$ac_objext' 
    25872745  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    25882746  (eval $ac_try) 2>&5 
     
    26012759 
    26022760fi 
    2603 rm -f conftest.$ac_objext conftest.$ac_ext 
     2761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    26042762 
    26052763 
     
    26162774rm -f conftest.$ac_objext 
    26172775if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2618   (eval $ac_compile) 2>&5 
    2619   ac_status=$? 
     2776  (eval $ac_compile) 2>conftest.er1 
     2777  ac_status=$? 
     2778  grep -v '^ *+' conftest.er1 >conftest.err 
     2779  rm -f conftest.er1 
     2780  cat conftest.err >&5 
    26202781  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26212782  (exit $ac_status); } && 
    2622          { ac_try='test -s conftest.$ac_objext' 
     2783         { ac_try='test -z "$ac_c_werror_flag" 
     2784                         || test ! -s conftest.err' 
     2785  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2786  (eval $ac_try) 2>&5 
     2787  ac_status=$? 
     2788  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2789  (exit $ac_status); }; } && 
     2790         { ac_try='test -s conftest.$ac_objext' 
    26232791  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    26242792  (eval $ac_try) 2>&5 
     
    26372805 
    26382806fi 
    2639 rm -f conftest.$ac_objext conftest.$ac_ext 
     2807rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    26402808 
    26412809 
     
    26522820rm -f conftest.$ac_objext 
    26532821if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2654   (eval $ac_compile) 2>&5 
    2655   ac_status=$? 
     2822  (eval $ac_compile) 2>conftest.er1 
     2823  ac_status=$? 
     2824  grep -v '^ *+' conftest.er1 >conftest.err 
     2825  rm -f conftest.er1 
     2826  cat conftest.err >&5 
    26562827  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26572828  (exit $ac_status); } && 
    2658          { ac_try='test -s conftest.$ac_objext' 
     2829         { ac_try='test -z "$ac_c_werror_flag" 
     2830                         || test ! -s conftest.err' 
     2831  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2832  (eval $ac_try) 2>&5 
     2833  ac_status=$? 
     2834  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2835  (exit $ac_status); }; } && 
     2836         { ac_try='test -s conftest.$ac_objext' 
    26592837  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    26602838  (eval $ac_try) 2>&5 
     
    26732851 
    26742852fi 
    2675 rm -f conftest.$ac_objext conftest.$ac_ext 
     2853rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    26762854 
    26772855 
     
    26882866rm -f conftest.$ac_objext 
    26892867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2690   (eval $ac_compile) 2>&5 
    2691   ac_status=$? 
     2868  (eval $ac_compile) 2>conftest.er1 
     2869  ac_status=$? 
     2870  grep -v '^ *+' conftest.er1 >conftest.err 
     2871  rm -f conftest.er1 
     2872  cat conftest.err >&5 
    26922873  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26932874  (exit $ac_status); } && 
    2694          { ac_try='test -s conftest.$ac_objext' 
     2875         { ac_try='test -z "$ac_c_werror_flag" 
     2876                         || test ! -s conftest.err' 
     2877  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2878  (eval $ac_try) 2>&5 
     2879  ac_status=$? 
     2880  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2881  (exit $ac_status); }; } && 
     2882         { ac_try='test -s conftest.$ac_objext' 
    26952883  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    26962884  (eval $ac_try) 2>&5 
     
    27092897 
    27102898fi 
    2711 rm -f conftest.$ac_objext conftest.$ac_ext 
     2899rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    27122900 
    27132901 
     
    27892977else 
    27902978  cat >conftest.$ac_ext <<_ACEOF 
    2791 #line $LINENO "configure" 
    27922979/* confdefs.h.  */ 
    27932980_ACEOF 
     
    27952982cat >>conftest.$ac_ext <<_ACEOF 
    27962983/* end confdefs.h.  */ 
     2984/* Define pow to an innocuous variant, in case <limits.h> declares pow. 
     2985   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     2986#define pow innocuous_pow 
     2987 
    27972988/* System header to define __stub macros and hopefully few prototypes, 
    27982989    which can conflict with char pow (); below. 
    27992990    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    28002991    <limits.h> exists even on freestanding compilers.  */ 
     2992 
    28012993#ifdef __STDC__ 
    28022994# include <limits.h> 
     
    28042996# include <assert.h> 
    28052997#endif 
     2998 
     2999#undef pow 
     3000 
    28063001/* Override any gcc2 internal prototype to avoid an error.  */ 
    28073002#ifdef __cplusplus 
     
    28343029rm -f conftest.$ac_objext conftest$ac_exeext 
    28353030if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2836   (eval $ac_link) 2>&5 
    2837   ac_status=$? 
     3031  (eval $ac_link) 2>conftest.er1 
     3032  ac_status=$? 
     3033  grep -v '^ *+' conftest.er1 >conftest.err 
     3034  rm -f conftest.er1 
     3035  cat conftest.err >&5 
    28383036  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28393037  (exit $ac_status); } && 
    2840          { ac_try='test -s conftest$ac_exeext' 
     3038         { ac_try='test -z "$ac_c_werror_flag" 
     3039                         || test ! -s conftest.err' 
     3040  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3041  (eval $ac_try) 2>&5 
     3042  ac_status=$? 
     3043  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3044  (exit $ac_status); }; } && 
     3045         { ac_try='test -s conftest$ac_exeext' 
    28413046  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    28423047  (eval $ac_try) 2>&5 
     
    28513056ac_cv_func_pow=no 
    28523057fi 
    2853 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3058rm -f conftest.err conftest.$ac_objext \ 
     3059      conftest$ac_exeext conftest.$ac_ext 
    28543060fi 
    28553061echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 
     
    28673073LIBS="-lm  $LIBS" 
    28683074cat >conftest.$ac_ext <<_ACEOF 
    2869 #line $LINENO "configure" 
    28703075/* confdefs.h.  */ 
    28713076_ACEOF 
     
    28913096rm -f conftest.$ac_objext conftest$ac_exeext 
    28923097if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2893   (eval $ac_link) 2>&5 
    2894   ac_status=$? 
     3098  (eval $ac_link) 2>conftest.er1 
     3099  ac_status=$? 
     3100  grep -v '^ *+' conftest.er1 >conftest.err 
     3101  rm -f conftest.er1 
     3102  cat conftest.err >&5 
    28953103  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28963104  (exit $ac_status); } && 
    2897          { ac_try='test -s conftest$ac_exeext' 
     3105         { ac_try='test -z "$ac_c_werror_flag" 
     3106                         || test ! -s conftest.err' 
     3107  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3108  (eval $ac_try) 2>&5 
     3109  ac_status=$? 
     3110  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3111  (exit $ac_status); }; } && 
     3112         { ac_try='test -s conftest$ac_exeext' 
    28983113  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    28993114  (eval $ac_try) 2>&5 
     
    29083123ac_cv_lib_m_sqrt=no 
    29093124fi 
    2910 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3125rm -f conftest.err conftest.$ac_objext \ 
     3126      conftest$ac_exeext conftest.$ac_ext 
    29113127LIBS=$ac_check_lib_save_LIBS 
    29123128fi 
     
    29313147else 
    29323148  cat >conftest.$ac_ext <<_ACEOF 
    2933 #line $LINENO "configure" 
    29343149/* confdefs.h.  */ 
    29353150_ACEOF 
     
    29373152cat >>conftest.$ac_ext <<_ACEOF 
    29383153/* end confdefs.h.  */ 
     3154/* Define setsockopt to an innocuous variant, in case <limits.h> declares setsockopt. 
     3155   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     3156#define setsockopt innocuous_setsockopt 
     3157 
    29393158/* System header to define __stub macros and hopefully few prototypes, 
    29403159    which can conflict with char setsockopt (); below. 
    29413160    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    29423161    <limits.h> exists even on freestanding compilers.  */ 
     3162 
    29433163#ifdef __STDC__ 
    29443164# include <limits.h> 
     
    29463166# include <assert.h> 
    29473167#endif 
     3168 
     3169#undef setsockopt 
     3170 
    29483171/* Override any gcc2 internal prototype to avoid an error.  */ 
    29493172#ifdef __cplusplus 
     
    29763199rm -f conftest.$ac_objext conftest$ac_exeext 
    29773200if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2978   (eval $ac_link) 2>&5 
    2979   ac_status=$? 
     3201  (eval $ac_link) 2>conftest.er1 
     3202  ac_status=$? 
     3203  grep -v '^ *+' conftest.er1 >conftest.err 
     3204  rm -f conftest.er1 
     3205  cat conftest.err >&5 
    29803206  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29813207  (exit $ac_status); } && 
    2982          { ac_try='test -s conftest$ac_exeext' 
     3208         { ac_try='test -z "$ac_c_werror_flag" 
     3209                         || test ! -s conftest.err' 
     3210  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3211  (eval $ac_try) 2>&5 
     3212  ac_status=$? 
     3213  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3214  (exit $ac_status); }; } && 
     3215         { ac_try='test -s conftest$ac_exeext' 
    29833216  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    29843217  (eval $ac_try) 2>&5 
     
    29933226ac_cv_func_setsockopt=no 
    29943227fi 
    2995 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3228rm -f conftest.err conftest.$ac_objext \ 
     3229      conftest$ac_exeext conftest.$ac_ext 
    29963230fi 
    29973231echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5