configure
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:730k
源码类别:

Windows CE

开发平台:

C/C++

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