Changeset 2867

Show
Ignore:
Timestamp:
05/18/05 17:02:46 (4 years ago)
Author:
morris
Message:

Sync with wired

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/Makefile.in

    r2812 r2867  
    11# Makefile.in 
    22 
    3 bindir                                  = @bindir@ 
    4 datadir                                 = @datadir@ 
    5 exec_prefix                             = @exec_prefix@ 
    6 fake_prefix                             = @fake_prefix@ 
    7 includedir                              = @includedir@ 
    8 infodir                                 = @infodir@ 
    9 libdir                                  = @libdir@ 
    10 libexecdir                              = @libexecdir@ 
    11 localstatedir                   = @localstatedir@ 
    12 mandir                                  = @mandir@ 
    13 prefix                                  = @prefix@ 
    14 sbindir                                 = @sbindir@ 
    15 srcdir                                  = @srcdir@ 
    16 sysconfdir                              = @sysconfdir@ 
    17 top_srcdir                              = @top_srcdir@ 
    18 trackerddir                             = @trackerddir@ 
     3exec_prefix     = @exec_prefix@ 
     4fake_prefix     = @fake_prefix@ 
     5mandir          = @mandir@ 
     6prefix          = @prefix@ 
     7trackerddir     = @trackerddir@ 
    198 
    20 WT_PACKAGE_VERSION             = @WT_PACKAGE_VERSION@ 
    21 WT_USER                                = @WT_USER@ 
    22 WT_GROUP                               = @WT_GROUP@ 
     9WT_VERSION     = @WT_VERSION@ 
     10WT_USER         = @WT_USER@ 
     11WT_GROUP        = @WT_GROUP@ 
    2312 
    24 SUBDIRS                                 = libzanka trackerd 
    25 DISTFILES                               = INSTALL \ 
    26                                                   LICENSE \ 
    27                                                   NEWS \ 
    28                                                   README \ 
    29                                                   Makefile \ 
    30                                                   Makefile.in \ 
    31                                                   config.guess \ 
    32                                                   config.h.in \ 
    33                                                   config.sub \ 
    34                                                   configure \ 
    35                                                   configure.in \ 
    36                                                   install-sh \ 
    37                                                   libzanka \ 
    38                                                   man \ 
    39                                                   run \ 
    40                                                   trackerd 
    41 INSTALL                                 = @INSTALL@ 
     13SUBDIRS         = libzanka trackerd 
     14DISTFILES       = INSTALL LICENSE NEWS README Makefile Makefile.in config.guess \ 
     15                          config.h.in config.sub configure configure.in install-sh \ 
     16                          libzanka man run trackerd 
     17 
     18INSTALL         = @INSTALL@ 
    4219 
    4320all: all-recursive 
     
    11592        @echo "Making $@ in ." 
    11693 
    117         rm -rf wired-tracker-$(WT_PACKAGE_VERSION) 
    118         rm -f wired-tracker-$(WT_PACKAGE_VERSION).tar.gz 
    119         mkdir wired-tracker-$(WT_PACKAGE_VERSION) 
     94        rm -rf wired-tracker-$(WT_VERSION) 
     95        rm -f wired-tracker-$(WT_VERSION).tar.gz 
     96        mkdir wired-tracker-$(WT_VERSION) 
    12097 
    12198        @for i in $(DISTFILES); do \ 
    12299                if [ -e $$i ]; then \ 
    123                         cp -LRp $$i wired-tracker-$(WT_PACKAGE_VERSION)/$$i; \ 
     100                        cp -LRp $$i wired-tracker-$(WT_VERSION)/$$i; \ 
    124101                fi \ 
    125102        done 
    126103         
    127         sh -c "cd wired-tracker-$(WT_PACKAGE_VERSION); $(MAKE) distclean" 
     104        sh -c "cd wired-tracker-$(WT_VERSION); $(MAKE) distclean" 
    128105 
    129         tar -czf wired-tracker-$(WT_PACKAGE_VERSION).tar.gz wired-tracker-$(WT_PACKAGE_VERSION) 
    130         rm -rf wired-tracker-$(WT_PACKAGE_VERSION) 
     106        tar -czf wired-tracker-$(WT_VERSION).tar.gz wired-tracker-$(WT_VERSION) 
     107        rm -rf wired-tracker-$(WT_VERSION) 
    131108         
    132109clean: clean-recursive 
     
    139116 
    140117        rm -f Makefile config.h config.log config.status 
    141         rm -f wired-tracker-$(WT_PACKAGE_VERSION).tar.gz 
     118        rm -f wired-tracker-$(WT_VERSION).tar.gz 
    142119 
    143120autoclean: 
  • trackerd/trunk/config.h.in

    r1793 r2867  
    8989#undef WT_GROUP 
    9090 
    91 /* Application version */ 
    92 #undef WT_PACKAGE_VERSION 
    93  
    9491/* Protocol version */ 
    9592#undef WT_PROTOCOL_VERSION 
     
    9794/* User name */ 
    9895#undef WT_USER 
     96 
     97/* Application version */ 
     98#undef WT_VERSION 
    9999 
    100100/* Number of bits in a file offset, on hosts where this is settable. */ 
  • trackerd/trunk/configure

    r1793 r2867  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.57 for trackerd 1.0. 
     3# Generated by GNU Autoconf 2.59 for trackerd 1.0. 
    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 
     
    312313 
    313314ac_subdirs_all="$ac_subdirs_all libzanka" 
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os WT_PACKAGE_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE WT_USER WT_GROUP fake_prefix trackerddir CPP EGREP subdirs LIBOBJS LTLIBOBJS' 
     315ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os WT_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE WT_USER WT_GROUP fake_prefix trackerddir CPP EGREP subdirs LIBOBJS LTLIBOBJS' 
    315316ac_subst_files='' 
    316317 
     
    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 
     
    907908    ac_top_srcdir=$ac_top_builddir$srcdir ;; 
    908909esac 
    909 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 
    910 # absolute. 
    911 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 
    912 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 
    913 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 
    914 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 
     910 
     911# Do not use `cd foo && pwd` to compute absolute paths, because 
     912# the directories may not exist. 
     913case `pwd` in 
     914.) ac_abs_builddir="$ac_dir";; 
     915*) 
     916  case "$ac_dir" in 
     917  .) ac_abs_builddir=`pwd`;; 
     918  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
     919  *) ac_abs_builddir=`pwd`/"$ac_dir";; 
     920  esac;; 
     921esac 
     922case $ac_abs_builddir in 
     923.) ac_abs_top_builddir=${ac_top_builddir}.;; 
     924*) 
     925  case ${ac_top_builddir}. in 
     926  .) ac_abs_top_builddir=$ac_abs_builddir;; 
     927  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
     928  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
     929  esac;; 
     930esac 
     931case $ac_abs_builddir in 
     932.) ac_abs_srcdir=$ac_srcdir;; 
     933*) 
     934  case $ac_srcdir in 
     935  .) ac_abs_srcdir=$ac_abs_builddir;; 
     936  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
     937  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
     938  esac;; 
     939esac 
     940case $ac_abs_builddir in 
     941.) ac_abs_top_srcdir=$ac_top_srcdir;; 
     942*) 
     943  case $ac_top_srcdir in 
     944  .) ac_abs_top_srcdir=$ac_abs_builddir;; 
     945  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
     946  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
     947  esac;; 
     948esac 
    915949 
    916950    cd $ac_dir 
     
    923957      $SHELL $ac_srcdir/configure  --help=recursive 
    924958    elif test -f $ac_srcdir/configure.ac || 
    925            test -f $ac_srcdir/configure.in; then 
     959          test -f $ac_srcdir/configure.in; then 
    926960      echo 
    927961      $ac_configure --help 
     
    937971  cat <<\_ACEOF 
    938972trackerd configure 1.0 
    939 generated by GNU Autoconf 2.57 
    940  
    941 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
    942 Free Software Foundation, Inc. 
     973generated by GNU Autoconf 2.59 
     974 
     975Copyright (C) 2003 Free Software Foundation, Inc. 
    943976This configure script is free software; the Free Software Foundation 
    944977gives unlimited permission to copy, distribute and modify it. 
     
    952985 
    953986It was created by trackerd $as_me 1.0, which was 
    954 generated by GNU Autoconf 2.57.  Invocation command line was 
     987generated by GNU Autoconf 2.59.  Invocation command line was 
    955988 
    956989  $ $0 $@ 
     
    10291062      ac_configure_args1="$ac_configure_args1 '$ac_arg'" 
    10301063      if test $ac_must_keep_next = true; then 
    1031         ac_must_keep_next=false # Got value, back to normal. 
     1064       ac_must_keep_next=false # Got value, back to normal. 
    10321065      else 
    1033         case $ac_arg in 
    1034           *=* | --config-cache | -C | -disable-* | --disable-* \ 
    1035           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
    1036           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
    1037           | -with-* | --with-* | -without-* | --without-* | --x) 
    1038             case "$ac_configure_args0 " in 
    1039               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
    1040             esac 
    1041             ;; 
    1042           -* ) ac_must_keep_next=true ;; 
    1043         esac 
     1066       case $ac_arg in 
     1067         *=* | --config-cache | -C | -disable-* | --disable-* \ 
     1068         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
     1069         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
     1070         | -with-* | --with-* | -without-* | --without-* | --x) 
     1071           case "$ac_configure_args0 " in 
     1072             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
     1073           esac 
     1074           ;; 
     1075         -* ) ac_must_keep_next=true ;; 
     1076       esac 
    10441077      fi 
    10451078      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
     
    10751108    *ac_space=\ *) 
    10761109      sed -n \ 
    1077         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
    1078         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
     1110       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
     1111        s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
    10791112      ;; 
    10801113    *) 
    10811114      sed -n \ 
    1082         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
     1115       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
    10831116      ;; 
    10841117    esac; 
     
    11091142      do 
    11101143        eval ac_val=$`echo $ac_var` 
    1111         echo "$ac_var='"'"'$ac_val'"'"'" 
     1144       echo "$ac_var='"'"'$ac_val'"'"'" 
    11121145      done | sort 
    11131146      echo 
     
    11281161    echo "$as_me: exit $exit_status" 
    11291162  } >&5 
    1130   rm -f core core.* *.core && 
     1163  rm -f core *.core && 
    11311164  rm -rf conftest* confdefs* conf$$* $ac_clean_files && 
    11321165    exit $exit_status 
     
    12081241ac_cache_corrupted=false 
    12091242for ac_var in `(set) 2>&1 | 
    1210                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
     1243              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
    12111244  eval ac_old_set=\$ac_cv_env_${ac_var}_set 
    12121245  eval ac_new_set=\$ac_env_${ac_var}_set 
     
    12251258    *) 
    12261259      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1227         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1260       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    12281261echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1229         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
     1262       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
    12301263echo "$as_me:   former value:  $ac_old_val" >&2;} 
    1231         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
     1264       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
    12321265echo "$as_me:   current value: $ac_new_val" >&2;} 
    1233         ac_cache_corrupted=: 
     1266       ac_cache_corrupted=: 
    12341267      fi;; 
    12351268  esac 
     
    13761409 
    13771410cat >>confdefs.h <<\_ACEOF 
    1378 #define WT_PACKAGE_VERSION "1.0" 
     1411#define WT_VERSION "1.0" 
    13791412_ACEOF 
    13801413 
     
    13961429 
    13971430# These are used in the Makefile 
    1398 WT_PACKAGE_VERSION="1.0" 
     1431WT_VERSION="1.0" 
    13991432 
    14001433 
     
    17441777 
    17451778cat >conftest.$ac_ext <<_ACEOF 
    1746 #line $LINENO "configure" 
    17471779/* confdefs.h.  */ 
    17481780_ACEOF 
     
    17641796# It will help us diagnose broken compilers, and finding out an intuition 
    17651797# of exeext. 
    1766 echo "$as_me:$LINENO: checking for C compiler default output" >&5 
    1767 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 
     1798echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     1799echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 
    17681800ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    17691801if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 
     
    17851817  case $ac_file in 
    17861818    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
    1787         ;; 
     1819       ;; 
    17881820    conftest.$ac_ext ) 
    1789         # This is the source file. 
    1790         ;; 
     1821       # This is the source file. 
     1822       ;; 
    17911823    [ab].out ) 
    1792         # We found the default executable, but exeext='' is most 
    1793         # certainly right. 
    1794         break;; 
     1824       # We found the default executable, but exeext='' is most 
     1825       # certainly right. 
     1826       break;; 
    17951827    *.* ) 
    1796         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1797         # FIXME: I believe we export ac_cv_exeext for Libtool, 
    1798         # but it would be cool to find out if it's true.  Does anybody 
    1799         # maintain Libtool? --akim. 
    1800         export ac_cv_exeext 
    1801         break;; 
     1828       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     1829       # FIXME: I believe we export ac_cv_exeext for Libtool, 
     1830       # but it would be cool to find out if it's true.  Does anybody 
     1831       # maintain Libtool? --akim. 
     1832       export ac_cv_exeext 
     1833       break;; 
    18021834    * ) 
    1803         break;; 
     1835       break;; 
    18041836  esac 
    18051837done 
     
    18751907    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
    18761908    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1877           export ac_cv_exeext 
    1878           break;; 
     1909         export ac_cv_exeext 
     1910         break;; 
    18791911    * ) break;; 
    18801912  esac 
     
    19011933else 
    19021934  cat >conftest.$ac_ext <<_ACEOF 
    1903 #line $LINENO "configure" 
    19041935/* confdefs.h.  */ 
    19051936_ACEOF 
     
    19521983else 
    19531984  cat >conftest.$ac_ext <<_ACEOF 
    1954 #line $LINENO "configure" 
    19551985/* confdefs.h.  */ 
    19561986_ACEOF 
     
    19722002rm -f conftest.$ac_objext 
    19732003if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    1974   (eval $ac_compile) 2>&5 
    1975   ac_status=$? 
     2004  (eval $ac_compile) 2>conftest.er1 
     2005  ac_status=$? 
     2006  grep -v '^ *+' conftest.er1 >conftest.err 
     2007  rm -f conftest.er1 
     2008  cat conftest.err >&5 
    19762009  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    19772010  (exit $ac_status); } && 
    1978          { ac_try='test -s conftest.$ac_objext' 
     2011         { ac_try='test -z "$ac_c_werror_flag" 
     2012                         || test ! -s conftest.err' 
     2013  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2014  (eval $ac_try) 2>&5 
     2015  ac_status=$? 
     2016  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2017  (exit $ac_status); }; } && 
     2018         { ac_try='test -s conftest.$ac_objext' 
    19792019  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    19802020  (eval $ac_try) 2>&5 
     
    19892029ac_compiler_gnu=no 
    19902030fi 
    1991 rm -f conftest.$ac_objext conftest.$ac_ext 
     2031rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    19922032ac_cv_c_compiler_gnu=$ac_compiler_gnu 
    19932033 
     
    20052045else 
    20062046  cat >conftest.$ac_ext <<_ACEOF 
    2007 #line $LINENO "configure" 
    20082047/* confdefs.h.  */ 
    20092048_ACEOF 
     
    20222061rm -f conftest.$ac_objext 
    20232062if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2024   (eval $ac_compile) 2>&5 
    2025   ac_status=$? 
     2063  (eval $ac_compile) 2>conftest.er1 
     2064  ac_status=$? 
     2065  grep -v '^ *+' conftest.er1 >conftest.err 
     2066  rm -f conftest.er1 
     2067  cat conftest.err >&5 
    20262068  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20272069  (exit $ac_status); } && 
    2028          { ac_try='test -s conftest.$ac_objext' 
     2070         { ac_try='test -z "$ac_c_werror_flag" 
     2071                         || test ! -s conftest.err' 
     2072  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2073  (eval $ac_try) 2>&5 
     2074  ac_status=$? 
     2075  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2076  (exit $ac_status); }; } && 
     2077         { ac_try='test -s conftest.$ac_objext' 
    20292078  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    20302079  (eval $ac_try) 2>&5 
     
    20392088ac_cv_prog_cc_g=no 
    20402089fi 
    2041 rm -f conftest.$ac_objext conftest.$ac_ext 
     2090rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    20422091fi 
    20432092echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     
    20662115ac_save_CC=$CC 
    20672116cat >conftest.$ac_ext <<_ACEOF 
    2068 #line $LINENO "configure" 
    20692117/* confdefs.h.  */ 
    20702118_ACEOF 
     
    20942142  return s; 
    20952143} 
     2144 
     2145/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has 
     2146   function prototypes and stuff, but not '\xHH' hex character constants. 
     2147   These don't provoke an error unfortunately, instead are silently treated 
     2148   as 'x'.  The following induces an error, until -std1 is added to get 
     2149   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an 
     2150   array size at least.  It's necessary to write '\x00'==0 to get something 
     2151   that's true only with -std1.  */ 
     2152int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 
     2153 
    20962154int test (int i, double x); 
    20972155struct s1 {int (*f) (int a);}; 
     
    21202178  rm -f conftest.$ac_objext 
    21212179if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2122   (eval $ac_compile) 2>&5 
    2123   ac_status=$? 
     2180  (eval $ac_compile) 2>conftest.er1 
     2181  ac_status=$? 
     2182  grep -v '^ *+' conftest.er1 >conftest.err 
     2183  rm -f conftest.er1 
     2184  cat conftest.err >&5 
    21242185  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21252186  (exit $ac_status); } && 
    2126          { ac_try='test -s conftest.$ac_objext' 
     2187         { ac_try='test -z "$ac_c_werror_flag" 
     2188                         || test ! -s conftest.err' 
     2189  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2190  (eval $ac_try) 2>&5 
     2191  ac_status=$? 
     2192  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2193  (exit $ac_status); }; } && 
     2194         { ac_try='test -s conftest.$ac_objext' 
    21272195  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21282196  (eval $ac_try) 2>&5 
     
    21372205 
    21382206fi 
    2139 rm -f conftest.$ac_objext 
     2207rm -f conftest.err conftest.$ac_objext 
    21402208done 
    21412209rm -f conftest.$ac_ext conftest.$ac_objext 
     
    21652233rm -f conftest.$ac_objext 
    21662234if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2167   (eval $ac_compile) 2>&5 
    2168   ac_status=$? 
     2235  (eval $ac_compile) 2>conftest.er1 
     2236  ac_status=$? 
     2237  grep -v '^ *+' conftest.er1 >conftest.err 
     2238  rm -f conftest.er1 
     2239  cat conftest.err >&5 
    21692240  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21702241  (exit $ac_status); } && 
    2171          { ac_try='test -s conftest.$ac_objext' 
     2242         { ac_try='test -z "$ac_c_werror_flag" 
     2243                         || test ! -s conftest.err' 
     2244  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2245  (eval $ac_try) 2>&5 
     2246  ac_status=$? 
     2247  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2248  (exit $ac_status); }; } && 
     2249         { ac_try='test -s conftest.$ac_objext' 
    21722250  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21732251  (eval $ac_try) 2>&5 
     
    21762254  (exit $ac_status); }; }; then 
    21772255  for ac_declaration in \ 
    2178    ''\ 
    2179    '#include <stdlib.h>' \ 
     2256   '' \ 
    21802257   'extern "C" void std::exit (int) throw (); using std::exit;' \ 
    21812258   'extern "C" void std::exit (int); using std::exit;' \ 
     
    21852262do 
    21862263  cat >conftest.$ac_ext <<_ACEOF 
    2187 #line $LINENO "configure" 
    21882264/* confdefs.h.  */ 
    21892265_ACEOF 
     
    21912267cat >>conftest.$ac_ext <<_ACEOF 
    21922268/* end confdefs.h.  */ 
     2269$ac_declaration 
    21932270#include <stdlib.h> 
    2194 $ac_declaration 
    21952271int 
    21962272main () 
     
    22032279rm -f conftest.$ac_objext 
    22042280if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2205   (eval $ac_compile) 2>&5 
    2206   ac_status=$? 
     2281  (eval $ac_compile) 2>conftest.er1 
     2282  ac_status=$? 
     2283  grep -v '^ *+' conftest.er1 >conftest.err 
     2284  rm -f conftest.er1 
     2285  cat conftest.err >&5 
    22072286  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22082287  (exit $ac_status); } && 
    2209          { ac_try='test -s conftest.$ac_objext' 
     2288         { ac_try='test -z "$ac_c_werror_flag" 
     2289                         || test ! -s conftest.err' 
     2290  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2291  (eval $ac_try) 2>&5 
     2292  ac_status=$? 
     2293  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2294  (exit $ac_status); }; } && 
     2295         { ac_try='test -s conftest.$ac_objext' 
    22102296  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    22112297  (eval $ac_try) 2>&5 
     
    22202306continue 
    22212307fi 
    2222 rm -f conftest.$ac_objext conftest.$ac_ext 
     2308rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22232309  cat >conftest.$ac_ext <<_ACEOF 
    2224 #line $LINENO "configure" 
    22252310/* confdefs.h.  */ 
    22262311_ACEOF 
     
    22392324rm -f conftest.$ac_objext 
    22402325if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2241   (eval $ac_compile) 2>&5 
    2242   ac_status=$? 
     2326  (eval $ac_compile) 2>conftest.er1 
     2327  ac_status=$? 
     2328  grep -v '^ *+' conftest.er1 >conftest.err 
     2329  rm -f conftest.er1 
     2330  cat conftest.err >&5 
    22432331  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22442332  (exit $ac_status); } && 
    2245          { ac_try='test -s conftest.$ac_objext' 
     2333         { ac_try='test -z "$ac_c_werror_flag" 
     2334                         || test ! -s conftest.err' 
     2335  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2336  (eval $ac_try) 2>&5 
     2337  ac_status=$? 
     2338  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2339  (exit $ac_status); }; } && 
     2340         { ac_try='test -s conftest.$ac_objext' 
    22462341  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    22472342  (eval $ac_try) 2>&5 
     
    22552350 
    22562351fi 
    2257 rm -f conftest.$ac_objext conftest.$ac_ext 
     2352rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22582353done 
    22592354rm -f conftest* 
     
    22692364 
    22702365fi 
    2271 rm -f conftest.$ac_objext conftest.$ac_ext 
     2366rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22722367ac_ext=c 
    22732368ac_cpp='$CPP $CPPFLAGS' 
     
    22872382# AFS /usr/afsws/bin/install, which mishandles nonexistent args 
    22882383# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 
     2384# OS/2's system install, which has a completely different semantic 
    22892385# ./install, which can be erroneously created by make from ./install.sh. 
    22902386echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
     
    23032399  ./ | .// | /cC/* | \ 
    23042400  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 
     2401  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 
    23052402  /usr/ucb/* ) ;; 
    23062403  *) 
     
    23102407    for ac_prog in ginstall scoinst install; do 
    23112408      for ac_exec_ext in '' $ac_executable_extensions; do 
    2312         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
    2313           if test $ac_prog = install && 
    2314             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    2315             # AIX install.  It has an incompatible calling convention. 
    2316             : 
    2317           elif test $ac_prog = install && 
    2318             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    2319             # program-specific install script used by HP pwplus--don't use. 
    2320             : 
    2321           else 
    2322             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
    2323             break 3 
    2324           fi 
    2325         fi 
     2409       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
     2410         if test $ac_prog = install && 
     2411           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     2412           # AIX install.  It has an incompatible calling convention. 
     2413           : 
     2414         elif test $ac_prog = install && 
     2415           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     2416           # program-specific install script used by HP pwplus--don't use. 
     2417           : 
     2418         else 
     2419           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
     2420           break 3 
     2421         fi 
     2422       fi 
    23262423      done 
    23272424    done 
     
    23552452echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
    23562453echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 
    2357 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 
     2454set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 
    23582455if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 
    23592456  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    24122509else 
    24132510  cat >conftest.$ac_ext <<_ACEOF 
    2414 #line $LINENO "configure" 
    24152511/* confdefs.h.  */ 
    24162512_ACEOF 
     
    24572553 
    24582554fi 
    2459 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     2555rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    24602556fi 
    24612557 
     
    24952591else 
    24962592  cat >conftest.$ac_ext <<_ACEOF 
    2497 #line $LINENO "configure" 
    24982593/* confdefs.h.  */ 
    24992594_ACEOF 
     
    25402635 
    25412636fi 
    2542 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     2637rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    25432638fi 
    25442639 
     
    26752770  # not just through cpp. "Syntax error" is here to catch this case. 
    26762771  cat >conftest.$ac_ext <<_ACEOF 
    2677 #line $LINENO "configure" 
    26782772/* confdefs.h.  */ 
    26792773_ACEOF 
     
    26862780# include <assert.h> 
    26872781#endif 
    2688                      Syntax error 
     2782                    Syntax error 
    26892783_ACEOF 
    26902784if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     
    26982792  if test -s conftest.err; then 
    26992793    ac_cpp_err=$ac_c_preproc_warn_flag 
     2794    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    27002795  else 
    27012796    ac_cpp_err= 
     
    27182813  # can be detected and how. 
    27192814  cat >conftest.$ac_ext <<_ACEOF 
    2720 #line $LINENO "configure" 
    27212815/* confdefs.h.  */ 
    27222816_ACEOF 
     
    27362830  if test -s conftest.err; then 
    27372831    ac_cpp_err=$ac_c_preproc_warn_flag 
     2832    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    27382833  else 
    27392834    ac_cpp_err= 
     
    27822877  # not just through cpp. "Syntax error" is here to catch this case. 
    27832878  cat >conftest.$ac_ext <<_ACEOF 
    2784 #line $LINENO "configure" 
    27852879/* confdefs.h.  */ 
    27862880_ACEOF 
     
    27932887# include <assert.h> 
    27942888#endif 
    2795                      Syntax error 
     2889                    Syntax error 
    27962890_ACEOF 
    27972891if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     
    28052899  if test -s conftest.err; then 
    28062900    ac_cpp_err=$ac_c_preproc_warn_flag 
     2901    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    28072902  else 
    28082903    ac_cpp_err= 
     
    28252920  # can be detected and how. 
    28262921  cat >conftest.$ac_ext <<_ACEOF 
    2827 #line $LINENO "configure" 
    28282922/* confdefs.h.  */ 
    28292923_ACEOF 
     
    28432937  if test -s conftest.err; then 
    28442938    ac_cpp_err=$ac_c_preproc_warn_flag 
     2939    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    28452940  else 
    28462941    ac_cpp_err= 
     
    29002995  if test -s conftest.err; then 
    29012996    ac_cpp_err=$ac_c_preproc_warn_flag 
     2997    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    29022998  else 
    29032999    ac_cpp_err= 
     
    29353031else 
    29363032  cat >conftest.$ac_ext <<_ACEOF 
    2937 #line $LINENO "configure" 
    29383033/* confdefs.h.  */ 
    29393034_ACEOF 
     
    29413036cat >>conftest.$ac_ext <<_ACEOF 
    29423037/* end confdefs.h.  */ 
     3038/* Define pow to an innocuous variant, in case <limits.h> declares pow. 
     3039   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     3040#define pow innocuous_pow 
     3041 
    29433042/* System header to define __stub macros and hopefully few prototypes, 
    29443043    which can conflict with char pow (); below. 
    29453044    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    29463045    <limits.h> exists even on freestanding compilers.  */ 
     3046 
    29473047#ifdef __STDC__ 
    29483048# include <limits.h> 
     
    29503050# include <assert.h> 
    29513051#endif 
     3052 
     3053#undef pow 
     3054 
    29523055/* Override any gcc2 internal prototype to avoid an error.  */ 
    29533056#ifdef __cplusplus 
     
    29803083rm -f conftest.$ac_objext conftest$ac_exeext 
    29813084if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2982   (eval $ac_link) 2>&5 
    2983   ac_status=$? 
     3085  (eval $ac_link) 2>conftest.er1 
     3086  ac_status=$? 
     3087  grep -v '^ *+' conftest.er1 >conftest.err 
     3088  rm -f conftest.er1 
     3089  cat conftest.err >&5 
    29843090  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29853091  (exit $ac_status); } && 
    2986          { ac_try='test -s conftest$ac_exeext' 
     3092         { ac_try='test -z "$ac_c_werror_flag" 
     3093                         || test ! -s conftest.err' 
     3094  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3095  (eval $ac_try) 2>&5 
     3096  ac_status=$? 
     3097  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3098  (exit $ac_status); }; } && 
     3099         { ac_try='test -s conftest$ac_exeext' 
    29873100  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    29883101  (eval $ac_try) 2>&5 
     
    29973110ac_cv_func_pow=no 
    29983111fi 
    2999 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3112rm -f conftest.err conftest.$ac_objext \ 
     3113      conftest$ac_exeext conftest.$ac_ext 
    30003114fi 
    30013115echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 
     
    30133127LIBS="-lm  $LIBS" 
    30143128cat >conftest.$ac_ext <<_ACEOF 
    3015 #line $LINENO "configure" 
    30163129/* confdefs.h.  */ 
    30173130_ACEOF 
     
    30313144rm -f conftest.$ac_objext conftest$ac_exeext 
    30323145if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3033   (eval $ac_link) 2>&5 
    3034   ac_status=$? 
     3146  (eval $ac_link) 2>conftest.er1 
     3147  ac_status=$? 
     3148  grep -v '^ *+' conftest.er1 >conftest.err 
     3149  rm -f conftest.er1 
     3150  cat conftest.err >&5 
    30353151  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30363152  (exit $ac_status); } && 
    3037          { ac_try='test -s conftest$ac_exeext' 
     3153         { ac_try='test -z "$ac_c_werror_flag" 
     3154                         || test ! -s conftest.err' 
     3155  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3156  (eval $ac_try) 2>&5 
     3157  ac_status=$? 
     3158  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3159  (exit $ac_status); }; } && 
     3160         { ac_try='test -s conftest$ac_exeext' 
    30383161  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    30393162  (eval $ac_try) 2>&5 
     
    30483171ac_cv_lib_m_main=no 
    30493172fi 
    3050 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3173rm -f conftest.err conftest.$ac_objext \ 
     3174      conftest$ac_exeext conftest.$ac_ext 
    30513175LIBS=$ac_check_lib_save_LIBS 
    30523176fi 
     
    30713195else 
    30723196  cat >conftest.$ac_ext <<_ACEOF 
    3073 #line $LINENO "configure" 
    30743197/* confdefs.h.  */ 
    30753198_ACEOF 
     
    30773200cat >>conftest.$ac_ext <<_ACEOF 
    30783201/* end confdefs.h.  */ 
     3202/* Define setsockopt to an innocuous variant, in case <limits.h> declares setsockopt. 
     3203   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     3204#define setsockopt innocuous_setsockopt 
     3205 
    30793206/* System header to define __stub macros and hopefully few prototypes, 
    30803207    which can conflict with char setsockopt (); below. 
    30813208    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    30823209    <limits.h> exists even on freestanding compilers.  */ 
     3210 
    30833211#ifdef __STDC__ 
    30843212# include <limits.h> 
     
    30863214# include <assert.h> 
    30873215#endif 
     3216 
     3217#undef setsockopt 
     3218 
    30883219/* Override any gcc2 internal prototype to avoid an error.  */ 
    30893220#ifdef __cplusplus 
     
    31163247rm -f conftest.$ac_objext conftest$ac_exeext 
    31173248if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3118   (eval $ac_link) 2>&5 
    3119   ac_status=$? 
     3249  (eval $ac_link) 2>conftest.er1 
     3250  ac_status=$? 
     3251  grep -v '^ *+' conftest.er1 >conftest.err 
     3252  rm -f conftest.er1 
     3253  cat conftest.err >&5 
    31203254  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31213255  (exit $ac_status); } && 
    3122          { ac_try='test -s conftest$ac_exeext' 
     3256         { ac_try='test -z "$ac_c_werror_flag" 
     3257                         || test ! -s conftest.err' 
     3258  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3259  (eval $ac_try) 2>&5 
     3260  ac_status=$? 
     3261  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3262  (exit $ac_status); }; } && 
     3263         { ac_try='test -s conftest$ac_exeext' 
    31233264  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    31243265  (eval $ac_try) 2>&5 
     
    31333274ac_cv_func_setsockopt=no 
    31343275fi 
    3135 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3276rm -f conftest.err conftest.$ac_objext \ 
     3277      conftest$ac_exeext conftest.$ac_ext 
    31363278fi 
    31373279echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 
     
    31493291LIBS="-lsocket  $LIBS" 
    31503292cat >conftest.$ac_ext <<_ACEOF 
    3151