configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:318k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59.
  4. #
  5. # Copyright (C) 2003 Free Software Foundation, Inc.
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. ## --------------------- ##
  9. ## M4sh Initialization.  ##
  10. ## --------------------- ##
  11. # Be Bourne compatible
  12. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  13.   emulate sh
  14.   NULLCMD=:
  15.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  16.   # is contrary to our usage.  Disable this feature.
  17.   alias -g '${1+"$@"}'='"$@"'
  18. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  19.   set -o posix
  20. fi
  21. DUALCASE=1; export DUALCASE # for MKS sh
  22. # Support unset when possible.
  23. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  24.   as_unset=unset
  25. else
  26.   as_unset=false
  27. fi
  28. # Work around bugs in pre-3.0 UWIN ksh.
  29. $as_unset ENV MAIL MAILPATH
  30. PS1='$ '
  31. PS2='> '
  32. PS4='+ '
  33. # NLS nuisances.
  34. for as_var in 
  35.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  36.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  37.   LC_TELEPHONE LC_TIME
  38. do
  39.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  40.     eval $as_var=C; export $as_var
  41.   else
  42.     $as_unset $as_var
  43.   fi
  44. done
  45. # Required to use basename.
  46. if expr a : '(a)' >/dev/null 2>&1; then
  47.   as_expr=expr
  48. else
  49.   as_expr=false
  50. fi
  51. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  52.   as_basename=basename
  53. else
  54.   as_basename=false
  55. fi
  56. # Name of the executable.
  57. as_me=`$as_basename "$0" ||
  58. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  59.  X"$0" : 'X(//)$' | 
  60.  X"$0" : 'X(/)$' | 
  61.  .     : '(.)' 2>/dev/null ||
  62. echo X/"$0" |
  63.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  64.      /^X/(//)$/{ s//1/; q; }
  65.      /^X/(/).*/{ s//1/; q; }
  66.      s/.*/./; q'`
  67. # PATH needs CR, and LINENO needs CR and PATH.
  68. # Avoid depending upon Character Ranges.
  69. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  70. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  71. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  72. as_cr_digits='0123456789'
  73. as_cr_alnum=$as_cr_Letters$as_cr_digits
  74. # The user is always right.
  75. if test "${PATH_SEPARATOR+set}" != set; then
  76.   echo "#! /bin/sh" >conf$$.sh
  77.   echo  "exit 0"   >>conf$$.sh
  78.   chmod +x conf$$.sh
  79.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  80.     PATH_SEPARATOR=';'
  81.   else
  82.     PATH_SEPARATOR=:
  83.   fi
  84.   rm -f conf$$.sh
  85. fi
  86.   as_lineno_1=$LINENO
  87.   as_lineno_2=$LINENO
  88.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  89.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  90.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  91.   # Find who we are.  Look in the path if we contain no path at all
  92.   # relative or not.
  93.   case $0 in
  94.     *[\/]* ) as_myself=$0 ;;
  95.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  96. for as_dir in $PATH
  97. do
  98.   IFS=$as_save_IFS
  99.   test -z "$as_dir" && as_dir=.
  100.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  101. done
  102.        ;;
  103.   esac
  104.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  105.   # in which case we are not to be found in the path.
  106.   if test "x$as_myself" = x; then
  107.     as_myself=$0
  108.   fi
  109.   if test ! -f "$as_myself"; then
  110.     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  111.    { (exit 1); exit 1; }; }
  112.   fi
  113.   case $CONFIG_SHELL in
  114.   '')
  115.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  116. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  117. do
  118.   IFS=$as_save_IFS
  119.   test -z "$as_dir" && as_dir=.
  120.   for as_base in sh bash ksh sh5; do
  121.  case $as_dir in
  122.  /*)
  123.    if ("$as_dir/$as_base" -c '
  124.   as_lineno_1=$LINENO
  125.   as_lineno_2=$LINENO
  126.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  127.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  128.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  129.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  130.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  131.      CONFIG_SHELL=$as_dir/$as_base
  132.      export CONFIG_SHELL
  133.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  134.    fi;;
  135.  esac
  136.        done
  137. done
  138. ;;
  139.   esac
  140.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  141.   # uniformly replaced by the line number.  The first 'sed' inserts a
  142.   # line-number line before each line; the second 'sed' does the real
  143.   # work.  The second script uses 'N' to pair each line-number line
  144.   # with the numbered line, and appends trailing '-' during
  145.   # substitution so that $LINENO is not a special case at line end.
  146.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  147.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  148.   sed '=' <$as_myself |
  149.     sed '
  150.       N
  151.       s,$,-,
  152.       : loop
  153.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  154.       t loop
  155.       s,-$,,
  156.       s,^['$as_cr_digits']*n,,
  157.     ' >$as_me.lineno &&
  158.   chmod +x $as_me.lineno ||
  159.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  160.    { (exit 1); exit 1; }; }
  161.   # Don't try to exec as it changes $[0], causing all sort of problems
  162.   # (the dirname of $[0] is not the place where we might find the
  163.   # original and so on.  Autoconf is especially sensible to this).
  164.   . ./$as_me.lineno
  165.   # Exit status is that of the last command.
  166.   exit
  167. }
  168. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  169.   *c*,-n*) ECHO_N= ECHO_C='
  170. ' ECHO_T=' ' ;;
  171.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  172.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  173. esac
  174. if expr a : '(a)' >/dev/null 2>&1; then
  175.   as_expr=expr
  176. else
  177.   as_expr=false
  178. fi
  179. rm -f conf$$ conf$$.exe conf$$.file
  180. echo >conf$$.file
  181. if ln -s conf$$.file conf$$ 2>/dev/null; then
  182.   # We could just check for DJGPP; but this test a) works b) is more generic
  183.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  184.   if test -f conf$$.exe; then
  185.     # Don't use ln at all; we don't have any links
  186.     as_ln_s='cp -p'
  187.   else
  188.     as_ln_s='ln -s'
  189.   fi
  190. elif ln conf$$.file conf$$ 2>/dev/null; then
  191.   as_ln_s=ln
  192. else
  193.   as_ln_s='cp -p'
  194. fi
  195. rm -f conf$$ conf$$.exe conf$$.file
  196. if mkdir -p . 2>/dev/null; then
  197.   as_mkdir_p=:
  198. else
  199.   test -d ./-p && rmdir ./-p
  200.   as_mkdir_p=false
  201. fi
  202. as_executable_p="test -f"
  203. # Sed expression to map a string onto a valid CPP name.
  204. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  205. # Sed expression to map a string onto a valid variable name.
  206. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  207. # IFS
  208. # We need space, tab and new line, in precisely that order.
  209. as_nl='
  210. '
  211. IFS="  $as_nl"
  212. # CDPATH.
  213. $as_unset CDPATH
  214. # Name of the host.
  215. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  216. # so uname gets run too.
  217. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  218. exec 6>&1
  219. #
  220. # Initializations.
  221. #
  222. ac_default_prefix=/usr/local
  223. ac_config_libobj_dir=.
  224. cross_compiling=no
  225. subdirs=
  226. MFLAGS=
  227. MAKEFLAGS=
  228. SHELL=${CONFIG_SHELL-/bin/sh}
  229. # Maximum number of lines to put in a shell here document.
  230. # This variable seems obsolete.  It should probably be removed, and
  231. # only ac_max_sed_lines should be used.
  232. : ${ac_max_here_lines=38}
  233. # Identity of this package.
  234. PACKAGE_NAME=
  235. PACKAGE_TARNAME=
  236. PACKAGE_VERSION=
  237. PACKAGE_STRING=
  238. PACKAGE_BUGREPORT=
  239. ac_unique_file="ns_tclsh.cc"
  240. # Factoring default headers for most tests.
  241. ac_includes_default="
  242. #include <stdio.h>
  243. #if HAVE_SYS_TYPES_H
  244. # include <sys/types.h>
  245. #endif
  246. #if HAVE_SYS_STAT_H
  247. # include <sys/stat.h>
  248. #endif
  249. #if STDC_HEADERS
  250. # include <stdlib.h>
  251. # include <stddef.h>
  252. #else
  253. # if HAVE_STDLIB_H
  254. #  include <stdlib.h>
  255. # endif
  256. #endif
  257. #if HAVE_STRING_H
  258. # if !STDC_HEADERS && HAVE_MEMORY_H
  259. #  include <memory.h>
  260. # endif
  261. # include <string.h>
  262. #endif
  263. #if HAVE_STRINGS_H
  264. # include <strings.h>
  265. #endif
  266. #if HAVE_INTTYPES_H
  267. # include <inttypes.h>
  268. #else
  269. # if HAVE_STDINT_H
  270. #  include <stdint.h>
  271. # endif
  272. #endif
  273. #if HAVE_UNISTD_H
  274. # include <unistd.h>
  275. #endif"
  276. 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 target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX CPP EGREP CPP_NAMESPACE V_TCL_LIBRARY_FILES V_TCLSH V_LIBRARY_TCL V_TKDOSNAMES V_LIBRARY_TK V_TCL2CPP V_INCLUDE_X11 V_LIB_X11 PERL V_IMPORT_LIBS DL_LIBS DL_LD_FLAGS DL_LD_SEARCH_FLAGS SHLIB_CFLAGS SHLIB_LD SHLIB_LD_LIBS SHLIB_SUFFIX PKG_SHLIB_CFLAGS NSLIB build_nse V_INCLUDES V_LIBS V_DEFINES V_STATIC V_TAR_TARGET V_LIB_TCLCL V_LIB_OTCL V_LIB_TCL V_LIB_TK V_ALL V_CCOPT V_TAR_EXTRA V_LIB V_DEFINE V_SIGRET V_SHELL V_TARCMD V_INCLUDE V_OBJ V_BROKEN_OBJ V_OBJ_CRYPT V_RANLIB V_AR V_STLOBJ V_NS_TCL_LIB_STL V_LSSCRIPT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LIBOBJS LTLIBOBJS'
  277. ac_subst_files=''
  278. # Initialize some variables set by options.
  279. ac_init_help=
  280. ac_init_version=false
  281. # The variables have the same names as the options, with
  282. # dashes changed to underlines.
  283. cache_file=/dev/null
  284. exec_prefix=NONE
  285. no_create=
  286. no_recursion=
  287. prefix=NONE
  288. program_prefix=NONE
  289. program_suffix=NONE
  290. program_transform_name=s,x,x,
  291. silent=
  292. site=
  293. srcdir=
  294. verbose=
  295. x_includes=NONE
  296. x_libraries=NONE
  297. # Installation directory options.
  298. # These are left unexpanded so users can "make install exec_prefix=/foo"
  299. # and all the variables that are supposed to be based on exec_prefix
  300. # by default will actually change.
  301. # Use braces instead of parens because sh, perl, etc. also accept them.
  302. bindir='${exec_prefix}/bin'
  303. sbindir='${exec_prefix}/sbin'
  304. libexecdir='${exec_prefix}/libexec'
  305. datadir='${prefix}/share'
  306. sysconfdir='${prefix}/etc'
  307. sharedstatedir='${prefix}/com'
  308. localstatedir='${prefix}/var'
  309. libdir='${exec_prefix}/lib'
  310. includedir='${prefix}/include'
  311. oldincludedir='/usr/include'
  312. infodir='${prefix}/info'
  313. mandir='${prefix}/man'
  314. ac_prev=
  315. for ac_option
  316. do
  317.   # If the previous option needs an argument, assign it.
  318.   if test -n "$ac_prev"; then
  319.     eval "$ac_prev=$ac_option"
  320.     ac_prev=
  321.     continue
  322.   fi
  323.   ac_optarg=`expr "x$ac_option" : 'x[^=]*=(.*)'`
  324.   # Accept the important Cygnus configure options, so we can diagnose typos.
  325.   case $ac_option in
  326.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  327.     ac_prev=bindir ;;
  328.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  329.     bindir=$ac_optarg ;;
  330.   -build | --build | --buil | --bui | --bu)
  331.     ac_prev=build_alias ;;
  332.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  333.     build_alias=$ac_optarg ;;
  334.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  335.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  336.     ac_prev=cache_file ;;
  337.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  338.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  339.     cache_file=$ac_optarg ;;
  340.   --config-cache | -C)
  341.     cache_file=config.cache ;;
  342.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  343.     ac_prev=datadir ;;
  344.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  345.   | --da=*)
  346.     datadir=$ac_optarg ;;
  347.   -disable-* | --disable-*)
  348.     ac_feature=`expr "x$ac_option" : 'x-*disable-(.*)'`
  349.     # Reject names that are not valid shell variable names.
  350.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  351.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  352.    { (exit 1); exit 1; }; }
  353.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  354.     eval "enable_$ac_feature=no" ;;
  355.   -enable-* | --enable-*)
  356.     ac_feature=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  357.     # Reject names that are not valid shell variable names.
  358.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  359.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  360.    { (exit 1); exit 1; }; }
  361.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  362.     case $ac_option in
  363.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  364.       *) ac_optarg=yes ;;
  365.     esac
  366.     eval "enable_$ac_feature='$ac_optarg'" ;;
  367.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  368.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  369.   | --exec | --exe | --ex)
  370.     ac_prev=exec_prefix ;;
  371.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  372.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  373.   | --exec=* | --exe=* | --ex=*)
  374.     exec_prefix=$ac_optarg ;;
  375.   -gas | --gas | --ga | --g)
  376.     # Obsolete; use --with-gas.
  377.     with_gas=yes ;;
  378.   -help | --help | --hel | --he | -h)
  379.     ac_init_help=long ;;
  380.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  381.     ac_init_help=recursive ;;
  382.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  383.     ac_init_help=short ;;
  384.   -host | --host | --hos | --ho)
  385.     ac_prev=host_alias ;;
  386.   -host=* | --host=* | --hos=* | --ho=*)
  387.     host_alias=$ac_optarg ;;
  388.   -includedir | --includedir | --includedi | --included | --include 
  389.   | --includ | --inclu | --incl | --inc)
  390.     ac_prev=includedir ;;
  391.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  392.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  393.     includedir=$ac_optarg ;;
  394.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  395.     ac_prev=infodir ;;
  396.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  397.     infodir=$ac_optarg ;;
  398.   -libdir | --libdir | --libdi | --libd)
  399.     ac_prev=libdir ;;
  400.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  401.     libdir=$ac_optarg ;;
  402.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  403.   | --libexe | --libex | --libe)
  404.     ac_prev=libexecdir ;;
  405.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  406.   | --libexe=* | --libex=* | --libe=*)
  407.     libexecdir=$ac_optarg ;;
  408.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  409.   | --localstate | --localstat | --localsta | --localst 
  410.   | --locals | --local | --loca | --loc | --lo)
  411.     ac_prev=localstatedir ;;
  412.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  413.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  414.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  415.     localstatedir=$ac_optarg ;;
  416.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  417.     ac_prev=mandir ;;
  418.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  419.     mandir=$ac_optarg ;;
  420.   -nfp | --nfp | --nf)
  421.     # Obsolete; use --without-fp.
  422.     with_fp=no ;;
  423.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  424.   | --no-cr | --no-c | -n)
  425.     no_create=yes ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  428.     no_recursion=yes ;;
  429.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  430.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  431.   | --oldin | --oldi | --old | --ol | --o)
  432.     ac_prev=oldincludedir ;;
  433.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  434.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  435.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  436.     oldincludedir=$ac_optarg ;;
  437.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  438.     ac_prev=prefix ;;
  439.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  440.     prefix=$ac_optarg ;;
  441.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  442.   | --program-pre | --program-pr | --program-p)
  443.     ac_prev=program_prefix ;;
  444.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  445.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  446.     program_prefix=$ac_optarg ;;
  447.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  448.   | --program-suf | --program-su | --program-s)
  449.     ac_prev=program_suffix ;;
  450.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  451.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  452.     program_suffix=$ac_optarg ;;
  453.   -program-transform-name | --program-transform-name 
  454.   | --program-transform-nam | --program-transform-na 
  455.   | --program-transform-n | --program-transform- 
  456.   | --program-transform | --program-transfor 
  457.   | --program-transfo | --program-transf 
  458.   | --program-trans | --program-tran 
  459.   | --progr-tra | --program-tr | --program-t)
  460.     ac_prev=program_transform_name ;;
  461.   -program-transform-name=* | --program-transform-name=* 
  462.   | --program-transform-nam=* | --program-transform-na=* 
  463.   | --program-transform-n=* | --program-transform-=* 
  464.   | --program-transform=* | --program-transfor=* 
  465.   | --program-transfo=* | --program-transf=* 
  466.   | --program-trans=* | --program-tran=* 
  467.   | --progr-tra=* | --program-tr=* | --program-t=*)
  468.     program_transform_name=$ac_optarg ;;
  469.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  470.   | -silent | --silent | --silen | --sile | --sil)
  471.     silent=yes ;;
  472.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  473.     ac_prev=sbindir ;;
  474.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  475.   | --sbi=* | --sb=*)
  476.     sbindir=$ac_optarg ;;
  477.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  478.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  479.   | --sharedst | --shareds | --shared | --share | --shar 
  480.   | --sha | --sh)
  481.     ac_prev=sharedstatedir ;;
  482.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  483.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  484.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  485.   | --sha=* | --sh=*)
  486.     sharedstatedir=$ac_optarg ;;
  487.   -site | --site | --sit)
  488.     ac_prev=site ;;
  489.   -site=* | --site=* | --sit=*)
  490.     site=$ac_optarg ;;
  491.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  492.     ac_prev=srcdir ;;
  493.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  494.     srcdir=$ac_optarg ;;
  495.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  496.   | --syscon | --sysco | --sysc | --sys | --sy)
  497.     ac_prev=sysconfdir ;;
  498.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  499.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  500.     sysconfdir=$ac_optarg ;;
  501.   -target | --target | --targe | --targ | --tar | --ta | --t)
  502.     ac_prev=target_alias ;;
  503.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  504.     target_alias=$ac_optarg ;;
  505.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  506.     verbose=yes ;;
  507.   -version | --version | --versio | --versi | --vers | -V)
  508.     ac_init_version=: ;;
  509.   -with-* | --with-*)
  510.     ac_package=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  511.     # Reject names that are not valid shell variable names.
  512.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  513.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  514.    { (exit 1); exit 1; }; }
  515.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  516.     case $ac_option in
  517.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  518.       *) ac_optarg=yes ;;
  519.     esac
  520.     eval "with_$ac_package='$ac_optarg'" ;;
  521.   -without-* | --without-*)
  522.     ac_package=`expr "x$ac_option" : 'x-*without-(.*)'`
  523.     # Reject names that are not valid shell variable names.
  524.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  525.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  526.    { (exit 1); exit 1; }; }
  527.     ac_package=`echo $ac_package | sed 's/-/_/g'`
  528.     eval "with_$ac_package=no" ;;
  529.   --x)
  530.     # Obsolete; use --with-x.
  531.     with_x=yes ;;
  532.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  533.   | --x-incl | --x-inc | --x-in | --x-i)
  534.     ac_prev=x_includes ;;
  535.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  536.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  537.     x_includes=$ac_optarg ;;
  538.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  539.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  540.     ac_prev=x_libraries ;;
  541.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  542.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  543.     x_libraries=$ac_optarg ;;
  544.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  545. Try `$0 --help' for more information." >&2
  546.    { (exit 1); exit 1; }; }
  547.     ;;
  548.   *=*)
  549.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  550.     # Reject names that are not valid shell variable names.
  551.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  552.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  553.    { (exit 1); exit 1; }; }
  554.     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`
  555.     eval "$ac_envvar='$ac_optarg'"
  556.     export $ac_envvar ;;
  557.   *)
  558.     # FIXME: should be removed in autoconf 3.0.
  559.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  560.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  561.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  562.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  563.     ;;
  564.   esac
  565. done
  566. if test -n "$ac_prev"; then
  567.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  568.   { echo "$as_me: error: missing argument to $ac_option" >&2
  569.    { (exit 1); exit 1; }; }
  570. fi
  571. # Be sure to have absolute paths.
  572. for ac_var in exec_prefix prefix
  573. do
  574.   eval ac_val=$`echo $ac_var`
  575.   case $ac_val in
  576.     [\/$]* | ?:[\/]* | NONE | '' ) ;;
  577.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  578.    { (exit 1); exit 1; }; };;
  579.   esac
  580. done
  581. # Be sure to have absolute paths.
  582. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir 
  583.       localstatedir libdir includedir oldincludedir infodir mandir
  584. do
  585.   eval ac_val=$`echo $ac_var`
  586.   case $ac_val in
  587.     [\/$]* | ?:[\/]* ) ;;
  588.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  589.    { (exit 1); exit 1; }; };;
  590.   esac
  591. done
  592. # There might be people who depend on the old broken behavior: `$host'
  593. # used to hold the argument of --host etc.
  594. # FIXME: To remove some day.
  595. build=$build_alias
  596. host=$host_alias
  597. target=$target_alias
  598. # FIXME: To remove some day.
  599. if test "x$host_alias" != x; then
  600.   if test "x$build_alias" = x; then
  601.     cross_compiling=maybe
  602.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  603.     If a cross compiler is detected then cross compile mode will be used." >&2
  604.   elif test "x$build_alias" != "x$host_alias"; then
  605.     cross_compiling=yes
  606.   fi
  607. fi
  608. ac_tool_prefix=
  609. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  610. test "$silent" = yes && exec 6>/dev/null
  611. # Find the source files, if location was not specified.
  612. if test -z "$srcdir"; then
  613.   ac_srcdir_defaulted=yes
  614.   # Try the directory containing this script, then its parent.
  615.   ac_confdir=`(dirname "$0") 2>/dev/null ||
  616. $as_expr X"$0" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  617.  X"$0" : 'X(//)[^/]' | 
  618.  X"$0" : 'X(//)$' | 
  619.  X"$0" : 'X(/)' | 
  620.  .     : '(.)' 2>/dev/null ||
  621. echo X"$0" |
  622.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  623.      /^X(//)[^/].*/{ s//1/; q; }
  624.      /^X(//)$/{ s//1/; q; }
  625.      /^X(/).*/{ s//1/; q; }
  626.      s/.*/./; q'`
  627.   srcdir=$ac_confdir
  628.   if test ! -r $srcdir/$ac_unique_file; then
  629.     srcdir=..
  630.   fi
  631. else
  632.   ac_srcdir_defaulted=no
  633. fi
  634. if test ! -r $srcdir/$ac_unique_file; then
  635.   if test "$ac_srcdir_defaulted" = yes; then
  636.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  637.    { (exit 1); exit 1; }; }
  638.   else
  639.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  640.    { (exit 1); exit 1; }; }
  641.   fi
  642. fi
  643. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  644.   { echo "$as_me: error: sources are in $srcdir, but `cd $srcdir' does not work" >&2
  645.    { (exit 1); exit 1; }; }
  646. srcdir=`echo "$srcdir" | sed 's%([^\/])[\/]*$%1%'`
  647. ac_env_build_alias_set=${build_alias+set}
  648. ac_env_build_alias_value=$build_alias
  649. ac_cv_env_build_alias_set=${build_alias+set}
  650. ac_cv_env_build_alias_value=$build_alias
  651. ac_env_host_alias_set=${host_alias+set}
  652. ac_env_host_alias_value=$host_alias
  653. ac_cv_env_host_alias_set=${host_alias+set}
  654. ac_cv_env_host_alias_value=$host_alias
  655. ac_env_target_alias_set=${target_alias+set}
  656. ac_env_target_alias_value=$target_alias
  657. ac_cv_env_target_alias_set=${target_alias+set}
  658. ac_cv_env_target_alias_value=$target_alias
  659. ac_env_CC_set=${CC+set}
  660. ac_env_CC_value=$CC
  661. ac_cv_env_CC_set=${CC+set}
  662. ac_cv_env_CC_value=$CC
  663. ac_env_CFLAGS_set=${CFLAGS+set}
  664. ac_env_CFLAGS_value=$CFLAGS
  665. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  666. ac_cv_env_CFLAGS_value=$CFLAGS
  667. ac_env_LDFLAGS_set=${LDFLAGS+set}
  668. ac_env_LDFLAGS_value=$LDFLAGS
  669. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  670. ac_cv_env_LDFLAGS_value=$LDFLAGS
  671. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  672. ac_env_CPPFLAGS_value=$CPPFLAGS
  673. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  674. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  675. ac_env_CXX_set=${CXX+set}
  676. ac_env_CXX_value=$CXX
  677. ac_cv_env_CXX_set=${CXX+set}
  678. ac_cv_env_CXX_value=$CXX
  679. ac_env_CXXFLAGS_set=${CXXFLAGS+set}
  680. ac_env_CXXFLAGS_value=$CXXFLAGS
  681. ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
  682. ac_cv_env_CXXFLAGS_value=$CXXFLAGS
  683. ac_env_CPP_set=${CPP+set}
  684. ac_env_CPP_value=$CPP
  685. ac_cv_env_CPP_set=${CPP+set}
  686. ac_cv_env_CPP_value=$CPP
  687. #
  688. # Report the --help message.
  689. #
  690. if test "$ac_init_help" = "long"; then
  691.   # Omit some internal or obsolete options to make the list less imposing.
  692.   # This message is too long to be a string in the A/UX 3.1 sh.
  693.   cat <<_ACEOF
  694. `configure' configures this package to adapt to many kinds of systems.
  695. Usage: $0 [OPTION]... [VAR=VALUE]...
  696. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  697. VAR=VALUE.  See below for descriptions of some of the useful variables.
  698. Defaults for the options are specified in brackets.
  699. Configuration:
  700.   -h, --help              display this help and exit
  701.       --help=short        display options specific to this package
  702.       --help=recursive    display the short help of all the included packages
  703.   -V, --version           display version information and exit
  704.   -q, --quiet, --silent   do not print `checking...' messages
  705.       --cache-file=FILE   cache test results in FILE [disabled]
  706.   -C, --config-cache      alias for `--cache-file=config.cache'
  707.   -n, --no-create         do not create output files
  708.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  709. _ACEOF
  710.   cat <<_ACEOF
  711. Installation directories:
  712.   --prefix=PREFIX         install architecture-independent files in PREFIX
  713.   [$ac_default_prefix]
  714.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  715.   [PREFIX]
  716. By default, `make install' will install all the files in
  717. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  718. an installation prefix other than `$ac_default_prefix' using `--prefix',
  719. for instance `--prefix=$HOME'.
  720. For better control, use the options below.
  721. Fine tuning of the installation directories:
  722.   --bindir=DIR           user executables [EPREFIX/bin]
  723.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  724.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  725.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  726.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  727.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  728.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  729.   --libdir=DIR           object code libraries [EPREFIX/lib]
  730.   --includedir=DIR       C header files [PREFIX/include]
  731.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  732.   --infodir=DIR          info documentation [PREFIX/info]
  733.   --mandir=DIR           man documentation [PREFIX/man]
  734. _ACEOF
  735.   cat <<_ACEOF
  736. System types:
  737.   --build=BUILD     configure for building on BUILD [guessed]
  738.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  739.   --target=TARGET   configure for building compilers for TARGET [HOST]
  740. _ACEOF
  741. fi
  742. if test -n "$ac_init_help"; then
  743.   cat <<_ACEOF
  744. Optional Features:
  745.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  746.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  747. --enable-release do a release build
  748. --enable-debug build with debugging enabled
  749. --enable-devel do a development build
  750. --enable-static enable/disable static building
  751. --enable-stl include code that needs the Standard Template Library
  752. --enable-tclcl-classinstvar assume classinstvars are present in tclcl
  753. --enable-shlib          enable Makefile targets for mash shared libraries
  754. Optional Packages:
  755.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  756.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  757. -with-defaultoptions=filename use <filename> as default options file
  758. --with-tcl=path specify a pathname for tcl
  759. --with-tcl-ver=path specify the version of tcl/tk
  760. --with-tk=path specify a pathname for tk
  761. --with-tk-ver=path specify the version of tcl/tk
  762. --with-otcl=path specify a pathname for otcl
  763. --with-Tcl: old command now replaced by --with-tclcl
  764. --with-tclcl=path specify a pathname for TclCL (the ex-libTcl)
  765. --with-tcldebug=path specify a pathname for the tcl debugger (path=no disables the debugger)
  766. --with-dmalloc=path specify a pathname for the dmalloc debugger (path=no disables the dmalloc)
  767. --with-perl=path specify a pathname for perl
  768. Some influential environment variables:
  769.   CC          C compiler command
  770.   CFLAGS      C compiler flags
  771.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  772.               nonstandard directory <lib dir>
  773.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  774.               headers in a nonstandard directory <include dir>
  775.   CXX         C++ compiler command
  776.   CXXFLAGS    C++ compiler flags
  777.   CPP         C preprocessor
  778. Use these variables to override the choices made by `configure' or to help
  779. it to find libraries and programs with nonstandard names/locations.
  780. _ACEOF
  781. fi
  782. if test "$ac_init_help" = "recursive"; then
  783.   # If there are subdirs, report their specific --help.
  784.   ac_popdir=`pwd`
  785.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  786.     test -d $ac_dir || continue
  787.     ac_builddir=.
  788. if test "$ac_dir" != .; then
  789.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  790.   # A "../" for each directory in $ac_dir_suffix.
  791.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  792. else
  793.   ac_dir_suffix= ac_top_builddir=
  794. fi
  795. case $srcdir in
  796.   .)  # No --srcdir option.  We are building in place.
  797.     ac_srcdir=.
  798.     if test -z "$ac_top_builddir"; then
  799.        ac_top_srcdir=.
  800.     else
  801.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  802.     fi ;;
  803.   [\/]* | ?:[\/]* )  # Absolute path.
  804.     ac_srcdir=$srcdir$ac_dir_suffix;
  805.     ac_top_srcdir=$srcdir ;;
  806.   *) # Relative path.
  807.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  808.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  809. esac
  810. # Do not use `cd foo && pwd` to compute absolute paths, because
  811. # the directories may not exist.
  812. case `pwd` in
  813. .) ac_abs_builddir="$ac_dir";;
  814. *)
  815.   case "$ac_dir" in
  816.   .) ac_abs_builddir=`pwd`;;
  817.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  818.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  819.   esac;;
  820. esac
  821. case $ac_abs_builddir in
  822. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  823. *)
  824.   case ${ac_top_builddir}. in
  825.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  826.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  827.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  828.   esac;;
  829. esac
  830. case $ac_abs_builddir in
  831. .) ac_abs_srcdir=$ac_srcdir;;
  832. *)
  833.   case $ac_srcdir in
  834.   .) ac_abs_srcdir=$ac_abs_builddir;;
  835.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  836.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  837.   esac;;
  838. esac
  839. case $ac_abs_builddir in
  840. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  841. *)
  842.   case $ac_top_srcdir in
  843.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  844.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  845.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  846.   esac;;
  847. esac
  848.     cd $ac_dir
  849.     # Check for guested configure; otherwise get Cygnus style configure.
  850.     if test -f $ac_srcdir/configure.gnu; then
  851.       echo
  852.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  853.     elif test -f $ac_srcdir/configure; then
  854.       echo
  855.       $SHELL $ac_srcdir/configure  --help=recursive
  856.     elif test -f $ac_srcdir/configure.ac ||
  857.    test -f $ac_srcdir/configure.in; then
  858.       echo
  859.       $ac_configure --help
  860.     else
  861.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  862.     fi
  863.     cd $ac_popdir
  864.   done
  865. fi
  866. test -n "$ac_init_help" && exit 0
  867. if $ac_init_version; then
  868.   cat <<_ACEOF
  869. Copyright (C) 2003 Free Software Foundation, Inc.
  870. This configure script is free software; the Free Software Foundation
  871. gives unlimited permission to copy, distribute and modify it.
  872. _ACEOF
  873.   exit 0
  874. fi
  875. exec 5>config.log
  876. cat >&5 <<_ACEOF
  877. This file contains any messages produced by compilers while
  878. running configure, to aid debugging if configure makes a mistake.
  879. It was created by $as_me, which was
  880. generated by GNU Autoconf 2.59.  Invocation command line was
  881.   $ $0 $@
  882. _ACEOF
  883. {
  884. cat <<_ASUNAME
  885. ## --------- ##
  886. ## Platform. ##
  887. ## --------- ##
  888. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  889. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  890. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  891. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  892. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  893. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  894. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  895. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  896. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  897. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  898. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  899. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  900. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  901. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  902. _ASUNAME
  903. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  904. for as_dir in $PATH
  905. do
  906.   IFS=$as_save_IFS
  907.   test -z "$as_dir" && as_dir=.
  908.   echo "PATH: $as_dir"
  909. done
  910. } >&5
  911. cat >&5 <<_ACEOF
  912. ## ----------- ##
  913. ## Core tests. ##
  914. ## ----------- ##
  915. _ACEOF
  916. # Keep a trace of the command line.
  917. # Strip out --no-create and --no-recursion so they do not pile up.
  918. # Strip out --silent because we don't want to record it for future runs.
  919. # Also quote any args containing shell meta-characters.
  920. # Make two passes to allow for proper duplicate-argument suppression.
  921. ac_configure_args=
  922. ac_configure_args0=
  923. ac_configure_args1=
  924. ac_sep=
  925. ac_must_keep_next=false
  926. for ac_pass in 1 2
  927. do
  928.   for ac_arg
  929.   do
  930.     case $ac_arg in
  931.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  932.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  933.     | -silent | --silent | --silen | --sile | --sil)
  934.       continue ;;
  935.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  936.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  937.     esac
  938.     case $ac_pass in
  939.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  940.     2)
  941.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  942.       if test $ac_must_keep_next = true; then
  943. ac_must_keep_next=false # Got value, back to normal.
  944.       else
  945. case $ac_arg in
  946.   *=* | --config-cache | -C | -disable-* | --disable-* 
  947.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  948.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  949.   | -with-* | --with-* | -without-* | --without-* | --x)
  950.     case "$ac_configure_args0 " in
  951.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  952.     esac
  953.     ;;
  954.   -* ) ac_must_keep_next=true ;;
  955. esac
  956.       fi
  957.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  958.       # Get rid of the leading space.
  959.       ac_sep=" "
  960.       ;;
  961.     esac
  962.   done
  963. done
  964. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  965. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  966. # When interrupted or exit'd, cleanup temporary files, and complete
  967. # config.log.  We remove comments because anyway the quotes in there
  968. # would cause problems or look ugly.
  969. # WARNING: Be sure not to use single quotes in there, as some shells,
  970. # such as our DU 5.0 friend, will then `close' the trap.
  971. trap 'exit_status=$?
  972.   # Save into config.log some information that might help in debugging.
  973.   {
  974.     echo
  975.     cat <<_ASBOX
  976. ## ---------------- ##
  977. ## Cache variables. ##
  978. ## ---------------- ##
  979. _ASBOX
  980.     echo
  981.     # The following way of writing the cache mishandles newlines in values,
  982. {
  983.   (set) 2>&1 |
  984.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  985.     *ac_space= *)
  986.       sed -n 
  987. "s/'"'"'/'"'"'\\'"'"''"'"'/g;
  988.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='"'"'\2'"'"'/p"
  989.       ;;
  990.     *)
  991.       sed -n 
  992. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  993.       ;;
  994.     esac;
  995. }
  996.     echo
  997.     cat <<_ASBOX
  998. ## ----------------- ##
  999. ## Output variables. ##
  1000. ## ----------------- ##
  1001. _ASBOX
  1002.     echo
  1003.     for ac_var in $ac_subst_vars
  1004.     do
  1005.       eval ac_val=$`echo $ac_var`
  1006.       echo "$ac_var='"'"'$ac_val'"'"'"
  1007.     done | sort
  1008.     echo
  1009.     if test -n "$ac_subst_files"; then
  1010.       cat <<_ASBOX
  1011. ## ------------- ##
  1012. ## Output files. ##
  1013. ## ------------- ##
  1014. _ASBOX
  1015.       echo
  1016.       for ac_var in $ac_subst_files
  1017.       do
  1018. eval ac_val=$`echo $ac_var`
  1019. echo "$ac_var='"'"'$ac_val'"'"'"
  1020.       done | sort
  1021.       echo
  1022.     fi
  1023.     if test -s confdefs.h; then
  1024.       cat <<_ASBOX
  1025. ## ----------- ##
  1026. ## confdefs.h. ##
  1027. ## ----------- ##
  1028. _ASBOX
  1029.       echo
  1030.       sed "/^$/d" confdefs.h | sort
  1031.       echo
  1032.     fi
  1033.     test "$ac_signal" != 0 &&
  1034.       echo "$as_me: caught signal $ac_signal"
  1035.     echo "$as_me: exit $exit_status"
  1036.   } >&5
  1037.   rm -f core *.core &&
  1038.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1039.     exit $exit_status
  1040.      ' 0
  1041. for ac_signal in 1 2 13 15; do
  1042.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1043. done
  1044. ac_signal=0
  1045. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1046. rm -rf conftest* confdefs.h
  1047. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1048. echo >confdefs.h
  1049. # Predefined preprocessor variables.
  1050. cat >>confdefs.h <<_ACEOF
  1051. #define PACKAGE_NAME "$PACKAGE_NAME"
  1052. _ACEOF
  1053. cat >>confdefs.h <<_ACEOF
  1054. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1055. _ACEOF
  1056. cat >>confdefs.h <<_ACEOF
  1057. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1058. _ACEOF
  1059. cat >>confdefs.h <<_ACEOF
  1060. #define PACKAGE_STRING "$PACKAGE_STRING"
  1061. _ACEOF
  1062. cat >>confdefs.h <<_ACEOF
  1063. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1064. _ACEOF
  1065. # Let the site file select an alternate cache file if it wants to.
  1066. # Prefer explicitly selected file to automatically selected ones.
  1067. if test -z "$CONFIG_SITE"; then
  1068.   if test "x$prefix" != xNONE; then
  1069.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1070.   else
  1071.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1072.   fi
  1073. fi
  1074. for ac_site_file in $CONFIG_SITE; do
  1075.   if test -r "$ac_site_file"; then
  1076.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1077. echo "$as_me: loading site script $ac_site_file" >&6;}
  1078.     sed 's/^/| /' "$ac_site_file" >&5
  1079.     . "$ac_site_file"
  1080.   fi
  1081. done
  1082. if test -r "$cache_file"; then
  1083.   # Some versions of bash will fail to source /dev/null (special
  1084.   # files actually), so we avoid doing that.
  1085.   if test -f "$cache_file"; then
  1086.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1087. echo "$as_me: loading cache $cache_file" >&6;}
  1088.     case $cache_file in
  1089.       [\/]* | ?:[\/]* ) . $cache_file;;
  1090.       *)                      . ./$cache_file;;
  1091.     esac
  1092.   fi
  1093. else
  1094.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1095. echo "$as_me: creating cache $cache_file" >&6;}
  1096.   >$cache_file
  1097. fi
  1098. # Check that the precious variables saved in the cache have kept the same
  1099. # value.
  1100. ac_cache_corrupted=false
  1101. for ac_var in `(set) 2>&1 |
  1102.        sed -n 's/^ac_env_([a-zA-Z_0-9]*)_set=.*/1/p'`; do
  1103.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1104.   eval ac_new_set=$ac_env_${ac_var}_set
  1105.   eval ac_old_val="$ac_cv_env_${ac_var}_value"
  1106.   eval ac_new_val="$ac_env_${ac_var}_value"
  1107.   case $ac_old_set,$ac_new_set in
  1108.     set,)
  1109.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1110. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1111.       ac_cache_corrupted=: ;;
  1112.     ,set)
  1113.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1114. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1115.       ac_cache_corrupted=: ;;
  1116.     ,);;
  1117.     *)
  1118.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1119. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1120. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1121. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1122. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1123. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1124. echo "$as_me:   current value: $ac_new_val" >&2;}
  1125. ac_cache_corrupted=:
  1126.       fi;;
  1127.   esac
  1128.   # Pass precious variables to config.status.
  1129.   if test "$ac_new_set" = set; then
  1130.     case $ac_new_val in
  1131.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1132.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1133.     *) ac_arg=$ac_var=$ac_new_val ;;
  1134.     esac
  1135.     case " $ac_configure_args " in
  1136.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1137.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1138.     esac
  1139.   fi
  1140. done
  1141. if $ac_cache_corrupted; then
  1142.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1143. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1144.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1145. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1146.    { (exit 1); exit 1; }; }
  1147. fi
  1148. ac_ext=c
  1149. ac_cpp='$CPP $CPPFLAGS'
  1150. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1151. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1152. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1153. cat >>confdefs.h <<_ACEOF
  1154. #define _GNU_SOURCE 1
  1155. _ACEOF
  1156.           ac_config_headers="$ac_config_headers autoconf.h"
  1157. V_PROG="ns"
  1158. V_LIB=""
  1159. V_SHELL=""
  1160. enable_static=no
  1161. # Check whether --with-defaultoptions or --without-defaultoptions was given.
  1162. if test "${with_defaultoptions+set}" = set; then
  1163.   withval="$with_defaultoptions"
  1164. else
  1165.   with_defaultoptions=".configure"
  1166. fi;
  1167. if test "$with_defaultoptions" = "yes" ; then
  1168. with_defaultoptions=".configure"
  1169. elif test "$with_defaultoptions" = "no" ; then
  1170. with_defaultoptions=""
  1171. fi
  1172. if test -n "$with_defaultoptions" ; then
  1173. if test -f "$with_defaultoptions" ; then
  1174. read arglist < $with_defaultoptions
  1175. if test -n "$arglist" ; then
  1176. arguments="$0 $arglist $* --without-defaultoptions"
  1177. echo "Restarting: $arguments"
  1178. exec $arguments
  1179. fi
  1180. else
  1181. if test "$with_defaultoptions" = ".configure" ; then
  1182. echo No .configure file found in current directory
  1183. echo Continuing with default options...
  1184. else
  1185. echo Cannot find file $with_defaultoptions
  1186. echo Aborting configure...
  1187. exit 1
  1188. fi
  1189. fi
  1190. fi
  1191. ac_aux_dir=
  1192. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1193.   if test -f $ac_dir/install-sh; then
  1194.     ac_aux_dir=$ac_dir
  1195.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1196.     break
  1197.   elif test -f $ac_dir/install.sh; then
  1198.     ac_aux_dir=$ac_dir
  1199.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1200.     break
  1201.   elif test -f $ac_dir/shtool; then
  1202.     ac_aux_dir=$ac_dir
  1203.     ac_install_sh="$ac_aux_dir/shtool install -c"
  1204.     break
  1205.   fi
  1206. done
  1207. if test -z "$ac_aux_dir"; then
  1208.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1209. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1210.    { (exit 1); exit 1; }; }
  1211. fi
  1212. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1213. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1214. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1215. # Make sure we can run config.sub.
  1216. $ac_config_sub sun4 >/dev/null 2>&1 ||
  1217.   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  1218. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  1219.    { (exit 1); exit 1; }; }
  1220. echo "$as_me:$LINENO: checking build system type" >&5
  1221. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  1222. if test "${ac_cv_build+set}" = set; then
  1223.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1224. else
  1225.   ac_cv_build_alias=$build_alias
  1226. test -z "$ac_cv_build_alias" &&
  1227.   ac_cv_build_alias=`$ac_config_guess`
  1228. test -z "$ac_cv_build_alias" &&
  1229.   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1230. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1231.    { (exit 1); exit 1; }; }
  1232. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  1233.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  1234. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  1235.    { (exit 1); exit 1; }; }
  1236. fi
  1237. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1238. echo "${ECHO_T}$ac_cv_build" >&6
  1239. build=$ac_cv_build
  1240. build_cpu=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1241. build_vendor=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1242. build_os=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1243. echo "$as_me:$LINENO: checking host system type" >&5
  1244. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  1245. if test "${ac_cv_host+set}" = set; then
  1246.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1247. else
  1248.   ac_cv_host_alias=$host_alias
  1249. test -z "$ac_cv_host_alias" &&
  1250.   ac_cv_host_alias=$ac_cv_build_alias
  1251. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  1252.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  1253. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  1254.    { (exit 1); exit 1; }; }
  1255. fi
  1256. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1257. echo "${ECHO_T}$ac_cv_host" >&6
  1258. host=$ac_cv_host
  1259. host_cpu=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1260. host_vendor=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1261. host_os=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1262. echo "$as_me:$LINENO: checking target system type" >&5
  1263. echo $ECHO_N "checking target system type... $ECHO_C" >&6
  1264. if test "${ac_cv_target+set}" = set; then
  1265.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1266. else
  1267.   ac_cv_target_alias=$target_alias
  1268. test "x$ac_cv_target_alias" = "x" &&
  1269.   ac_cv_target_alias=$ac_cv_host_alias
  1270. ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
  1271.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
  1272. echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
  1273.    { (exit 1); exit 1; }; }
  1274. fi
  1275. echo "$as_me:$LINENO: result: $ac_cv_target" >&5
  1276. echo "${ECHO_T}$ac_cv_target" >&6
  1277. target=$ac_cv_target
  1278. target_cpu=`echo $ac_cv_target | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1279. target_vendor=`echo $ac_cv_target | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1280. target_os=`echo $ac_cv_target | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1281. # The aliases save the names the user supplied, while $host etc.
  1282. # will get canonicalized.
  1283. test -n "$target_alias" &&
  1284.   test "$program_prefix$program_suffix$program_transform_name" = 
  1285.     NONENONEs,x,x, &&
  1286.   program_prefix=${target_alias}-
  1287. ac_ext=c
  1288. ac_cpp='$CPP $CPPFLAGS'
  1289. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1290. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1291. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1292. if test -n "$ac_tool_prefix"; then
  1293.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1294. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1295. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1296. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1297. if test "${ac_cv_prog_CC+set}" = set; then
  1298.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1299. else
  1300.   if test -n "$CC"; then
  1301.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1302. else
  1303. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1304. for as_dir in $PATH
  1305. do
  1306.   IFS=$as_save_IFS
  1307.   test -z "$as_dir" && as_dir=.
  1308.   for ac_exec_ext in '' $ac_executable_extensions; do
  1309.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1310.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1311.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1312.     break 2
  1313.   fi
  1314. done
  1315. done
  1316. fi
  1317. fi
  1318. CC=$ac_cv_prog_CC
  1319. if test -n "$CC"; then
  1320.   echo "$as_me:$LINENO: result: $CC" >&5
  1321. echo "${ECHO_T}$CC" >&6
  1322. else
  1323.   echo "$as_me:$LINENO: result: no" >&5
  1324. echo "${ECHO_T}no" >&6
  1325. fi
  1326. fi
  1327. if test -z "$ac_cv_prog_CC"; then
  1328.   ac_ct_CC=$CC
  1329.   # Extract the first word of "gcc", so it can be a program name with args.
  1330. set dummy gcc; ac_word=$2
  1331. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1332. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1333. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1334.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1335. else
  1336.   if test -n "$ac_ct_CC"; then
  1337.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1338. else
  1339. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1340. for as_dir in $PATH
  1341. do
  1342.   IFS=$as_save_IFS
  1343.   test -z "$as_dir" && as_dir=.
  1344.   for ac_exec_ext in '' $ac_executable_extensions; do
  1345.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1346.     ac_cv_prog_ac_ct_CC="gcc"
  1347.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1348.     break 2
  1349.   fi
  1350. done
  1351. done
  1352. fi
  1353. fi
  1354. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1355. if test -n "$ac_ct_CC"; then
  1356.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1357. echo "${ECHO_T}$ac_ct_CC" >&6
  1358. else
  1359.   echo "$as_me:$LINENO: result: no" >&5
  1360. echo "${ECHO_T}no" >&6
  1361. fi
  1362.   CC=$ac_ct_CC
  1363. else
  1364.   CC="$ac_cv_prog_CC"
  1365. fi
  1366. if test -z "$CC"; then
  1367.   if test -n "$ac_tool_prefix"; then
  1368.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1369. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1370. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1371. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1372. if test "${ac_cv_prog_CC+set}" = set; then
  1373.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1374. else
  1375.   if test -n "$CC"; then
  1376.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1377. else
  1378. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1379. for as_dir in $PATH
  1380. do
  1381.   IFS=$as_save_IFS
  1382.   test -z "$as_dir" && as_dir=.
  1383.   for ac_exec_ext in '' $ac_executable_extensions; do
  1384.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1385.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1386.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1387.     break 2
  1388.   fi
  1389. done
  1390. done
  1391. fi
  1392. fi
  1393. CC=$ac_cv_prog_CC
  1394. if test -n "$CC"; then
  1395.   echo "$as_me:$LINENO: result: $CC" >&5
  1396. echo "${ECHO_T}$CC" >&6
  1397. else
  1398.   echo "$as_me:$LINENO: result: no" >&5
  1399. echo "${ECHO_T}no" >&6
  1400. fi
  1401. fi
  1402. if test -z "$ac_cv_prog_CC"; then
  1403.   ac_ct_CC=$CC
  1404.   # Extract the first word of "cc", so it can be a program name with args.
  1405. set dummy cc; ac_word=$2
  1406. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1407. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1408. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1409.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1410. else
  1411.   if test -n "$ac_ct_CC"; then
  1412.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1413. else
  1414. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1415. for as_dir in $PATH
  1416. do
  1417.   IFS=$as_save_IFS
  1418.   test -z "$as_dir" && as_dir=.
  1419.   for ac_exec_ext in '' $ac_executable_extensions; do
  1420.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1421.     ac_cv_prog_ac_ct_CC="cc"
  1422.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1423.     break 2
  1424.   fi
  1425. done
  1426. done
  1427. fi
  1428. fi
  1429. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1430. if test -n "$ac_ct_CC"; then
  1431.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1432. echo "${ECHO_T}$ac_ct_CC" >&6
  1433. else
  1434.   echo "$as_me:$LINENO: result: no" >&5
  1435. echo "${ECHO_T}no" >&6
  1436. fi
  1437.   CC=$ac_ct_CC
  1438. else
  1439.   CC="$ac_cv_prog_CC"
  1440. fi
  1441. fi
  1442. if test -z "$CC"; then
  1443.   # Extract the first word of "cc", so it can be a program name with args.
  1444. set dummy cc; ac_word=$2
  1445. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1446. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1447. if test "${ac_cv_prog_CC+set}" = set; then
  1448.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1449. else
  1450.   if test -n "$CC"; then
  1451.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1452. else
  1453.   ac_prog_rejected=no
  1454. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1455. for as_dir in $PATH
  1456. do
  1457.   IFS=$as_save_IFS
  1458.   test -z "$as_dir" && as_dir=.
  1459.   for ac_exec_ext in '' $ac_executable_extensions; do
  1460.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1461.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1462.        ac_prog_rejected=yes
  1463.        continue
  1464.      fi
  1465.     ac_cv_prog_CC="cc"
  1466.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1467.     break 2
  1468.   fi
  1469. done
  1470. done
  1471. if test $ac_prog_rejected = yes; then
  1472.   # We found a bogon in the path, so make sure we never use it.
  1473.   set dummy $ac_cv_prog_CC
  1474.   shift
  1475.   if test $# != 0; then
  1476.     # We chose a different compiler from the bogus one.
  1477.     # However, it has the same basename, so the bogon will be chosen
  1478.     # first if we set CC to just the basename; use the full file name.
  1479.     shift
  1480.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1481.   fi
  1482. fi
  1483. fi
  1484. fi
  1485. CC=$ac_cv_prog_CC
  1486. if test -n "$CC"; then
  1487.   echo "$as_me:$LINENO: result: $CC" >&5
  1488. echo "${ECHO_T}$CC" >&6
  1489. else
  1490.   echo "$as_me:$LINENO: result: no" >&5
  1491. echo "${ECHO_T}no" >&6
  1492. fi
  1493. fi
  1494. if test -z "$CC"; then
  1495.   if test -n "$ac_tool_prefix"; then
  1496.   for ac_prog in cl
  1497.   do
  1498.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1499. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1500. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1501. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1502. if test "${ac_cv_prog_CC+set}" = set; then
  1503.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1504. else
  1505.   if test -n "$CC"; then
  1506.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1507. else
  1508. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1509. for as_dir in $PATH
  1510. do
  1511.   IFS=$as_save_IFS
  1512.   test -z "$as_dir" && as_dir=.
  1513.   for ac_exec_ext in '' $ac_executable_extensions; do
  1514.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1515.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1516.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1517.     break 2
  1518.   fi
  1519. done
  1520. done
  1521. fi
  1522. fi
  1523. CC=$ac_cv_prog_CC
  1524. if test -n "$CC"; then
  1525.   echo "$as_me:$LINENO: result: $CC" >&5
  1526. echo "${ECHO_T}$CC" >&6
  1527. else
  1528.   echo "$as_me:$LINENO: result: no" >&5
  1529. echo "${ECHO_T}no" >&6
  1530. fi
  1531.     test -n "$CC" && break
  1532.   done
  1533. fi
  1534. if test -z "$CC"; then
  1535.   ac_ct_CC=$CC
  1536.   for ac_prog in cl
  1537. do
  1538.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1539. set dummy $ac_prog; ac_word=$2
  1540. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1541. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1542. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1543.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1544. else
  1545.   if test -n "$ac_ct_CC"; then
  1546.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1547. else
  1548. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1549. for as_dir in $PATH
  1550. do
  1551.   IFS=$as_save_IFS
  1552.   test -z "$as_dir" && as_dir=.
  1553.   for ac_exec_ext in '' $ac_executable_extensions; do
  1554.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1555.     ac_cv_prog_ac_ct_CC="$ac_prog"
  1556.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1557.     break 2
  1558.   fi
  1559. done
  1560. done
  1561. fi
  1562. fi
  1563. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1564. if test -n "$ac_ct_CC"; then
  1565.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1566. echo "${ECHO_T}$ac_ct_CC" >&6
  1567. else
  1568.   echo "$as_me:$LINENO: result: no" >&5
  1569. echo "${ECHO_T}no" >&6
  1570. fi
  1571.   test -n "$ac_ct_CC" && break
  1572. done
  1573.   CC=$ac_ct_CC
  1574. fi
  1575. fi
  1576. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  1577. See `config.log' for more details." >&5
  1578. echo "$as_me: error: no acceptable C compiler found in $PATH
  1579. See `config.log' for more details." >&2;}
  1580.    { (exit 1); exit 1; }; }
  1581. # Provide some information about the compiler.
  1582. echo "$as_me:$LINENO:" 
  1583.      "checking for C compiler version" >&5
  1584. ac_compiler=`set X $ac_compile; echo $2`
  1585. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  1586.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  1587.   ac_status=$?
  1588.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1589.   (exit $ac_status); }
  1590. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  1591.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  1592.   ac_status=$?
  1593.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1594.   (exit $ac_status); }
  1595. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  1596.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  1597.   ac_status=$?
  1598.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1599.   (exit $ac_status); }
  1600. cat >conftest.$ac_ext <<_ACEOF
  1601. /* confdefs.h.  */
  1602. _ACEOF
  1603. cat confdefs.h >>conftest.$ac_ext
  1604. cat >>conftest.$ac_ext <<_ACEOF
  1605. /* end confdefs.h.  */
  1606. int
  1607. main ()
  1608. {
  1609.   ;
  1610.   return 0;
  1611. }
  1612. _ACEOF
  1613. ac_clean_files_save=$ac_clean_files
  1614. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1615. # Try to create an executable without -o first, disregard a.out.
  1616. # It will help us diagnose broken compilers, and finding out an intuition
  1617. # of exeext.
  1618. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1619. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  1620. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1621. if { (eval echo "$as_me:$LINENO: "$ac_link_default"") >&5
  1622.   (eval $ac_link_default) 2>&5
  1623.   ac_status=$?
  1624.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1625.   (exit $ac_status); }; then
  1626.   # Find the output, starting from the most likely.  This scheme is
  1627. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  1628. # resort.
  1629. # Be careful to initialize this variable, since it used to be cached.
  1630. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  1631. ac_cv_exeext=
  1632. # b.out is created by i960 compilers.
  1633. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  1634. do
  1635.   test -f "$ac_file" || continue
  1636.   case $ac_file in
  1637.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  1638. ;;
  1639.     conftest.$ac_ext )
  1640. # This is the source file.
  1641. ;;
  1642.     [ab].out )
  1643. # We found the default executable, but exeext='' is most
  1644. # certainly right.
  1645. break;;
  1646.     *.* )
  1647. ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1648. # FIXME: I believe we export ac_cv_exeext for Libtool,
  1649. # but it would be cool to find out if it's true.  Does anybody
  1650. # maintain Libtool? --akim.
  1651. export ac_cv_exeext
  1652. break;;
  1653.     * )
  1654. break;;
  1655.   esac
  1656. done
  1657. else
  1658.   echo "$as_me: failed program was:" >&5
  1659. sed 's/^/| /' conftest.$ac_ext >&5
  1660. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  1661. See `config.log' for more details." >&5
  1662. echo "$as_me: error: C compiler cannot create executables
  1663. See `config.log' for more details." >&2;}
  1664.    { (exit 77); exit 77; }; }
  1665. fi
  1666. ac_exeext=$ac_cv_exeext
  1667. echo "$as_me:$LINENO: result: $ac_file" >&5
  1668. echo "${ECHO_T}$ac_file" >&6
  1669. # Check the compiler produces executables we can run.  If not, either
  1670. # the compiler is broken, or we cross compile.
  1671. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1672. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  1673. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1674. # If not cross compiling, check that we can run a simple program.
  1675. if test "$cross_compiling" != yes; then
  1676.   if { ac_try='./$ac_file'
  1677.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1678.   (eval $ac_try) 2>&5
  1679.   ac_status=$?
  1680.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1681.   (exit $ac_status); }; }; then
  1682.     cross_compiling=no
  1683.   else
  1684.     if test "$cross_compiling" = maybe; then
  1685. cross_compiling=yes
  1686.     else
  1687. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  1688. If you meant to cross compile, use `--host'.
  1689. See `config.log' for more details." >&5
  1690. echo "$as_me: error: cannot run C compiled programs.
  1691. If you meant to cross compile, use `--host'.
  1692. See `config.log' for more details." >&2;}
  1693.    { (exit 1); exit 1; }; }
  1694.     fi
  1695.   fi
  1696. fi
  1697. echo "$as_me:$LINENO: result: yes" >&5
  1698. echo "${ECHO_T}yes" >&6
  1699. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1700. ac_clean_files=$ac_clean_files_save
  1701. # Check the compiler produces executables we can run.  If not, either
  1702. # the compiler is broken, or we cross compile.
  1703. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1704. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  1705. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1706. echo "${ECHO_T}$cross_compiling" >&6
  1707. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1708. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  1709. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1710.   (eval $ac_link) 2>&5
  1711.   ac_status=$?
  1712.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1713.   (exit $ac_status); }; then
  1714.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1715. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1716. # work properly (i.e., refer to `conftest.exe'), while it won't with
  1717. # `rm'.
  1718. for ac_file in conftest.exe conftest conftest.*; do
  1719.   test -f "$ac_file" || continue
  1720.   case $ac_file in
  1721.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  1722.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1723.   export ac_cv_exeext
  1724.   break;;
  1725.     * ) break;;
  1726.   esac
  1727. done
  1728. else
  1729.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  1730. See `config.log' for more details." >&5
  1731. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  1732. See `config.log' for more details." >&2;}
  1733.    { (exit 1); exit 1; }; }
  1734. fi
  1735. rm -f conftest$ac_cv_exeext
  1736. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1737. echo "${ECHO_T}$ac_cv_exeext" >&6
  1738. rm -f conftest.$ac_ext
  1739. EXEEXT=$ac_cv_exeext
  1740. ac_exeext=$EXEEXT
  1741. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1742. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  1743. if test "${ac_cv_objext+set}" = set; then
  1744.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1745. else
  1746.   cat >conftest.$ac_ext <<_ACEOF
  1747. /* confdefs.h.  */
  1748. _ACEOF
  1749. cat confdefs.h >>conftest.$ac_ext
  1750. cat >>conftest.$ac_ext <<_ACEOF
  1751. /* end confdefs.h.  */
  1752. int
  1753. main ()
  1754. {
  1755.   ;
  1756.   return 0;
  1757. }
  1758. _ACEOF
  1759. rm -f conftest.o conftest.obj
  1760. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1761.   (eval $ac_compile) 2>&5
  1762.   ac_status=$?
  1763.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1764.   (exit $ac_status); }; then
  1765.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  1766.   case $ac_file in
  1767.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  1768.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  1769.        break;;
  1770.   esac
  1771. done
  1772. else
  1773.   echo "$as_me: failed program was:" >&5
  1774. sed 's/^/| /' conftest.$ac_ext >&5
  1775. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  1776. See `config.log' for more details." >&5
  1777. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  1778. See `config.log' for more details." >&2;}
  1779.    { (exit 1); exit 1; }; }
  1780. fi
  1781. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1782. fi
  1783. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1784. echo "${ECHO_T}$ac_cv_objext" >&6
  1785. OBJEXT=$ac_cv_objext
  1786. ac_objext=$OBJEXT
  1787. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1788. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  1789. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1790.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1791. else
  1792.   cat >conftest.$ac_ext <<_ACEOF
  1793. /* confdefs.h.  */
  1794. _ACEOF
  1795. cat confdefs.h >>conftest.$ac_ext
  1796. cat >>conftest.$ac_ext <<_ACEOF
  1797. /* end confdefs.h.  */
  1798. int
  1799. main ()
  1800. {
  1801. #ifndef __GNUC__
  1802.        choke me
  1803. #endif
  1804.   ;
  1805.   return 0;
  1806. }
  1807. _ACEOF
  1808. rm -f conftest.$ac_objext
  1809. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1810.   (eval $ac_compile) 2>conftest.er1
  1811.   ac_status=$?
  1812.   grep -v '^ *+' conftest.er1 >conftest.err
  1813.   rm -f conftest.er1
  1814.   cat conftest.err >&5
  1815.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1816.   (exit $ac_status); } &&
  1817.  { ac_try='test -z "$ac_c_werror_flag"
  1818.  || test ! -s conftest.err'
  1819.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1820.   (eval $ac_try) 2>&5
  1821.   ac_status=$?
  1822.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1823.   (exit $ac_status); }; } &&
  1824.  { ac_try='test -s conftest.$ac_objext'
  1825.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1826.   (eval $ac_try) 2>&5
  1827.   ac_status=$?
  1828.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1829.   (exit $ac_status); }; }; then
  1830.   ac_compiler_gnu=yes
  1831. else
  1832.   echo "$as_me: failed program was:" >&5
  1833. sed 's/^/| /' conftest.$ac_ext >&5
  1834. ac_compiler_gnu=no
  1835. fi
  1836. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1837. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1838. fi
  1839. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1840. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  1841. GCC=`test $ac_compiler_gnu = yes && echo yes`
  1842. ac_test_CFLAGS=${CFLAGS+set}
  1843. ac_save_CFLAGS=$CFLAGS
  1844. CFLAGS="-g"
  1845. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1846. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  1847. if test "${ac_cv_prog_cc_g+set}" = set; then
  1848.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1849. else
  1850.   cat >conftest.$ac_ext <<_ACEOF
  1851. /* confdefs.h.  */
  1852. _ACEOF
  1853. cat confdefs.h >>conftest.$ac_ext
  1854. cat >>conftest.$ac_ext <<_ACEOF
  1855. /* end confdefs.h.  */
  1856. int
  1857. main ()
  1858. {
  1859.   ;
  1860.   return 0;
  1861. }
  1862. _ACEOF
  1863. rm -f conftest.$ac_objext
  1864. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1865.   (eval $ac_compile) 2>conftest.er1
  1866.   ac_status=$?
  1867.   grep -v '^ *+' conftest.er1 >conftest.err
  1868.   rm -f conftest.er1
  1869.   cat conftest.err >&5
  1870.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1871.   (exit $ac_status); } &&
  1872.  { ac_try='test -z "$ac_c_werror_flag"
  1873.  || test ! -s conftest.err'
  1874.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1875.   (eval $ac_try) 2>&5
  1876.   ac_status=$?
  1877.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1878.   (exit $ac_status); }; } &&
  1879.  { ac_try='test -s conftest.$ac_objext'
  1880.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1881.   (eval $ac_try) 2>&5
  1882.   ac_status=$?
  1883.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1884.   (exit $ac_status); }; }; then
  1885.   ac_cv_prog_cc_g=yes
  1886. else
  1887.   echo "$as_me: failed program was:" >&5
  1888. sed 's/^/| /' conftest.$ac_ext >&5
  1889. ac_cv_prog_cc_g=no
  1890. fi
  1891. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1892. fi
  1893. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1894. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  1895. if test "$ac_test_CFLAGS" = set; then
  1896.   CFLAGS=$ac_save_CFLAGS
  1897. elif test $ac_cv_prog_cc_g = yes; then
  1898.   if test "$GCC" = yes; then
  1899.     CFLAGS="-g -O2"
  1900.   else
  1901.     CFLAGS="-g"
  1902.   fi
  1903. else
  1904.   if test "$GCC" = yes; then
  1905.     CFLAGS="-O2"
  1906.   else
  1907.     CFLAGS=
  1908.   fi
  1909. fi
  1910. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  1911. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  1912. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  1913.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1914. else
  1915.   ac_cv_prog_cc_stdc=no
  1916. ac_save_CC=$CC
  1917. cat >conftest.$ac_ext <<_ACEOF
  1918. /* confdefs.h.  */
  1919. _ACEOF
  1920. cat confdefs.h >>conftest.$ac_ext
  1921. cat >>conftest.$ac_ext <<_ACEOF
  1922. /* end confdefs.h.  */
  1923. #include <stdarg.h>
  1924. #include <stdio.h>
  1925. #include <sys/types.h>
  1926. #include <sys/stat.h>
  1927. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1928. struct buf { int x; };
  1929. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1930. static char *e (p, i)
  1931.      char **p;
  1932.      int i;
  1933. {
  1934.   return p[i];
  1935. }
  1936. static char *f (char * (*g) (char **, int), char **p, ...)
  1937. {
  1938.   char *s;
  1939.   va_list v;
  1940.   va_start (v,p);
  1941.   s = g (p, va_arg (v,int));
  1942.   va_end (v);
  1943.   return s;
  1944. }
  1945. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1946.    function prototypes and stuff, but not 'xHH' hex character constants.
  1947.    These don't provoke an error unfortunately, instead are silently treated
  1948.    as 'x'.  The following induces an error, until -std1 is added to get
  1949.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  1950.    array size at least.  It's necessary to write 'x00'==0 to get something
  1951.    that's true only with -std1.  */
  1952. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  1953. int test (int i, double x);
  1954. struct s1 {int (*f) (int a);};
  1955. struct s2 {int (*f) (double a);};
  1956. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1957. int argc;
  1958. char **argv;
  1959. int
  1960. main ()
  1961. {
  1962. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1963.   ;
  1964.   return 0;
  1965. }
  1966. _ACEOF
  1967. # Don't try gcc -ansi; that turns off useful extensions and
  1968. # breaks some systems' header files.
  1969. # AIX -qlanglvl=ansi
  1970. # Ultrix and OSF/1 -std1
  1971. # HP-UX 10.20 and later -Ae
  1972. # HP-UX older versions -Aa -D_HPUX_SOURCE
  1973. # SVR4 -Xc -D__EXTENSIONS__
  1974. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1975. do
  1976.   CC="$ac_save_CC $ac_arg"
  1977.   rm -f conftest.$ac_objext
  1978. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1979.   (eval $ac_compile) 2>conftest.er1
  1980.   ac_status=$?
  1981.   grep -v '^ *+' conftest.er1 >conftest.err
  1982.   rm -f conftest.er1
  1983.   cat conftest.err >&5
  1984.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1985.   (exit $ac_status); } &&
  1986.  { ac_try='test -z "$ac_c_werror_flag"
  1987.  || test ! -s conftest.err'
  1988.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1989.   (eval $ac_try) 2>&5
  1990.   ac_status=$?
  1991.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1992.   (exit $ac_status); }; } &&
  1993.  { ac_try='test -s conftest.$ac_objext'
  1994.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1995.   (eval $ac_try) 2>&5
  1996.   ac_status=$?
  1997.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1998.   (exit $ac_status); }; }; then
  1999.   ac_cv_prog_cc_stdc=$ac_arg
  2000. break
  2001. else
  2002.   echo "$as_me: failed program was:" >&5
  2003. sed 's/^/| /' conftest.$ac_ext >&5
  2004. fi
  2005. rm -f conftest.err conftest.$ac_objext
  2006. done
  2007. rm -f conftest.$ac_ext conftest.$ac_objext
  2008. CC=$ac_save_CC
  2009. fi
  2010. case "x$ac_cv_prog_cc_stdc" in
  2011.   x|xno)
  2012.     echo "$as_me:$LINENO: result: none needed" >&5
  2013. echo "${ECHO_T}none needed" >&6 ;;
  2014.   *)
  2015.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  2016. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  2017.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  2018. esac
  2019. # Some people use a C++ compiler to compile C.  Since we use `exit',
  2020. # in C++ we need to declare it.  In case someone uses the same compiler
  2021. # for both compiling C and C++ we need to have the C++ compiler decide
  2022. # the declaration of exit, since it's the most demanding environment.
  2023. cat >conftest.$ac_ext <<_ACEOF
  2024. #ifndef __cplusplus
  2025.   choke me
  2026. #endif
  2027. _ACEOF
  2028. rm -f conftest.$ac_objext
  2029. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2030.   (eval $ac_compile) 2>conftest.er1
  2031.   ac_status=$?
  2032.   grep -v '^ *+' conftest.er1 >conftest.err
  2033.   rm -f conftest.er1
  2034.   cat conftest.err >&5
  2035.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2036.   (exit $ac_status); } &&
  2037.  { ac_try='test -z "$ac_c_werror_flag"
  2038.  || test ! -s conftest.err'
  2039.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2040.   (eval $ac_try) 2>&5
  2041.   ac_status=$?
  2042.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2043.   (exit $ac_status); }; } &&
  2044.  { ac_try='test -s conftest.$ac_objext'
  2045.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2046.   (eval $ac_try) 2>&5
  2047.   ac_status=$?
  2048.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2049.   (exit $ac_status); }; }; then
  2050.   for ac_declaration in 
  2051.    '' 
  2052.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  2053.    'extern "C" void std::exit (int); using std::exit;' 
  2054.    'extern "C" void exit (int) throw ();' 
  2055.    'extern "C" void exit (int);' 
  2056.    'void exit (int);'
  2057. do
  2058.   cat >conftest.$ac_ext <<_ACEOF
  2059. /* confdefs.h.  */
  2060. _ACEOF
  2061. cat confdefs.h >>conftest.$ac_ext
  2062. cat >>conftest.$ac_ext <<_ACEOF
  2063. /* end confdefs.h.  */
  2064. $ac_declaration
  2065. #include <stdlib.h>
  2066. int
  2067. main ()
  2068. {
  2069. exit (42);
  2070.   ;
  2071.   return 0;
  2072. }
  2073. _ACEOF
  2074. rm -f conftest.$ac_objext
  2075. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2076.   (eval $ac_compile) 2>conftest.er1
  2077.   ac_status=$?
  2078.   grep -v '^ *+' conftest.er1 >conftest.err
  2079.   rm -f conftest.er1
  2080.   cat conftest.err >&5
  2081.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2082.   (exit $ac_status); } &&
  2083.  { ac_try='test -z "$ac_c_werror_flag"
  2084.  || test ! -s conftest.err'
  2085.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2086.   (eval $ac_try) 2>&5
  2087.   ac_status=$?
  2088.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2089.   (exit $ac_status); }; } &&
  2090.  { ac_try='test -s conftest.$ac_objext'
  2091.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2092.   (eval $ac_try) 2>&5
  2093.   ac_status=$?
  2094.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2095.   (exit $ac_status); }; }; then
  2096.   :
  2097. else
  2098.   echo "$as_me: failed program was:" >&5
  2099. sed 's/^/| /' conftest.$ac_ext >&5
  2100. continue
  2101. fi
  2102. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2103.   cat >conftest.$ac_ext <<_ACEOF
  2104. /* confdefs.h.  */
  2105. _ACEOF
  2106. cat confdefs.h >>conftest.$ac_ext
  2107. cat >>conftest.$ac_ext <<_ACEOF
  2108. /* end confdefs.h.  */
  2109. $ac_declaration
  2110. int
  2111. main ()
  2112. {
  2113. exit (42);
  2114.   ;
  2115.   return 0;
  2116. }
  2117. _ACEOF
  2118. rm -f conftest.$ac_objext
  2119. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2120.   (eval $ac_compile) 2>conftest.er1
  2121.   ac_status=$?
  2122.   grep -v '^ *+' conftest.er1 >conftest.err
  2123.   rm -f conftest.er1
  2124.   cat conftest.err >&5
  2125.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2126.   (exit $ac_status); } &&
  2127.  { ac_try='test -z "$ac_c_werror_flag"
  2128.  || test ! -s conftest.err'
  2129.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2130.   (eval $ac_try) 2>&5
  2131.   ac_status=$?
  2132.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2133.   (exit $ac_status); }; } &&
  2134.  { ac_try='test -s conftest.$ac_objext'
  2135.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2136.   (eval $ac_try) 2>&5
  2137.   ac_status=$?
  2138.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2139.   (exit $ac_status); }; }; then
  2140.   break
  2141. else
  2142.   echo "$as_me: failed program was:" >&5
  2143. sed 's/^/| /' conftest.$ac_ext >&5
  2144. fi
  2145. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2146. done
  2147. rm -f conftest*
  2148. if test -n "$ac_declaration"; then
  2149.   echo '#ifdef __cplusplus' >>confdefs.h
  2150.   echo $ac_declaration      >>confdefs.h
  2151.   echo '#endif'             >>confdefs.h
  2152. fi
  2153. else
  2154.   echo "$as_me: failed program was:" >&5
  2155. sed 's/^/| /' conftest.$ac_ext >&5
  2156. fi
  2157. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2158. ac_ext=c
  2159. ac_cpp='$CPP $CPPFLAGS'
  2160. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2161. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2162. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2163. ac_ext=cc
  2164. ac_cpp='$CXXCPP $CPPFLAGS'
  2165. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2166. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2167. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  2168. if test -n "$ac_tool_prefix"; then
  2169.   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
  2170.   do
  2171.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2172. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2173. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2174. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2175. if test "${ac_cv_prog_CXX+set}" = set; then
  2176.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2177. else
  2178.   if test -n "$CXX"; then
  2179.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  2180. else
  2181. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2182. for as_dir in $PATH
  2183. do
  2184.   IFS=$as_save_IFS
  2185.   test -z "$as_dir" && as_dir=.
  2186.   for ac_exec_ext in '' $ac_executable_extensions; do
  2187.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2188.     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  2189.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2190.     break 2
  2191.   fi
  2192. done
  2193. done
  2194. fi
  2195. fi
  2196. CXX=$ac_cv_prog_CXX
  2197. if test -n "$CXX"; then
  2198.   echo "$as_me:$LINENO: result: $CXX" >&5
  2199. echo "${ECHO_T}$CXX" >&6
  2200. else
  2201.   echo "$as_me:$LINENO: result: no" >&5
  2202. echo "${ECHO_T}no" >&6
  2203. fi
  2204.     test -n "$CXX" && break
  2205.   done
  2206. fi
  2207. if test -z "$CXX"; then
  2208.   ac_ct_CXX=$CXX
  2209.   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
  2210. do
  2211.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2212. set dummy $ac_prog; ac_word=$2
  2213. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2214. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2215. if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
  2216.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2217. else
  2218.   if test -n "$ac_ct_CXX"; then
  2219.   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  2220. else
  2221. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2222. for as_dir in $PATH
  2223. do
  2224.   IFS=$as_save_IFS
  2225.   test -z "$as_dir" && as_dir=.
  2226.   for ac_exec_ext in '' $ac_executable_extensions; do
  2227.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2228.     ac_cv_prog_ac_ct_CXX="$ac_prog"
  2229.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2230.     break 2
  2231.   fi
  2232. done
  2233. done
  2234. fi
  2235. fi
  2236. ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  2237. if test -n "$ac_ct_CXX"; then
  2238.   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
  2239. echo "${ECHO_T}$ac_ct_CXX" >&6
  2240. else
  2241.   echo "$as_me:$LINENO: result: no" >&5
  2242. echo "${ECHO_T}no" >&6
  2243. fi
  2244.   test -n "$ac_ct_CXX" && break
  2245. done
  2246. test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
  2247.   CXX=$ac_ct_CXX
  2248. fi
  2249. # Provide some information about the compiler.
  2250. echo "$as_me:$LINENO:" 
  2251.      "checking for C++ compiler version" >&5
  2252. ac_compiler=`set X $ac_compile; echo $2`
  2253. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  2254.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  2255.   ac_status=$?
  2256.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2257.   (exit $ac_status); }
  2258. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  2259.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  2260.   ac_status=$?
  2261.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2262.   (exit $ac_status); }
  2263. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  2264.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  2265.   ac_status=$?
  2266.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2267.   (exit $ac_status); }
  2268. echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
  2269. echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
  2270. if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
  2271.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2272. else
  2273.   cat >conftest.$ac_ext <<_ACEOF
  2274. /* confdefs.h.  */
  2275. _ACEOF
  2276. cat confdefs.h >>conftest.$ac_ext
  2277. cat >>conftest.$ac_ext <<_ACEOF
  2278. /* end confdefs.h.  */
  2279. int
  2280. main ()
  2281. {
  2282. #ifndef __GNUC__
  2283.        choke me
  2284. #endif
  2285.   ;
  2286.   return 0;
  2287. }
  2288. _ACEOF
  2289. rm -f conftest.$ac_objext
  2290. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2291.   (eval $ac_compile) 2>conftest.er1
  2292.   ac_status=$?
  2293.   grep -v '^ *+' conftest.er1 >conftest.err
  2294.   rm -f conftest.er1
  2295.   cat conftest.err >&5
  2296.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2297.   (exit $ac_status); } &&
  2298.  { ac_try='test -z "$ac_cxx_werror_flag"
  2299.  || test ! -s conftest.err'
  2300.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2301.   (eval $ac_try) 2>&5
  2302.   ac_status=$?
  2303.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2304.   (exit $ac_status); }; } &&
  2305.  { ac_try='test -s conftest.$ac_objext'
  2306.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2307.   (eval $ac_try) 2>&5
  2308.   ac_status=$?
  2309.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2310.   (exit $ac_status); }; }; then
  2311.   ac_compiler_gnu=yes
  2312. else
  2313.   echo "$as_me: failed program was:" >&5
  2314. sed 's/^/| /' conftest.$ac_ext >&5
  2315. ac_compiler_gnu=no
  2316. fi
  2317. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2318. ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  2319. fi
  2320. echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
  2321. echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
  2322. GXX=`test $ac_compiler_gnu = yes && echo yes`
  2323. ac_test_CXXFLAGS=${CXXFLAGS+set}
  2324. ac_save_CXXFLAGS=$CXXFLAGS
  2325. CXXFLAGS="-g"
  2326. echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
  2327. echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
  2328. if test "${ac_cv_prog_cxx_g+set}" = set; then
  2329.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2330. else
  2331.   cat >conftest.$ac_ext <<_ACEOF
  2332. /* confdefs.h.  */
  2333. _ACEOF
  2334. cat confdefs.h >>conftest.$ac_ext
  2335. cat >>conftest.$ac_ext <<_ACEOF
  2336. /* end confdefs.h.  */
  2337. int
  2338. main ()
  2339. {
  2340.   ;
  2341.   return 0;
  2342. }
  2343. _ACEOF
  2344. rm -f conftest.$ac_objext
  2345. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2346.   (eval $ac_compile) 2>conftest.er1
  2347.   ac_status=$?
  2348.   grep -v '^ *+' conftest.er1 >conftest.err
  2349.   rm -f conftest.er1
  2350.   cat conftest.err >&5
  2351.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2352.   (exit $ac_status); } &&
  2353.  { ac_try='test -z "$ac_cxx_werror_flag"
  2354.  || test ! -s conftest.err'
  2355.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2356.   (eval $ac_try) 2>&5
  2357.   ac_status=$?
  2358.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2359.   (exit $ac_status); }; } &&
  2360.  { ac_try='test -s conftest.$ac_objext'
  2361.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2362.   (eval $ac_try) 2>&5
  2363.   ac_status=$?
  2364.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2365.   (exit $ac_status); }; }; then
  2366.   ac_cv_prog_cxx_g=yes
  2367. else
  2368.   echo "$as_me: failed program was:" >&5
  2369. sed 's/^/| /' conftest.$ac_ext >&5
  2370. ac_cv_prog_cxx_g=no
  2371. fi
  2372. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2373. fi
  2374. echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
  2375. echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
  2376. if test "$ac_test_CXXFLAGS" = set; then
  2377.   CXXFLAGS=$ac_save_CXXFLAGS
  2378. elif test $ac_cv_prog_cxx_g = yes; then
  2379.   if test "$GXX" = yes; then
  2380.     CXXFLAGS="-g -O2"
  2381.   else
  2382.     CXXFLAGS="-g"
  2383.   fi
  2384. else
  2385.   if test "$GXX" = yes; then
  2386.     CXXFLAGS="-O2"
  2387.   else
  2388.     CXXFLAGS=
  2389.   fi
  2390. fi
  2391. for ac_declaration in 
  2392.    '' 
  2393.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  2394.    'extern "C" void std::exit (int); using std::exit;' 
  2395.    'extern "C" void exit (int) throw ();' 
  2396.    'extern "C" void exit (int);' 
  2397.    'void exit (int);'
  2398. do
  2399.   cat >conftest.$ac_ext <<_ACEOF
  2400. /* confdefs.h.  */
  2401. _ACEOF
  2402. cat confdefs.h >>conftest.$ac_ext
  2403. cat >>conftest.$ac_ext <<_ACEOF
  2404. /* end confdefs.h.  */
  2405. $ac_declaration
  2406. #include <stdlib.h>
  2407. int
  2408. main ()
  2409. {
  2410. exit (42);
  2411.   ;
  2412.   return 0;
  2413. }
  2414. _ACEOF
  2415. rm -f conftest.$ac_objext
  2416. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2417.   (eval $ac_compile) 2>conftest.er1
  2418.   ac_status=$?
  2419.   grep -v '^ *+' conftest.er1 >conftest.err
  2420.   rm -f conftest.er1
  2421.   cat conftest.err >&5
  2422.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2423.   (exit $ac_status); } &&
  2424.  { ac_try='test -z "$ac_cxx_werror_flag"
  2425.  || test ! -s conftest.err'
  2426.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2427.   (eval $ac_try) 2>&5
  2428.   ac_status=$?
  2429.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2430.   (exit $ac_status); }; } &&
  2431.  { ac_try='test -s conftest.$ac_objext'
  2432.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2433.   (eval $ac_try) 2>&5
  2434.   ac_status=$?
  2435.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2436.   (exit $ac_status); }; }; then
  2437.   :
  2438. else
  2439.   echo "$as_me: failed program was:" >&5
  2440. sed 's/^/| /' conftest.$ac_ext >&5
  2441. continue
  2442. fi
  2443. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2444.   cat >conftest.$ac_ext <<_ACEOF
  2445. /* confdefs.h.  */
  2446. _ACEOF
  2447. cat confdefs.h >>conftest.$ac_ext
  2448. cat >>conftest.$ac_ext <<_ACEOF
  2449. /* end confdefs.h.  */
  2450. $ac_declaration
  2451. int
  2452. main ()
  2453. {
  2454. exit (42);
  2455.   ;
  2456.   return 0;
  2457. }
  2458. _ACEOF
  2459. rm -f conftest.$ac_objext
  2460. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2461.   (eval $ac_compile) 2>conftest.er1
  2462.   ac_status=$?
  2463.   grep -v '^ *+' conftest.er1 >conftest.err
  2464.   rm -f conftest.er1
  2465.   cat conftest.err >&5
  2466.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2467.   (exit $ac_status); } &&
  2468.  { ac_try='test -z "$ac_cxx_werror_flag"
  2469.  || test ! -s conftest.err'
  2470.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2471.   (eval $ac_try) 2>&5
  2472.   ac_status=$?
  2473.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2474.   (exit $ac_status); }; } &&
  2475.  { ac_try='test -s conftest.$ac_objext'
  2476.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2477.   (eval $ac_try) 2>&5
  2478.   ac_status=$?
  2479.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2480.   (exit $ac_status); }; }; then
  2481.   break
  2482. else
  2483.   echo "$as_me: failed program was:" >&5
  2484. sed 's/^/| /' conftest.$ac_ext >&5
  2485. fi
  2486. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2487. done
  2488. rm -f conftest*
  2489. if test -n "$ac_declaration"; then
  2490.   echo '#ifdef __cplusplus' >>confdefs.h
  2491.   echo $ac_declaration      >>confdefs.h
  2492.   echo '#endif'             >>confdefs.h
  2493. fi
  2494. ac_ext=c
  2495. ac_cpp='$CPP $CPPFLAGS'
  2496. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2497. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2498. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2499. ac_ext=c
  2500. ac_cpp='$CPP $CPPFLAGS'
  2501. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2502. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2503. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2504. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  2505. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  2506. # On Suns, sometimes $CPP names a directory.
  2507. if test -n "$CPP" && test -d "$CPP"; then
  2508.   CPP=
  2509. fi
  2510. if test -z "$CPP"; then
  2511.   if test "${ac_cv_prog_CPP+set}" = set; then
  2512.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2513. else
  2514.       # Double quotes because CPP needs to be expanded
  2515.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  2516.     do
  2517.       ac_preproc_ok=false
  2518. for ac_c_preproc_warn_flag in '' yes
  2519. do
  2520.   # Use a header file that comes with gcc, so configuring glibc
  2521.   # with a fresh cross-compiler works.
  2522.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2523.   # <limits.h> exists even on freestanding compilers.
  2524.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2525.   # not just through cpp. "Syntax error" is here to catch this case.
  2526.   cat >conftest.$ac_ext <<_ACEOF
  2527. /* confdefs.h.  */
  2528. _ACEOF
  2529. cat confdefs.h >>conftest.$ac_ext
  2530. cat >>conftest.$ac_ext <<_ACEOF
  2531. /* end confdefs.h.  */
  2532. #ifdef __STDC__
  2533. # include <limits.h>
  2534. #else
  2535. # include <assert.h>
  2536. #endif
  2537.      Syntax error
  2538. _ACEOF
  2539. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2540.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2541.   ac_status=$?
  2542.   grep -v '^ *+' conftest.er1 >conftest.err
  2543.   rm -f conftest.er1
  2544.   cat conftest.err >&5
  2545.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2546.   (exit $ac_status); } >/dev/null; then
  2547.   if test -s conftest.err; then
  2548.     ac_cpp_err=$ac_c_preproc_warn_flag
  2549.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2550.   else
  2551.     ac_cpp_err=
  2552.   fi
  2553. else
  2554.   ac_cpp_err=yes
  2555. fi
  2556. if test -z "$ac_cpp_err"; then
  2557.   :
  2558. else
  2559.   echo "$as_me: failed program was:" >&5
  2560. sed 's/^/| /' conftest.$ac_ext >&5
  2561.   # Broken: fails on valid input.
  2562. continue
  2563. fi
  2564. rm -f conftest.err conftest.$ac_ext
  2565.   # OK, works on sane cases.  Now check whether non-existent headers
  2566.   # can be detected and how.
  2567.   cat >conftest.$ac_ext <<_ACEOF
  2568. /* confdefs.h.  */
  2569. _ACEOF
  2570. cat confdefs.h >>conftest.$ac_ext
  2571. cat >>conftest.$ac_ext <<_ACEOF
  2572. /* end confdefs.h.  */
  2573. #include <ac_nonexistent.h>
  2574. _ACEOF
  2575. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2576.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2577.   ac_status=$?
  2578.   grep -v '^ *+' conftest.er1 >conftest.err
  2579.   rm -f conftest.er1
  2580.   cat conftest.err >&5
  2581.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2582.   (exit $ac_status); } >/dev/null; then
  2583.   if test -s conftest.err; then
  2584.     ac_cpp_err=$ac_c_preproc_warn_flag
  2585.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2586.   else
  2587.     ac_cpp_err=
  2588.   fi
  2589. else
  2590.   ac_cpp_err=yes
  2591. fi
  2592. if test -z "$ac_cpp_err"; then
  2593.   # Broken: success on invalid input.
  2594. continue
  2595. else
  2596.   echo "$as_me: failed program was:" >&5
  2597. sed 's/^/| /' conftest.$ac_ext >&5
  2598.   # Passes both tests.
  2599. ac_preproc_ok=:
  2600. break
  2601. fi
  2602. rm -f conftest.err conftest.$ac_ext
  2603. done
  2604. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2605. rm -f conftest.err conftest.$ac_ext
  2606. if $ac_preproc_ok; then
  2607.   break
  2608. fi
  2609.     done
  2610.     ac_cv_prog_CPP=$CPP
  2611. fi
  2612.   CPP=$ac_cv_prog_CPP
  2613. else
  2614.   ac_cv_prog_CPP=$CPP
  2615. fi
  2616. echo "$as_me:$LINENO: result: $CPP" >&5
  2617. echo "${ECHO_T}$CPP" >&6
  2618. ac_preproc_ok=false
  2619. for ac_c_preproc_warn_flag in '' yes
  2620. do
  2621.   # Use a header file that comes with gcc, so configuring glibc
  2622.   # with a fresh cross-compiler works.
  2623.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2624.   # <limits.h> exists even on freestanding compilers.
  2625.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2626.   # not just through cpp. "Syntax error" is here to catch this case.
  2627.   cat >conftest.$ac_ext <<_ACEOF
  2628. /* confdefs.h.  */
  2629. _ACEOF
  2630. cat confdefs.h >>conftest.$ac_ext
  2631. cat >>conftest.$ac_ext <<_ACEOF
  2632. /* end confdefs.h.  */
  2633. #ifdef __STDC__
  2634. # include <limits.h>
  2635. #else
  2636. # include <assert.h>
  2637. #endif
  2638.      Syntax error
  2639. _ACEOF
  2640. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2641.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2642.   ac_status=$?
  2643.   grep -v '^ *+' conftest.er1 >conftest.err
  2644.   rm -f conftest.er1
  2645.   cat conftest.err >&5
  2646.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2647.   (exit $ac_status); } >/dev/null; then
  2648.   if test -s conftest.err; then
  2649.     ac_cpp_err=$ac_c_preproc_warn_flag
  2650.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2651.   else
  2652.     ac_cpp_err=
  2653.   fi
  2654. else
  2655.   ac_cpp_err=yes
  2656. fi
  2657. if test -z "$ac_cpp_err"; then
  2658.   :
  2659. else
  2660.   echo "$as_me: failed program was:" >&5
  2661. sed 's/^/| /' conftest.$ac_ext >&5
  2662.   # Broken: fails on valid input.
  2663. continue
  2664. fi
  2665. rm -f conftest.err conftest.$ac_ext
  2666.   # OK, works on sane cases.  Now check whether non-existent headers
  2667.   # can be detected and how.
  2668.   cat >conftest.$ac_ext <<_ACEOF
  2669. /* confdefs.h.  */
  2670. _ACEOF
  2671. cat confdefs.h >>conftest.$ac_ext
  2672. cat >>conftest.$ac_ext <<_ACEOF
  2673. /* end confdefs.h.  */
  2674. #include <ac_nonexistent.h>
  2675. _ACEOF
  2676. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2677.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2678.   ac_status=$?
  2679.   grep -v '^ *+' conftest.er1 >conftest.err
  2680.   rm -f conftest.er1
  2681.   cat conftest.err >&5
  2682.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2683.   (exit $ac_status); } >/dev/null; then
  2684.   if test -s conftest.err; then
  2685.     ac_cpp_err=$ac_c_preproc_warn_flag
  2686.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2687.   else
  2688.     ac_cpp_err=
  2689.   fi
  2690. else
  2691.   ac_cpp_err=yes
  2692. fi
  2693. if test -z "$ac_cpp_err"; then
  2694.   # Broken: success on invalid input.
  2695. continue
  2696. else
  2697.   echo "$as_me: failed program was:" >&5
  2698. sed 's/^/| /' conftest.$ac_ext >&5
  2699.   # Passes both tests.
  2700. ac_preproc_ok=:
  2701. break
  2702. fi
  2703. rm -f conftest.err conftest.$ac_ext
  2704. done
  2705. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2706. rm -f conftest.err conftest.$ac_ext
  2707. if $ac_preproc_ok; then
  2708.   :
  2709. else
  2710.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  2711. See `config.log' for more details." >&5
  2712. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  2713. See `config.log' for more details." >&2;}
  2714.    { (exit 1); exit 1; }; }
  2715. fi
  2716. ac_ext=c
  2717. ac_cpp='$CPP $CPPFLAGS'
  2718. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2719. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2720. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2721. echo "$as_me:$LINENO: checking for egrep" >&5
  2722. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  2723. if test "${ac_cv_prog_egrep+set}" = set; then
  2724.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2725. else
  2726.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  2727.     then ac_cv_prog_egrep='grep -E'
  2728.     else ac_cv_prog_egrep='egrep'
  2729.     fi
  2730. fi
  2731. echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  2732. echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  2733.  EGREP=$ac_cv_prog_egrep
  2734. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  2735. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  2736. if test "${ac_cv_header_stdc+set}" = set; then
  2737.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2738. else
  2739.   cat >conftest.$ac_ext <<_ACEOF
  2740. /* confdefs.h.  */
  2741. _ACEOF
  2742. cat confdefs.h >>conftest.$ac_ext
  2743. cat >>conftest.$ac_ext <<_ACEOF
  2744. /* end confdefs.h.  */
  2745. #include <stdlib.h>
  2746. #include <stdarg.h>
  2747. #include <string.h>
  2748. #include <float.h>
  2749. int
  2750. main ()
  2751. {
  2752.   ;
  2753.   return 0;
  2754. }
  2755. _ACEOF
  2756. rm -f conftest.$ac_objext
  2757. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2758.   (eval $ac_compile) 2>conftest.er1
  2759.   ac_status=$?
  2760.   grep -v '^ *+' conftest.er1 >conftest.err
  2761.   rm -f conftest.er1
  2762.   cat conftest.err >&5
  2763.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2764.   (exit $ac_status); } &&
  2765.  { ac_try='test -z "$ac_c_werror_flag"
  2766.  || test ! -s conftest.err'
  2767.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2768.   (eval $ac_try) 2>&5
  2769.   ac_status=$?
  2770.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2771.   (exit $ac_status); }; } &&
  2772.  { ac_try='test -s conftest.$ac_objext'
  2773.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2774.   (eval $ac_try) 2>&5
  2775.   ac_status=$?
  2776.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2777.   (exit $ac_status); }; }; then
  2778.   ac_cv_header_stdc=yes
  2779. else
  2780.   echo "$as_me: failed program was:" >&5
  2781. sed 's/^/| /' conftest.$ac_ext >&5
  2782. ac_cv_header_stdc=no
  2783. fi
  2784. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2785. if test $ac_cv_header_stdc = yes; then
  2786.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2787.   cat >conftest.$ac_ext <<_ACEOF
  2788. /* confdefs.h.  */
  2789. _ACEOF
  2790. cat confdefs.h >>conftest.$ac_ext
  2791. cat >>conftest.$ac_ext <<_ACEOF
  2792. /* end confdefs.h.  */
  2793. #include <string.h>
  2794. _ACEOF
  2795. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2796.   $EGREP "memchr" >/dev/null 2>&1; then
  2797.   :
  2798. else
  2799.   ac_cv_header_stdc=no
  2800. fi
  2801. rm -f conftest*
  2802. fi
  2803. if test $ac_cv_header_stdc = yes; then
  2804.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2805.   cat >conftest.$ac_ext <<_ACEOF
  2806. /* confdefs.h.  */
  2807. _ACEOF
  2808. cat confdefs.h >>conftest.$ac_ext
  2809. cat >>conftest.$ac_ext <<_ACEOF
  2810. /* end confdefs.h.  */
  2811. #include <stdlib.h>
  2812. _ACEOF
  2813. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2814.   $EGREP "free" >/dev/null 2>&1; then
  2815.   :
  2816. else
  2817.   ac_cv_header_stdc=no
  2818. fi
  2819. rm -f conftest*
  2820. fi
  2821. if test $ac_cv_header_stdc = yes; then
  2822.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2823.   if test "$cross_compiling" = yes; then
  2824.   :
  2825. else
  2826.   cat >conftest.$ac_ext <<_ACEOF
  2827. /* confdefs.h.  */
  2828. _ACEOF
  2829. cat confdefs.h >>conftest.$ac_ext
  2830. cat >>conftest.$ac_ext <<_ACEOF
  2831. /* end confdefs.h.  */
  2832. #include <ctype.h>
  2833. #if ((' ' & 0x0FF) == 0x020)
  2834. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2835. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2836. #else
  2837. # define ISLOWER(c) 
  2838.    (('a' <= (c) && (c) <= 'i') 
  2839.      || ('j' <= (c) && (c) <= 'r') 
  2840.      || ('s' <= (c) && (c) <= 'z'))
  2841. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  2842. #endif
  2843. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2844. int
  2845. main ()
  2846. {
  2847.   int i;
  2848.   for (i = 0; i < 256; i++)
  2849.     if (XOR (islower (i), ISLOWER (i))
  2850. || toupper (i) != TOUPPER (i))
  2851.       exit(2);
  2852.   exit (0);
  2853. }
  2854. _ACEOF
  2855. rm -f conftest$ac_exeext
  2856. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2857.   (eval $ac_link) 2>&5
  2858.   ac_status=$?
  2859.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2860.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2861.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2862.   (eval $ac_try) 2>&5
  2863.   ac_status=$?
  2864.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2865.   (exit $ac_status); }; }; then
  2866.   :
  2867. else
  2868.   echo "$as_me: program exited with status $ac_status" >&5
  2869. echo "$as_me: failed program was:" >&5
  2870. sed 's/^/| /' conftest.$ac_ext >&5
  2871. ( exit $ac_status )
  2872. ac_cv_header_stdc=no
  2873. fi
  2874. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2875. fi
  2876. fi
  2877. fi
  2878. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  2879. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  2880. if test $ac_cv_header_stdc = yes; then
  2881. cat >>confdefs.h <<_ACEOF
  2882. #define STDC_HEADERS 1
  2883. _ACEOF
  2884. fi
  2885. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  2886. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h 
  2887.   inttypes.h stdint.h unistd.h
  2888. do
  2889. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2890. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2891. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2892. if eval "test "${$as_ac_Header+set}" = set"; then
  2893.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2894. else
  2895.   cat >conftest.$ac_ext <<_ACEOF
  2896. /* confdefs.h.  */
  2897. _ACEOF
  2898. cat confdefs.h >>conftest.$ac_ext
  2899. cat >>conftest.$ac_ext <<_ACEOF
  2900. /* end confdefs.h.  */
  2901. $ac_includes_default
  2902. #include <$ac_header>
  2903. _ACEOF
  2904. rm -f conftest.$ac_objext
  2905. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2906.   (eval $ac_compile) 2>conftest.er1
  2907.   ac_status=$?
  2908.   grep -v '^ *+' conftest.er1 >conftest.err
  2909.   rm -f conftest.er1
  2910.   cat conftest.err >&5
  2911.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2912.   (exit $ac_status); } &&
  2913.  { ac_try='test -z "$ac_c_werror_flag"
  2914.  || test ! -s conftest.err'
  2915.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2916.   (eval $ac_try) 2>&5
  2917.   ac_status=$?
  2918.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2919.   (exit $ac_status); }; } &&
  2920.  { ac_try='test -s conftest.$ac_objext'
  2921.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2922.   (eval $ac_try) 2>&5
  2923.   ac_status=$?
  2924.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2925.   (exit $ac_status); }; }; then
  2926.   eval "$as_ac_Header=yes"
  2927. else
  2928.   echo "$as_me: failed program was:" >&5
  2929. sed 's/^/| /' conftest.$ac_ext >&5
  2930. eval "$as_ac_Header=no"
  2931. fi
  2932. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2933. fi
  2934. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2935. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2936. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2937.   cat >>confdefs.h <<_ACEOF
  2938. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2939. _ACEOF
  2940. fi
  2941. done
  2942. for ac_header in string.h
  2943. do
  2944. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2945. if eval "test "${$as_ac_Header+set}" = set"; then
  2946.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2947. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2948. if eval "test "${$as_ac_Header+set}" = set"; then
  2949.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2950. fi
  2951. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2952. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2953. else
  2954.   # Is the header compilable?
  2955. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2956. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2957. cat >conftest.$ac_ext <<_ACEOF
  2958. /* confdefs.h.  */
  2959. _ACEOF
  2960. cat confdefs.h >>conftest.$ac_ext
  2961. cat >>conftest.$ac_ext <<_ACEOF
  2962. /* end confdefs.h.  */
  2963. $ac_includes_default
  2964. #include <$ac_header>
  2965. _ACEOF
  2966. rm -f conftest.$ac_objext
  2967. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2968.   (eval $ac_compile) 2>conftest.er1
  2969.   ac_status=$?
  2970.   grep -v '^ *+' conftest.er1 >conftest.err
  2971.   rm -f conftest.er1
  2972.   cat conftest.err >&5
  2973.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2974.   (exit $ac_status); } &&
  2975.  { ac_try='test -z "$ac_c_werror_flag"
  2976.  || test ! -s conftest.err'
  2977.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2978.   (eval $ac_try) 2>&5
  2979.   ac_status=$?
  2980.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2981.   (exit $ac_status); }; } &&
  2982.  { ac_try='test -s conftest.$ac_objext'
  2983.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2984.   (eval $ac_try) 2>&5
  2985.   ac_status=$?
  2986.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2987.   (exit $ac_status); }; }; then
  2988.   ac_header_compiler=yes
  2989. else
  2990.   echo "$as_me: failed program was:" >&5
  2991. sed 's/^/| /' conftest.$ac_ext >&5
  2992. ac_header_compiler=no
  2993. fi
  2994. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2995. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2996. echo "${ECHO_T}$ac_header_compiler" >&6
  2997. # Is the header present?
  2998. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2999. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3000. cat >conftest.$ac_ext <<_ACEOF
  3001. /* confdefs.h.  */
  3002. _ACEOF
  3003. cat confdefs.h >>conftest.$ac_ext
  3004. cat >>conftest.$ac_ext <<_ACEOF
  3005. /* end confdefs.h.  */
  3006. #include <$ac_header>
  3007. _ACEOF
  3008. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3009.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3010.   ac_status=$?
  3011.   grep -v '^ *+' conftest.er1 >conftest.err
  3012.   rm -f conftest.er1
  3013.   cat conftest.err >&5
  3014.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3015.   (exit $ac_status); } >/dev/null; then
  3016.   if test -s conftest.err; then
  3017.     ac_cpp_err=$ac_c_preproc_warn_flag
  3018.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3019.   else
  3020.     ac_cpp_err=
  3021.   fi
  3022. else
  3023.   ac_cpp_err=yes
  3024. fi
  3025. if test -z "$ac_cpp_err"; then
  3026.   ac_header_preproc=yes
  3027. else
  3028.   echo "$as_me: failed program was:" >&5
  3029. sed 's/^/| /' conftest.$ac_ext >&5
  3030.   ac_header_preproc=no
  3031. fi
  3032. rm -f conftest.err conftest.$ac_ext
  3033. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3034. echo "${ECHO_T}$ac_header_preproc" >&6
  3035. # So?  What about this header?
  3036. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3037.   yes:no: )
  3038.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3039. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3040.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3041. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3042.     ac_header_preproc=yes
  3043.     ;;
  3044.   no:yes:* )
  3045.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3046. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3047.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3048. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3049.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3050. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3051.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3052. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3053.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3054. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3055.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3056. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3057.     (
  3058.       cat <<_ASBOX
  3059. ## ------------------------------------------ ##
  3060. ## Report this to the AC_PACKAGE_NAME lists.  ##
  3061. ## ------------------------------------------ ##
  3062. _ASBOX
  3063.     ) |
  3064.       sed "s/^/$as_me: WARNING:     /" >&2
  3065.     ;;
  3066. esac
  3067. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3068. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3069. if eval "test "${$as_ac_Header+set}" = set"; then
  3070.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3071. else
  3072.   eval "$as_ac_Header=$ac_header_preproc"
  3073. fi
  3074. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3075. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3076. fi
  3077. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3078.   cat >>confdefs.h <<_ACEOF
  3079. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3080. _ACEOF
  3081. fi
  3082. done
  3083. V_INCLUDE=""
  3084. V_LIB=""
  3085. V_OBJ=""
  3086. V_BROKEN_OBJ="strtol.o strtoul.o"
  3087. V_SHELL=""
  3088. V_TARCMD="tar cfh"
  3089. V_SIGRET="void"
  3090. echo "$as_me:$LINENO: checking for main in -lXbsd" >&5
  3091. echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
  3092. if test "${ac_cv_lib_Xbsd_main+set}" = set; then
  3093.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3094. else
  3095.   ac_check_lib_save_LIBS=$LIBS
  3096. LIBS="-lXbsd  $LIBS"
  3097. cat >conftest.$ac_ext <<_ACEOF
  3098. /* confdefs.h.  */
  3099. _ACEOF
  3100. cat confdefs.h >>conftest.$ac_ext
  3101. cat >>conftest.$ac_ext <<_ACEOF
  3102. /* end confdefs.h.  */
  3103. int
  3104. main ()
  3105. {
  3106. main ();
  3107.   ;
  3108.   return 0;
  3109. }
  3110. _ACEOF
  3111. rm -f conftest.$ac_objext conftest$ac_exeext
  3112. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3113.   (eval $ac_link) 2>conftest.er1
  3114.   ac_status=$?
  3115.   grep -v '^ *+' conftest.er1 >conftest.err
  3116.   rm -f conftest.er1
  3117.   cat conftest.err >&5
  3118.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3119.   (exit $ac_status); } &&
  3120.  { ac_try='test -z "$ac_c_werror_flag"
  3121.  || test ! -s conftest.err'
  3122.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3123.   (eval $ac_try) 2>&5
  3124.   ac_status=$?
  3125.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3126.   (exit $ac_status); }; } &&
  3127.  { ac_try='test -s conftest$ac_exeext'
  3128.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3129.   (eval $ac_try) 2>&5
  3130.   ac_status=$?
  3131.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3132.   (exit $ac_status); }; }; then
  3133.   ac_cv_lib_Xbsd_main=yes
  3134. else
  3135.   echo "$as_me: failed program was:" >&5
  3136. sed 's/^/| /' conftest.$ac_ext >&5
  3137. ac_cv_lib_Xbsd_main=no
  3138. fi
  3139. rm -f conftest.err conftest.$ac_objext 
  3140.       conftest$ac_exeext conftest.$ac_ext
  3141. LIBS=$ac_check_lib_save_LIBS
  3142. fi
  3143. echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
  3144. echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
  3145. if test $ac_cv_lib_Xbsd_main = yes; then
  3146.   V_LIB="$V_LIB -lXbsd"
  3147. fi
  3148. echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
  3149. echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
  3150. if test "${ac_cv_lib_socket_socket+set}" = set; then
  3151.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3152. else
  3153.   ac_check_lib_save_LIBS=$LIBS
  3154. LIBS="-lsocket  $LIBS"
  3155. cat >conftest.$ac_ext <<_ACEOF
  3156. /* confdefs.h.  */
  3157. _ACEOF
  3158. cat confdefs.h >>conftest.$ac_ext
  3159. cat >>conftest.$ac_ext <<_ACEOF
  3160. /* end confdefs.h.  */
  3161. /* Override any gcc2 internal prototype to avoid an error.  */
  3162. #ifdef __cplusplus
  3163. extern "C"
  3164. #endif
  3165. /* We use char because int might match the return type of a gcc2
  3166.    builtin and then its argument prototype would still apply.  */
  3167. char socket ();
  3168. int
  3169. main ()
  3170. {
  3171. socket ();
  3172.   ;
  3173.   return 0;
  3174. }
  3175. _ACEOF
  3176. rm -f conftest.$ac_objext conftest$ac_exeext
  3177. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3178.   (eval $ac_link) 2>conftest.er1
  3179.   ac_status=$?
  3180.   grep -v '^ *+' conftest.er1 >conftest.err
  3181.   rm -f conftest.er1
  3182.   cat conftest.err >&5
  3183.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3184.   (exit $ac_status); } &&
  3185.  { ac_try='test -z "$ac_c_werror_flag"
  3186.  || test ! -s conftest.err'
  3187.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3188.   (eval $ac_try) 2>&5
  3189.   ac_status=$?
  3190.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3191.   (exit $ac_status); }; } &&
  3192.  { ac_try='test -s conftest$ac_exeext'
  3193.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3194.   (eval $ac_try) 2>&5
  3195.   ac_status=$?
  3196.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3197.   (exit $ac_status); }; }; then
  3198.   ac_cv_lib_socket_socket=yes
  3199. else
  3200.   echo "$as_me: failed program was:" >&5
  3201. sed 's/^/| /' conftest.$ac_ext >&5
  3202. ac_cv_lib_socket_socket=no
  3203. fi
  3204. rm -f conftest.err conftest.$ac_objext 
  3205.       conftest$ac_exeext conftest.$ac_ext
  3206. LIBS=$ac_check_lib_save_LIBS
  3207. fi
  3208. echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
  3209. echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
  3210. if test $ac_cv_lib_socket_socket = yes; then
  3211.   V_LIB="$V_LIB -lsocket"
  3212. fi
  3213. echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
  3214. echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
  3215. if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
  3216.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3217. else
  3218.   ac_check_lib_save_LIBS=$LIBS
  3219. LIBS="-lnsl  $LIBS"
  3220. cat >conftest.$ac_ext <<_ACEOF
  3221. /* confdefs.h.  */
  3222. _ACEOF
  3223. cat confdefs.h >>conftest.$ac_ext
  3224. cat >>conftest.$ac_ext <<_ACEOF
  3225. /* end confdefs.h.  */
  3226. /* Override any gcc2 internal prototype to avoid an error.  */
  3227. #ifdef __cplusplus
  3228. extern "C"
  3229. #endif
  3230. /* We use char because int might match the return type of a gcc2
  3231.    builtin and then its argument prototype would still apply.  */
  3232. char gethostbyname ();
  3233. int
  3234. main ()
  3235. {
  3236. gethostbyname ();
  3237.   ;
  3238.   return 0;
  3239. }
  3240. _ACEOF
  3241. rm -f conftest.$ac_objext conftest$ac_exeext
  3242. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3243.   (eval $ac_link) 2>conftest.er1
  3244.   ac_status=$?
  3245.   grep -v '^ *+' conftest.er1 >conftest.err
  3246.   rm -f conftest.er1
  3247.   cat conftest.err >&5
  3248.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3249.   (exit $ac_status); } &&
  3250.  { ac_try='test -z "$ac_c_werror_flag"
  3251.  || test ! -s conftest.err'
  3252.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3253.   (eval $ac_try) 2>&5
  3254.   ac_status=$?
  3255.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3256.   (exit $ac_status); }; } &&
  3257.  { ac_try='test -s conftest$ac_exeext'
  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); }; }; then
  3263.   ac_cv_lib_nsl_gethostbyname=yes
  3264. else
  3265.   echo "$as_me: failed program was:" >&5
  3266. sed 's/^/| /' conftest.$ac_ext >&5
  3267. ac_cv_lib_nsl_gethostbyname=no
  3268. fi
  3269. rm -f conftest.err conftest.$ac_objext 
  3270.       conftest$ac_exeext conftest.$ac_ext
  3271. LIBS=$ac_check_lib_save_LIBS
  3272. fi
  3273. echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
  3274. echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
  3275. if test $ac_cv_lib_nsl_gethostbyname = yes; then
  3276.   V_LIB="$V_LIB -lnsl"
  3277. fi
  3278. echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
  3279. echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6
  3280. if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
  3281.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3282. else
  3283.   ac_check_lib_save_LIBS=$LIBS
  3284. LIBS="-lintl  $LIBS"
  3285. cat >conftest.$ac_ext <<_ACEOF
  3286. /* confdefs.h.  */
  3287. _ACEOF
  3288. cat confdefs.h >>conftest.$ac_ext
  3289. cat >>conftest.$ac_ext <<_ACEOF
  3290. /* end confdefs.h.  */
  3291. /* Override any gcc2 internal prototype to avoid an error.  */
  3292. #ifdef __cplusplus
  3293. extern "C"
  3294. #endif
  3295. /* We use char because int might match the return type of a gcc2
  3296.    builtin and then its argument prototype would still apply.  */
  3297. char dcgettext ();
  3298. int
  3299. main ()
  3300. {
  3301. dcgettext ();
  3302.   ;
  3303.   return 0;
  3304. }
  3305. _ACEOF
  3306. rm -f conftest.$ac_objext conftest$ac_exeext
  3307. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3308.   (eval $ac_link) 2>conftest.er1
  3309.   ac_status=$?
  3310.   grep -v '^ *+' conftest.er1 >conftest.err
  3311.   rm -f conftest.er1
  3312.   cat conftest.err >&5
  3313.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3314.   (exit $ac_status); } &&
  3315.  { ac_try='test -z "$ac_c_werror_flag"
  3316.  || test ! -s conftest.err'
  3317.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3318.   (eval $ac_try) 2>&5
  3319.   ac_status=$?
  3320.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3321.   (exit $ac_status); }; } &&
  3322.  { ac_try='test -s conftest$ac_exeext'
  3323.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3324.   (eval $ac_try) 2>&5
  3325.   ac_status=$?
  3326.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3327.   (exit $ac_status); }; }; then
  3328.   ac_cv_lib_intl_dcgettext=yes
  3329. else
  3330.   echo "$as_me: failed program was:" >&5
  3331. sed 's/^/| /' conftest.$ac_ext >&5
  3332. ac_cv_lib_intl_dcgettext=no
  3333. fi
  3334. rm -f conftest.err conftest.$ac_objext 
  3335.       conftest$ac_exeext conftest.$ac_ext
  3336. LIBS=$ac_check_lib_save_LIBS
  3337. fi
  3338. echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
  3339. echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6
  3340. if test $ac_cv_lib_intl_dcgettext = yes; then
  3341.   V_LIB="$V_LIB -lintl"
  3342. fi
  3343. echo "$as_me:$LINENO: checking for getnodebyname in -ldnet_stub" >&5
  3344. echo $ECHO_N "checking for getnodebyname in -ldnet_stub... $ECHO_C" >&6
  3345. if test "${ac_cv_lib_dnet_stub_getnodebyname+set}" = set; then
  3346.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3347. else
  3348.   ac_check_lib_save_LIBS=$LIBS
  3349. LIBS="-ldnet_stub  $LIBS"
  3350. cat >conftest.$ac_ext <<_ACEOF
  3351. /* confdefs.h.  */
  3352. _ACEOF
  3353. cat confdefs.h >>conftest.$ac_ext
  3354. cat >>conftest.$ac_ext <<_ACEOF
  3355. /* end confdefs.h.  */
  3356. /* Override any gcc2 internal prototype to avoid an error.  */
  3357. #ifdef __cplusplus
  3358. extern "C"
  3359. #endif
  3360. /* We use char because int might match the return type of a gcc2
  3361.    builtin and then its argument prototype would still apply.  */
  3362. char getnodebyname ();
  3363. int
  3364. main ()
  3365. {
  3366. getnodebyname ();
  3367.   ;
  3368.   return 0;
  3369. }
  3370. _ACEOF
  3371. rm -f conftest.$ac_objext conftest$ac_exeext
  3372. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3373.   (eval $ac_link) 2>conftest.er1
  3374.   ac_status=$?
  3375.   grep -v '^ *+' conftest.er1 >conftest.err
  3376.   rm -f conftest.er1
  3377.   cat conftest.err >&5
  3378.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3379.   (exit $ac_status); } &&
  3380.  { ac_try='test -z "$ac_c_werror_flag"
  3381.  || test ! -s conftest.err'
  3382.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3383.   (eval $ac_try) 2>&5
  3384.   ac_status=$?
  3385.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3386.   (exit $ac_status); }; } &&
  3387.  { ac_try='test -s conftest$ac_exeext'
  3388.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3389.   (eval $ac_try) 2>&5
  3390.   ac_status=$?
  3391.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3392.   (exit $ac_status); }; }; then
  3393.   ac_cv_lib_dnet_stub_getnodebyname=yes
  3394. else
  3395.   echo "$as_me: failed program was:" >&5
  3396. sed 's/^/| /' conftest.$ac_ext >&5
  3397. ac_cv_lib_dnet_stub_getnodebyname=no
  3398. fi
  3399. rm -f conftest.err conftest.$ac_objext 
  3400.       conftest$ac_exeext conftest.$ac_ext
  3401. LIBS=$ac_check_lib_save_LIBS
  3402. fi
  3403. echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_getnodebyname" >&5
  3404. echo "${ECHO_T}$ac_cv_lib_dnet_stub_getnodebyname" >&6
  3405. if test $ac_cv_lib_dnet_stub_getnodebyname = yes; then
  3406.   V_LIB="$V_LIB -ldnet_stub"
  3407. fi
  3408. V_TAR_EXTRA=""
  3409. V_DEFINE=""
  3410. V_RANLIB=ranlib
  3411. V_AR="ar cr"
  3412. #XXX
  3413. V_SHM="-DUSE_SHM"
  3414. # Check whether --enable-release or --disable-release was given.
  3415. if test "${enable_release+set}" = set; then
  3416.   enableval="$enable_release"
  3417. else
  3418.   enable_release="no"
  3419. fi;
  3420. # Check whether --enable-debug or --disable-debug was given.
  3421. if test "${enable_debug+set}" = set; then
  3422.   enableval="$enable_debug"
  3423. else
  3424.   enable_debug="no"
  3425. fi;
  3426. # Check whether --enable-devel or --disable-devel was given.
  3427. if test "${enable_devel+set}" = set; then
  3428.   enableval="$enable_devel"
  3429. else
  3430.   enable_devel="no"
  3431. fi;
  3432. if test "$enable_devel" = "yes" ; then
  3433. enable_debug="yes"
  3434. fi
  3435. if test -f .devel -o "$enable_devel" = "yes"; then
  3436. OonS=""
  3437. else
  3438.     if test "$CC" = gcc ; then
  3439.     echo "$as_me:$LINENO: checking that $CXX can handle -O2" >&5
  3440. echo $ECHO_N "checking that $CXX can handle -O2... $ECHO_C" >&6
  3441.     cat >conftest.$ac_ext <<_ACEOF
  3442. /* confdefs.h.  */
  3443. _ACEOF
  3444. cat confdefs.h >>conftest.$ac_ext
  3445. cat >>conftest.$ac_ext <<_ACEOF
  3446. /* end confdefs.h.  */
  3447. int
  3448. main ()
  3449. {
  3450. #if __GNUC__ < 2  || __GNUC_MINOR__ < 8
  3451. /* gcc */
  3452. error
  3453. #endif
  3454. #if __GNUC_MINOR__ < 92
  3455. /* egcs */
  3456. int error;
  3457. #endif
  3458.   ;
  3459.   return 0;
  3460. }
  3461. _ACEOF
  3462. rm -f conftest.$ac_objext
  3463. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3464.   (eval $ac_compile) 2>conftest.er1
  3465.   ac_status=$?
  3466.   grep -v '^ *+' conftest.er1 >conftest.err
  3467.   rm -f conftest.er1
  3468.   cat conftest.err >&5
  3469.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3470.   (exit $ac_status); } &&
  3471.  { ac_try='test -z "$ac_c_werror_flag"
  3472.  || test ! -s conftest.err'
  3473.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3474.   (eval $ac_try) 2>&5
  3475.   ac_status=$?
  3476.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3477.   (exit $ac_status); }; } &&
  3478.  { ac_try='test -s conftest.$ac_objext'
  3479.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3480.   (eval $ac_try) 2>&5
  3481.   ac_status=$?
  3482.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3483.   (exit $ac_status); }; }; then
  3484.   echo "$as_me:$LINENO: result: yes" >&5
  3485. echo "${ECHO_T}yes" >&6
  3486.     OonS="-O2"
  3487. else
  3488.   echo "$as_me: failed program was:" >&5
  3489. sed 's/^/| /' conftest.$ac_ext >&5
  3490. # Optimize on Steroids
  3491.     echo "$as_me:$LINENO: result: no" >&5
  3492. echo "${ECHO_T}no" >&6
  3493. fi
  3494. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3495.     fi
  3496. fi
  3497. if test "$enable_debug" = "yes" ; then
  3498. V_CCOPT="-g"
  3499. if test "$CC" = gcc ; then
  3500. V_CCOPT="$V_CCOPT -Wall -Werror"
  3501. V_DEFINE="$V_DEFINE -fsigned-char -fno-inline"
  3502. fi
  3503. else
  3504. V_CCOPT="$OonS"
  3505. V_DEFINE="$V_DEFINE -DNDEBUG"
  3506. fi
  3507. if test "$CC" = gcc ; then
  3508.       V_CCOPT="$V_CCOPT -Wall"
  3509. fi
  3510. # XXX Some stupid sh on solaris does not set PWD correctly, i.e.,
  3511. # after chdir $PWD remains at the parent directory. :(
  3512. # We'll just do this every time. Doesn't hurt anyway.
  3513. PWD=`pwd`
  3514. solaris=""
  3515. if test `echo "$target_os" | sed 's/..*//'` = solaris2 ; then
  3516. solaris="yes"
  3517. fi
  3518. #places="Tcl 
  3519. # /usr/src/local/Tcl 
  3520. # ../../Tcl 
  3521. # ../Tcl"
  3522. #for d in $places; do
  3523. # if test -f $d/tclcl.h ; then
  3524. # V_LIB="$V_LIB $d/libTcl.a"
  3525. # V_INCLUDE="$V_INCLUDE -I$d"
  3526. #     break
  3527. # fi
  3528. #done
  3529. # we now default to non-static linking, although if the "magic" file
  3530. # .devel exists in the current directory, we try for a static link
  3531. # under the assumption we are trying to produce re-distributable