configure
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1316k
源码类别:

OpenGL

开发平台:

Visual C++

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