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

网格计算

开发平台:

Java

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