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

网格计算

开发平台:

Java

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59 for hadoop-pipes 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. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  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-pipes'
  373. PACKAGE_TARNAME='hadoop-pipes'
  374. PACKAGE_VERSION='0.13.0'
  375. PACKAGE_STRING='hadoop-pipes 0.13.0'
  376. PACKAGE_BUGREPORT='omalley@apache.org'
  377. ac_unique_file="impl/HadoopPipes.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 HADOOP_UTILS_PREFIX CPP EGREP 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 LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB 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_CPP_set=${CPP+set}
  815. ac_env_CPP_value=$CPP
  816. ac_cv_env_CPP_set=${CPP+set}
  817. ac_cv_env_CPP_value=$CPP
  818. ac_env_CXX_set=${CXX+set}
  819. ac_env_CXX_value=$CXX
  820. ac_cv_env_CXX_set=${CXX+set}
  821. ac_cv_env_CXX_value=$CXX
  822. ac_env_CXXFLAGS_set=${CXXFLAGS+set}
  823. ac_env_CXXFLAGS_value=$CXXFLAGS
  824. ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
  825. ac_cv_env_CXXFLAGS_value=$CXXFLAGS
  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-pipes 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-pipes 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-hadoop-utils=<dir>
  918.                           directory to get hadoop_utils from
  919.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  920.   --with-pic              try to use only PIC/non-PIC objects [default=use
  921.                           both]
  922.   --with-tags[=TAGS]
  923.                           include additional configurations [automatic]
  924. Some influential environment variables:
  925.   CC          C compiler command
  926.   CFLAGS      C compiler flags
  927.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  928.               nonstandard directory <lib dir>
  929.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  930.               headers in a nonstandard directory <include dir>
  931.   CPP         C preprocessor
  932.   CXX         C++ compiler command
  933.   CXXFLAGS    C++ compiler flags
  934.   CXXCPP      C++ preprocessor
  935.   F77         Fortran 77 compiler command
  936.   FFLAGS      Fortran 77 compiler flags
  937. Use these variables to override the choices made by `configure' or to help
  938. it to find libraries and programs with nonstandard names/locations.
  939. Report bugs to <omalley@apache.org>.
  940. _ACEOF
  941. fi
  942. if test "$ac_init_help" = "recursive"; then
  943.   # If there are subdirs, report their specific --help.
  944.   ac_popdir=`pwd`
  945.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  946.     test -d $ac_dir || continue
  947.     ac_builddir=.
  948. if test "$ac_dir" != .; then
  949.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  950.   # A "../" for each directory in $ac_dir_suffix.
  951.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  952. else
  953.   ac_dir_suffix= ac_top_builddir=
  954. fi
  955. case $srcdir in
  956.   .)  # No --srcdir option.  We are building in place.
  957.     ac_srcdir=.
  958.     if test -z "$ac_top_builddir"; then
  959.        ac_top_srcdir=.
  960.     else
  961.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  962.     fi ;;
  963.   [\/]* | ?:[\/]* )  # Absolute path.
  964.     ac_srcdir=$srcdir$ac_dir_suffix;
  965.     ac_top_srcdir=$srcdir ;;
  966.   *) # Relative path.
  967.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  968.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  969. esac
  970. # Do not use `cd foo && pwd` to compute absolute paths, because
  971. # the directories may not exist.
  972. case `pwd` in
  973. .) ac_abs_builddir="$ac_dir";;
  974. *)
  975.   case "$ac_dir" in
  976.   .) ac_abs_builddir=`pwd`;;
  977.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  978.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  979.   esac;;
  980. esac
  981. case $ac_abs_builddir in
  982. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  983. *)
  984.   case ${ac_top_builddir}. in
  985.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  986.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  987.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  988.   esac;;
  989. esac
  990. case $ac_abs_builddir in
  991. .) ac_abs_srcdir=$ac_srcdir;;
  992. *)
  993.   case $ac_srcdir in
  994.   .) ac_abs_srcdir=$ac_abs_builddir;;
  995.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  996.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  997.   esac;;
  998. esac
  999. case $ac_abs_builddir in
  1000. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  1001. *)
  1002.   case $ac_top_srcdir in
  1003.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1004.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1005.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1006.   esac;;
  1007. esac
  1008.     cd $ac_dir
  1009.     # Check for guested configure; otherwise get Cygnus style configure.
  1010.     if test -f $ac_srcdir/configure.gnu; then
  1011.       echo
  1012.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  1013.     elif test -f $ac_srcdir/configure; then
  1014.       echo
  1015.       $SHELL $ac_srcdir/configure  --help=recursive
  1016.     elif test -f $ac_srcdir/configure.ac ||
  1017.    test -f $ac_srcdir/configure.in; then
  1018.       echo
  1019.       $ac_configure --help
  1020.     else
  1021.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1022.     fi
  1023.     cd $ac_popdir
  1024.   done
  1025. fi
  1026. test -n "$ac_init_help" && exit 0
  1027. if $ac_init_version; then
  1028.   cat <<_ACEOF
  1029. hadoop-pipes configure 0.13.0
  1030. generated by GNU Autoconf 2.59
  1031. Copyright (C) 2003 Free Software Foundation, Inc.
  1032. This configure script is free software; the Free Software Foundation
  1033. gives unlimited permission to copy, distribute and modify it.
  1034. _ACEOF
  1035.   exit 0
  1036. fi
  1037. exec 5>config.log
  1038. cat >&5 <<_ACEOF
  1039. This file contains any messages produced by compilers while
  1040. running configure, to aid debugging if configure makes a mistake.
  1041. It was created by hadoop-pipes $as_me 0.13.0, which was
  1042. generated by GNU Autoconf 2.59.  Invocation command line was
  1043.   $ $0 $@
  1044. _ACEOF
  1045. {
  1046. cat <<_ASUNAME
  1047. ## --------- ##
  1048. ## Platform. ##
  1049. ## --------- ##
  1050. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1051. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1052. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1053. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1054. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1055. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1056. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1057. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1058. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1059. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1060. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  1061. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1062. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1063. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1064. _ASUNAME
  1065. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1066. for as_dir in $PATH
  1067. do
  1068.   IFS=$as_save_IFS
  1069.   test -z "$as_dir" && as_dir=.
  1070.   echo "PATH: $as_dir"
  1071. done
  1072. } >&5
  1073. cat >&5 <<_ACEOF
  1074. ## ----------- ##
  1075. ## Core tests. ##
  1076. ## ----------- ##
  1077. _ACEOF
  1078. # Keep a trace of the command line.
  1079. # Strip out --no-create and --no-recursion so they do not pile up.
  1080. # Strip out --silent because we don't want to record it for future runs.
  1081. # Also quote any args containing shell meta-characters.
  1082. # Make two passes to allow for proper duplicate-argument suppression.
  1083. ac_configure_args=
  1084. ac_configure_args0=
  1085. ac_configure_args1=
  1086. ac_sep=
  1087. ac_must_keep_next=false
  1088. for ac_pass in 1 2
  1089. do
  1090.   for ac_arg
  1091.   do
  1092.     case $ac_arg in
  1093.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1094.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1095.     | -silent | --silent | --silen | --sile | --sil)
  1096.       continue ;;
  1097.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1098.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  1099.     esac
  1100.     case $ac_pass in
  1101.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1102.     2)
  1103.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1104.       if test $ac_must_keep_next = true; then
  1105. ac_must_keep_next=false # Got value, back to normal.
  1106.       else
  1107. case $ac_arg in
  1108.   *=* | --config-cache | -C | -disable-* | --disable-* 
  1109.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  1110.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  1111.   | -with-* | --with-* | -without-* | --without-* | --x)
  1112.     case "$ac_configure_args0 " in
  1113.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1114.     esac
  1115.     ;;
  1116.   -* ) ac_must_keep_next=true ;;
  1117. esac
  1118.       fi
  1119.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1120.       # Get rid of the leading space.
  1121.       ac_sep=" "
  1122.       ;;
  1123.     esac
  1124.   done
  1125. done
  1126. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1127. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1128. # When interrupted or exit'd, cleanup temporary files, and complete
  1129. # config.log.  We remove comments because anyway the quotes in there
  1130. # would cause problems or look ugly.
  1131. # WARNING: Be sure not to use single quotes in there, as some shells,
  1132. # such as our DU 5.0 friend, will then `close' the trap.
  1133. trap 'exit_status=$?
  1134.   # Save into config.log some information that might help in debugging.
  1135.   {
  1136.     echo
  1137.     cat <<_ASBOX
  1138. ## ---------------- ##
  1139. ## Cache variables. ##
  1140. ## ---------------- ##
  1141. _ASBOX
  1142.     echo
  1143.     # The following way of writing the cache mishandles newlines in values,
  1144. {
  1145.   (set) 2>&1 |
  1146.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1147.     *ac_space= *)
  1148.       sed -n 
  1149. "s/'"'"'/'"'"'\\'"'"''"'"'/g;
  1150.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='"'"'\2'"'"'/p"
  1151.       ;;
  1152.     *)
  1153.       sed -n 
  1154. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1155.       ;;
  1156.     esac;
  1157. }
  1158.     echo
  1159.     cat <<_ASBOX
  1160. ## ----------------- ##
  1161. ## Output variables. ##
  1162. ## ----------------- ##
  1163. _ASBOX
  1164.     echo
  1165.     for ac_var in $ac_subst_vars
  1166.     do
  1167.       eval ac_val=$`echo $ac_var`
  1168.       echo "$ac_var='"'"'$ac_val'"'"'"
  1169.     done | sort
  1170.     echo
  1171.     if test -n "$ac_subst_files"; then
  1172.       cat <<_ASBOX
  1173. ## ------------- ##
  1174. ## Output files. ##
  1175. ## ------------- ##
  1176. _ASBOX
  1177.       echo
  1178.       for ac_var in $ac_subst_files
  1179.       do
  1180. eval ac_val=$`echo $ac_var`
  1181. echo "$ac_var='"'"'$ac_val'"'"'"
  1182.       done | sort
  1183.       echo
  1184.     fi
  1185.     if test -s confdefs.h; then
  1186.       cat <<_ASBOX
  1187. ## ----------- ##
  1188. ## confdefs.h. ##
  1189. ## ----------- ##
  1190. _ASBOX
  1191.       echo
  1192.       sed "/^$/d" confdefs.h | sort
  1193.       echo
  1194.     fi
  1195.     test "$ac_signal" != 0 &&
  1196.       echo "$as_me: caught signal $ac_signal"
  1197.     echo "$as_me: exit $exit_status"
  1198.   } >&5
  1199.   rm -f core *.core &&
  1200.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1201.     exit $exit_status
  1202.      ' 0
  1203. for ac_signal in 1 2 13 15; do
  1204.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1205. done
  1206. ac_signal=0
  1207. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1208. rm -rf conftest* confdefs.h
  1209. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1210. echo >confdefs.h
  1211. # Predefined preprocessor variables.
  1212. cat >>confdefs.h <<_ACEOF
  1213. #define PACKAGE_NAME "$PACKAGE_NAME"
  1214. _ACEOF
  1215. cat >>confdefs.h <<_ACEOF
  1216. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1217. _ACEOF
  1218. cat >>confdefs.h <<_ACEOF
  1219. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1220. _ACEOF
  1221. cat >>confdefs.h <<_ACEOF
  1222. #define PACKAGE_STRING "$PACKAGE_STRING"
  1223. _ACEOF
  1224. cat >>confdefs.h <<_ACEOF
  1225. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1226. _ACEOF
  1227. # Let the site file select an alternate cache file if it wants to.
  1228. # Prefer explicitly selected file to automatically selected ones.
  1229. if test -z "$CONFIG_SITE"; then
  1230.   if test "x$prefix" != xNONE; then
  1231.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1232.   else
  1233.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1234.   fi
  1235. fi
  1236. for ac_site_file in $CONFIG_SITE; do
  1237.   if test -r "$ac_site_file"; then
  1238.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1239. echo "$as_me: loading site script $ac_site_file" >&6;}
  1240.     sed 's/^/| /' "$ac_site_file" >&5
  1241.     . "$ac_site_file"
  1242.   fi
  1243. done
  1244. if test -r "$cache_file"; then
  1245.   # Some versions of bash will fail to source /dev/null (special
  1246.   # files actually), so we avoid doing that.
  1247.   if test -f "$cache_file"; then
  1248.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1249. echo "$as_me: loading cache $cache_file" >&6;}
  1250.     case $cache_file in
  1251.       [\/]* | ?:[\/]* ) . $cache_file;;
  1252.       *)                      . ./$cache_file;;
  1253.     esac
  1254.   fi
  1255. else
  1256.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1257. echo "$as_me: creating cache $cache_file" >&6;}
  1258.   >$cache_file
  1259. fi
  1260. # Check that the precious variables saved in the cache have kept the same
  1261. # value.
  1262. ac_cache_corrupted=false
  1263. for ac_var in `(set) 2>&1 |
  1264.        sed -n 's/^ac_env_([a-zA-Z_0-9]*)_set=.*/1/p'`; do
  1265.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1266.   eval ac_new_set=$ac_env_${ac_var}_set
  1267.   eval ac_old_val="$ac_cv_env_${ac_var}_value"
  1268.   eval ac_new_val="$ac_env_${ac_var}_value"
  1269.   case $ac_old_set,$ac_new_set in
  1270.     set,)
  1271.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1272. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1273.       ac_cache_corrupted=: ;;
  1274.     ,set)
  1275.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1276. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1277.       ac_cache_corrupted=: ;;
  1278.     ,);;
  1279.     *)
  1280.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1281. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1282. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1283. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1284. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1285. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1286. echo "$as_me:   current value: $ac_new_val" >&2;}
  1287. ac_cache_corrupted=:
  1288.       fi;;
  1289.   esac
  1290.   # Pass precious variables to config.status.
  1291.   if test "$ac_new_set" = set; then
  1292.     case $ac_new_val in
  1293.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1294.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1295.     *) ac_arg=$ac_var=$ac_new_val ;;
  1296.     esac
  1297.     case " $ac_configure_args " in
  1298.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1299.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1300.     esac
  1301.   fi
  1302. done
  1303. if $ac_cache_corrupted; then
  1304.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1305. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1306.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1307. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1308.    { (exit 1); exit 1; }; }
  1309. fi
  1310. ac_ext=c
  1311. ac_cpp='$CPP $CPPFLAGS'
  1312. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1313. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1314. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1315. am__api_version="1.9"
  1316. ac_aux_dir=
  1317. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1318.   if test -f $ac_dir/install-sh; then
  1319.     ac_aux_dir=$ac_dir
  1320.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1321.     break
  1322.   elif test -f $ac_dir/install.sh; then
  1323.     ac_aux_dir=$ac_dir
  1324.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1325.     break
  1326.   elif test -f $ac_dir/shtool; then
  1327.     ac_aux_dir=$ac_dir
  1328.     ac_install_sh="$ac_aux_dir/shtool install -c"
  1329.     break
  1330.   fi
  1331. done
  1332. if test -z "$ac_aux_dir"; then
  1333.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1334. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1335.    { (exit 1); exit 1; }; }
  1336. fi
  1337. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1338. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1339. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1340. # Find a good install program.  We prefer a C program (faster),
  1341. # so one script is as good as another.  But avoid the broken or
  1342. # incompatible versions:
  1343. # SysV /etc/install, /usr/sbin/install
  1344. # SunOS /usr/etc/install
  1345. # IRIX /sbin/install
  1346. # AIX /bin/install
  1347. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1348. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1349. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1350. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1351. # OS/2's system install, which has a completely different semantic
  1352. # ./install, which can be erroneously created by make from ./install.sh.
  1353. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1354. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1355. if test -z "$INSTALL"; then
  1356. if test "${ac_cv_path_install+set}" = set; then
  1357.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1358. else
  1359.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1360. for as_dir in $PATH
  1361. do
  1362.   IFS=$as_save_IFS
  1363.   test -z "$as_dir" && as_dir=.
  1364.   # Account for people who put trailing slashes in PATH elements.
  1365. case $as_dir/ in
  1366.   ./ | .// | /cC/* | 
  1367.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | 
  1368.   ?:\/os2\/install\/* | ?:\/OS2\/INSTALL\/* | 
  1369.   /usr/ucb/* ) ;;
  1370.   *)
  1371.     # OSF1 and SCO ODT 3.0 have their own names for install.
  1372.     # Don't use installbsd from OSF since it installs stuff as root
  1373.     # by default.
  1374.     for ac_prog in ginstall scoinst install; do
  1375.       for ac_exec_ext in '' $ac_executable_extensions; do
  1376. if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1377.   if test $ac_prog = install &&
  1378.     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1379.     # AIX install.  It has an incompatible calling convention.
  1380.     :
  1381.   elif test $ac_prog = install &&
  1382.     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1383.     # program-specific install script used by HP pwplus--don't use.
  1384.     :
  1385.   else
  1386.     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1387.     break 3
  1388.   fi
  1389. fi
  1390.       done
  1391.     done
  1392.     ;;
  1393. esac
  1394. done
  1395. fi
  1396.   if test "${ac_cv_path_install+set}" = set; then
  1397.     INSTALL=$ac_cv_path_install
  1398.   else
  1399.     # As a last resort, use the slow shell script.  We don't cache a
  1400.     # path for INSTALL within a source directory, because that will
  1401.     # break other packages using the cache if that directory is
  1402.     # removed, or if the path is relative.
  1403.     INSTALL=$ac_install_sh
  1404.   fi
  1405. fi
  1406. echo "$as_me:$LINENO: result: $INSTALL" >&5
  1407. echo "${ECHO_T}$INSTALL" >&6
  1408. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1409. # It thinks the first close brace ends the variable substitution.
  1410. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1411. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1412. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1413. echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1414. echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1415. # Just in case
  1416. sleep 1
  1417. echo timestamp > conftest.file
  1418. # Do `set' in a subshell so we don't clobber the current shell's
  1419. # arguments.  Must try -L first in case configure is actually a
  1420. # symlink; some systems play weird games with the mod time of symlinks
  1421. # (eg FreeBSD returns the mod time of the symlink's containing
  1422. # directory).
  1423. if (
  1424.    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1425.    if test "$*" = "X"; then
  1426.       # -L didn't work.
  1427.       set X `ls -t $srcdir/configure conftest.file`
  1428.    fi
  1429.    rm -f conftest.file
  1430.    if test "$*" != "X $srcdir/configure conftest.file" 
  1431.       && test "$*" != "X conftest.file $srcdir/configure"; then
  1432.       # If neither matched, then we have a broken ls.  This can happen
  1433.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  1434.       # broken ls alias from the environment.  This has actually
  1435.       # happened.  Such a system could not be considered "sane".
  1436.       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1437. alias in your environment" >&5
  1438. echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1439. alias in your environment" >&2;}
  1440.    { (exit 1); exit 1; }; }
  1441.    fi
  1442.    test "$2" = conftest.file
  1443.    )
  1444. then
  1445.    # Ok.
  1446.    :
  1447. else
  1448.    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1449. Check your system clock" >&5
  1450. echo "$as_me: error: newly created file is older than distributed files!
  1451. Check your system clock" >&2;}
  1452.    { (exit 1); exit 1; }; }
  1453. fi
  1454. echo "$as_me:$LINENO: result: yes" >&5
  1455. echo "${ECHO_T}yes" >&6
  1456. test "$program_prefix" != NONE &&
  1457.   program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1458. # Use a double $ so make ignores it.
  1459. test "$program_suffix" != NONE &&
  1460.   program_transform_name="s,$,$program_suffix,;$program_transform_name"
  1461. # Double any  or $.  echo might interpret backslashes.
  1462. # By default was `s,x,x', remove it if useless.
  1463. cat <<_ACEOF >conftest.sed
  1464. s/[\$]/&&/g;s/;s,x,x,$//
  1465. _ACEOF
  1466. program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1467. rm conftest.sed
  1468. # expand $ac_aux_dir to an absolute path
  1469. am_aux_dir=`cd $ac_aux_dir && pwd`
  1470. test x"${MISSING+set}" = xset || MISSING="${SHELL} $am_aux_dir/missing"
  1471. # Use eval to expand $SHELL
  1472. if eval "$MISSING --run true"; then
  1473.   am_missing_run="$MISSING --run "
  1474. else
  1475.   am_missing_run=
  1476.   { echo "$as_me:$LINENO: WARNING: `missing' script is too old or missing" >&5
  1477. echo "$as_me: WARNING: `missing' script is too old or missing" >&2;}
  1478. fi
  1479. if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  1480.   # We used to keeping the `.' as first argument, in order to
  1481.   # allow $(mkdir_p) to be used without argument.  As in
  1482.   #   $(mkdir_p) $(somedir)
  1483.   # where $(somedir) is conditionally defined.  However this is wrong
  1484.   # for two reasons:
  1485.   #  1. if the package is installed by a user who cannot write `.'
  1486.   #     make install will fail,
  1487.   #  2. the above comment should most certainly read
  1488.   #     $(mkdir_p) $(DESTDIR)$(somedir)
  1489.   #     so it does not work when $(somedir) is undefined and
  1490.   #     $(DESTDIR) is not.
  1491.   #  To support the latter case, we have to write
  1492.   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
  1493.   #  so the `.' trick is pointless.
  1494.   mkdir_p='mkdir -p --'
  1495. else
  1496.   # On NextStep and OpenStep, the `mkdir' command does not
  1497.   # recognize any option.  It will interpret all options as
  1498.   # directories to create, and then abort because `.' already
  1499.   # exists.
  1500.   for d in ./-p ./--version;
  1501.   do
  1502.     test -d $d && rmdir $d
  1503.   done
  1504.   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  1505.   if test -f "$ac_aux_dir/mkinstalldirs"; then
  1506.     mkdir_p='$(mkinstalldirs)'
  1507.   else
  1508.     mkdir_p='$(install_sh) -d'
  1509.   fi
  1510. fi
  1511. for ac_prog in gawk mawk nawk awk
  1512. do
  1513.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1514. set dummy $ac_prog; ac_word=$2
  1515. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1516. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1517. if test "${ac_cv_prog_AWK+set}" = set; then
  1518.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1519. else
  1520.   if test -n "$AWK"; then
  1521.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1522. else
  1523. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1524. for as_dir in $PATH
  1525. do
  1526.   IFS=$as_save_IFS
  1527.   test -z "$as_dir" && as_dir=.
  1528.   for ac_exec_ext in '' $ac_executable_extensions; do
  1529.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1530.     ac_cv_prog_AWK="$ac_prog"
  1531.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1532.     break 2
  1533.   fi
  1534. done
  1535. done
  1536. fi
  1537. fi
  1538. AWK=$ac_cv_prog_AWK
  1539. if test -n "$AWK"; then
  1540.   echo "$as_me:$LINENO: result: $AWK" >&5
  1541. echo "${ECHO_T}$AWK" >&6
  1542. else
  1543.   echo "$as_me:$LINENO: result: no" >&5
  1544. echo "${ECHO_T}no" >&6
  1545. fi
  1546.   test -n "$AWK" && break
  1547. done
  1548. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets $(MAKE)" >&5
  1549. echo $ECHO_N "checking whether ${MAKE-make} sets $(MAKE)... $ECHO_C" >&6
  1550. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  1551. if eval "test "${ac_cv_prog_make_${ac_make}_set+set}" = set"; then
  1552.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1553. else
  1554.   cat >conftest.make <<_ACEOF
  1555. all:
  1556. @echo 'ac_maketemp="$(MAKE)"'
  1557. _ACEOF
  1558. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1559. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1560. if test -n "$ac_maketemp"; then
  1561.   eval ac_cv_prog_make_${ac_make}_set=yes
  1562. else
  1563.   eval ac_cv_prog_make_${ac_make}_set=no
  1564. fi
  1565. rm -f conftest.make
  1566. fi
  1567. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1568.   echo "$as_me:$LINENO: result: yes" >&5
  1569. echo "${ECHO_T}yes" >&6
  1570.   SET_MAKE=
  1571. else
  1572.   echo "$as_me:$LINENO: result: no" >&5
  1573. echo "${ECHO_T}no" >&6
  1574.   SET_MAKE="MAKE=${MAKE-make}"
  1575. fi
  1576. rm -rf .tst 2>/dev/null
  1577. mkdir .tst 2>/dev/null
  1578. if test -d .tst; then
  1579.   am__leading_dot=.
  1580. else
  1581.   am__leading_dot=_
  1582. fi
  1583. rmdir .tst 2>/dev/null
  1584. # test to see if srcdir already configured
  1585. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  1586.    test -f $srcdir/config.status; then
  1587.   { { echo "$as_me:$LINENO: error: source directory already configured; run "make distclean" there first" >&5
  1588. echo "$as_me: error: source directory already configured; run "make distclean" there first" >&2;}
  1589.    { (exit 1); exit 1; }; }
  1590. fi
  1591. # test whether we have cygpath
  1592. if test -z "$CYGPATH_W"; then
  1593.   if (cygpath --version) >/dev/null 2>/dev/null; then
  1594.     CYGPATH_W='cygpath -w'
  1595.   else
  1596.     CYGPATH_W=echo
  1597.   fi
  1598. fi
  1599. # Define the identity of the package.
  1600.  PACKAGE='hadoop-pipes'
  1601.  VERSION='0.13.0'
  1602. cat >>confdefs.h <<_ACEOF
  1603. #define PACKAGE "$PACKAGE"
  1604. _ACEOF
  1605. cat >>confdefs.h <<_ACEOF
  1606. #define VERSION "$VERSION"
  1607. _ACEOF
  1608. # Some tools Automake needs.
  1609. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  1610. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  1611. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  1612. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  1613. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1614. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  1615. # Installed binaries are usually stripped using `strip' when the user
  1616. # run `make install-strip'.  However `strip' might not be the right
  1617. # tool to use in cross-compilation environments, therefore Automake
  1618. # will honor the `STRIP' environment variable to overrule this program.
  1619. if test "$cross_compiling" != no; then
  1620.   if test -n "$ac_tool_prefix"; then
  1621.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1622. set dummy ${ac_tool_prefix}strip; ac_word=$2
  1623. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1624. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1625. if test "${ac_cv_prog_STRIP+set}" = set; then
  1626.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1627. else
  1628.   if test -n "$STRIP"; then
  1629.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1630. else
  1631. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1632. for as_dir in $PATH
  1633. do
  1634.   IFS=$as_save_IFS
  1635.   test -z "$as_dir" && as_dir=.
  1636.   for ac_exec_ext in '' $ac_executable_extensions; do
  1637.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1638.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1639.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1640.     break 2
  1641.   fi
  1642. done
  1643. done
  1644. fi
  1645. fi
  1646. STRIP=$ac_cv_prog_STRIP
  1647. if test -n "$STRIP"; then
  1648.   echo "$as_me:$LINENO: result: $STRIP" >&5
  1649. echo "${ECHO_T}$STRIP" >&6
  1650. else
  1651.   echo "$as_me:$LINENO: result: no" >&5
  1652. echo "${ECHO_T}no" >&6
  1653. fi
  1654. fi
  1655. if test -z "$ac_cv_prog_STRIP"; then
  1656.   ac_ct_STRIP=$STRIP
  1657.   # Extract the first word of "strip", so it can be a program name with args.
  1658. set dummy strip; ac_word=$2
  1659. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1660. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1661. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1662.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1663. else
  1664.   if test -n "$ac_ct_STRIP"; then
  1665.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1666. else
  1667. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1668. for as_dir in $PATH
  1669. do
  1670.   IFS=$as_save_IFS
  1671.   test -z "$as_dir" && as_dir=.
  1672.   for ac_exec_ext in '' $ac_executable_extensions; do
  1673.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1674.     ac_cv_prog_ac_ct_STRIP="strip"
  1675.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1676.     break 2
  1677.   fi
  1678. done
  1679. done
  1680.   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  1681. fi
  1682. fi
  1683. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1684. if test -n "$ac_ct_STRIP"; then
  1685.   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1686. echo "${ECHO_T}$ac_ct_STRIP" >&6
  1687. else
  1688.   echo "$as_me:$LINENO: result: no" >&5
  1689. echo "${ECHO_T}no" >&6
  1690. fi
  1691.   STRIP=$ac_ct_STRIP
  1692. else
  1693.   STRIP="$ac_cv_prog_STRIP"
  1694. fi
  1695. fi
  1696. INSTALL_STRIP_PROGRAM="${SHELL} $(install_sh) -c -s"
  1697. # We need awk for the "check" target.  The system "awk" is bad on
  1698. # some platforms.
  1699. # Always define AMTAR for backward compatibility.
  1700. AMTAR=${AMTAR-"${am_missing_run}tar"}
  1701. am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  1702.           ac_config_headers="$ac_config_headers impl/config.h"
  1703.           ac_config_files="$ac_config_files Makefile"
  1704. cat >>confdefs.h <<_ACEOF
  1705. #define _GNU_SOURCE 1
  1706. _ACEOF
  1707. DEPDIR="${am__leading_dot}deps"
  1708.           ac_config_commands="$ac_config_commands depfiles"
  1709. am_make=${MAKE-make}
  1710. cat > confinc << 'END'
  1711. am__doit:
  1712. @echo done
  1713. .PHONY: am__doit
  1714. END
  1715. # If we don't find an include directive, just comment out the code.
  1716. echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  1717. echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
  1718. am__include="#"
  1719. am__quote=
  1720. _am_result=none
  1721. # First try GNU make style include.
  1722. echo "include confinc" > confmf
  1723. # We grep out `Entering directory' and `Leaving directory'
  1724. # messages which can occur if `w' ends up in MAKEFLAGS.
  1725. # In particular we don't look at `^make:' because GNU make might
  1726. # be invoked under some other name (usually "gmake"), in which
  1727. # case it prints its new name instead of `make'.
  1728. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  1729.    am__include=include
  1730.    am__quote=
  1731.    _am_result=GNU
  1732. fi
  1733. # Now try BSD make style include.
  1734. if test "$am__include" = "#"; then
  1735.    echo '.include "confinc"' > confmf
  1736.    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  1737.       am__include=.include
  1738.       am__quote="""
  1739.       _am_result=BSD
  1740.    fi
  1741. fi
  1742. echo "$as_me:$LINENO: result: $_am_result" >&5
  1743. echo "${ECHO_T}$_am_result" >&6
  1744. rm -f confinc confmf
  1745. # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
  1746. if test "${enable_dependency_tracking+set}" = set; then
  1747.   enableval="$enable_dependency_tracking"
  1748. fi;
  1749. if test "x$enable_dependency_tracking" != xno; then
  1750.   am_depcomp="$ac_aux_dir/depcomp"
  1751.   AMDEPBACKSLASH=''
  1752. fi
  1753. if test "x$enable_dependency_tracking" != xno; then
  1754.   AMDEP_TRUE=
  1755.   AMDEP_FALSE='#'
  1756. else
  1757.   AMDEP_TRUE='#'
  1758.   AMDEP_FALSE=
  1759. fi
  1760. ac_ext=c
  1761. ac_cpp='$CPP $CPPFLAGS'
  1762. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1763. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1764. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1765. if test -n "$ac_tool_prefix"; then
  1766.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1767. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1768. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1769. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1770. if test "${ac_cv_prog_CC+set}" = set; then
  1771.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1772. else
  1773.   if test -n "$CC"; then
  1774.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1775. else
  1776. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1777. for as_dir in $PATH
  1778. do
  1779.   IFS=$as_save_IFS
  1780.   test -z "$as_dir" && as_dir=.
  1781.   for ac_exec_ext in '' $ac_executable_extensions; do
  1782.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1783.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1784.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1785.     break 2
  1786.   fi
  1787. done
  1788. done
  1789. fi
  1790. fi
  1791. CC=$ac_cv_prog_CC
  1792. if test -n "$CC"; then
  1793.   echo "$as_me:$LINENO: result: $CC" >&5
  1794. echo "${ECHO_T}$CC" >&6
  1795. else
  1796.   echo "$as_me:$LINENO: result: no" >&5
  1797. echo "${ECHO_T}no" >&6
  1798. fi
  1799. fi
  1800. if test -z "$ac_cv_prog_CC"; then
  1801.   ac_ct_CC=$CC
  1802.   # Extract the first word of "gcc", so it can be a program name with args.
  1803. set dummy gcc; ac_word=$2
  1804. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1805. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1806. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1807.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1808. else
  1809.   if test -n "$ac_ct_CC"; then
  1810.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1811. else
  1812. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1813. for as_dir in $PATH
  1814. do
  1815.   IFS=$as_save_IFS
  1816.   test -z "$as_dir" && as_dir=.
  1817.   for ac_exec_ext in '' $ac_executable_extensions; do
  1818.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1819.     ac_cv_prog_ac_ct_CC="gcc"
  1820.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1821.     break 2
  1822.   fi
  1823. done
  1824. done
  1825. fi
  1826. fi
  1827. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1828. if test -n "$ac_ct_CC"; then
  1829.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1830. echo "${ECHO_T}$ac_ct_CC" >&6
  1831. else
  1832.   echo "$as_me:$LINENO: result: no" >&5
  1833. echo "${ECHO_T}no" >&6
  1834. fi
  1835.   CC=$ac_ct_CC
  1836. else
  1837.   CC="$ac_cv_prog_CC"
  1838. fi
  1839. if test -z "$CC"; then
  1840.   if test -n "$ac_tool_prefix"; then
  1841.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1842. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1843. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1844. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1845. if test "${ac_cv_prog_CC+set}" = set; then
  1846.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1847. else
  1848.   if test -n "$CC"; then
  1849.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1850. else
  1851. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1852. for as_dir in $PATH
  1853. do
  1854.   IFS=$as_save_IFS
  1855.   test -z "$as_dir" && as_dir=.
  1856.   for ac_exec_ext in '' $ac_executable_extensions; do
  1857.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1858.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1859.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1860.     break 2
  1861.   fi
  1862. done
  1863. done
  1864. fi
  1865. fi
  1866. CC=$ac_cv_prog_CC
  1867. if test -n "$CC"; then
  1868.   echo "$as_me:$LINENO: result: $CC" >&5
  1869. echo "${ECHO_T}$CC" >&6
  1870. else
  1871.   echo "$as_me:$LINENO: result: no" >&5
  1872. echo "${ECHO_T}no" >&6
  1873. fi
  1874. fi
  1875. if test -z "$ac_cv_prog_CC"; then
  1876.   ac_ct_CC=$CC
  1877.   # Extract the first word of "cc", so it can be a program name with args.
  1878. set dummy cc; ac_word=$2
  1879. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1880. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1881. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1882.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1883. else
  1884.   if test -n "$ac_ct_CC"; then
  1885.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1886. else
  1887. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1888. for as_dir in $PATH
  1889. do
  1890.   IFS=$as_save_IFS
  1891.   test -z "$as_dir" && as_dir=.
  1892.   for ac_exec_ext in '' $ac_executable_extensions; do
  1893.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1894.     ac_cv_prog_ac_ct_CC="cc"
  1895.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1896.     break 2
  1897.   fi
  1898. done
  1899. done
  1900. fi
  1901. fi
  1902. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1903. if test -n "$ac_ct_CC"; then
  1904.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1905. echo "${ECHO_T}$ac_ct_CC" >&6
  1906. else
  1907.   echo "$as_me:$LINENO: result: no" >&5
  1908. echo "${ECHO_T}no" >&6
  1909. fi
  1910.   CC=$ac_ct_CC
  1911. else
  1912.   CC="$ac_cv_prog_CC"
  1913. fi
  1914. fi
  1915. if test -z "$CC"; then
  1916.   # Extract the first word of "cc", so it can be a program name with args.
  1917. set dummy cc; ac_word=$2
  1918. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1919. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1920. if test "${ac_cv_prog_CC+set}" = set; then
  1921.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1922. else
  1923.   if test -n "$CC"; then
  1924.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1925. else
  1926.   ac_prog_rejected=no
  1927. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1928. for as_dir in $PATH
  1929. do
  1930.   IFS=$as_save_IFS
  1931.   test -z "$as_dir" && as_dir=.
  1932.   for ac_exec_ext in '' $ac_executable_extensions; do
  1933.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1934.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1935.        ac_prog_rejected=yes
  1936.        continue
  1937.      fi
  1938.     ac_cv_prog_CC="cc"
  1939.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1940.     break 2
  1941.   fi
  1942. done
  1943. done
  1944. if test $ac_prog_rejected = yes; then
  1945.   # We found a bogon in the path, so make sure we never use it.
  1946.   set dummy $ac_cv_prog_CC
  1947.   shift
  1948.   if test $# != 0; then
  1949.     # We chose a different compiler from the bogus one.
  1950.     # However, it has the same basename, so the bogon will be chosen
  1951.     # first if we set CC to just the basename; use the full file name.
  1952.     shift
  1953.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1954.   fi
  1955. fi
  1956. fi
  1957. fi
  1958. CC=$ac_cv_prog_CC
  1959. if test -n "$CC"; then
  1960.   echo "$as_me:$LINENO: result: $CC" >&5
  1961. echo "${ECHO_T}$CC" >&6
  1962. else
  1963.   echo "$as_me:$LINENO: result: no" >&5
  1964. echo "${ECHO_T}no" >&6
  1965. fi
  1966. fi
  1967. if test -z "$CC"; then
  1968.   if test -n "$ac_tool_prefix"; then
  1969.   for ac_prog in cl
  1970.   do
  1971.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1972. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1973. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1974. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1975. if test "${ac_cv_prog_CC+set}" = set; then
  1976.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1977. else
  1978.   if test -n "$CC"; then
  1979.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1980. else
  1981. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1982. for as_dir in $PATH
  1983. do
  1984.   IFS=$as_save_IFS
  1985.   test -z "$as_dir" && as_dir=.
  1986.   for ac_exec_ext in '' $ac_executable_extensions; do
  1987.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1988.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1989.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1990.     break 2
  1991.   fi
  1992. done
  1993. done
  1994. fi
  1995. fi
  1996. CC=$ac_cv_prog_CC
  1997. if test -n "$CC"; then
  1998.   echo "$as_me:$LINENO: result: $CC" >&5
  1999. echo "${ECHO_T}$CC" >&6
  2000. else
  2001.   echo "$as_me:$LINENO: result: no" >&5
  2002. echo "${ECHO_T}no" >&6
  2003. fi
  2004.     test -n "$CC" && break
  2005.   done
  2006. fi
  2007. if test -z "$CC"; then
  2008.   ac_ct_CC=$CC
  2009.   for ac_prog in cl
  2010. do
  2011.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2012. set dummy $ac_prog; ac_word=$2
  2013. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2014. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2015. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2016.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2017. else
  2018.   if test -n "$ac_ct_CC"; then
  2019.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2020. else
  2021. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2022. for as_dir in $PATH
  2023. do
  2024.   IFS=$as_save_IFS
  2025.   test -z "$as_dir" && as_dir=.
  2026.   for ac_exec_ext in '' $ac_executable_extensions; do
  2027.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2028.     ac_cv_prog_ac_ct_CC="$ac_prog"
  2029.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2030.     break 2
  2031.   fi
  2032. done
  2033. done
  2034. fi
  2035. fi
  2036. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2037. if test -n "$ac_ct_CC"; then
  2038.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2039. echo "${ECHO_T}$ac_ct_CC" >&6
  2040. else
  2041.   echo "$as_me:$LINENO: result: no" >&5
  2042. echo "${ECHO_T}no" >&6
  2043. fi
  2044.   test -n "$ac_ct_CC" && break
  2045. done
  2046.   CC=$ac_ct_CC
  2047. fi
  2048. fi
  2049. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  2050. See `config.log' for more details." >&5
  2051. echo "$as_me: error: no acceptable C compiler found in $PATH
  2052. See `config.log' for more details." >&2;}
  2053.    { (exit 1); exit 1; }; }
  2054. # Provide some information about the compiler.
  2055. echo "$as_me:$LINENO:" 
  2056.      "checking for C compiler version" >&5
  2057. ac_compiler=`set X $ac_compile; echo $2`
  2058. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  2059.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  2060.   ac_status=$?
  2061.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2062.   (exit $ac_status); }
  2063. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  2064.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  2065.   ac_status=$?
  2066.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2067.   (exit $ac_status); }
  2068. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  2069.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  2070.   ac_status=$?
  2071.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2072.   (exit $ac_status); }
  2073. cat >conftest.$ac_ext <<_ACEOF
  2074. /* confdefs.h.  */
  2075. _ACEOF
  2076. cat confdefs.h >>conftest.$ac_ext
  2077. cat >>conftest.$ac_ext <<_ACEOF
  2078. /* end confdefs.h.  */
  2079. int
  2080. main ()
  2081. {
  2082.   ;
  2083.   return 0;
  2084. }
  2085. _ACEOF
  2086. ac_clean_files_save=$ac_clean_files
  2087. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  2088. # Try to create an executable without -o first, disregard a.out.
  2089. # It will help us diagnose broken compilers, and finding out an intuition
  2090. # of exeext.
  2091. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  2092. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  2093. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  2094. if { (eval echo "$as_me:$LINENO: "$ac_link_default"") >&5
  2095.   (eval $ac_link_default) 2>&5
  2096.   ac_status=$?
  2097.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2098.   (exit $ac_status); }; then
  2099.   # Find the output, starting from the most likely.  This scheme is
  2100. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  2101. # resort.
  2102. # Be careful to initialize this variable, since it used to be cached.
  2103. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  2104. ac_cv_exeext=
  2105. # b.out is created by i960 compilers.
  2106. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  2107. do
  2108.   test -f "$ac_file" || continue
  2109.   case $ac_file in
  2110.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  2111. ;;
  2112.     conftest.$ac_ext )
  2113. # This is the source file.
  2114. ;;
  2115.     [ab].out )
  2116. # We found the default executable, but exeext='' is most
  2117. # certainly right.
  2118. break;;
  2119.     *.* )
  2120. ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  2121. # FIXME: I believe we export ac_cv_exeext for Libtool,
  2122. # but it would be cool to find out if it's true.  Does anybody
  2123. # maintain Libtool? --akim.
  2124. export ac_cv_exeext
  2125. break;;
  2126.     * )
  2127. break;;
  2128.   esac
  2129. done
  2130. else
  2131.   echo "$as_me: failed program was:" >&5
  2132. sed 's/^/| /' conftest.$ac_ext >&5
  2133. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  2134. See `config.log' for more details." >&5
  2135. echo "$as_me: error: C compiler cannot create executables
  2136. See `config.log' for more details." >&2;}
  2137.    { (exit 77); exit 77; }; }
  2138. fi
  2139. ac_exeext=$ac_cv_exeext
  2140. echo "$as_me:$LINENO: result: $ac_file" >&5
  2141. echo "${ECHO_T}$ac_file" >&6
  2142. # Check the compiler produces executables we can run.  If not, either
  2143. # the compiler is broken, or we cross compile.
  2144. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  2145. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  2146. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  2147. # If not cross compiling, check that we can run a simple program.
  2148. if test "$cross_compiling" != yes; then
  2149.   if { ac_try='./$ac_file'
  2150.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2151.   (eval $ac_try) 2>&5
  2152.   ac_status=$?
  2153.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2154.   (exit $ac_status); }; }; then
  2155.     cross_compiling=no
  2156.   else
  2157.     if test "$cross_compiling" = maybe; then
  2158. cross_compiling=yes
  2159.     else
  2160. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  2161. If you meant to cross compile, use `--host'.
  2162. See `config.log' for more details." >&5
  2163. echo "$as_me: error: cannot run C compiled programs.
  2164. If you meant to cross compile, use `--host'.
  2165. See `config.log' for more details." >&2;}
  2166.    { (exit 1); exit 1; }; }
  2167.     fi
  2168.   fi
  2169. fi
  2170. echo "$as_me:$LINENO: result: yes" >&5
  2171. echo "${ECHO_T}yes" >&6
  2172. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  2173. ac_clean_files=$ac_clean_files_save
  2174. # Check the compiler produces executables we can run.  If not, either
  2175. # the compiler is broken, or we cross compile.
  2176. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  2177. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  2178. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  2179. echo "${ECHO_T}$cross_compiling" >&6
  2180. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  2181. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  2182. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2183.   (eval $ac_link) 2>&5
  2184.   ac_status=$?
  2185.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2186.   (exit $ac_status); }; then
  2187.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  2188. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  2189. # work properly (i.e., refer to `conftest.exe'), while it won't with
  2190. # `rm'.
  2191. for ac_file in conftest.exe conftest conftest.*; do
  2192.   test -f "$ac_file" || continue
  2193.   case $ac_file in
  2194.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  2195.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  2196.   export ac_cv_exeext
  2197.   break;;
  2198.     * ) break;;
  2199.   esac
  2200. done
  2201. else
  2202.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  2203. See `config.log' for more details." >&5
  2204. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  2205. See `config.log' for more details." >&2;}
  2206.    { (exit 1); exit 1; }; }
  2207. fi
  2208. rm -f conftest$ac_cv_exeext
  2209. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  2210. echo "${ECHO_T}$ac_cv_exeext" >&6
  2211. rm -f conftest.$ac_ext
  2212. EXEEXT=$ac_cv_exeext
  2213. ac_exeext=$EXEEXT
  2214. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  2215. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  2216. if test "${ac_cv_objext+set}" = set; then
  2217.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2218. else
  2219.   cat >conftest.$ac_ext <<_ACEOF
  2220. /* confdefs.h.  */
  2221. _ACEOF
  2222. cat confdefs.h >>conftest.$ac_ext
  2223. cat >>conftest.$ac_ext <<_ACEOF
  2224. /* end confdefs.h.  */
  2225. int
  2226. main ()
  2227. {
  2228.   ;
  2229.   return 0;
  2230. }
  2231. _ACEOF
  2232. rm -f conftest.o conftest.obj
  2233. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2234.   (eval $ac_compile) 2>&5
  2235.   ac_status=$?
  2236.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2237.   (exit $ac_status); }; then
  2238.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  2239.   case $ac_file in
  2240.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  2241.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  2242.        break;;
  2243.   esac
  2244. done
  2245. else
  2246.   echo "$as_me: failed program was:" >&5
  2247. sed 's/^/| /' conftest.$ac_ext >&5
  2248. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  2249. See `config.log' for more details." >&5
  2250. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  2251. See `config.log' for more details." >&2;}
  2252.    { (exit 1); exit 1; }; }
  2253. fi
  2254. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  2255. fi
  2256. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  2257. echo "${ECHO_T}$ac_cv_objext" >&6
  2258. OBJEXT=$ac_cv_objext
  2259. ac_objext=$OBJEXT
  2260. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2261. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  2262. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2263.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2264. else
  2265.   cat >conftest.$ac_ext <<_ACEOF
  2266. /* confdefs.h.  */
  2267. _ACEOF
  2268. cat confdefs.h >>conftest.$ac_ext
  2269. cat >>conftest.$ac_ext <<_ACEOF
  2270. /* end confdefs.h.  */
  2271. int
  2272. main ()
  2273. {
  2274. #ifndef __GNUC__
  2275.        choke me
  2276. #endif
  2277.   ;
  2278.   return 0;
  2279. }
  2280. _ACEOF
  2281. rm -f conftest.$ac_objext
  2282. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2283.   (eval $ac_compile) 2>conftest.er1
  2284.   ac_status=$?
  2285.   grep -v '^ *+' conftest.er1 >conftest.err
  2286.   rm -f conftest.er1
  2287.   cat conftest.err >&5
  2288.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2289.   (exit $ac_status); } &&
  2290.  { ac_try='test -z "$ac_c_werror_flag"
  2291.  || test ! -s conftest.err'
  2292.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2293.   (eval $ac_try) 2>&5
  2294.   ac_status=$?
  2295.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2296.   (exit $ac_status); }; } &&
  2297.  { ac_try='test -s conftest.$ac_objext'
  2298.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2299.   (eval $ac_try) 2>&5
  2300.   ac_status=$?
  2301.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2302.   (exit $ac_status); }; }; then
  2303.   ac_compiler_gnu=yes
  2304. else
  2305.   echo "$as_me: failed program was:" >&5
  2306. sed 's/^/| /' conftest.$ac_ext >&5
  2307. ac_compiler_gnu=no
  2308. fi
  2309. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2310. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2311. fi
  2312. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2313. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  2314. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2315. ac_test_CFLAGS=${CFLAGS+set}
  2316. ac_save_CFLAGS=$CFLAGS
  2317. CFLAGS="-g"
  2318. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2319. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  2320. if test "${ac_cv_prog_cc_g+set}" = set; then
  2321.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2322. else
  2323.   cat >conftest.$ac_ext <<_ACEOF
  2324. /* confdefs.h.  */
  2325. _ACEOF
  2326. cat confdefs.h >>conftest.$ac_ext
  2327. cat >>conftest.$ac_ext <<_ACEOF
  2328. /* end confdefs.h.  */
  2329. int
  2330. main ()
  2331. {
  2332.   ;
  2333.   return 0;
  2334. }
  2335. _ACEOF
  2336. rm -f conftest.$ac_objext
  2337. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2338.   (eval $ac_compile) 2>conftest.er1
  2339.   ac_status=$?
  2340.   grep -v '^ *+' conftest.er1 >conftest.err
  2341.   rm -f conftest.er1
  2342.   cat conftest.err >&5
  2343.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2344.   (exit $ac_status); } &&
  2345.  { ac_try='test -z "$ac_c_werror_flag"
  2346.  || test ! -s conftest.err'
  2347.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2348.   (eval $ac_try) 2>&5
  2349.   ac_status=$?
  2350.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2351.   (exit $ac_status); }; } &&
  2352.  { ac_try='test -s conftest.$ac_objext'
  2353.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2354.   (eval $ac_try) 2>&5
  2355.   ac_status=$?
  2356.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2357.   (exit $ac_status); }; }; then
  2358.   ac_cv_prog_cc_g=yes
  2359. else
  2360.   echo "$as_me: failed program was:" >&5
  2361. sed 's/^/| /' conftest.$ac_ext >&5
  2362. ac_cv_prog_cc_g=no
  2363. fi
  2364. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2365. fi
  2366. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  2367. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  2368. if test "$ac_test_CFLAGS" = set; then
  2369.   CFLAGS=$ac_save_CFLAGS
  2370. elif test $ac_cv_prog_cc_g = yes; then
  2371.   if test "$GCC" = yes; then
  2372.     CFLAGS="-g -O2"
  2373.   else
  2374.     CFLAGS="-g"
  2375.   fi
  2376. else
  2377.   if test "$GCC" = yes; then
  2378.     CFLAGS="-O2"
  2379.   else
  2380.     CFLAGS=
  2381.   fi
  2382. fi
  2383. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  2384. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  2385. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  2386.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2387. else
  2388.   ac_cv_prog_cc_stdc=no
  2389. ac_save_CC=$CC
  2390. cat >conftest.$ac_ext <<_ACEOF
  2391. /* confdefs.h.  */
  2392. _ACEOF
  2393. cat confdefs.h >>conftest.$ac_ext
  2394. cat >>conftest.$ac_ext <<_ACEOF
  2395. /* end confdefs.h.  */
  2396. #include <stdarg.h>
  2397. #include <stdio.h>
  2398. #include <sys/types.h>
  2399. #include <sys/stat.h>
  2400. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  2401. struct buf { int x; };
  2402. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  2403. static char *e (p, i)
  2404.      char **p;
  2405.      int i;
  2406. {
  2407.   return p[i];
  2408. }
  2409. static char *f (char * (*g) (char **, int), char **p, ...)
  2410. {
  2411.   char *s;
  2412.   va_list v;
  2413.   va_start (v,p);
  2414.   s = g (p, va_arg (v,int));
  2415.   va_end (v);
  2416.   return s;
  2417. }
  2418. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  2419.    function prototypes and stuff, but not 'xHH' hex character constants.
  2420.    These don't provoke an error unfortunately, instead are silently treated
  2421.    as 'x'.  The following induces an error, until -std1 is added to get
  2422.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  2423.    array size at least.  It's necessary to write 'x00'==0 to get something
  2424.    that's true only with -std1.  */
  2425. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  2426. int test (int i, double x);
  2427. struct s1 {int (*f) (int a);};
  2428. struct s2 {int (*f) (double a);};
  2429. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  2430. int argc;
  2431. char **argv;
  2432. int
  2433. main ()
  2434. {
  2435. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  2436.   ;
  2437.   return 0;
  2438. }
  2439. _ACEOF
  2440. # Don't try gcc -ansi; that turns off useful extensions and
  2441. # breaks some systems' header files.
  2442. # AIX -qlanglvl=ansi
  2443. # Ultrix and OSF/1 -std1
  2444. # HP-UX 10.20 and later -Ae
  2445. # HP-UX older versions -Aa -D_HPUX_SOURCE
  2446. # SVR4 -Xc -D__EXTENSIONS__
  2447. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  2448. do
  2449.   CC="$ac_save_CC $ac_arg"
  2450.   rm -f conftest.$ac_objext
  2451. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2452.   (eval $ac_compile) 2>conftest.er1
  2453.   ac_status=$?
  2454.   grep -v '^ *+' conftest.er1 >conftest.err
  2455.   rm -f conftest.er1
  2456.   cat conftest.err >&5
  2457.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2458.   (exit $ac_status); } &&
  2459.  { ac_try='test -z "$ac_c_werror_flag"
  2460.  || test ! -s conftest.err'
  2461.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2462.   (eval $ac_try) 2>&5
  2463.   ac_status=$?
  2464.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2465.   (exit $ac_status); }; } &&
  2466.  { ac_try='test -s conftest.$ac_objext'
  2467.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2468.   (eval $ac_try) 2>&5
  2469.   ac_status=$?
  2470.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2471.   (exit $ac_status); }; }; then
  2472.   ac_cv_prog_cc_stdc=$ac_arg
  2473. break
  2474. else
  2475.   echo "$as_me: failed program was:" >&5
  2476. sed 's/^/| /' conftest.$ac_ext >&5
  2477. fi
  2478. rm -f conftest.err conftest.$ac_objext
  2479. done
  2480. rm -f conftest.$ac_ext conftest.$ac_objext
  2481. CC=$ac_save_CC
  2482. fi
  2483. case "x$ac_cv_prog_cc_stdc" in
  2484.   x|xno)
  2485.     echo "$as_me:$LINENO: result: none needed" >&5
  2486. echo "${ECHO_T}none needed" >&6 ;;
  2487.   *)
  2488.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  2489. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  2490.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  2491. esac
  2492. # Some people use a C++ compiler to compile C.  Since we use `exit',
  2493. # in C++ we need to declare it.  In case someone uses the same compiler
  2494. # for both compiling C and C++ we need to have the C++ compiler decide
  2495. # the declaration of exit, since it's the most demanding environment.
  2496. cat >conftest.$ac_ext <<_ACEOF
  2497. #ifndef __cplusplus
  2498.   choke me
  2499. #endif
  2500. _ACEOF
  2501. rm -f conftest.$ac_objext
  2502. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2503.   (eval $ac_compile) 2>conftest.er1
  2504.   ac_status=$?
  2505.   grep -v '^ *+' conftest.er1 >conftest.err
  2506.   rm -f conftest.er1
  2507.   cat conftest.err >&5
  2508.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2509.   (exit $ac_status); } &&
  2510.  { ac_try='test -z "$ac_c_werror_flag"
  2511.  || test ! -s conftest.err'
  2512.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2513.   (eval $ac_try) 2>&5
  2514.   ac_status=$?
  2515.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2516.   (exit $ac_status); }; } &&
  2517.  { ac_try='test -s conftest.$ac_objext'
  2518.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2519.   (eval $ac_try) 2>&5
  2520.   ac_status=$?
  2521.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2522.   (exit $ac_status); }; }; then
  2523.   for ac_declaration in 
  2524.    '' 
  2525.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  2526.    'extern "C" void std::exit (int); using std::exit;' 
  2527.    'extern "C" void exit (int) throw ();' 
  2528.    'extern "C" void exit (int);' 
  2529.    'void exit (int);'
  2530. do
  2531.   cat >conftest.$ac_ext <<_ACEOF
  2532. /* confdefs.h.  */
  2533. _ACEOF
  2534. cat confdefs.h >>conftest.$ac_ext
  2535. cat >>conftest.$ac_ext <<_ACEOF
  2536. /* end confdefs.h.  */
  2537. $ac_declaration
  2538. #include <stdlib.h>
  2539. int
  2540. main ()
  2541. {
  2542. exit (42);
  2543.   ;
  2544.   return 0;
  2545. }
  2546. _ACEOF
  2547. rm -f conftest.$ac_objext
  2548. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2549.   (eval $ac_compile) 2>conftest.er1
  2550.   ac_status=$?
  2551.   grep -v '^ *+' conftest.er1 >conftest.err
  2552.   rm -f conftest.er1
  2553.   cat conftest.err >&5
  2554.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2555.   (exit $ac_status); } &&
  2556.  { ac_try='test -z "$ac_c_werror_flag"
  2557.  || test ! -s conftest.err'
  2558.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2559.   (eval $ac_try) 2>&5
  2560.   ac_status=$?
  2561.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2562.   (exit $ac_status); }; } &&
  2563.  { ac_try='test -s conftest.$ac_objext'
  2564.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2565.   (eval $ac_try) 2>&5
  2566.   ac_status=$?
  2567.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2568.   (exit $ac_status); }; }; then
  2569.   :
  2570. else
  2571.   echo "$as_me: failed program was:" >&5
  2572. sed 's/^/| /' conftest.$ac_ext >&5
  2573. continue
  2574. fi
  2575. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2576.   cat >conftest.$ac_ext <<_ACEOF
  2577. /* confdefs.h.  */
  2578. _ACEOF
  2579. cat confdefs.h >>conftest.$ac_ext
  2580. cat >>conftest.$ac_ext <<_ACEOF
  2581. /* end confdefs.h.  */
  2582. $ac_declaration
  2583. int
  2584. main ()
  2585. {
  2586. exit (42);
  2587.   ;
  2588.   return 0;
  2589. }
  2590. _ACEOF
  2591. rm -f conftest.$ac_objext
  2592. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2593.   (eval $ac_compile) 2>conftest.er1
  2594.   ac_status=$?
  2595.   grep -v '^ *+' conftest.er1 >conftest.err
  2596.   rm -f conftest.er1
  2597.   cat conftest.err >&5
  2598.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2599.   (exit $ac_status); } &&
  2600.  { ac_try='test -z "$ac_c_werror_flag"
  2601.  || test ! -s conftest.err'
  2602.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2603.   (eval $ac_try) 2>&5
  2604.   ac_status=$?
  2605.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2606.   (exit $ac_status); }; } &&
  2607.  { ac_try='test -s conftest.$ac_objext'
  2608.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2609.   (eval $ac_try) 2>&5
  2610.   ac_status=$?
  2611.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2612.   (exit $ac_status); }; }; then
  2613.   break
  2614. else
  2615.   echo "$as_me: failed program was:" >&5
  2616. sed 's/^/| /' conftest.$ac_ext >&5
  2617. fi
  2618. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2619. done
  2620. rm -f conftest*
  2621. if test -n "$ac_declaration"; then
  2622.   echo '#ifdef __cplusplus' >>confdefs.h
  2623.   echo $ac_declaration      >>confdefs.h
  2624.   echo '#endif'             >>confdefs.h
  2625. fi
  2626. else
  2627.   echo "$as_me: failed program was:" >&5
  2628. sed 's/^/| /' conftest.$ac_ext >&5
  2629. fi
  2630. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2631. ac_ext=c
  2632. ac_cpp='$CPP $CPPFLAGS'
  2633. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2634. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2635. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2636. depcc="$CC"   am_compiler_list=
  2637. echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  2638. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  2639. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  2640.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2641. else
  2642.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2643.   # We make a subdir and do the tests there.  Otherwise we can end up
  2644.   # making bogus files that we don't know about and never remove.  For
  2645.   # instance it was reported that on HP-UX the gcc test will end up
  2646.   # making a dummy file named `D' -- because `-MD' means `put the output
  2647.   # in D'.
  2648.   mkdir conftest.dir
  2649.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2650.   # using a relative directory.
  2651.   cp "$am_depcomp" conftest.dir
  2652.   cd conftest.dir
  2653.   # We will build objects and dependencies in a subdirectory because
  2654.   # it helps to detect inapplicable dependency modes.  For instance
  2655.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2656.   # side effect of compilation, but ICC will put the dependencies in
  2657.   # the current directory while Tru64 will put them in the object
  2658.   # directory.
  2659.   mkdir sub
  2660.   am_cv_CC_dependencies_compiler_type=none
  2661.   if test "$am_compiler_list" = ""; then
  2662.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2663.   fi
  2664.   for depmode in $am_compiler_list; do
  2665.     # Setup a source with many dependencies, because some compilers
  2666.     # like to wrap large dependency lists on column 80 (with ), and
  2667.     # we should not choose a depcomp mode which is confused by this.
  2668.     #
  2669.     # We need to recreate these files for each test, as the compiler may
  2670.     # overwrite some of them when testing with obscure command lines.
  2671.     # This happens at least with the AIX C compiler.
  2672.     : > sub/conftest.c
  2673.     for i in 1 2 3 4 5 6; do
  2674.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2675.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2676.       # Solaris 8's {/usr,}/bin/sh.
  2677.       touch sub/conftst$i.h
  2678.     done
  2679.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2680.     case $depmode in
  2681.     nosideeffect)
  2682.       # after this tag, mechanisms are not by side-effect, so they'll
  2683.       # only be used when explicitly requested
  2684.       if test "x$enable_dependency_tracking" = xyes; then
  2685. continue
  2686.       else
  2687. break
  2688.       fi
  2689.       ;;
  2690.     none) break ;;
  2691.     esac
  2692.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2693.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2694.     # handle `-M -o', and we need to detect this.
  2695.     if depmode=$depmode 
  2696.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  2697.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2698.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  2699.          >/dev/null 2>conftest.err &&
  2700.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2701.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  2702.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2703.       # icc doesn't choke on unknown options, it will just issue warnings
  2704.       # or remarks (even with -Werror).  So we grep stderr for any message
  2705.       # that says an option was ignored or not supported.
  2706.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2707.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2708.       # The diagnosis changed in icc 8.0:
  2709.       #   icc: Command line remark: option '-MP' not supported
  2710.       if (grep 'ignoring option' conftest.err ||
  2711.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2712.         am_cv_CC_dependencies_compiler_type=$depmode
  2713.         break
  2714.       fi
  2715.     fi
  2716.   done
  2717.   cd ..
  2718.   rm -rf conftest.dir
  2719. else
  2720.   am_cv_CC_dependencies_compiler_type=none
  2721. fi
  2722. fi
  2723. echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  2724. echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  2725. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  2726. if
  2727.   test "x$enable_dependency_tracking" != xno 
  2728.   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  2729.   am__fastdepCC_TRUE=
  2730.   am__fastdepCC_FALSE='#'
  2731. else
  2732.   am__fastdepCC_TRUE='#'
  2733.   am__fastdepCC_FALSE=
  2734. fi
  2735. # Check whether --enable-largefile or --disable-largefile was given.
  2736. if test "${enable_largefile+set}" = set; then
  2737.   enableval="$enable_largefile"
  2738. fi;
  2739. if test "$enable_largefile" != no; then
  2740.   echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
  2741. echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
  2742. if test "${ac_cv_sys_largefile_CC+set}" = set; then
  2743.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2744. else
  2745.   ac_cv_sys_largefile_CC=no
  2746.      if test "$GCC" != yes; then
  2747.        ac_save_CC=$CC
  2748.        while :; do
  2749.        # IRIX 6.2 and later do not support large files by default,
  2750.        # so use the C compiler's -n32 option if that helps.
  2751.  cat >conftest.$ac_ext <<_ACEOF
  2752. /* confdefs.h.  */
  2753. _ACEOF
  2754. cat confdefs.h >>conftest.$ac_ext
  2755. cat >>conftest.$ac_ext <<_ACEOF
  2756. /* end confdefs.h.  */
  2757. #include <sys/types.h>
  2758.  /* Check that off_t can represent 2**63 - 1 correctly.
  2759.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2760.     since some C++ compilers masquerading as C compilers
  2761.     incorrectly reject 9223372036854775807.  */
  2762. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2763.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2764.        && LARGE_OFF_T % 2147483647 == 1)
  2765.       ? 1 : -1];
  2766. int
  2767. main ()
  2768. {
  2769.   ;
  2770.   return 0;
  2771. }
  2772. _ACEOF
  2773.        rm -f conftest.$ac_objext
  2774. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2775.   (eval $ac_compile) 2>conftest.er1
  2776.   ac_status=$?
  2777.   grep -v '^ *+' conftest.er1 >conftest.err
  2778.   rm -f conftest.er1
  2779.   cat conftest.err >&5
  2780.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2781.   (exit $ac_status); } &&
  2782.  { ac_try='test -z "$ac_c_werror_flag"
  2783.  || test ! -s conftest.err'
  2784.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2785.   (eval $ac_try) 2>&5
  2786.   ac_status=$?
  2787.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2788.   (exit $ac_status); }; } &&
  2789.  { ac_try='test -s conftest.$ac_objext'
  2790.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2791.   (eval $ac_try) 2>&5
  2792.   ac_status=$?
  2793.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2794.   (exit $ac_status); }; }; then
  2795.   break
  2796. else
  2797.   echo "$as_me: failed program was:" >&5
  2798. sed 's/^/| /' conftest.$ac_ext >&5
  2799. fi
  2800. rm -f conftest.err conftest.$ac_objext
  2801.        CC="$CC -n32"
  2802.        rm -f conftest.$ac_objext
  2803. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2804.   (eval $ac_compile) 2>conftest.er1
  2805.   ac_status=$?
  2806.   grep -v '^ *+' conftest.er1 >conftest.err
  2807.   rm -f conftest.er1
  2808.   cat conftest.err >&5
  2809.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2810.   (exit $ac_status); } &&
  2811.  { ac_try='test -z "$ac_c_werror_flag"
  2812.  || test ! -s conftest.err'
  2813.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2814.   (eval $ac_try) 2>&5
  2815.   ac_status=$?
  2816.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2817.   (exit $ac_status); }; } &&
  2818.  { ac_try='test -s conftest.$ac_objext'
  2819.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2820.   (eval $ac_try) 2>&5
  2821.   ac_status=$?
  2822.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2823.   (exit $ac_status); }; }; then
  2824.   ac_cv_sys_largefile_CC=' -n32'; break
  2825. else
  2826.   echo "$as_me: failed program was:" >&5
  2827. sed 's/^/| /' conftest.$ac_ext >&5
  2828. fi
  2829. rm -f conftest.err conftest.$ac_objext
  2830.  break
  2831.        done
  2832.        CC=$ac_save_CC
  2833.        rm -f conftest.$ac_ext
  2834.     fi
  2835. fi
  2836. echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
  2837. echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
  2838.   if test "$ac_cv_sys_largefile_CC" != no; then
  2839.     CC=$CC$ac_cv_sys_largefile_CC
  2840.   fi
  2841.   echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
  2842. echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
  2843. if test "${ac_cv_sys_file_offset_bits+set}" = set; then
  2844.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2845. else
  2846.   while :; do
  2847.   ac_cv_sys_file_offset_bits=no
  2848.   cat >conftest.$ac_ext <<_ACEOF
  2849. /* confdefs.h.  */
  2850. _ACEOF
  2851. cat confdefs.h >>conftest.$ac_ext
  2852. cat >>conftest.$ac_ext <<_ACEOF
  2853. /* end confdefs.h.  */
  2854. #include <sys/types.h>
  2855.  /* Check that off_t can represent 2**63 - 1 correctly.
  2856.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2857.     since some C++ compilers masquerading as C compilers
  2858.     incorrectly reject 9223372036854775807.  */
  2859. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2860.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2861.        && LARGE_OFF_T % 2147483647 == 1)
  2862.       ? 1 : -1];
  2863. int
  2864. main ()
  2865. {
  2866.   ;
  2867.   return 0;
  2868. }
  2869. _ACEOF
  2870. rm -f conftest.$ac_objext
  2871. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2872.   (eval $ac_compile) 2>conftest.er1
  2873.   ac_status=$?
  2874.   grep -v '^ *+' conftest.er1 >conftest.err
  2875.   rm -f conftest.er1
  2876.   cat conftest.err >&5
  2877.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2878.   (exit $ac_status); } &&
  2879.  { ac_try='test -z "$ac_c_werror_flag"
  2880.  || test ! -s conftest.err'
  2881.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2882.   (eval $ac_try) 2>&5
  2883.   ac_status=$?
  2884.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2885.   (exit $ac_status); }; } &&
  2886.  { ac_try='test -s conftest.$ac_objext'
  2887.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2888.   (eval $ac_try) 2>&5
  2889.   ac_status=$?
  2890.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2891.   (exit $ac_status); }; }; then
  2892.   break
  2893. else
  2894.   echo "$as_me: failed program was:" >&5
  2895. sed 's/^/| /' conftest.$ac_ext >&5
  2896. fi
  2897. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2898.   cat >conftest.$ac_ext <<_ACEOF
  2899. /* confdefs.h.  */
  2900. _ACEOF
  2901. cat confdefs.h >>conftest.$ac_ext
  2902. cat >>conftest.$ac_ext <<_ACEOF
  2903. /* end confdefs.h.  */
  2904. #define _FILE_OFFSET_BITS 64
  2905. #include <sys/types.h>
  2906.  /* Check that off_t can represent 2**63 - 1 correctly.
  2907.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2908.     since some C++ compilers masquerading as C compilers
  2909.     incorrectly reject 9223372036854775807.  */
  2910. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2911.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2912.        && LARGE_OFF_T % 2147483647 == 1)
  2913.       ? 1 : -1];
  2914. int
  2915. main ()
  2916. {
  2917.   ;
  2918.   return 0;
  2919. }
  2920. _ACEOF
  2921. rm -f conftest.$ac_objext
  2922. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2923.   (eval $ac_compile) 2>conftest.er1
  2924.   ac_status=$?
  2925.   grep -v '^ *+' conftest.er1 >conftest.err
  2926.   rm -f conftest.er1
  2927.   cat conftest.err >&5
  2928.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2929.   (exit $ac_status); } &&
  2930.  { ac_try='test -z "$ac_c_werror_flag"
  2931.  || test ! -s conftest.err'
  2932.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2933.   (eval $ac_try) 2>&5
  2934.   ac_status=$?
  2935.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2936.   (exit $ac_status); }; } &&
  2937.  { ac_try='test -s conftest.$ac_objext'
  2938.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2939.   (eval $ac_try) 2>&5
  2940.   ac_status=$?
  2941.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2942.   (exit $ac_status); }; }; then
  2943.   ac_cv_sys_file_offset_bits=64; break
  2944. else
  2945.   echo "$as_me: failed program was:" >&5
  2946. sed 's/^/| /' conftest.$ac_ext >&5
  2947. fi
  2948. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2949.   break
  2950. done
  2951. fi
  2952. echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
  2953. echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
  2954. if test "$ac_cv_sys_file_offset_bits" != no; then
  2955. cat >>confdefs.h <<_ACEOF
  2956. #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
  2957. _ACEOF
  2958. fi
  2959. rm -f conftest*
  2960.   echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
  2961. echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
  2962. if test "${ac_cv_sys_large_files+set}" = set; then
  2963.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2964. else
  2965.   while :; do
  2966.   ac_cv_sys_large_files=no
  2967.   cat >conftest.$ac_ext <<_ACEOF
  2968. /* confdefs.h.  */
  2969. _ACEOF
  2970. cat confdefs.h >>conftest.$ac_ext
  2971. cat >>conftest.$ac_ext <<_ACEOF
  2972. /* end confdefs.h.  */
  2973. #include <sys/types.h>
  2974.  /* Check that off_t can represent 2**63 - 1 correctly.
  2975.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2976.     since some C++ compilers masquerading as C compilers
  2977.     incorrectly reject 9223372036854775807.  */
  2978. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2979.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2980.        && LARGE_OFF_T % 2147483647 == 1)
  2981.       ? 1 : -1];
  2982. int
  2983. main ()
  2984. {
  2985.   ;
  2986.   return 0;
  2987. }
  2988. _ACEOF
  2989. rm -f conftest.$ac_objext
  2990. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2991.   (eval $ac_compile) 2>conftest.er1
  2992.   ac_status=$?
  2993.   grep -v '^ *+' conftest.er1 >conftest.err
  2994.   rm -f conftest.er1
  2995.   cat conftest.err >&5
  2996.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2997.   (exit $ac_status); } &&
  2998.  { ac_try='test -z "$ac_c_werror_flag"
  2999.  || test ! -s conftest.err'
  3000.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3001.   (eval $ac_try) 2>&5
  3002.   ac_status=$?
  3003.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3004.   (exit $ac_status); }; } &&
  3005.  { ac_try='test -s conftest.$ac_objext'
  3006.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3007.   (eval $ac_try) 2>&5
  3008.   ac_status=$?
  3009.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3010.   (exit $ac_status); }; }; then
  3011.   break
  3012. else
  3013.   echo "$as_me: failed program was:" >&5
  3014. sed 's/^/| /' conftest.$ac_ext >&5
  3015. fi
  3016. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3017.   cat >conftest.$ac_ext <<_ACEOF
  3018. /* confdefs.h.  */
  3019. _ACEOF
  3020. cat confdefs.h >>conftest.$ac_ext
  3021. cat >>conftest.$ac_ext <<_ACEOF
  3022. /* end confdefs.h.  */
  3023. #define _LARGE_FILES 1
  3024. #include <sys/types.h>
  3025.  /* Check that off_t can represent 2**63 - 1 correctly.
  3026.     We can't simply define LARGE_OFF_T to be 9223372036854775807,
  3027.     since some C++ compilers masquerading as C compilers
  3028.     incorrectly reject 9223372036854775807.  */
  3029. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  3030.   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  3031.        && LARGE_OFF_T % 2147483647 == 1)
  3032.       ? 1 : -1];
  3033. int
  3034. main ()
  3035. {
  3036.   ;
  3037.   return 0;
  3038. }
  3039. _ACEOF
  3040. rm -f conftest.$ac_objext
  3041. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3042.   (eval $ac_compile) 2>conftest.er1
  3043.   ac_status=$?
  3044.   grep -v '^ *+' conftest.er1 >conftest.err
  3045.   rm -f conftest.er1
  3046.   cat conftest.err >&5
  3047.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3048.   (exit $ac_status); } &&
  3049.  { ac_try='test -z "$ac_c_werror_flag"
  3050.  || test ! -s conftest.err'
  3051.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3052.   (eval $ac_try) 2>&5
  3053.   ac_status=$?
  3054.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3055.   (exit $ac_status); }; } &&
  3056.  { ac_try='test -s conftest.$ac_objext'
  3057.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3058.   (eval $ac_try) 2>&5
  3059.   ac_status=$?
  3060.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3061.   (exit $ac_status); }; }; then
  3062.   ac_cv_sys_large_files=1; break
  3063. else
  3064.   echo "$as_me: failed program was:" >&5
  3065. sed 's/^/| /' conftest.$ac_ext >&5
  3066. fi
  3067. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3068.   break
  3069. done
  3070. fi
  3071. echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
  3072. echo "${ECHO_T}$ac_cv_sys_large_files" >&6
  3073. if test "$ac_cv_sys_large_files" != no; then
  3074. cat >>confdefs.h <<_ACEOF
  3075. #define _LARGE_FILES $ac_cv_sys_large_files
  3076. _ACEOF
  3077. fi
  3078. rm -f conftest*
  3079. fi
  3080. # Check whether --with-hadoop-utils or --without-hadoop-utils was given.
  3081. if test "${with_hadoop_utils+set}" = set; then
  3082.   withval="$with_hadoop_utils"
  3083.   HADOOP_UTILS_PREFIX="$withval"
  3084. else
  3085.   HADOOP_UTILS_PREFIX="${prefix}"
  3086. fi;
  3087. ac_ext=c
  3088. ac_cpp='$CPP $CPPFLAGS'
  3089. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3090. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3091. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3092. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3093. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  3094. # On Suns, sometimes $CPP names a directory.
  3095. if test -n "$CPP" && test -d "$CPP"; then
  3096.   CPP=
  3097. fi
  3098. if test -z "$CPP"; then
  3099.   if test "${ac_cv_prog_CPP+set}" = set; then
  3100.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3101. else
  3102.       # Double quotes because CPP needs to be expanded
  3103.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3104.     do
  3105.       ac_preproc_ok=false
  3106. for ac_c_preproc_warn_flag in '' yes
  3107. do
  3108.   # Use a header file that comes with gcc, so configuring glibc
  3109.   # with a fresh cross-compiler works.
  3110.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3111.   # <limits.h> exists even on freestanding compilers.
  3112.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3113.   # not just through cpp. "Syntax error" is here to catch this case.
  3114.   cat >conftest.$ac_ext <<_ACEOF
  3115. /* confdefs.h.  */
  3116. _ACEOF
  3117. cat confdefs.h >>conftest.$ac_ext
  3118. cat >>conftest.$ac_ext <<_ACEOF
  3119. /* end confdefs.h.  */
  3120. #ifdef __STDC__
  3121. # include <limits.h>
  3122. #else
  3123. # include <assert.h>
  3124. #endif
  3125.      Syntax error
  3126. _ACEOF
  3127. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3128.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3129.   ac_status=$?
  3130.   grep -v '^ *+' conftest.er1 >conftest.err
  3131.   rm -f conftest.er1
  3132.   cat conftest.err >&5
  3133.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3134.   (exit $ac_status); } >/dev/null; then
  3135.   if test -s conftest.err; then
  3136.     ac_cpp_err=$ac_c_preproc_warn_flag
  3137.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3138.   else
  3139.     ac_cpp_err=
  3140.   fi
  3141. else
  3142.   ac_cpp_err=yes
  3143. fi
  3144. if test -z "$ac_cpp_err"; then
  3145.   :
  3146. else
  3147.   echo "$as_me: failed program was:" >&5
  3148. sed 's/^/| /' conftest.$ac_ext >&5
  3149.   # Broken: fails on valid input.
  3150. continue
  3151. fi
  3152. rm -f conftest.err conftest.$ac_ext
  3153.   # OK, works on sane cases.  Now check whether non-existent headers
  3154.   # can be detected and how.
  3155.   cat >conftest.$ac_ext <<_ACEOF
  3156. /* confdefs.h.  */
  3157. _ACEOF
  3158. cat confdefs.h >>conftest.$ac_ext
  3159. cat >>conftest.$ac_ext <<_ACEOF
  3160. /* end confdefs.h.  */
  3161. #include <ac_nonexistent.h>
  3162. _ACEOF
  3163. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3164.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3165.   ac_status=$?
  3166.   grep -v '^ *+' conftest.er1 >conftest.err
  3167.   rm -f conftest.er1
  3168.   cat conftest.err >&5
  3169.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3170.   (exit $ac_status); } >/dev/null; then
  3171.   if test -s conftest.err; then
  3172.     ac_cpp_err=$ac_c_preproc_warn_flag
  3173.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3174.   else
  3175.     ac_cpp_err=
  3176.   fi
  3177. else
  3178.   ac_cpp_err=yes
  3179. fi
  3180. if test -z "$ac_cpp_err"; then
  3181.   # Broken: success on invalid input.
  3182. continue
  3183. else
  3184.   echo "$as_me: failed program was:" >&5
  3185. sed 's/^/| /' conftest.$ac_ext >&5
  3186.   # Passes both tests.
  3187. ac_preproc_ok=:
  3188. break
  3189. fi
  3190. rm -f conftest.err conftest.$ac_ext
  3191. done
  3192. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3193. rm -f conftest.err conftest.$ac_ext
  3194. if $ac_preproc_ok; then
  3195.   break
  3196. fi
  3197.     done
  3198.     ac_cv_prog_CPP=$CPP
  3199. fi
  3200.   CPP=$ac_cv_prog_CPP
  3201. else
  3202.   ac_cv_prog_CPP=$CPP
  3203. fi
  3204. echo "$as_me:$LINENO: result: $CPP" >&5
  3205. echo "${ECHO_T}$CPP" >&6
  3206. ac_preproc_ok=false
  3207. for ac_c_preproc_warn_flag in '' yes
  3208. do
  3209.   # Use a header file that comes with gcc, so configuring glibc
  3210.   # with a fresh cross-compiler works.
  3211.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3212.   # <limits.h> exists even on freestanding compilers.
  3213.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3214.   # not just through cpp. "Syntax error" is here to catch this case.
  3215.   cat >conftest.$ac_ext <<_ACEOF
  3216. /* confdefs.h.  */
  3217. _ACEOF
  3218. cat confdefs.h >>conftest.$ac_ext
  3219. cat >>conftest.$ac_ext <<_ACEOF
  3220. /* end confdefs.h.  */
  3221. #ifdef __STDC__
  3222. # include <limits.h>
  3223. #else
  3224. # include <assert.h>
  3225. #endif
  3226.      Syntax error
  3227. _ACEOF
  3228. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3229.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3230.   ac_status=$?
  3231.   grep -v '^ *+' conftest.er1 >conftest.err
  3232.   rm -f conftest.er1
  3233.   cat conftest.err >&5
  3234.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3235.   (exit $ac_status); } >/dev/null; then
  3236.   if test -s conftest.err; then
  3237.     ac_cpp_err=$ac_c_preproc_warn_flag
  3238.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3239.   else
  3240.     ac_cpp_err=
  3241.   fi
  3242. else
  3243.   ac_cpp_err=yes
  3244. fi
  3245. if test -z "$ac_cpp_err"; then
  3246.   :
  3247. else
  3248.   echo "$as_me: failed program was:" >&5
  3249. sed 's/^/| /' conftest.$ac_ext >&5
  3250.   # Broken: fails on valid input.
  3251. continue
  3252. fi
  3253. rm -f conftest.err conftest.$ac_ext
  3254.   # OK, works on sane cases.  Now check whether non-existent headers
  3255.   # can be detected and how.
  3256.   cat >conftest.$ac_ext <<_ACEOF
  3257. /* confdefs.h.  */
  3258. _ACEOF
  3259. cat confdefs.h >>conftest.$ac_ext
  3260. cat >>conftest.$ac_ext <<_ACEOF
  3261. /* end confdefs.h.  */
  3262. #include <ac_nonexistent.h>
  3263. _ACEOF
  3264. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3265.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3266.   ac_status=$?
  3267.   grep -v '^ *+' conftest.er1 >conftest.err
  3268.   rm -f conftest.er1
  3269.   cat conftest.err >&5
  3270.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3271.   (exit $ac_status); } >/dev/null; then
  3272.   if test -s conftest.err; then
  3273.     ac_cpp_err=$ac_c_preproc_warn_flag
  3274.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3275.   else
  3276.     ac_cpp_err=
  3277.   fi
  3278. else
  3279.   ac_cpp_err=yes
  3280. fi
  3281. if test -z "$ac_cpp_err"; then
  3282.   # Broken: success on invalid input.
  3283. continue
  3284. else
  3285.   echo "$as_me: failed program was:" >&5
  3286. sed 's/^/| /' conftest.$ac_ext >&5
  3287.   # Passes both tests.
  3288. ac_preproc_ok=:
  3289. break
  3290. fi
  3291. rm -f conftest.err conftest.$ac_ext
  3292. done
  3293. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3294. rm -f conftest.err conftest.$ac_ext
  3295. if $ac_preproc_ok; then
  3296.   :
  3297. else
  3298.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  3299. See `config.log' for more details." >&5
  3300. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  3301. See `config.log' for more details." >&2;}
  3302.    { (exit 1); exit 1; }; }
  3303. fi
  3304. ac_ext=c
  3305. ac_cpp='$CPP $CPPFLAGS'
  3306. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3307. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3308. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3309. echo "$as_me:$LINENO: checking for egrep" >&5
  3310. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  3311. if test "${ac_cv_prog_egrep+set}" = set; then
  3312.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3313. else
  3314.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1