configure
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:800k
源码类别:

驱动编程

开发平台:

Unix_Linux

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