configure
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:702k
源码类别:

网格计算

开发平台:

Java

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