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

通讯编程

开发平台:

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="main.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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CXX CXXFLAGS ac_ct_CXX V_INCLUDE_X11 V_LIB_X11 V_TCL_LIBRARY_FILES V_TCLSH V_LIBRARY_TCL V_TKDOSNAMES V_LIBRARY_TK V_TCL2CPP 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_CPP_set=${CPP+set}
  676. ac_env_CPP_value=$CPP
  677. ac_cv_env_CPP_set=${CPP+set}
  678. ac_cv_env_CPP_value=$CPP
  679. ac_env_CXX_set=${CXX+set}
  680. ac_env_CXX_value=$CXX
  681. ac_cv_env_CXX_set=${CXX+set}
  682. ac_cv_env_CXX_value=$CXX
  683. ac_env_CXXFLAGS_set=${CXXFLAGS+set}
  684. ac_env_CXXFLAGS_value=$CXXFLAGS
  685. ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
  686. ac_cv_env_CXXFLAGS_value=$CXXFLAGS
  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. Optional Packages:
  752.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  753.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  754. -with-defaultoptions=filename use <filename> as default options file
  755. --with-zlib=path specify a pathname for zlib
  756. --with-tcl=path specify a pathname for tcl
  757. --with-tcl-ver=path specify the version of tcl/tk
  758. --with-tk=path specify a pathname for tk
  759. --with-tk-ver=path specify the version of tcl/tk
  760. --with-tcldebug=path specify a pathname for the tcl debugger (path=no disables the debugger)
  761. --with-otcl=path specify a pathname for otcl
  762. --with-Tcl: old command now replaced by --with-tclcl
  763. --with-tclcl=path specify a pathname for TclCL (the ex-libTcl)
  764. Some influential environment variables:
  765.   CC          C compiler command
  766.   CFLAGS      C compiler flags
  767.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  768.               nonstandard directory <lib dir>
  769.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  770.               headers in a nonstandard directory <include dir>
  771.   CPP         C preprocessor
  772.   CXX         C++ compiler command
  773.   CXXFLAGS    C++ compiler flags
  774. Use these variables to override the choices made by `configure' or to help
  775. it to find libraries and programs with nonstandard names/locations.
  776. _ACEOF
  777. fi
  778. if test "$ac_init_help" = "recursive"; then
  779.   # If there are subdirs, report their specific --help.
  780.   ac_popdir=`pwd`
  781.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  782.     test -d $ac_dir || continue
  783.     ac_builddir=.
  784. if test "$ac_dir" != .; then
  785.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  786.   # A "../" for each directory in $ac_dir_suffix.
  787.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  788. else
  789.   ac_dir_suffix= ac_top_builddir=
  790. fi
  791. case $srcdir in
  792.   .)  # No --srcdir option.  We are building in place.
  793.     ac_srcdir=.
  794.     if test -z "$ac_top_builddir"; then
  795.        ac_top_srcdir=.
  796.     else
  797.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  798.     fi ;;
  799.   [\/]* | ?:[\/]* )  # Absolute path.
  800.     ac_srcdir=$srcdir$ac_dir_suffix;
  801.     ac_top_srcdir=$srcdir ;;
  802.   *) # Relative path.
  803.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  804.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  805. esac
  806. # Do not use `cd foo && pwd` to compute absolute paths, because
  807. # the directories may not exist.
  808. case `pwd` in
  809. .) ac_abs_builddir="$ac_dir";;
  810. *)
  811.   case "$ac_dir" in
  812.   .) ac_abs_builddir=`pwd`;;
  813.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  814.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  815.   esac;;
  816. esac
  817. case $ac_abs_builddir in
  818. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  819. *)
  820.   case ${ac_top_builddir}. in
  821.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  822.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  823.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  824.   esac;;
  825. esac
  826. case $ac_abs_builddir in
  827. .) ac_abs_srcdir=$ac_srcdir;;
  828. *)
  829.   case $ac_srcdir in
  830.   .) ac_abs_srcdir=$ac_abs_builddir;;
  831.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  832.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  833.   esac;;
  834. esac
  835. case $ac_abs_builddir in
  836. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  837. *)
  838.   case $ac_top_srcdir in
  839.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  840.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  841.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  842.   esac;;
  843. esac
  844.     cd $ac_dir
  845.     # Check for guested configure; otherwise get Cygnus style configure.
  846.     if test -f $ac_srcdir/configure.gnu; then
  847.       echo
  848.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  849.     elif test -f $ac_srcdir/configure; then
  850.       echo
  851.       $SHELL $ac_srcdir/configure  --help=recursive
  852.     elif test -f $ac_srcdir/configure.ac ||
  853.    test -f $ac_srcdir/configure.in; then
  854.       echo
  855.       $ac_configure --help
  856.     else
  857.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  858.     fi
  859.     cd $ac_popdir
  860.   done
  861. fi
  862. test -n "$ac_init_help" && exit 0
  863. if $ac_init_version; then
  864.   cat <<_ACEOF
  865. Copyright (C) 2003 Free Software Foundation, Inc.
  866. This configure script is free software; the Free Software Foundation
  867. gives unlimited permission to copy, distribute and modify it.
  868. _ACEOF
  869.   exit 0
  870. fi
  871. exec 5>config.log
  872. cat >&5 <<_ACEOF
  873. This file contains any messages produced by compilers while
  874. running configure, to aid debugging if configure makes a mistake.
  875. It was created by $as_me, which was
  876. generated by GNU Autoconf 2.59.  Invocation command line was
  877.   $ $0 $@
  878. _ACEOF
  879. {
  880. cat <<_ASUNAME
  881. ## --------- ##
  882. ## Platform. ##
  883. ## --------- ##
  884. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  885. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  886. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  887. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  888. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  889. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  890. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  891. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  892. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  893. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  894. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  895. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  896. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  897. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  898. _ASUNAME
  899. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  900. for as_dir in $PATH
  901. do
  902.   IFS=$as_save_IFS
  903.   test -z "$as_dir" && as_dir=.
  904.   echo "PATH: $as_dir"
  905. done
  906. } >&5
  907. cat >&5 <<_ACEOF
  908. ## ----------- ##
  909. ## Core tests. ##
  910. ## ----------- ##
  911. _ACEOF
  912. # Keep a trace of the command line.
  913. # Strip out --no-create and --no-recursion so they do not pile up.
  914. # Strip out --silent because we don't want to record it for future runs.
  915. # Also quote any args containing shell meta-characters.
  916. # Make two passes to allow for proper duplicate-argument suppression.
  917. ac_configure_args=
  918. ac_configure_args0=
  919. ac_configure_args1=
  920. ac_sep=
  921. ac_must_keep_next=false
  922. for ac_pass in 1 2
  923. do
  924.   for ac_arg
  925.   do
  926.     case $ac_arg in
  927.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  928.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  929.     | -silent | --silent | --silen | --sile | --sil)
  930.       continue ;;
  931.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  932.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  933.     esac
  934.     case $ac_pass in
  935.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  936.     2)
  937.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  938.       if test $ac_must_keep_next = true; then
  939. ac_must_keep_next=false # Got value, back to normal.
  940.       else
  941. case $ac_arg in
  942.   *=* | --config-cache | -C | -disable-* | --disable-* 
  943.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  944.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  945.   | -with-* | --with-* | -without-* | --without-* | --x)
  946.     case "$ac_configure_args0 " in
  947.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  948.     esac
  949.     ;;
  950.   -* ) ac_must_keep_next=true ;;
  951. esac
  952.       fi
  953.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  954.       # Get rid of the leading space.
  955.       ac_sep=" "
  956.       ;;
  957.     esac
  958.   done
  959. done
  960. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  961. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  962. # When interrupted or exit'd, cleanup temporary files, and complete
  963. # config.log.  We remove comments because anyway the quotes in there
  964. # would cause problems or look ugly.
  965. # WARNING: Be sure not to use single quotes in there, as some shells,
  966. # such as our DU 5.0 friend, will then `close' the trap.
  967. trap 'exit_status=$?
  968.   # Save into config.log some information that might help in debugging.
  969.   {
  970.     echo
  971.     cat <<_ASBOX
  972. ## ---------------- ##
  973. ## Cache variables. ##
  974. ## ---------------- ##
  975. _ASBOX
  976.     echo
  977.     # The following way of writing the cache mishandles newlines in values,
  978. {
  979.   (set) 2>&1 |
  980.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  981.     *ac_space= *)
  982.       sed -n 
  983. "s/'"'"'/'"'"'\\'"'"''"'"'/g;
  984.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='"'"'\2'"'"'/p"
  985.       ;;
  986.     *)
  987.       sed -n 
  988. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  989.       ;;
  990.     esac;
  991. }
  992.     echo
  993.     cat <<_ASBOX
  994. ## ----------------- ##
  995. ## Output variables. ##
  996. ## ----------------- ##
  997. _ASBOX
  998.     echo
  999.     for ac_var in $ac_subst_vars
  1000.     do
  1001.       eval ac_val=$`echo $ac_var`
  1002.       echo "$ac_var='"'"'$ac_val'"'"'"
  1003.     done | sort
  1004.     echo
  1005.     if test -n "$ac_subst_files"; then
  1006.       cat <<_ASBOX
  1007. ## ------------- ##
  1008. ## Output files. ##
  1009. ## ------------- ##
  1010. _ASBOX
  1011.       echo
  1012.       for ac_var in $ac_subst_files
  1013.       do
  1014. eval ac_val=$`echo $ac_var`
  1015. echo "$ac_var='"'"'$ac_val'"'"'"
  1016.       done | sort
  1017.       echo
  1018.     fi
  1019.     if test -s confdefs.h; then
  1020.       cat <<_ASBOX
  1021. ## ----------- ##
  1022. ## confdefs.h. ##
  1023. ## ----------- ##
  1024. _ASBOX
  1025.       echo
  1026.       sed "/^$/d" confdefs.h | sort
  1027.       echo
  1028.     fi
  1029.     test "$ac_signal" != 0 &&
  1030.       echo "$as_me: caught signal $ac_signal"
  1031.     echo "$as_me: exit $exit_status"
  1032.   } >&5
  1033.   rm -f core *.core &&
  1034.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1035.     exit $exit_status
  1036.      ' 0
  1037. for ac_signal in 1 2 13 15; do
  1038.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1039. done
  1040. ac_signal=0
  1041. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1042. rm -rf conftest* confdefs.h
  1043. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1044. echo >confdefs.h
  1045. # Predefined preprocessor variables.
  1046. cat >>confdefs.h <<_ACEOF
  1047. #define PACKAGE_NAME "$PACKAGE_NAME"
  1048. _ACEOF
  1049. cat >>confdefs.h <<_ACEOF
  1050. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1051. _ACEOF
  1052. cat >>confdefs.h <<_ACEOF
  1053. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1054. _ACEOF
  1055. cat >>confdefs.h <<_ACEOF
  1056. #define PACKAGE_STRING "$PACKAGE_STRING"
  1057. _ACEOF
  1058. cat >>confdefs.h <<_ACEOF
  1059. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1060. _ACEOF
  1061. # Let the site file select an alternate cache file if it wants to.
  1062. # Prefer explicitly selected file to automatically selected ones.
  1063. if test -z "$CONFIG_SITE"; then
  1064.   if test "x$prefix" != xNONE; then
  1065.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1066.   else
  1067.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1068.   fi
  1069. fi
  1070. for ac_site_file in $CONFIG_SITE; do
  1071.   if test -r "$ac_site_file"; then
  1072.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1073. echo "$as_me: loading site script $ac_site_file" >&6;}
  1074.     sed 's/^/| /' "$ac_site_file" >&5
  1075.     . "$ac_site_file"
  1076.   fi
  1077. done
  1078. if test -r "$cache_file"; then
  1079.   # Some versions of bash will fail to source /dev/null (special
  1080.   # files actually), so we avoid doing that.
  1081.   if test -f "$cache_file"; then
  1082.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1083. echo "$as_me: loading cache $cache_file" >&6;}
  1084.     case $cache_file in
  1085.       [\/]* | ?:[\/]* ) . $cache_file;;
  1086.       *)                      . ./$cache_file;;
  1087.     esac
  1088.   fi
  1089. else
  1090.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1091. echo "$as_me: creating cache $cache_file" >&6;}
  1092.   >$cache_file
  1093. fi
  1094. # Check that the precious variables saved in the cache have kept the same
  1095. # value.
  1096. ac_cache_corrupted=false
  1097. for ac_var in `(set) 2>&1 |
  1098.        sed -n 's/^ac_env_([a-zA-Z_0-9]*)_set=.*/1/p'`; do
  1099.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1100.   eval ac_new_set=$ac_env_${ac_var}_set
  1101.   eval ac_old_val="$ac_cv_env_${ac_var}_value"
  1102.   eval ac_new_val="$ac_env_${ac_var}_value"
  1103.   case $ac_old_set,$ac_new_set in
  1104.     set,)
  1105.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1106. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1107.       ac_cache_corrupted=: ;;
  1108.     ,set)
  1109.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1110. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1111.       ac_cache_corrupted=: ;;
  1112.     ,);;
  1113.     *)
  1114.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1115. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1116. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1117. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1118. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1119. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1120. echo "$as_me:   current value: $ac_new_val" >&2;}
  1121. ac_cache_corrupted=:
  1122.       fi;;
  1123.   esac
  1124.   # Pass precious variables to config.status.
  1125.   if test "$ac_new_set" = set; then
  1126.     case $ac_new_val in
  1127.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1128.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1129.     *) ac_arg=$ac_var=$ac_new_val ;;
  1130.     esac
  1131.     case " $ac_configure_args " in
  1132.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1133.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1134.     esac
  1135.   fi
  1136. done
  1137. if $ac_cache_corrupted; then
  1138.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1139. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1140.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1141. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1142.    { (exit 1); exit 1; }; }
  1143. fi
  1144. ac_ext=c
  1145. ac_cpp='$CPP $CPPFLAGS'
  1146. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1147. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1148. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1149.           ac_config_headers="$ac_config_headers autoconf.h"
  1150. V_PROG="nam"
  1151. V_ALL="$V_PROG"
  1152. V_SHM="-DUSE_SHM"
  1153. V_LIB=""
  1154. V_SHELL=""
  1155. ac_ext=c
  1156. ac_cpp='$CPP $CPPFLAGS'
  1157. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1158. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1159. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1160. if test -n "$ac_tool_prefix"; then
  1161.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1162. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1163. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1164. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1165. if test "${ac_cv_prog_CC+set}" = set; then
  1166.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1167. else
  1168.   if test -n "$CC"; then
  1169.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1170. else
  1171. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1172. for as_dir in $PATH
  1173. do
  1174.   IFS=$as_save_IFS
  1175.   test -z "$as_dir" && as_dir=.
  1176.   for ac_exec_ext in '' $ac_executable_extensions; do
  1177.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1178.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1179.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1180.     break 2
  1181.   fi
  1182. done
  1183. done
  1184. fi
  1185. fi
  1186. CC=$ac_cv_prog_CC
  1187. if test -n "$CC"; then
  1188.   echo "$as_me:$LINENO: result: $CC" >&5
  1189. echo "${ECHO_T}$CC" >&6
  1190. else
  1191.   echo "$as_me:$LINENO: result: no" >&5
  1192. echo "${ECHO_T}no" >&6
  1193. fi
  1194. fi
  1195. if test -z "$ac_cv_prog_CC"; then
  1196.   ac_ct_CC=$CC
  1197.   # Extract the first word of "gcc", so it can be a program name with args.
  1198. set dummy gcc; ac_word=$2
  1199. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1200. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1201. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1202.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1203. else
  1204.   if test -n "$ac_ct_CC"; then
  1205.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1206. else
  1207. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1208. for as_dir in $PATH
  1209. do
  1210.   IFS=$as_save_IFS
  1211.   test -z "$as_dir" && as_dir=.
  1212.   for ac_exec_ext in '' $ac_executable_extensions; do
  1213.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1214.     ac_cv_prog_ac_ct_CC="gcc"
  1215.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1216.     break 2
  1217.   fi
  1218. done
  1219. done
  1220. fi
  1221. fi
  1222. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1223. if test -n "$ac_ct_CC"; then
  1224.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1225. echo "${ECHO_T}$ac_ct_CC" >&6
  1226. else
  1227.   echo "$as_me:$LINENO: result: no" >&5
  1228. echo "${ECHO_T}no" >&6
  1229. fi
  1230.   CC=$ac_ct_CC
  1231. else
  1232.   CC="$ac_cv_prog_CC"
  1233. fi
  1234. if test -z "$CC"; then
  1235.   if test -n "$ac_tool_prefix"; then
  1236.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1237. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1238. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1239. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1240. if test "${ac_cv_prog_CC+set}" = set; then
  1241.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1242. else
  1243.   if test -n "$CC"; then
  1244.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1245. else
  1246. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1247. for as_dir in $PATH
  1248. do
  1249.   IFS=$as_save_IFS
  1250.   test -z "$as_dir" && as_dir=.
  1251.   for ac_exec_ext in '' $ac_executable_extensions; do
  1252.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1253.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1254.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1255.     break 2
  1256.   fi
  1257. done
  1258. done
  1259. fi
  1260. fi
  1261. CC=$ac_cv_prog_CC
  1262. if test -n "$CC"; then
  1263.   echo "$as_me:$LINENO: result: $CC" >&5
  1264. echo "${ECHO_T}$CC" >&6
  1265. else
  1266.   echo "$as_me:$LINENO: result: no" >&5
  1267. echo "${ECHO_T}no" >&6
  1268. fi
  1269. fi
  1270. if test -z "$ac_cv_prog_CC"; then
  1271.   ac_ct_CC=$CC
  1272.   # Extract the first word of "cc", so it can be a program name with args.
  1273. set dummy cc; ac_word=$2
  1274. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1275. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1276. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1277.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1278. else
  1279.   if test -n "$ac_ct_CC"; then
  1280.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1281. else
  1282. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1283. for as_dir in $PATH
  1284. do
  1285.   IFS=$as_save_IFS
  1286.   test -z "$as_dir" && as_dir=.
  1287.   for ac_exec_ext in '' $ac_executable_extensions; do
  1288.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1289.     ac_cv_prog_ac_ct_CC="cc"
  1290.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1291.     break 2
  1292.   fi
  1293. done
  1294. done
  1295. fi
  1296. fi
  1297. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1298. if test -n "$ac_ct_CC"; then
  1299.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1300. echo "${ECHO_T}$ac_ct_CC" >&6
  1301. else
  1302.   echo "$as_me:$LINENO: result: no" >&5
  1303. echo "${ECHO_T}no" >&6
  1304. fi
  1305.   CC=$ac_ct_CC
  1306. else
  1307.   CC="$ac_cv_prog_CC"
  1308. fi
  1309. fi
  1310. if test -z "$CC"; then
  1311.   # Extract the first word of "cc", so it can be a program name with args.
  1312. set dummy cc; ac_word=$2
  1313. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1314. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1315. if test "${ac_cv_prog_CC+set}" = set; then
  1316.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1317. else
  1318.   if test -n "$CC"; then
  1319.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1320. else
  1321.   ac_prog_rejected=no
  1322. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1323. for as_dir in $PATH
  1324. do
  1325.   IFS=$as_save_IFS
  1326.   test -z "$as_dir" && as_dir=.
  1327.   for ac_exec_ext in '' $ac_executable_extensions; do
  1328.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1329.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1330.        ac_prog_rejected=yes
  1331.        continue
  1332.      fi
  1333.     ac_cv_prog_CC="cc"
  1334.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1335.     break 2
  1336.   fi
  1337. done
  1338. done
  1339. if test $ac_prog_rejected = yes; then
  1340.   # We found a bogon in the path, so make sure we never use it.
  1341.   set dummy $ac_cv_prog_CC
  1342.   shift
  1343.   if test $# != 0; then
  1344.     # We chose a different compiler from the bogus one.
  1345.     # However, it has the same basename, so the bogon will be chosen
  1346.     # first if we set CC to just the basename; use the full file name.
  1347.     shift
  1348.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1349.   fi
  1350. fi
  1351. fi
  1352. fi
  1353. CC=$ac_cv_prog_CC
  1354. if test -n "$CC"; then
  1355.   echo "$as_me:$LINENO: result: $CC" >&5
  1356. echo "${ECHO_T}$CC" >&6
  1357. else
  1358.   echo "$as_me:$LINENO: result: no" >&5
  1359. echo "${ECHO_T}no" >&6
  1360. fi
  1361. fi
  1362. if test -z "$CC"; then
  1363.   if test -n "$ac_tool_prefix"; then
  1364.   for ac_prog in cl
  1365.   do
  1366.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1367. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1368. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1369. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1370. if test "${ac_cv_prog_CC+set}" = set; then
  1371.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1372. else
  1373.   if test -n "$CC"; then
  1374.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1375. else
  1376. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1377. for as_dir in $PATH
  1378. do
  1379.   IFS=$as_save_IFS
  1380.   test -z "$as_dir" && as_dir=.
  1381.   for ac_exec_ext in '' $ac_executable_extensions; do
  1382.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1383.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1384.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1385.     break 2
  1386.   fi
  1387. done
  1388. done
  1389. fi
  1390. fi
  1391. CC=$ac_cv_prog_CC
  1392. if test -n "$CC"; then
  1393.   echo "$as_me:$LINENO: result: $CC" >&5
  1394. echo "${ECHO_T}$CC" >&6
  1395. else
  1396.   echo "$as_me:$LINENO: result: no" >&5
  1397. echo "${ECHO_T}no" >&6
  1398. fi
  1399.     test -n "$CC" && break
  1400.   done
  1401. fi
  1402. if test -z "$CC"; then
  1403.   ac_ct_CC=$CC
  1404.   for ac_prog in cl
  1405. do
  1406.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1407. set dummy $ac_prog; ac_word=$2
  1408. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1409. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1410. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1411.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1412. else
  1413.   if test -n "$ac_ct_CC"; then
  1414.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1415. else
  1416. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1417. for as_dir in $PATH
  1418. do
  1419.   IFS=$as_save_IFS
  1420.   test -z "$as_dir" && as_dir=.
  1421.   for ac_exec_ext in '' $ac_executable_extensions; do
  1422.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1423.     ac_cv_prog_ac_ct_CC="$ac_prog"
  1424.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1425.     break 2
  1426.   fi
  1427. done
  1428. done
  1429. fi
  1430. fi
  1431. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1432. if test -n "$ac_ct_CC"; then
  1433.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1434. echo "${ECHO_T}$ac_ct_CC" >&6
  1435. else
  1436.   echo "$as_me:$LINENO: result: no" >&5
  1437. echo "${ECHO_T}no" >&6
  1438. fi
  1439.   test -n "$ac_ct_CC" && break
  1440. done
  1441.   CC=$ac_ct_CC
  1442. fi
  1443. fi
  1444. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  1445. See `config.log' for more details." >&5
  1446. echo "$as_me: error: no acceptable C compiler found in $PATH
  1447. See `config.log' for more details." >&2;}
  1448.    { (exit 1); exit 1; }; }
  1449. # Provide some information about the compiler.
  1450. echo "$as_me:$LINENO:" 
  1451.      "checking for C compiler version" >&5
  1452. ac_compiler=`set X $ac_compile; echo $2`
  1453. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  1454.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  1455.   ac_status=$?
  1456.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1457.   (exit $ac_status); }
  1458. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  1459.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  1460.   ac_status=$?
  1461.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1462.   (exit $ac_status); }
  1463. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  1464.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  1465.   ac_status=$?
  1466.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1467.   (exit $ac_status); }
  1468. cat >conftest.$ac_ext <<_ACEOF
  1469. /* confdefs.h.  */
  1470. _ACEOF
  1471. cat confdefs.h >>conftest.$ac_ext
  1472. cat >>conftest.$ac_ext <<_ACEOF
  1473. /* end confdefs.h.  */
  1474. int
  1475. main ()
  1476. {
  1477.   ;
  1478.   return 0;
  1479. }
  1480. _ACEOF
  1481. ac_clean_files_save=$ac_clean_files
  1482. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1483. # Try to create an executable without -o first, disregard a.out.
  1484. # It will help us diagnose broken compilers, and finding out an intuition
  1485. # of exeext.
  1486. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1487. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  1488. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1489. if { (eval echo "$as_me:$LINENO: "$ac_link_default"") >&5
  1490.   (eval $ac_link_default) 2>&5
  1491.   ac_status=$?
  1492.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1493.   (exit $ac_status); }; then
  1494.   # Find the output, starting from the most likely.  This scheme is
  1495. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  1496. # resort.
  1497. # Be careful to initialize this variable, since it used to be cached.
  1498. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  1499. ac_cv_exeext=
  1500. # b.out is created by i960 compilers.
  1501. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  1502. do
  1503.   test -f "$ac_file" || continue
  1504.   case $ac_file in
  1505.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  1506. ;;
  1507.     conftest.$ac_ext )
  1508. # This is the source file.
  1509. ;;
  1510.     [ab].out )
  1511. # We found the default executable, but exeext='' is most
  1512. # certainly right.
  1513. break;;
  1514.     *.* )
  1515. ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1516. # FIXME: I believe we export ac_cv_exeext for Libtool,
  1517. # but it would be cool to find out if it's true.  Does anybody
  1518. # maintain Libtool? --akim.
  1519. export ac_cv_exeext
  1520. break;;
  1521.     * )
  1522. break;;
  1523.   esac
  1524. done
  1525. else
  1526.   echo "$as_me: failed program was:" >&5
  1527. sed 's/^/| /' conftest.$ac_ext >&5
  1528. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  1529. See `config.log' for more details." >&5
  1530. echo "$as_me: error: C compiler cannot create executables
  1531. See `config.log' for more details." >&2;}
  1532.    { (exit 77); exit 77; }; }
  1533. fi
  1534. ac_exeext=$ac_cv_exeext
  1535. echo "$as_me:$LINENO: result: $ac_file" >&5
  1536. echo "${ECHO_T}$ac_file" >&6
  1537. # Check the compiler produces executables we can run.  If not, either
  1538. # the compiler is broken, or we cross compile.
  1539. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1540. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  1541. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1542. # If not cross compiling, check that we can run a simple program.
  1543. if test "$cross_compiling" != yes; then
  1544.   if { ac_try='./$ac_file'
  1545.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1546.   (eval $ac_try) 2>&5
  1547.   ac_status=$?
  1548.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1549.   (exit $ac_status); }; }; then
  1550.     cross_compiling=no
  1551.   else
  1552.     if test "$cross_compiling" = maybe; then
  1553. cross_compiling=yes
  1554.     else
  1555. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  1556. If you meant to cross compile, use `--host'.
  1557. See `config.log' for more details." >&5
  1558. echo "$as_me: error: cannot run C compiled programs.
  1559. If you meant to cross compile, use `--host'.
  1560. See `config.log' for more details." >&2;}
  1561.    { (exit 1); exit 1; }; }
  1562.     fi
  1563.   fi
  1564. fi
  1565. echo "$as_me:$LINENO: result: yes" >&5
  1566. echo "${ECHO_T}yes" >&6
  1567. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1568. ac_clean_files=$ac_clean_files_save
  1569. # Check the compiler produces executables we can run.  If not, either
  1570. # the compiler is broken, or we cross compile.
  1571. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1572. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  1573. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1574. echo "${ECHO_T}$cross_compiling" >&6
  1575. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1576. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  1577. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1578.   (eval $ac_link) 2>&5
  1579.   ac_status=$?
  1580.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1581.   (exit $ac_status); }; then
  1582.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1583. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1584. # work properly (i.e., refer to `conftest.exe'), while it won't with
  1585. # `rm'.
  1586. for ac_file in conftest.exe conftest conftest.*; do
  1587.   test -f "$ac_file" || continue
  1588.   case $ac_file in
  1589.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  1590.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1591.   export ac_cv_exeext
  1592.   break;;
  1593.     * ) break;;
  1594.   esac
  1595. done
  1596. else
  1597.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  1598. See `config.log' for more details." >&5
  1599. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  1600. See `config.log' for more details." >&2;}
  1601.    { (exit 1); exit 1; }; }
  1602. fi
  1603. rm -f conftest$ac_cv_exeext
  1604. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1605. echo "${ECHO_T}$ac_cv_exeext" >&6
  1606. rm -f conftest.$ac_ext
  1607. EXEEXT=$ac_cv_exeext
  1608. ac_exeext=$EXEEXT
  1609. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1610. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  1611. if test "${ac_cv_objext+set}" = set; then
  1612.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1613. else
  1614.   cat >conftest.$ac_ext <<_ACEOF
  1615. /* confdefs.h.  */
  1616. _ACEOF
  1617. cat confdefs.h >>conftest.$ac_ext
  1618. cat >>conftest.$ac_ext <<_ACEOF
  1619. /* end confdefs.h.  */
  1620. int
  1621. main ()
  1622. {
  1623.   ;
  1624.   return 0;
  1625. }
  1626. _ACEOF
  1627. rm -f conftest.o conftest.obj
  1628. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1629.   (eval $ac_compile) 2>&5
  1630.   ac_status=$?
  1631.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1632.   (exit $ac_status); }; then
  1633.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  1634.   case $ac_file in
  1635.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  1636.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  1637.        break;;
  1638.   esac
  1639. done
  1640. else
  1641.   echo "$as_me: failed program was:" >&5
  1642. sed 's/^/| /' conftest.$ac_ext >&5
  1643. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  1644. See `config.log' for more details." >&5
  1645. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  1646. See `config.log' for more details." >&2;}
  1647.    { (exit 1); exit 1; }; }
  1648. fi
  1649. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1650. fi
  1651. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1652. echo "${ECHO_T}$ac_cv_objext" >&6
  1653. OBJEXT=$ac_cv_objext
  1654. ac_objext=$OBJEXT
  1655. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1656. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  1657. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1658.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1659. else
  1660.   cat >conftest.$ac_ext <<_ACEOF
  1661. /* confdefs.h.  */
  1662. _ACEOF
  1663. cat confdefs.h >>conftest.$ac_ext
  1664. cat >>conftest.$ac_ext <<_ACEOF
  1665. /* end confdefs.h.  */
  1666. int
  1667. main ()
  1668. {
  1669. #ifndef __GNUC__
  1670.        choke me
  1671. #endif
  1672.   ;
  1673.   return 0;
  1674. }
  1675. _ACEOF
  1676. rm -f conftest.$ac_objext
  1677. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1678.   (eval $ac_compile) 2>conftest.er1
  1679.   ac_status=$?
  1680.   grep -v '^ *+' conftest.er1 >conftest.err
  1681.   rm -f conftest.er1
  1682.   cat conftest.err >&5
  1683.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1684.   (exit $ac_status); } &&
  1685.  { ac_try='test -z "$ac_c_werror_flag"
  1686.  || test ! -s conftest.err'
  1687.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1688.   (eval $ac_try) 2>&5
  1689.   ac_status=$?
  1690.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1691.   (exit $ac_status); }; } &&
  1692.  { ac_try='test -s conftest.$ac_objext'
  1693.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1694.   (eval $ac_try) 2>&5
  1695.   ac_status=$?
  1696.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1697.   (exit $ac_status); }; }; then
  1698.   ac_compiler_gnu=yes
  1699. else
  1700.   echo "$as_me: failed program was:" >&5
  1701. sed 's/^/| /' conftest.$ac_ext >&5
  1702. ac_compiler_gnu=no
  1703. fi
  1704. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1705. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1706. fi
  1707. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1708. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  1709. GCC=`test $ac_compiler_gnu = yes && echo yes`
  1710. ac_test_CFLAGS=${CFLAGS+set}
  1711. ac_save_CFLAGS=$CFLAGS
  1712. CFLAGS="-g"
  1713. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1714. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  1715. if test "${ac_cv_prog_cc_g+set}" = set; then
  1716.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1717. else
  1718.   cat >conftest.$ac_ext <<_ACEOF
  1719. /* confdefs.h.  */
  1720. _ACEOF
  1721. cat confdefs.h >>conftest.$ac_ext
  1722. cat >>conftest.$ac_ext <<_ACEOF
  1723. /* end confdefs.h.  */
  1724. int
  1725. main ()
  1726. {
  1727.   ;
  1728.   return 0;
  1729. }
  1730. _ACEOF
  1731. rm -f conftest.$ac_objext
  1732. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1733.   (eval $ac_compile) 2>conftest.er1
  1734.   ac_status=$?
  1735.   grep -v '^ *+' conftest.er1 >conftest.err
  1736.   rm -f conftest.er1
  1737.   cat conftest.err >&5
  1738.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1739.   (exit $ac_status); } &&
  1740.  { ac_try='test -z "$ac_c_werror_flag"
  1741.  || test ! -s conftest.err'
  1742.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1743.   (eval $ac_try) 2>&5
  1744.   ac_status=$?
  1745.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1746.   (exit $ac_status); }; } &&
  1747.  { ac_try='test -s conftest.$ac_objext'
  1748.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1749.   (eval $ac_try) 2>&5
  1750.   ac_status=$?
  1751.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1752.   (exit $ac_status); }; }; then
  1753.   ac_cv_prog_cc_g=yes
  1754. else
  1755.   echo "$as_me: failed program was:" >&5
  1756. sed 's/^/| /' conftest.$ac_ext >&5
  1757. ac_cv_prog_cc_g=no
  1758. fi
  1759. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1760. fi
  1761. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1762. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  1763. if test "$ac_test_CFLAGS" = set; then
  1764.   CFLAGS=$ac_save_CFLAGS
  1765. elif test $ac_cv_prog_cc_g = yes; then
  1766.   if test "$GCC" = yes; then
  1767.     CFLAGS="-g -O2"
  1768.   else
  1769.     CFLAGS="-g"
  1770.   fi
  1771. else
  1772.   if test "$GCC" = yes; then
  1773.     CFLAGS="-O2"
  1774.   else
  1775.     CFLAGS=
  1776.   fi
  1777. fi
  1778. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  1779. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  1780. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  1781.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1782. else
  1783.   ac_cv_prog_cc_stdc=no
  1784. ac_save_CC=$CC
  1785. cat >conftest.$ac_ext <<_ACEOF
  1786. /* confdefs.h.  */
  1787. _ACEOF
  1788. cat confdefs.h >>conftest.$ac_ext
  1789. cat >>conftest.$ac_ext <<_ACEOF
  1790. /* end confdefs.h.  */
  1791. #include <stdarg.h>
  1792. #include <stdio.h>
  1793. #include <sys/types.h>
  1794. #include <sys/stat.h>
  1795. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1796. struct buf { int x; };
  1797. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1798. static char *e (p, i)
  1799.      char **p;
  1800.      int i;
  1801. {
  1802.   return p[i];
  1803. }
  1804. static char *f (char * (*g) (char **, int), char **p, ...)
  1805. {
  1806.   char *s;
  1807.   va_list v;
  1808.   va_start (v,p);
  1809.   s = g (p, va_arg (v,int));
  1810.   va_end (v);
  1811.   return s;
  1812. }
  1813. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1814.    function prototypes and stuff, but not 'xHH' hex character constants.
  1815.    These don't provoke an error unfortunately, instead are silently treated
  1816.    as 'x'.  The following induces an error, until -std1 is added to get
  1817.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  1818.    array size at least.  It's necessary to write 'x00'==0 to get something
  1819.    that's true only with -std1.  */
  1820. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  1821. int test (int i, double x);
  1822. struct s1 {int (*f) (int a);};
  1823. struct s2 {int (*f) (double a);};
  1824. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1825. int argc;
  1826. char **argv;
  1827. int
  1828. main ()
  1829. {
  1830. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1831.   ;
  1832.   return 0;
  1833. }
  1834. _ACEOF
  1835. # Don't try gcc -ansi; that turns off useful extensions and
  1836. # breaks some systems' header files.
  1837. # AIX -qlanglvl=ansi
  1838. # Ultrix and OSF/1 -std1
  1839. # HP-UX 10.20 and later -Ae
  1840. # HP-UX older versions -Aa -D_HPUX_SOURCE
  1841. # SVR4 -Xc -D__EXTENSIONS__
  1842. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1843. do
  1844.   CC="$ac_save_CC $ac_arg"
  1845.   rm -f conftest.$ac_objext
  1846. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1847.   (eval $ac_compile) 2>conftest.er1
  1848.   ac_status=$?
  1849.   grep -v '^ *+' conftest.er1 >conftest.err
  1850.   rm -f conftest.er1
  1851.   cat conftest.err >&5
  1852.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1853.   (exit $ac_status); } &&
  1854.  { ac_try='test -z "$ac_c_werror_flag"
  1855.  || test ! -s conftest.err'
  1856.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1857.   (eval $ac_try) 2>&5
  1858.   ac_status=$?
  1859.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1860.   (exit $ac_status); }; } &&
  1861.  { ac_try='test -s conftest.$ac_objext'
  1862.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1863.   (eval $ac_try) 2>&5
  1864.   ac_status=$?
  1865.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1866.   (exit $ac_status); }; }; then
  1867.   ac_cv_prog_cc_stdc=$ac_arg
  1868. break
  1869. else
  1870.   echo "$as_me: failed program was:" >&5
  1871. sed 's/^/| /' conftest.$ac_ext >&5
  1872. fi
  1873. rm -f conftest.err conftest.$ac_objext
  1874. done
  1875. rm -f conftest.$ac_ext conftest.$ac_objext
  1876. CC=$ac_save_CC
  1877. fi
  1878. case "x$ac_cv_prog_cc_stdc" in
  1879.   x|xno)
  1880.     echo "$as_me:$LINENO: result: none needed" >&5
  1881. echo "${ECHO_T}none needed" >&6 ;;
  1882.   *)
  1883.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  1884. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  1885.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  1886. esac
  1887. # Some people use a C++ compiler to compile C.  Since we use `exit',
  1888. # in C++ we need to declare it.  In case someone uses the same compiler
  1889. # for both compiling C and C++ we need to have the C++ compiler decide
  1890. # the declaration of exit, since it's the most demanding environment.
  1891. cat >conftest.$ac_ext <<_ACEOF
  1892. #ifndef __cplusplus
  1893.   choke me
  1894. #endif
  1895. _ACEOF
  1896. rm -f conftest.$ac_objext
  1897. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1898.   (eval $ac_compile) 2>conftest.er1
  1899.   ac_status=$?
  1900.   grep -v '^ *+' conftest.er1 >conftest.err
  1901.   rm -f conftest.er1
  1902.   cat conftest.err >&5
  1903.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1904.   (exit $ac_status); } &&
  1905.  { ac_try='test -z "$ac_c_werror_flag"
  1906.  || test ! -s conftest.err'
  1907.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1908.   (eval $ac_try) 2>&5
  1909.   ac_status=$?
  1910.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1911.   (exit $ac_status); }; } &&
  1912.  { ac_try='test -s conftest.$ac_objext'
  1913.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1914.   (eval $ac_try) 2>&5
  1915.   ac_status=$?
  1916.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1917.   (exit $ac_status); }; }; then
  1918.   for ac_declaration in 
  1919.    '' 
  1920.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  1921.    'extern "C" void std::exit (int); using std::exit;' 
  1922.    'extern "C" void exit (int) throw ();' 
  1923.    'extern "C" void exit (int);' 
  1924.    'void exit (int);'
  1925. do
  1926.   cat >conftest.$ac_ext <<_ACEOF
  1927. /* confdefs.h.  */
  1928. _ACEOF
  1929. cat confdefs.h >>conftest.$ac_ext
  1930. cat >>conftest.$ac_ext <<_ACEOF
  1931. /* end confdefs.h.  */
  1932. $ac_declaration
  1933. #include <stdlib.h>
  1934. int
  1935. main ()
  1936. {
  1937. exit (42);
  1938.   ;
  1939.   return 0;
  1940. }
  1941. _ACEOF
  1942. rm -f conftest.$ac_objext
  1943. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1944.   (eval $ac_compile) 2>conftest.er1
  1945.   ac_status=$?
  1946.   grep -v '^ *+' conftest.er1 >conftest.err
  1947.   rm -f conftest.er1
  1948.   cat conftest.err >&5
  1949.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1950.   (exit $ac_status); } &&
  1951.  { ac_try='test -z "$ac_c_werror_flag"
  1952.  || test ! -s conftest.err'
  1953.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1954.   (eval $ac_try) 2>&5
  1955.   ac_status=$?
  1956.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1957.   (exit $ac_status); }; } &&
  1958.  { ac_try='test -s conftest.$ac_objext'
  1959.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1960.   (eval $ac_try) 2>&5
  1961.   ac_status=$?
  1962.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1963.   (exit $ac_status); }; }; then
  1964.   :
  1965. else
  1966.   echo "$as_me: failed program was:" >&5
  1967. sed 's/^/| /' conftest.$ac_ext >&5
  1968. continue
  1969. fi
  1970. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1971.   cat >conftest.$ac_ext <<_ACEOF
  1972. /* confdefs.h.  */
  1973. _ACEOF
  1974. cat confdefs.h >>conftest.$ac_ext
  1975. cat >>conftest.$ac_ext <<_ACEOF
  1976. /* end confdefs.h.  */
  1977. $ac_declaration
  1978. int
  1979. main ()
  1980. {
  1981. exit (42);
  1982.   ;
  1983.   return 0;
  1984. }
  1985. _ACEOF
  1986. rm -f conftest.$ac_objext
  1987. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1988.   (eval $ac_compile) 2>conftest.er1
  1989.   ac_status=$?
  1990.   grep -v '^ *+' conftest.er1 >conftest.err
  1991.   rm -f conftest.er1
  1992.   cat conftest.err >&5
  1993.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1994.   (exit $ac_status); } &&
  1995.  { ac_try='test -z "$ac_c_werror_flag"
  1996.  || test ! -s conftest.err'
  1997.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1998.   (eval $ac_try) 2>&5
  1999.   ac_status=$?
  2000.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2001.   (exit $ac_status); }; } &&
  2002.  { ac_try='test -s conftest.$ac_objext'
  2003.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2004.   (eval $ac_try) 2>&5
  2005.   ac_status=$?
  2006.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2007.   (exit $ac_status); }; }; then
  2008.   break
  2009. else
  2010.   echo "$as_me: failed program was:" >&5
  2011. sed 's/^/| /' conftest.$ac_ext >&5
  2012. fi
  2013. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2014. done
  2015. rm -f conftest*
  2016. if test -n "$ac_declaration"; then
  2017.   echo '#ifdef __cplusplus' >>confdefs.h
  2018.   echo $ac_declaration      >>confdefs.h
  2019.   echo '#endif'             >>confdefs.h
  2020. fi
  2021. else
  2022.   echo "$as_me: failed program was:" >&5
  2023. sed 's/^/| /' conftest.$ac_ext >&5
  2024. fi
  2025. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2026. ac_ext=c
  2027. ac_cpp='$CPP $CPPFLAGS'
  2028. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2029. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2030. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2031. ac_ext=c
  2032. ac_cpp='$CPP $CPPFLAGS'
  2033. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2034. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2035. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2036. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  2037. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  2038. # On Suns, sometimes $CPP names a directory.
  2039. if test -n "$CPP" && test -d "$CPP"; then
  2040.   CPP=
  2041. fi
  2042. if test -z "$CPP"; then
  2043.   if test "${ac_cv_prog_CPP+set}" = set; then
  2044.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2045. else
  2046.       # Double quotes because CPP needs to be expanded
  2047.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  2048.     do
  2049.       ac_preproc_ok=false
  2050. for ac_c_preproc_warn_flag in '' yes
  2051. do
  2052.   # Use a header file that comes with gcc, so configuring glibc
  2053.   # with a fresh cross-compiler works.
  2054.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2055.   # <limits.h> exists even on freestanding compilers.
  2056.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2057.   # not just through cpp. "Syntax error" is here to catch this case.
  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. #ifdef __STDC__
  2065. # include <limits.h>
  2066. #else
  2067. # include <assert.h>
  2068. #endif
  2069.      Syntax error
  2070. _ACEOF
  2071. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2072.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2073.   ac_status=$?
  2074.   grep -v '^ *+' conftest.er1 >conftest.err
  2075.   rm -f conftest.er1
  2076.   cat conftest.err >&5
  2077.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2078.   (exit $ac_status); } >/dev/null; then
  2079.   if test -s conftest.err; then
  2080.     ac_cpp_err=$ac_c_preproc_warn_flag
  2081.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2082.   else
  2083.     ac_cpp_err=
  2084.   fi
  2085. else
  2086.   ac_cpp_err=yes
  2087. fi
  2088. if test -z "$ac_cpp_err"; then
  2089.   :
  2090. else
  2091.   echo "$as_me: failed program was:" >&5
  2092. sed 's/^/| /' conftest.$ac_ext >&5
  2093.   # Broken: fails on valid input.
  2094. continue
  2095. fi
  2096. rm -f conftest.err conftest.$ac_ext
  2097.   # OK, works on sane cases.  Now check whether non-existent headers
  2098.   # can be detected and how.
  2099.   cat >conftest.$ac_ext <<_ACEOF
  2100. /* confdefs.h.  */
  2101. _ACEOF
  2102. cat confdefs.h >>conftest.$ac_ext
  2103. cat >>conftest.$ac_ext <<_ACEOF
  2104. /* end confdefs.h.  */
  2105. #include <ac_nonexistent.h>
  2106. _ACEOF
  2107. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2108.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2109.   ac_status=$?
  2110.   grep -v '^ *+' conftest.er1 >conftest.err
  2111.   rm -f conftest.er1
  2112.   cat conftest.err >&5
  2113.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2114.   (exit $ac_status); } >/dev/null; then
  2115.   if test -s conftest.err; then
  2116.     ac_cpp_err=$ac_c_preproc_warn_flag
  2117.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2118.   else
  2119.     ac_cpp_err=
  2120.   fi
  2121. else
  2122.   ac_cpp_err=yes
  2123. fi
  2124. if test -z "$ac_cpp_err"; then
  2125.   # Broken: success on invalid input.
  2126. continue
  2127. else
  2128.   echo "$as_me: failed program was:" >&5
  2129. sed 's/^/| /' conftest.$ac_ext >&5
  2130.   # Passes both tests.
  2131. ac_preproc_ok=:
  2132. break
  2133. fi
  2134. rm -f conftest.err conftest.$ac_ext
  2135. done
  2136. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2137. rm -f conftest.err conftest.$ac_ext
  2138. if $ac_preproc_ok; then
  2139.   break
  2140. fi
  2141.     done
  2142.     ac_cv_prog_CPP=$CPP
  2143. fi
  2144.   CPP=$ac_cv_prog_CPP
  2145. else
  2146.   ac_cv_prog_CPP=$CPP
  2147. fi
  2148. echo "$as_me:$LINENO: result: $CPP" >&5
  2149. echo "${ECHO_T}$CPP" >&6
  2150. ac_preproc_ok=false
  2151. for ac_c_preproc_warn_flag in '' yes
  2152. do
  2153.   # Use a header file that comes with gcc, so configuring glibc
  2154.   # with a fresh cross-compiler works.
  2155.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2156.   # <limits.h> exists even on freestanding compilers.
  2157.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2158.   # not just through cpp. "Syntax error" is here to catch this case.
  2159.   cat >conftest.$ac_ext <<_ACEOF
  2160. /* confdefs.h.  */
  2161. _ACEOF
  2162. cat confdefs.h >>conftest.$ac_ext
  2163. cat >>conftest.$ac_ext <<_ACEOF
  2164. /* end confdefs.h.  */
  2165. #ifdef __STDC__
  2166. # include <limits.h>
  2167. #else
  2168. # include <assert.h>
  2169. #endif
  2170.      Syntax error
  2171. _ACEOF
  2172. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2173.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2174.   ac_status=$?
  2175.   grep -v '^ *+' conftest.er1 >conftest.err
  2176.   rm -f conftest.er1
  2177.   cat conftest.err >&5
  2178.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2179.   (exit $ac_status); } >/dev/null; then
  2180.   if test -s conftest.err; then
  2181.     ac_cpp_err=$ac_c_preproc_warn_flag
  2182.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2183.   else
  2184.     ac_cpp_err=
  2185.   fi
  2186. else
  2187.   ac_cpp_err=yes
  2188. fi
  2189. if test -z "$ac_cpp_err"; then
  2190.   :
  2191. else
  2192.   echo "$as_me: failed program was:" >&5
  2193. sed 's/^/| /' conftest.$ac_ext >&5
  2194.   # Broken: fails on valid input.
  2195. continue
  2196. fi
  2197. rm -f conftest.err conftest.$ac_ext
  2198.   # OK, works on sane cases.  Now check whether non-existent headers
  2199.   # can be detected and how.
  2200.   cat >conftest.$ac_ext <<_ACEOF
  2201. /* confdefs.h.  */
  2202. _ACEOF
  2203. cat confdefs.h >>conftest.$ac_ext
  2204. cat >>conftest.$ac_ext <<_ACEOF
  2205. /* end confdefs.h.  */
  2206. #include <ac_nonexistent.h>
  2207. _ACEOF
  2208. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2209.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2210.   ac_status=$?
  2211.   grep -v '^ *+' conftest.er1 >conftest.err
  2212.   rm -f conftest.er1
  2213.   cat conftest.err >&5
  2214.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2215.   (exit $ac_status); } >/dev/null; then
  2216.   if test -s conftest.err; then
  2217.     ac_cpp_err=$ac_c_preproc_warn_flag
  2218.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2219.   else
  2220.     ac_cpp_err=
  2221.   fi
  2222. else
  2223.   ac_cpp_err=yes
  2224. fi
  2225. if test -z "$ac_cpp_err"; then
  2226.   # Broken: success on invalid input.
  2227. continue
  2228. else
  2229.   echo "$as_me: failed program was:" >&5
  2230. sed 's/^/| /' conftest.$ac_ext >&5
  2231.   # Passes both tests.
  2232. ac_preproc_ok=:
  2233. break
  2234. fi
  2235. rm -f conftest.err conftest.$ac_ext
  2236. done
  2237. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2238. rm -f conftest.err conftest.$ac_ext
  2239. if $ac_preproc_ok; then
  2240.   :
  2241. else
  2242.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  2243. See `config.log' for more details." >&5
  2244. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  2245. See `config.log' for more details." >&2;}
  2246.    { (exit 1); exit 1; }; }
  2247. fi
  2248. ac_ext=c
  2249. ac_cpp='$CPP $CPPFLAGS'
  2250. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2251. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2252. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2253. echo "$as_me:$LINENO: checking for egrep" >&5
  2254. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  2255. if test "${ac_cv_prog_egrep+set}" = set; then
  2256.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2257. else
  2258.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  2259.     then ac_cv_prog_egrep='grep -E'
  2260.     else ac_cv_prog_egrep='egrep'
  2261.     fi
  2262. fi
  2263. echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  2264. echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  2265.  EGREP=$ac_cv_prog_egrep
  2266. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  2267. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  2268. if test "${ac_cv_header_stdc+set}" = set; then
  2269.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2270. else
  2271.   cat >conftest.$ac_ext <<_ACEOF
  2272. /* confdefs.h.  */
  2273. _ACEOF
  2274. cat confdefs.h >>conftest.$ac_ext
  2275. cat >>conftest.$ac_ext <<_ACEOF
  2276. /* end confdefs.h.  */
  2277. #include <stdlib.h>
  2278. #include <stdarg.h>
  2279. #include <string.h>
  2280. #include <float.h>
  2281. int
  2282. main ()
  2283. {
  2284.   ;
  2285.   return 0;
  2286. }
  2287. _ACEOF
  2288. rm -f conftest.$ac_objext
  2289. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2290.   (eval $ac_compile) 2>conftest.er1
  2291.   ac_status=$?
  2292.   grep -v '^ *+' conftest.er1 >conftest.err
  2293.   rm -f conftest.er1
  2294.   cat conftest.err >&5
  2295.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2296.   (exit $ac_status); } &&
  2297.  { ac_try='test -z "$ac_c_werror_flag"
  2298.  || test ! -s conftest.err'
  2299.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2300.   (eval $ac_try) 2>&5
  2301.   ac_status=$?
  2302.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2303.   (exit $ac_status); }; } &&
  2304.  { ac_try='test -s conftest.$ac_objext'
  2305.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2306.   (eval $ac_try) 2>&5
  2307.   ac_status=$?
  2308.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2309.   (exit $ac_status); }; }; then
  2310.   ac_cv_header_stdc=yes
  2311. else
  2312.   echo "$as_me: failed program was:" >&5
  2313. sed 's/^/| /' conftest.$ac_ext >&5
  2314. ac_cv_header_stdc=no
  2315. fi
  2316. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2317. if test $ac_cv_header_stdc = yes; then
  2318.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2319.   cat >conftest.$ac_ext <<_ACEOF
  2320. /* confdefs.h.  */
  2321. _ACEOF
  2322. cat confdefs.h >>conftest.$ac_ext
  2323. cat >>conftest.$ac_ext <<_ACEOF
  2324. /* end confdefs.h.  */
  2325. #include <string.h>
  2326. _ACEOF
  2327. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2328.   $EGREP "memchr" >/dev/null 2>&1; then
  2329.   :
  2330. else
  2331.   ac_cv_header_stdc=no
  2332. fi
  2333. rm -f conftest*
  2334. fi
  2335. if test $ac_cv_header_stdc = yes; then
  2336.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2337.   cat >conftest.$ac_ext <<_ACEOF
  2338. /* confdefs.h.  */
  2339. _ACEOF
  2340. cat confdefs.h >>conftest.$ac_ext
  2341. cat >>conftest.$ac_ext <<_ACEOF
  2342. /* end confdefs.h.  */
  2343. #include <stdlib.h>
  2344. _ACEOF
  2345. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2346.   $EGREP "free" >/dev/null 2>&1; then
  2347.   :
  2348. else
  2349.   ac_cv_header_stdc=no
  2350. fi
  2351. rm -f conftest*
  2352. fi
  2353. if test $ac_cv_header_stdc = yes; then
  2354.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2355.   if test "$cross_compiling" = yes; then
  2356.   :
  2357. else
  2358.   cat >conftest.$ac_ext <<_ACEOF
  2359. /* confdefs.h.  */
  2360. _ACEOF
  2361. cat confdefs.h >>conftest.$ac_ext
  2362. cat >>conftest.$ac_ext <<_ACEOF
  2363. /* end confdefs.h.  */
  2364. #include <ctype.h>
  2365. #if ((' ' & 0x0FF) == 0x020)
  2366. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2367. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2368. #else
  2369. # define ISLOWER(c) 
  2370.    (('a' <= (c) && (c) <= 'i') 
  2371.      || ('j' <= (c) && (c) <= 'r') 
  2372.      || ('s' <= (c) && (c) <= 'z'))
  2373. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  2374. #endif
  2375. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2376. int
  2377. main ()
  2378. {
  2379.   int i;
  2380.   for (i = 0; i < 256; i++)
  2381.     if (XOR (islower (i), ISLOWER (i))
  2382. || toupper (i) != TOUPPER (i))
  2383.       exit(2);
  2384.   exit (0);
  2385. }
  2386. _ACEOF
  2387. rm -f conftest$ac_exeext
  2388. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2389.   (eval $ac_link) 2>&5
  2390.   ac_status=$?
  2391.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2392.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2393.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2394.   (eval $ac_try) 2>&5
  2395.   ac_status=$?
  2396.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2397.   (exit $ac_status); }; }; then
  2398.   :
  2399. else
  2400.   echo "$as_me: program exited with status $ac_status" >&5
  2401. echo "$as_me: failed program was:" >&5
  2402. sed 's/^/| /' conftest.$ac_ext >&5
  2403. ( exit $ac_status )
  2404. ac_cv_header_stdc=no
  2405. fi
  2406. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2407. fi
  2408. fi
  2409. fi
  2410. echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  2411. echo "${ECHO_T}$ac_cv_header_stdc" >&6
  2412. if test $ac_cv_header_stdc = yes; then
  2413. cat >>confdefs.h <<_ACEOF
  2414. #define STDC_HEADERS 1
  2415. _ACEOF
  2416. fi
  2417. # Check whether --with-defaultoptions or --without-defaultoptions was given.
  2418. if test "${with_defaultoptions+set}" = set; then
  2419.   withval="$with_defaultoptions"
  2420. else
  2421.   with_defaultoptions=".configure"
  2422. fi;
  2423. if test "$with_defaultoptions" = "yes" ; then
  2424. with_defaultoptions=".configure"
  2425. elif test "$with_defaultoptions" = "no" ; then
  2426. with_defaultoptions=""
  2427. fi
  2428. if test -n "$with_defaultoptions" ; then
  2429. if test -f "$with_defaultoptions" ; then
  2430. read arglist < $with_defaultoptions
  2431. if test -n "$arglist" ; then
  2432. arguments="$0 $arglist $* --without-defaultoptions"
  2433. echo "Restarting: $arguments"
  2434. exec $arguments
  2435. fi
  2436. else
  2437. if test "$with_defaultoptions" = ".configure" ; then
  2438. echo No .configure file found in current directory
  2439. echo Continuing with default options...
  2440. else
  2441. echo Cannot find file $with_defaultoptions
  2442. echo Aborting configure...
  2443. exit 1
  2444. fi
  2445. fi
  2446. fi
  2447. ac_aux_dir=
  2448. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  2449.   if test -f $ac_dir/install-sh; then
  2450.     ac_aux_dir=$ac_dir
  2451.     ac_install_sh="$ac_aux_dir/install-sh -c"
  2452.     break
  2453.   elif test -f $ac_dir/install.sh; then
  2454.     ac_aux_dir=$ac_dir
  2455.     ac_install_sh="$ac_aux_dir/install.sh -c"
  2456.     break
  2457.   elif test -f $ac_dir/shtool; then
  2458.     ac_aux_dir=$ac_dir
  2459.     ac_install_sh="$ac_aux_dir/shtool install -c"
  2460.     break
  2461.   fi
  2462. done
  2463. if test -z "$ac_aux_dir"; then
  2464.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  2465. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  2466.    { (exit 1); exit 1; }; }
  2467. fi
  2468. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  2469. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  2470. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  2471. # Make sure we can run config.sub.
  2472. $ac_config_sub sun4 >/dev/null 2>&1 ||
  2473.   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  2474. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  2475.    { (exit 1); exit 1; }; }
  2476. echo "$as_me:$LINENO: checking build system type" >&5
  2477. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  2478. if test "${ac_cv_build+set}" = set; then
  2479.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2480. else
  2481.   ac_cv_build_alias=$build_alias
  2482. test -z "$ac_cv_build_alias" &&
  2483.   ac_cv_build_alias=`$ac_config_guess`
  2484. test -z "$ac_cv_build_alias" &&
  2485.   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  2486. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  2487.    { (exit 1); exit 1; }; }
  2488. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  2489.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  2490. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  2491.    { (exit 1); exit 1; }; }
  2492. fi
  2493. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  2494. echo "${ECHO_T}$ac_cv_build" >&6
  2495. build=$ac_cv_build
  2496. build_cpu=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  2497. build_vendor=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  2498. build_os=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  2499. echo "$as_me:$LINENO: checking host system type" >&5
  2500. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  2501. if test "${ac_cv_host+set}" = set; then
  2502.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2503. else
  2504.   ac_cv_host_alias=$host_alias
  2505. test -z "$ac_cv_host_alias" &&
  2506.   ac_cv_host_alias=$ac_cv_build_alias
  2507. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  2508.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  2509. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  2510.    { (exit 1); exit 1; }; }
  2511. fi
  2512. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  2513. echo "${ECHO_T}$ac_cv_host" >&6
  2514. host=$ac_cv_host
  2515. host_cpu=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  2516. host_vendor=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  2517. host_os=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  2518. echo "$as_me:$LINENO: checking target system type" >&5
  2519. echo $ECHO_N "checking target system type... $ECHO_C" >&6
  2520. if test "${ac_cv_target+set}" = set; then
  2521.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2522. else
  2523.   ac_cv_target_alias=$target_alias
  2524. test "x$ac_cv_target_alias" = "x" &&
  2525.   ac_cv_target_alias=$ac_cv_host_alias
  2526. ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
  2527.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
  2528. echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
  2529.    { (exit 1); exit 1; }; }
  2530. fi
  2531. echo "$as_me:$LINENO: result: $ac_cv_target" >&5
  2532. echo "${ECHO_T}$ac_cv_target" >&6
  2533. target=$ac_cv_target
  2534. target_cpu=`echo $ac_cv_target | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  2535. target_vendor=`echo $ac_cv_target | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  2536. target_os=`echo $ac_cv_target | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  2537. # The aliases save the names the user supplied, while $host etc.
  2538. # will get canonicalized.
  2539. test -n "$target_alias" &&
  2540.   test "$program_prefix$program_suffix$program_transform_name" = 
  2541.     NONENONEs,x,x, &&
  2542.   program_prefix=${target_alias}-
  2543. ac_ext=c
  2544. ac_cpp='$CPP $CPPFLAGS'
  2545. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2546. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2547. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2548. if test -n "$ac_tool_prefix"; then
  2549.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  2550. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  2551. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2552. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2553. if test "${ac_cv_prog_CC+set}" = set; then
  2554.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2555. else
  2556.   if test -n "$CC"; then
  2557.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2558. else
  2559. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2560. for as_dir in $PATH
  2561. do
  2562.   IFS=$as_save_IFS
  2563.   test -z "$as_dir" && as_dir=.
  2564.   for ac_exec_ext in '' $ac_executable_extensions; do
  2565.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2566.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  2567.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2568.     break 2
  2569.   fi
  2570. done
  2571. done
  2572. fi
  2573. fi
  2574. CC=$ac_cv_prog_CC
  2575. if test -n "$CC"; then
  2576.   echo "$as_me:$LINENO: result: $CC" >&5
  2577. echo "${ECHO_T}$CC" >&6
  2578. else
  2579.   echo "$as_me:$LINENO: result: no" >&5
  2580. echo "${ECHO_T}no" >&6
  2581. fi
  2582. fi
  2583. if test -z "$ac_cv_prog_CC"; then
  2584.   ac_ct_CC=$CC
  2585.   # Extract the first word of "gcc", so it can be a program name with args.
  2586. set dummy gcc; ac_word=$2
  2587. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2588. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2589. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2590.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2591. else
  2592.   if test -n "$ac_ct_CC"; then
  2593.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2594. else
  2595. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2596. for as_dir in $PATH
  2597. do
  2598.   IFS=$as_save_IFS
  2599.   test -z "$as_dir" && as_dir=.
  2600.   for ac_exec_ext in '' $ac_executable_extensions; do
  2601.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2602.     ac_cv_prog_ac_ct_CC="gcc"
  2603.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2604.     break 2
  2605.   fi
  2606. done
  2607. done
  2608. fi
  2609. fi
  2610. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2611. if test -n "$ac_ct_CC"; then
  2612.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2613. echo "${ECHO_T}$ac_ct_CC" >&6
  2614. else
  2615.   echo "$as_me:$LINENO: result: no" >&5
  2616. echo "${ECHO_T}no" >&6
  2617. fi
  2618.   CC=$ac_ct_CC
  2619. else
  2620.   CC="$ac_cv_prog_CC"
  2621. fi
  2622. if test -z "$CC"; then
  2623.   if test -n "$ac_tool_prefix"; then
  2624.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  2625. set dummy ${ac_tool_prefix}cc; ac_word=$2
  2626. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2627. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2628. if test "${ac_cv_prog_CC+set}" = set; then
  2629.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2630. else
  2631.   if test -n "$CC"; then
  2632.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2633. else
  2634. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2635. for as_dir in $PATH
  2636. do
  2637.   IFS=$as_save_IFS
  2638.   test -z "$as_dir" && as_dir=.
  2639.   for ac_exec_ext in '' $ac_executable_extensions; do
  2640.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2641.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  2642.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2643.     break 2
  2644.   fi
  2645. done
  2646. done
  2647. fi
  2648. fi
  2649. CC=$ac_cv_prog_CC
  2650. if test -n "$CC"; then
  2651.   echo "$as_me:$LINENO: result: $CC" >&5
  2652. echo "${ECHO_T}$CC" >&6
  2653. else
  2654.   echo "$as_me:$LINENO: result: no" >&5
  2655. echo "${ECHO_T}no" >&6
  2656. fi
  2657. fi
  2658. if test -z "$ac_cv_prog_CC"; then
  2659.   ac_ct_CC=$CC
  2660.   # Extract the first word of "cc", so it can be a program name with args.
  2661. set dummy cc; ac_word=$2
  2662. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2663. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2664. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2665.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2666. else
  2667.   if test -n "$ac_ct_CC"; then
  2668.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2669. else
  2670. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2671. for as_dir in $PATH
  2672. do
  2673.   IFS=$as_save_IFS
  2674.   test -z "$as_dir" && as_dir=.
  2675.   for ac_exec_ext in '' $ac_executable_extensions; do
  2676.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2677.     ac_cv_prog_ac_ct_CC="cc"
  2678.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2679.     break 2
  2680.   fi
  2681. done
  2682. done
  2683. fi
  2684. fi
  2685. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2686. if test -n "$ac_ct_CC"; then
  2687.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2688. echo "${ECHO_T}$ac_ct_CC" >&6
  2689. else
  2690.   echo "$as_me:$LINENO: result: no" >&5
  2691. echo "${ECHO_T}no" >&6
  2692. fi
  2693.   CC=$ac_ct_CC
  2694. else
  2695.   CC="$ac_cv_prog_CC"
  2696. fi
  2697. fi
  2698. if test -z "$CC"; then
  2699.   # Extract the first word of "cc", so it can be a program name with args.
  2700. set dummy cc; ac_word=$2
  2701. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2702. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2703. if test "${ac_cv_prog_CC+set}" = set; then
  2704.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2705. else
  2706.   if test -n "$CC"; then
  2707.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2708. else
  2709.   ac_prog_rejected=no
  2710. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2711. for as_dir in $PATH
  2712. do
  2713.   IFS=$as_save_IFS
  2714.   test -z "$as_dir" && as_dir=.
  2715.   for ac_exec_ext in '' $ac_executable_extensions; do
  2716.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2717.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2718.        ac_prog_rejected=yes
  2719.        continue
  2720.      fi
  2721.     ac_cv_prog_CC="cc"
  2722.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2723.     break 2
  2724.   fi
  2725. done
  2726. done
  2727. if test $ac_prog_rejected = yes; then
  2728.   # We found a bogon in the path, so make sure we never use it.
  2729.   set dummy $ac_cv_prog_CC
  2730.   shift
  2731.   if test $# != 0; then
  2732.     # We chose a different compiler from the bogus one.
  2733.     # However, it has the same basename, so the bogon will be chosen
  2734.     # first if we set CC to just the basename; use the full file name.
  2735.     shift
  2736.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2737.   fi
  2738. fi
  2739. fi
  2740. fi
  2741. CC=$ac_cv_prog_CC
  2742. if test -n "$CC"; then
  2743.   echo "$as_me:$LINENO: result: $CC" >&5
  2744. echo "${ECHO_T}$CC" >&6
  2745. else
  2746.   echo "$as_me:$LINENO: result: no" >&5
  2747. echo "${ECHO_T}no" >&6
  2748. fi
  2749. fi
  2750. if test -z "$CC"; then
  2751.   if test -n "$ac_tool_prefix"; then
  2752.   for ac_prog in cl
  2753.   do
  2754.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2755. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2756. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2757. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2758. if test "${ac_cv_prog_CC+set}" = set; then
  2759.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2760. else
  2761.   if test -n "$CC"; then
  2762.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2763. else
  2764. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2765. for as_dir in $PATH
  2766. do
  2767.   IFS=$as_save_IFS
  2768.   test -z "$as_dir" && as_dir=.
  2769.   for ac_exec_ext in '' $ac_executable_extensions; do
  2770.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2771.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2772.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2773.     break 2
  2774.   fi
  2775. done
  2776. done
  2777. fi
  2778. fi
  2779. CC=$ac_cv_prog_CC
  2780. if test -n "$CC"; then
  2781.   echo "$as_me:$LINENO: result: $CC" >&5
  2782. echo "${ECHO_T}$CC" >&6
  2783. else
  2784.   echo "$as_me:$LINENO: result: no" >&5
  2785. echo "${ECHO_T}no" >&6
  2786. fi
  2787.     test -n "$CC" && break
  2788.   done
  2789. fi
  2790. if test -z "$CC"; then
  2791.   ac_ct_CC=$CC
  2792.   for ac_prog in cl
  2793. do
  2794.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2795. set dummy $ac_prog; ac_word=$2
  2796. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2797. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2798. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2799.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2800. else
  2801.   if test -n "$ac_ct_CC"; then
  2802.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2803. else
  2804. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2805. for as_dir in $PATH
  2806. do
  2807.   IFS=$as_save_IFS
  2808.   test -z "$as_dir" && as_dir=.
  2809.   for ac_exec_ext in '' $ac_executable_extensions; do
  2810.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2811.     ac_cv_prog_ac_ct_CC="$ac_prog"
  2812.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2813.     break 2
  2814.   fi
  2815. done
  2816. done
  2817. fi
  2818. fi
  2819. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2820. if test -n "$ac_ct_CC"; then
  2821.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2822. echo "${ECHO_T}$ac_ct_CC" >&6
  2823. else
  2824.   echo "$as_me:$LINENO: result: no" >&5
  2825. echo "${ECHO_T}no" >&6
  2826. fi
  2827.   test -n "$ac_ct_CC" && break
  2828. done
  2829.   CC=$ac_ct_CC
  2830. fi
  2831. fi
  2832. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  2833. See `config.log' for more details." >&5
  2834. echo "$as_me: error: no acceptable C compiler found in $PATH
  2835. See `config.log' for more details." >&2;}
  2836.    { (exit 1); exit 1; }; }
  2837. # Provide some information about the compiler.
  2838. echo "$as_me:$LINENO:" 
  2839.      "checking for C compiler version" >&5
  2840. ac_compiler=`set X $ac_compile; echo $2`
  2841. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  2842.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  2843.   ac_status=$?
  2844.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2845.   (exit $ac_status); }
  2846. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  2847.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  2848.   ac_status=$?
  2849.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2850.   (exit $ac_status); }
  2851. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  2852.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  2853.   ac_status=$?
  2854.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2855.   (exit $ac_status); }
  2856. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2857. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  2858. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2859.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2860. else
  2861.   cat >conftest.$ac_ext <<_ACEOF
  2862. /* confdefs.h.  */
  2863. _ACEOF
  2864. cat confdefs.h >>conftest.$ac_ext
  2865. cat >>conftest.$ac_ext <<_ACEOF
  2866. /* end confdefs.h.  */
  2867. int
  2868. main ()
  2869. {
  2870. #ifndef __GNUC__
  2871.        choke me
  2872. #endif
  2873.   ;
  2874.   return 0;
  2875. }
  2876. _ACEOF
  2877. rm -f conftest.$ac_objext
  2878. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2879.   (eval $ac_compile) 2>conftest.er1
  2880.   ac_status=$?
  2881.   grep -v '^ *+' conftest.er1 >conftest.err
  2882.   rm -f conftest.er1
  2883.   cat conftest.err >&5
  2884.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2885.   (exit $ac_status); } &&
  2886.  { ac_try='test -z "$ac_c_werror_flag"
  2887.  || test ! -s conftest.err'
  2888.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2889.   (eval $ac_try) 2>&5
  2890.   ac_status=$?
  2891.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2892.   (exit $ac_status); }; } &&
  2893.  { ac_try='test -s conftest.$ac_objext'
  2894.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2895.   (eval $ac_try) 2>&5
  2896.   ac_status=$?
  2897.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2898.   (exit $ac_status); }; }; then
  2899.   ac_compiler_gnu=yes
  2900. else
  2901.   echo "$as_me: failed program was:" >&5
  2902. sed 's/^/| /' conftest.$ac_ext >&5
  2903. ac_compiler_gnu=no
  2904. fi
  2905. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2906. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2907. fi
  2908. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2909. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  2910. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2911. ac_test_CFLAGS=${CFLAGS+set}
  2912. ac_save_CFLAGS=$CFLAGS
  2913. CFLAGS="-g"
  2914. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2915. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  2916. if test "${ac_cv_prog_cc_g+set}" = set; then
  2917.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2918. else
  2919.   cat >conftest.$ac_ext <<_ACEOF
  2920. /* confdefs.h.  */
  2921. _ACEOF
  2922. cat confdefs.h >>conftest.$ac_ext
  2923. cat >>conftest.$ac_ext <<_ACEOF
  2924. /* end confdefs.h.  */
  2925. int
  2926. main ()
  2927. {
  2928.   ;
  2929.   return 0;
  2930. }
  2931. _ACEOF
  2932. rm -f conftest.$ac_objext
  2933. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2934.   (eval $ac_compile) 2>conftest.er1
  2935.   ac_status=$?
  2936.   grep -v '^ *+' conftest.er1 >conftest.err
  2937.   rm -f conftest.er1
  2938.   cat conftest.err >&5
  2939.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2940.   (exit $ac_status); } &&
  2941.  { ac_try='test -z "$ac_c_werror_flag"
  2942.  || test ! -s conftest.err'
  2943.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2944.   (eval $ac_try) 2>&5
  2945.   ac_status=$?
  2946.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2947.   (exit $ac_status); }; } &&
  2948.  { ac_try='test -s conftest.$ac_objext'
  2949.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2950.   (eval $ac_try) 2>&5
  2951.   ac_status=$?
  2952.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2953.   (exit $ac_status); }; }; then
  2954.   ac_cv_prog_cc_g=yes
  2955. else
  2956.   echo "$as_me: failed program was:" >&5