configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:672k
源码类别:

通讯编程

开发平台:

Visual C++

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