configure
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:331k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

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