Search
lxdream.org :: lxdream/configure
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1113:174fa8e137b6
prev1110:eb1c005ba3cb
next1115:90292b2f2243
author nkeynes
date Sat Jul 31 11:16:44 2010 +1000 (13 years ago)
permissions -rwxr-xr-x
last change Add LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
view annotate diff log raw
     1 #! /bin/sh
     2 # Guess values for system-dependent variables and create Makefiles.
     3 # Generated by GNU Autoconf 2.61.
     4 #
     5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     7 # This configure script is free software; the Free Software Foundation
     8 # gives unlimited permission to copy, distribute and modify it.
     9 ## --------------------- ##
    10 ## M4sh Initialization.  ##
    11 ## --------------------- ##
    13 # Be more Bourne compatible
    14 DUALCASE=1; export DUALCASE # for MKS sh
    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
    24   *posix*) set -o posix ;;
    25 esac
    27 fi
    32 # PATH needs CR
    33 # Avoid depending upon Character Ranges.
    34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    37 as_cr_digits='0123456789'
    38 as_cr_alnum=$as_cr_Letters$as_cr_digits
    40 # The user is always right.
    41 if test "${PATH_SEPARATOR+set}" != set; then
    42   echo "#! /bin/sh" >conf$$.sh
    43   echo  "exit 0"   >>conf$$.sh
    44   chmod +x conf$$.sh
    45   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    46     PATH_SEPARATOR=';'
    47   else
    48     PATH_SEPARATOR=:
    49   fi
    50   rm -f conf$$.sh
    51 fi
    53 # Support unset when possible.
    54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    55   as_unset=unset
    56 else
    57   as_unset=false
    58 fi
    61 # IFS
    62 # We need space, tab and new line, in precisely that order.  Quoting is
    63 # there to prevent editors from complaining about space-tab.
    64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    65 # splitting by setting IFS to empty value.)
    66 as_nl='
    67 '
    68 IFS=" ""	$as_nl"
    70 # Find who we are.  Look in the path if we contain no directory separator.
    71 case $0 in
    72   *[\\/]* ) as_myself=$0 ;;
    73   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    74 for as_dir in $PATH
    75 do
    76   IFS=$as_save_IFS
    77   test -z "$as_dir" && as_dir=.
    78   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    79 done
    80 IFS=$as_save_IFS
    82      ;;
    83 esac
    84 # We did not find ourselves, most probably we were run as `sh COMMAND'
    85 # in which case we are not to be found in the path.
    86 if test "x$as_myself" = x; then
    87   as_myself=$0
    88 fi
    89 if test ! -f "$as_myself"; then
    90   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    91   { (exit 1); exit 1; }
    92 fi
    94 # Work around bugs in pre-3.0 UWIN ksh.
    95 for as_var in ENV MAIL MAILPATH
    96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    97 done
    98 PS1='$ '
    99 PS2='> '
   100 PS4='+ '
   102 # NLS nuisances.
   103 for as_var in \
   104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
   105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
   106   LC_TELEPHONE LC_TIME
   107 do
   108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
   109     eval $as_var=C; export $as_var
   110   else
   111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   112   fi
   113 done
   115 # Required to use basename.
   116 if expr a : '\(a\)' >/dev/null 2>&1 &&
   117    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   118   as_expr=expr
   119 else
   120   as_expr=false
   121 fi
   123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   124   as_basename=basename
   125 else
   126   as_basename=false
   127 fi
   130 # Name of the executable.
   131 as_me=`$as_basename -- "$0" ||
   132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   133 	 X"$0" : 'X\(//\)$' \| \
   134 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   135 echo X/"$0" |
   136     sed '/^.*\/\([^/][^/]*\)\/*$/{
   137 	    s//\1/
   138 	    q
   139 	  }
   140 	  /^X\/\(\/\/\)$/{
   141 	    s//\1/
   142 	    q
   143 	  }
   144 	  /^X\/\(\/\).*/{
   145 	    s//\1/
   146 	    q
   147 	  }
   148 	  s/.*/./; q'`
   150 # CDPATH.
   151 $as_unset CDPATH
   154 if test "x$CONFIG_SHELL" = x; then
   155   if (eval ":") 2>/dev/null; then
   156   as_have_required=yes
   157 else
   158   as_have_required=no
   159 fi
   161   if test $as_have_required = yes && 	 (eval ":
   162 (as_func_return () {
   163   (exit \$1)
   164 }
   165 as_func_success () {
   166   as_func_return 0
   167 }
   168 as_func_failure () {
   169   as_func_return 1
   170 }
   171 as_func_ret_success () {
   172   return 0
   173 }
   174 as_func_ret_failure () {
   175   return 1
   176 }
   178 exitcode=0
   179 if as_func_success; then
   180   :
   181 else
   182   exitcode=1
   183   echo as_func_success failed.
   184 fi
   186 if as_func_failure; then
   187   exitcode=1
   188   echo as_func_failure succeeded.
   189 fi
   191 if as_func_ret_success; then
   192   :
   193 else
   194   exitcode=1
   195   echo as_func_ret_success failed.
   196 fi
   198 if as_func_ret_failure; then
   199   exitcode=1
   200   echo as_func_ret_failure succeeded.
   201 fi
   203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   204   :
   205 else
   206   exitcode=1
   207   echo positional parameters were not saved.
   208 fi
   210 test \$exitcode = 0) || { (exit 1); exit 1; }
   212 (
   213   as_lineno_1=\$LINENO
   214   as_lineno_2=\$LINENO
   215   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
   216   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
   217 ") 2> /dev/null; then
   218   :
   219 else
   220   as_candidate_shells=
   221     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   223 do
   224   IFS=$as_save_IFS
   225   test -z "$as_dir" && as_dir=.
   226   case $as_dir in
   227 	 /*)
   228 	   for as_base in sh bash ksh sh5; do
   229 	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
   230 	   done;;
   231        esac
   232 done
   233 IFS=$as_save_IFS
   236       for as_shell in $as_candidate_shells $SHELL; do
   237 	 # Try only shells that exist, to save several forks.
   238 	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   239 		{ ("$as_shell") 2> /dev/null <<\_ASEOF
   240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   241   emulate sh
   242   NULLCMD=:
   243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   244   # is contrary to our usage.  Disable this feature.
   245   alias -g '${1+"$@"}'='"$@"'
   246   setopt NO_GLOB_SUBST
   247 else
   248   case `(set -o) 2>/dev/null` in
   249   *posix*) set -o posix ;;
   250 esac
   252 fi
   255 :
   256 _ASEOF
   257 }; then
   258   CONFIG_SHELL=$as_shell
   259 	       as_have_required=yes
   260 	       if { "$as_shell" 2> /dev/null <<\_ASEOF
   261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   262   emulate sh
   263   NULLCMD=:
   264   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   265   # is contrary to our usage.  Disable this feature.
   266   alias -g '${1+"$@"}'='"$@"'
   267   setopt NO_GLOB_SUBST
   268 else
   269   case `(set -o) 2>/dev/null` in
   270   *posix*) set -o posix ;;
   271 esac
   273 fi
   276 :
   277 (as_func_return () {
   278   (exit $1)
   279 }
   280 as_func_success () {
   281   as_func_return 0
   282 }
   283 as_func_failure () {
   284   as_func_return 1
   285 }
   286 as_func_ret_success () {
   287   return 0
   288 }
   289 as_func_ret_failure () {
   290   return 1
   291 }
   293 exitcode=0
   294 if as_func_success; then
   295   :
   296 else
   297   exitcode=1
   298   echo as_func_success failed.
   299 fi
   301 if as_func_failure; then
   302   exitcode=1
   303   echo as_func_failure succeeded.
   304 fi
   306 if as_func_ret_success; then
   307   :
   308 else
   309   exitcode=1
   310   echo as_func_ret_success failed.
   311 fi
   313 if as_func_ret_failure; then
   314   exitcode=1
   315   echo as_func_ret_failure succeeded.
   316 fi
   318 if ( set x; as_func_ret_success y && test x = "$1" ); then
   319   :
   320 else
   321   exitcode=1
   322   echo positional parameters were not saved.
   323 fi
   325 test $exitcode = 0) || { (exit 1); exit 1; }
   327 (
   328   as_lineno_1=$LINENO
   329   as_lineno_2=$LINENO
   330   test "x$as_lineno_1" != "x$as_lineno_2" &&
   331   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
   333 _ASEOF
   334 }; then
   335   break
   336 fi
   338 fi
   340       done
   342       if test "x$CONFIG_SHELL" != x; then
   343   for as_var in BASH_ENV ENV
   344         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   345         done
   346         export CONFIG_SHELL
   347         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   348 fi
   351     if test $as_have_required = no; then
   352   echo This script requires a shell more modern than all the
   353       echo shells that I found on your system.  Please install a
   354       echo modern shell, or manually run the script under such a
   355       echo shell if you do have one.
   356       { (exit 1); exit 1; }
   357 fi
   360 fi
   362 fi
   366 (eval "as_func_return () {
   367   (exit \$1)
   368 }
   369 as_func_success () {
   370   as_func_return 0
   371 }
   372 as_func_failure () {
   373   as_func_return 1
   374 }
   375 as_func_ret_success () {
   376   return 0
   377 }
   378 as_func_ret_failure () {
   379   return 1
   380 }
   382 exitcode=0
   383 if as_func_success; then
   384   :
   385 else
   386   exitcode=1
   387   echo as_func_success failed.
   388 fi
   390 if as_func_failure; then
   391   exitcode=1
   392   echo as_func_failure succeeded.
   393 fi
   395 if as_func_ret_success; then
   396   :
   397 else
   398   exitcode=1
   399   echo as_func_ret_success failed.
   400 fi
   402 if as_func_ret_failure; then
   403   exitcode=1
   404   echo as_func_ret_failure succeeded.
   405 fi
   407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   408   :
   409 else
   410   exitcode=1
   411   echo positional parameters were not saved.
   412 fi
   414 test \$exitcode = 0") || {
   415   echo No shell found that supports shell functions.
   416   echo Please tell autoconf@gnu.org about your system,
   417   echo including any error possibly output before this
   418   echo message
   419 }
   423   as_lineno_1=$LINENO
   424   as_lineno_2=$LINENO
   425   test "x$as_lineno_1" != "x$as_lineno_2" &&
   426   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
   428   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   429   # uniformly replaced by the line number.  The first 'sed' inserts a
   430   # line-number line after each line using $LINENO; the second 'sed'
   431   # does the real work.  The second script uses 'N' to pair each
   432   # line-number line with the line containing $LINENO, and appends
   433   # trailing '-' during substitution so that $LINENO is not a special
   434   # case at line end.
   435   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   436   # scripts with optimization help from Paolo Bonzini.  Blame Lee
   437   # E. McMahon (1931-1989) for sed's syntax.  :-)
   438   sed -n '
   439     p
   440     /[$]LINENO/=
   441   ' <$as_myself |
   442     sed '
   443       s/[$]LINENO.*/&-/
   444       t lineno
   445       b
   446       :lineno
   447       N
   448       :loop
   449       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   450       t loop
   451       s/-\n.*//
   452     ' >$as_me.lineno &&
   453   chmod +x "$as_me.lineno" ||
   454     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
   455    { (exit 1); exit 1; }; }
   457   # Don't try to exec as it changes $[0], causing all sort of problems
   458   # (the dirname of $[0] is not the place where we might find the
   459   # original and so on.  Autoconf is especially sensitive to this).
   460   . "./$as_me.lineno"
   461   # Exit status is that of the last command.
   462   exit
   463 }
   466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   467   as_dirname=dirname
   468 else
   469   as_dirname=false
   470 fi
   472 ECHO_C= ECHO_N= ECHO_T=
   473 case `echo -n x` in
   474 -n*)
   475   case `echo 'x\c'` in
   476   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   477   *)   ECHO_C='\c';;
   478   esac;;
   479 *)
   480   ECHO_N='-n';;
   481 esac
   483 if expr a : '\(a\)' >/dev/null 2>&1 &&
   484    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   485   as_expr=expr
   486 else
   487   as_expr=false
   488 fi
   490 rm -f conf$$ conf$$.exe conf$$.file
   491 if test -d conf$$.dir; then
   492   rm -f conf$$.dir/conf$$.file
   493 else
   494   rm -f conf$$.dir
   495   mkdir conf$$.dir
   496 fi
   497 echo >conf$$.file
   498 if ln -s conf$$.file conf$$ 2>/dev/null; then
   499   as_ln_s='ln -s'
   500   # ... but there are two gotchas:
   501   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   502   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   503   # In both cases, we have to default to `cp -p'.
   504   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   505     as_ln_s='cp -p'
   506 elif ln conf$$.file conf$$ 2>/dev/null; then
   507   as_ln_s=ln
   508 else
   509   as_ln_s='cp -p'
   510 fi
   511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   512 rmdir conf$$.dir 2>/dev/null
   514 if mkdir -p . 2>/dev/null; then
   515   as_mkdir_p=:
   516 else
   517   test -d ./-p && rmdir ./-p
   518   as_mkdir_p=false
   519 fi
   521 if test -x / >/dev/null 2>&1; then
   522   as_test_x='test -x'
   523 else
   524   if ls -dL / >/dev/null 2>&1; then
   525     as_ls_L_option=L
   526   else
   527     as_ls_L_option=
   528   fi
   529   as_test_x='
   530     eval sh -c '\''
   531       if test -d "$1"; then
   532         test -d "$1/.";
   533       else
   534 	case $1 in
   535         -*)set "./$1";;
   536 	esac;
   537 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
   538 	???[sx]*):;;*)false;;esac;fi
   539     '\'' sh
   540   '
   541 fi
   542 as_executable_p=$as_test_x
   544 # Sed expression to map a string onto a valid CPP name.
   545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   547 # Sed expression to map a string onto a valid variable name.
   548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   552 exec 7<&0 </dev/null 6>&1
   554 # Name of the host.
   555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
   556 # so uname gets run too.
   557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   559 #
   560 # Initializations.
   561 #
   562 ac_default_prefix=/usr/local
   563 ac_clean_files=
   564 ac_config_libobj_dir=.
   565 LIBOBJS=
   566 cross_compiling=no
   567 subdirs=
   568 MFLAGS=
   569 MAKEFLAGS=
   570 SHELL=${CONFIG_SHELL-/bin/sh}
   572 # Identity of this package.
   573 PACKAGE_NAME=
   574 PACKAGE_TARNAME=
   575 PACKAGE_VERSION=
   576 PACKAGE_STRING=
   577 PACKAGE_BUGREPORT=
   579 ac_unique_file="configure.in"
   580 # Factoring default headers for most tests.
   581 ac_includes_default="\
   582 #include <stdio.h>
   583 #ifdef HAVE_SYS_TYPES_H
   584 # include <sys/types.h>
   585 #endif
   586 #ifdef HAVE_SYS_STAT_H
   587 # include <sys/stat.h>
   588 #endif
   589 #ifdef STDC_HEADERS
   590 # include <stdlib.h>
   591 # include <stddef.h>
   592 #else
   593 # ifdef HAVE_STDLIB_H
   594 #  include <stdlib.h>
   595 # endif
   596 #endif
   597 #ifdef HAVE_STRING_H
   598 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   599 #  include <memory.h>
   600 # endif
   601 # include <string.h>
   602 #endif
   603 #ifdef HAVE_STRINGS_H
   604 # include <strings.h>
   605 #endif
   606 #ifdef HAVE_INTTYPES_H
   607 # include <inttypes.h>
   608 #endif
   609 #ifdef HAVE_STDINT_H
   610 # include <stdint.h>
   611 #endif
   612 #ifdef HAVE_UNISTD_H
   613 # include <unistd.h>
   614 #endif"
   616 ac_subst_vars='SHELL
   617 PATH_SEPARATOR
   618 PACKAGE_NAME
   619 PACKAGE_TARNAME
   620 PACKAGE_VERSION
   621 PACKAGE_STRING
   622 PACKAGE_BUGREPORT
   623 exec_prefix
   624 prefix
   625 program_transform_name
   626 bindir
   627 sbindir
   628 libexecdir
   629 datarootdir
   630 datadir
   631 sysconfdir
   632 sharedstatedir
   633 localstatedir
   634 includedir
   635 oldincludedir
   636 docdir
   637 infodir
   638 htmldir
   639 dvidir
   640 pdfdir
   641 psdir
   642 libdir
   643 localedir
   644 mandir
   645 DEFS
   646 ECHO_C
   647 ECHO_N
   648 ECHO_T
   649 LIBS
   650 build_alias
   651 host_alias
   652 target_alias
   653 INSTALL_PROGRAM
   654 INSTALL_SCRIPT
   655 INSTALL_DATA
   656 CYGPATH_W
   657 PACKAGE
   658 VERSION
   659 ACLOCAL
   660 AUTOCONF
   661 AUTOMAKE
   662 AUTOHEADER
   663 MAKEINFO
   664 install_sh
   665 STRIP
   666 INSTALL_STRIP_PROGRAM
   667 mkdir_p
   668 AWK
   669 SET_MAKE
   670 am__leading_dot
   671 AMTAR
   672 am__tar
   673 am__untar
   674 MAINTAINER_MODE_TRUE
   675 MAINTAINER_MODE_FALSE
   676 MAINT
   677 CC
   678 CFLAGS
   679 LDFLAGS
   680 CPPFLAGS
   681 ac_ct_CC
   682 EXEEXT
   683 OBJEXT
   684 DEPDIR
   685 am__include
   686 am__quote
   687 AMDEP_TRUE
   688 AMDEP_FALSE
   689 AMDEPBACKSLASH
   690 CCDEPMODE
   691 am__fastdepCC_TRUE
   692 am__fastdepCC_FALSE
   693 OBJC
   694 OBJCFLAGS
   695 ac_ct_OBJC
   696 SED
   697 CCAS
   698 CCASFLAGS
   699 CPP
   700 GREP
   701 EGREP
   702 build
   703 build_cpu
   704 build_vendor
   705 build_os
   706 host
   707 host_cpu
   708 host_vendor
   709 host_os
   710 OBJCDEPMODE
   711 am__fastdepOBJC_TRUE
   712 am__fastdepOBJC_FALSE
   713 POD2MAN
   714 POD2HTML
   715 GUI_COCOA_TRUE
   716 GUI_COCOA_FALSE
   717 SOEXT
   718 PLUGINCFLAGS
   719 PLUGINLDFLAGS
   720 LXDREAMLDFLAGS
   721 BUILD_SHARED_TRUE
   722 BUILD_SHARED_FALSE
   723 LXDREAMCPPFLAGS
   724 PKG_CONFIG
   725 LIBPNG_CFLAGS
   726 LIBPNG_LIBS
   727 GLIB_CFLAGS
   728 GLIB_LIBS
   729 GTK_CFLAGS
   730 GTK_LIBS
   731 GUI_GTK_TRUE
   732 GUI_GTK_FALSE
   733 LIBISOFS_CFLAGS
   734 LIBISOFS_LIBS
   735 LIBGL_CFLAGS
   736 LIBGL_LIBS
   737 VIDEO_OSMESA_TRUE
   738 VIDEO_OSMESA_FALSE
   739 VIDEO_GLX_TRUE
   740 VIDEO_GLX_FALSE
   741 VIDEO_NSGL_TRUE
   742 VIDEO_NSGL_FALSE
   743 BUILD_SH4X86_TRUE
   744 BUILD_SH4X86_FALSE
   745 AUDIO_OSX_TRUE
   746 AUDIO_OSX_FALSE
   747 SDL_CFLAGS
   748 SDL_LIBS
   749 AUDIO_SDL_TRUE
   750 AUDIO_SDL_FALSE
   751 PULSE_CFLAGS
   752 PULSE_LIBS
   753 AUDIO_PULSE_TRUE
   754 AUDIO_PULSE_FALSE
   755 ESOUND_CFLAGS
   756 ESOUND_LIBS
   757 AUDIO_ESOUND_TRUE
   758 AUDIO_ESOUND_FALSE
   759 ALSA_CFLAGS
   760 ALSA_LIBS
   761 AUDIO_ALSA_TRUE
   762 AUDIO_ALSA_FALSE
   763 CDROM_LINUX_TRUE
   764 CDROM_LINUX_FALSE
   765 CDROM_OSX_TRUE
   766 CDROM_OSX_FALSE
   767 CDROM_NONE_TRUE
   768 CDROM_NONE_FALSE
   769 JOY_LINUX_TRUE
   770 JOY_LINUX_FALSE
   771 INPUT_LIRC_TRUE
   772 INPUT_LIRC_FALSE
   773 SHCC
   774 SHLD
   775 SHOBJCOPY
   776 ARMCC
   777 ARMLD
   778 ARMOBJCOPY
   779 BUILD_SYSTEST_TRUE
   780 BUILD_SYSTEST_FALSE
   781 BUILD_ARMTEST_TRUE
   782 BUILD_ARMTEST_FALSE
   783 LXDREAM_LIBS
   784 GETTEXT_PACKAGE
   785 USE_NLS
   786 MSGFMT
   787 MSGFMT_OPTS
   788 GMSGFMT
   789 XGETTEXT
   790 CATALOGS
   791 CATOBJEXT
   792 DATADIRNAME
   793 GMOFILES
   794 INSTOBJEXT
   795 INTLLIBS
   796 PO_IN_DATADIR_TRUE
   797 PO_IN_DATADIR_FALSE
   798 POFILES
   799 POSUB
   800 MKINSTALLDIRS
   801 LIBOBJS
   802 LTLIBOBJS'
   803 ac_subst_files=''
   804       ac_precious_vars='build_alias
   805 host_alias
   806 target_alias
   807 CC
   808 CFLAGS
   809 LDFLAGS
   810 LIBS
   811 CPPFLAGS
   812 OBJC
   813 OBJCFLAGS
   814 CCAS
   815 CCASFLAGS
   816 CPP
   817 PKG_CONFIG
   818 LIBPNG_CFLAGS
   819 LIBPNG_LIBS
   820 GLIB_CFLAGS
   821 GLIB_LIBS
   822 GTK_CFLAGS
   823 GTK_LIBS
   824 LIBISOFS_CFLAGS
   825 LIBISOFS_LIBS
   826 LIBGL_CFLAGS
   827 LIBGL_LIBS
   828 SDL_CFLAGS
   829 SDL_LIBS
   830 PULSE_CFLAGS
   831 PULSE_LIBS
   832 ESOUND_CFLAGS
   833 ESOUND_LIBS
   834 ALSA_CFLAGS
   835 ALSA_LIBS'
   838 # Initialize some variables set by options.
   839 ac_init_help=
   840 ac_init_version=false
   841 # The variables have the same names as the options, with
   842 # dashes changed to underlines.
   843 cache_file=/dev/null
   844 exec_prefix=NONE
   845 no_create=
   846 no_recursion=
   847 prefix=NONE
   848 program_prefix=NONE
   849 program_suffix=NONE
   850 program_transform_name=s,x,x,
   851 silent=
   852 site=
   853 srcdir=
   854 verbose=
   855 x_includes=NONE
   856 x_libraries=NONE
   858 # Installation directory options.
   859 # These are left unexpanded so users can "make install exec_prefix=/foo"
   860 # and all the variables that are supposed to be based on exec_prefix
   861 # by default will actually change.
   862 # Use braces instead of parens because sh, perl, etc. also accept them.
   863 # (The list follows the same order as the GNU Coding Standards.)
   864 bindir='${exec_prefix}/bin'
   865 sbindir='${exec_prefix}/sbin'
   866 libexecdir='${exec_prefix}/libexec'
   867 datarootdir='${prefix}/share'
   868 datadir='${datarootdir}'
   869 sysconfdir='${prefix}/etc'
   870 sharedstatedir='${prefix}/com'
   871 localstatedir='${prefix}/var'
   872 includedir='${prefix}/include'
   873 oldincludedir='/usr/include'
   874 docdir='${datarootdir}/doc/${PACKAGE}'
   875 infodir='${datarootdir}/info'
   876 htmldir='${docdir}'
   877 dvidir='${docdir}'
   878 pdfdir='${docdir}'
   879 psdir='${docdir}'
   880 libdir='${exec_prefix}/lib'
   881 localedir='${datarootdir}/locale'
   882 mandir='${datarootdir}/man'
   884 ac_prev=
   885 ac_dashdash=
   886 for ac_option
   887 do
   888   # If the previous option needs an argument, assign it.
   889   if test -n "$ac_prev"; then
   890     eval $ac_prev=\$ac_option
   891     ac_prev=
   892     continue
   893   fi
   895   case $ac_option in
   896   *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   897   *)	ac_optarg=yes ;;
   898   esac
   900   # Accept the important Cygnus configure options, so we can diagnose typos.
   902   case $ac_dashdash$ac_option in
   903   --)
   904     ac_dashdash=yes ;;
   906   -bindir | --bindir | --bindi | --bind | --bin | --bi)
   907     ac_prev=bindir ;;
   908   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   909     bindir=$ac_optarg ;;
   911   -build | --build | --buil | --bui | --bu)
   912     ac_prev=build_alias ;;
   913   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   914     build_alias=$ac_optarg ;;
   916   -cache-file | --cache-file | --cache-fil | --cache-fi \
   917   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   918     ac_prev=cache_file ;;
   919   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   920   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   921     cache_file=$ac_optarg ;;
   923   --config-cache | -C)
   924     cache_file=config.cache ;;
   926   -datadir | --datadir | --datadi | --datad)
   927     ac_prev=datadir ;;
   928   -datadir=* | --datadir=* | --datadi=* | --datad=*)
   929     datadir=$ac_optarg ;;
   931   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   932   | --dataroo | --dataro | --datar)
   933     ac_prev=datarootdir ;;
   934   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   935   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   936     datarootdir=$ac_optarg ;;
   938   -disable-* | --disable-*)
   939     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   940     # Reject names that are not valid shell variable names.
   941     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   942       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
   943    { (exit 1); exit 1; }; }
   944     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
   945     eval enable_$ac_feature=no ;;
   947   -docdir | --docdir | --docdi | --doc | --do)
   948     ac_prev=docdir ;;
   949   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   950     docdir=$ac_optarg ;;
   952   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   953     ac_prev=dvidir ;;
   954   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   955     dvidir=$ac_optarg ;;
   957   -enable-* | --enable-*)
   958     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   959     # Reject names that are not valid shell variable names.
   960     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   961       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
   962    { (exit 1); exit 1; }; }
   963     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
   964     eval enable_$ac_feature=\$ac_optarg ;;
   966   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   967   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   968   | --exec | --exe | --ex)
   969     ac_prev=exec_prefix ;;
   970   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   971   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   972   | --exec=* | --exe=* | --ex=*)
   973     exec_prefix=$ac_optarg ;;
   975   -gas | --gas | --ga | --g)
   976     # Obsolete; use --with-gas.
   977     with_gas=yes ;;
   979   -help | --help | --hel | --he | -h)
   980     ac_init_help=long ;;
   981   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   982     ac_init_help=recursive ;;
   983   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   984     ac_init_help=short ;;
   986   -host | --host | --hos | --ho)
   987     ac_prev=host_alias ;;
   988   -host=* | --host=* | --hos=* | --ho=*)
   989     host_alias=$ac_optarg ;;
   991   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
   992     ac_prev=htmldir ;;
   993   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
   994   | --ht=*)
   995     htmldir=$ac_optarg ;;
   997   -includedir | --includedir | --includedi | --included | --include \
   998   | --includ | --inclu | --incl | --inc)
   999     ac_prev=includedir ;;
  1000   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1001   | --includ=* | --inclu=* | --incl=* | --inc=*)
  1002     includedir=$ac_optarg ;;
  1004   -infodir | --infodir | --infodi | --infod | --info | --inf)
  1005     ac_prev=infodir ;;
  1006   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1007     infodir=$ac_optarg ;;
  1009   -libdir | --libdir | --libdi | --libd)
  1010     ac_prev=libdir ;;
  1011   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1012     libdir=$ac_optarg ;;
  1014   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1015   | --libexe | --libex | --libe)
  1016     ac_prev=libexecdir ;;
  1017   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1018   | --libexe=* | --libex=* | --libe=*)
  1019     libexecdir=$ac_optarg ;;
  1021   -localedir | --localedir | --localedi | --localed | --locale)
  1022     ac_prev=localedir ;;
  1023   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1024     localedir=$ac_optarg ;;
  1026   -localstatedir | --localstatedir | --localstatedi | --localstated \
  1027   | --localstate | --localstat | --localsta | --localst | --locals)
  1028     ac_prev=localstatedir ;;
  1029   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1030   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1031     localstatedir=$ac_optarg ;;
  1033   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1034     ac_prev=mandir ;;
  1035   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1036     mandir=$ac_optarg ;;
  1038   -nfp | --nfp | --nf)
  1039     # Obsolete; use --without-fp.
  1040     with_fp=no ;;
  1042   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1043   | --no-cr | --no-c | -n)
  1044     no_create=yes ;;
  1046   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1047   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1048     no_recursion=yes ;;
  1050   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1051   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1052   | --oldin | --oldi | --old | --ol | --o)
  1053     ac_prev=oldincludedir ;;
  1054   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1055   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1056   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1057     oldincludedir=$ac_optarg ;;
  1059   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1060     ac_prev=prefix ;;
  1061   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1062     prefix=$ac_optarg ;;
  1064   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1065   | --program-pre | --program-pr | --program-p)
  1066     ac_prev=program_prefix ;;
  1067   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1068   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1069     program_prefix=$ac_optarg ;;
  1071   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1072   | --program-suf | --program-su | --program-s)
  1073     ac_prev=program_suffix ;;
  1074   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1075   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1076     program_suffix=$ac_optarg ;;
  1078   -program-transform-name | --program-transform-name \
  1079   | --program-transform-nam | --program-transform-na \
  1080   | --program-transform-n | --program-transform- \
  1081   | --program-transform | --program-transfor \
  1082   | --program-transfo | --program-transf \
  1083   | --program-trans | --program-tran \
  1084   | --progr-tra | --program-tr | --program-t)
  1085     ac_prev=program_transform_name ;;
  1086   -program-transform-name=* | --program-transform-name=* \
  1087   | --program-transform-nam=* | --program-transform-na=* \
  1088   | --program-transform-n=* | --program-transform-=* \
  1089   | --program-transform=* | --program-transfor=* \
  1090   | --program-transfo=* | --program-transf=* \
  1091   | --program-trans=* | --program-tran=* \
  1092   | --progr-tra=* | --program-tr=* | --program-t=*)
  1093     program_transform_name=$ac_optarg ;;
  1095   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1096     ac_prev=pdfdir ;;
  1097   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1098     pdfdir=$ac_optarg ;;
  1100   -psdir | --psdir | --psdi | --psd | --ps)
  1101     ac_prev=psdir ;;
  1102   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1103     psdir=$ac_optarg ;;
  1105   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1106   | -silent | --silent | --silen | --sile | --sil)
  1107     silent=yes ;;
  1109   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1110     ac_prev=sbindir ;;
  1111   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1112   | --sbi=* | --sb=*)
  1113     sbindir=$ac_optarg ;;
  1115   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1116   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1117   | --sharedst | --shareds | --shared | --share | --shar \
  1118   | --sha | --sh)
  1119     ac_prev=sharedstatedir ;;
  1120   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1121   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1122   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1123   | --sha=* | --sh=*)
  1124     sharedstatedir=$ac_optarg ;;
  1126   -site | --site | --sit)
  1127     ac_prev=site ;;
  1128   -site=* | --site=* | --sit=*)
  1129     site=$ac_optarg ;;
  1131   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1132     ac_prev=srcdir ;;
  1133   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1134     srcdir=$ac_optarg ;;
  1136   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1137   | --syscon | --sysco | --sysc | --sys | --sy)
  1138     ac_prev=sysconfdir ;;
  1139   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1140   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1141     sysconfdir=$ac_optarg ;;
  1143   -target | --target | --targe | --targ | --tar | --ta | --t)
  1144     ac_prev=target_alias ;;
  1145   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1146     target_alias=$ac_optarg ;;
  1148   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1149     verbose=yes ;;
  1151   -version | --version | --versio | --versi | --vers | -V)
  1152     ac_init_version=: ;;
  1154   -with-* | --with-*)
  1155     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1156     # Reject names that are not valid shell variable names.
  1157     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1158       { echo "$as_me: error: invalid package name: $ac_package" >&2
  1159    { (exit 1); exit 1; }; }
  1160     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1161     eval with_$ac_package=\$ac_optarg ;;
  1163   -without-* | --without-*)
  1164     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1165     # Reject names that are not valid shell variable names.
  1166     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1167       { echo "$as_me: error: invalid package name: $ac_package" >&2
  1168    { (exit 1); exit 1; }; }
  1169     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
  1170     eval with_$ac_package=no ;;
  1172   --x)
  1173     # Obsolete; use --with-x.
  1174     with_x=yes ;;
  1176   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1177   | --x-incl | --x-inc | --x-in | --x-i)
  1178     ac_prev=x_includes ;;
  1179   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1180   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1181     x_includes=$ac_optarg ;;
  1183   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1184   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1185     ac_prev=x_libraries ;;
  1186   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1187   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1188     x_libraries=$ac_optarg ;;
  1190   -*) { echo "$as_me: error: unrecognized option: $ac_option
  1191 Try \`$0 --help' for more information." >&2
  1192    { (exit 1); exit 1; }; }
  1193     ;;
  1195   *=*)
  1196     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1197     # Reject names that are not valid shell variable names.
  1198     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1199       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1200    { (exit 1); exit 1; }; }
  1201     eval $ac_envvar=\$ac_optarg
  1202     export $ac_envvar ;;
  1204   *)
  1205     # FIXME: should be removed in autoconf 3.0.
  1206     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1207     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1208       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1209     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1210     ;;
  1212   esac
  1213 done
  1215 if test -n "$ac_prev"; then
  1216   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1217   { echo "$as_me: error: missing argument to $ac_option" >&2
  1218    { (exit 1); exit 1; }; }
  1219 fi
  1221 # Be sure to have absolute directory names.
  1222 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1223 		datadir sysconfdir sharedstatedir localstatedir includedir \
  1224 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1225 		libdir localedir mandir
  1226 do
  1227   eval ac_val=\$$ac_var
  1228   case $ac_val in
  1229     [\\/$]* | ?:[\\/]* )  continue;;
  1230     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1231   esac
  1232   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1233    { (exit 1); exit 1; }; }
  1234 done
  1236 # There might be people who depend on the old broken behavior: `$host'
  1237 # used to hold the argument of --host etc.
  1238 # FIXME: To remove some day.
  1239 build=$build_alias
  1240 host=$host_alias
  1241 target=$target_alias
  1243 # FIXME: To remove some day.
  1244 if test "x$host_alias" != x; then
  1245   if test "x$build_alias" = x; then
  1246     cross_compiling=maybe
  1247     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1248     If a cross compiler is detected then cross compile mode will be used." >&2
  1249   elif test "x$build_alias" != "x$host_alias"; then
  1250     cross_compiling=yes
  1251   fi
  1252 fi
  1254 ac_tool_prefix=
  1255 test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1257 test "$silent" = yes && exec 6>/dev/null
  1260 ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1261 ac_ls_di=`ls -di .` &&
  1262 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1263   { echo "$as_me: error: Working directory cannot be determined" >&2
  1264    { (exit 1); exit 1; }; }
  1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1266   { echo "$as_me: error: pwd does not report name of working directory" >&2
  1267    { (exit 1); exit 1; }; }
  1270 # Find the source files, if location was not specified.
  1271 if test -z "$srcdir"; then
  1272   ac_srcdir_defaulted=yes
  1273   # Try the directory containing this script, then the parent directory.
  1274   ac_confdir=`$as_dirname -- "$0" ||
  1275 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1276 	 X"$0" : 'X\(//\)[^/]' \| \
  1277 	 X"$0" : 'X\(//\)$' \| \
  1278 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1279 echo X"$0" |
  1280     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1281 	    s//\1/
  1284 	  /^X\(\/\/\)[^/].*/{
  1285 	    s//\1/
  1288 	  /^X\(\/\/\)$/{
  1289 	    s//\1/
  1292 	  /^X\(\/\).*/{
  1293 	    s//\1/
  1296 	  s/.*/./; q'`
  1297   srcdir=$ac_confdir
  1298   if test ! -r "$srcdir/$ac_unique_file"; then
  1299     srcdir=..
  1300   fi
  1301 else
  1302   ac_srcdir_defaulted=no
  1303 fi
  1304 if test ! -r "$srcdir/$ac_unique_file"; then
  1305   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1306   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1307    { (exit 1); exit 1; }; }
  1308 fi
  1309 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1310 ac_abs_confdir=`(
  1311 	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
  1312    { (exit 1); exit 1; }; }
  1313 	pwd)`
  1314 # When building in place, set srcdir=.
  1315 if test "$ac_abs_confdir" = "$ac_pwd"; then
  1316   srcdir=.
  1317 fi
  1318 # Remove unnecessary trailing slashes from srcdir.
  1319 # Double slashes in file names in object file debugging info
  1320 # mess up M-x gdb in Emacs.
  1321 case $srcdir in
  1322 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1323 esac
  1324 for ac_var in $ac_precious_vars; do
  1325   eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1326   eval ac_env_${ac_var}_value=\$${ac_var}
  1327   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1328   eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1329 done
  1332 # Report the --help message.
  1334 if test "$ac_init_help" = "long"; then
  1335   # Omit some internal or obsolete options to make the list less imposing.
  1336   # This message is too long to be a string in the A/UX 3.1 sh.
  1337   cat <<_ACEOF
  1338 \`configure' configures this package to adapt to many kinds of systems.
  1340 Usage: $0 [OPTION]... [VAR=VALUE]...
  1342 To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1343 VAR=VALUE.  See below for descriptions of some of the useful variables.
  1345 Defaults for the options are specified in brackets.
  1347 Configuration:
  1348   -h, --help              display this help and exit
  1349       --help=short        display options specific to this package
  1350       --help=recursive    display the short help of all the included packages
  1351   -V, --version           display version information and exit
  1352   -q, --quiet, --silent   do not print \`checking...' messages
  1353       --cache-file=FILE   cache test results in FILE [disabled]
  1354   -C, --config-cache      alias for \`--cache-file=config.cache'
  1355   -n, --no-create         do not create output files
  1356       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  1358 Installation directories:
  1359   --prefix=PREFIX         install architecture-independent files in PREFIX
  1360 			  [$ac_default_prefix]
  1361   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1362 			  [PREFIX]
  1364 By default, \`make install' will install all the files in
  1365 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  1366 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1367 for instance \`--prefix=\$HOME'.
  1369 For better control, use the options below.
  1371 Fine tuning of the installation directories:
  1372   --bindir=DIR           user executables [EPREFIX/bin]
  1373   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  1374   --libexecdir=DIR       program executables [EPREFIX/libexec]
  1375   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  1376   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  1377   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  1378   --libdir=DIR           object code libraries [EPREFIX/lib]
  1379   --includedir=DIR       C header files [PREFIX/include]
  1380   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  1381   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
  1382   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
  1383   --infodir=DIR          info documentation [DATAROOTDIR/info]
  1384   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
  1385   --mandir=DIR           man documentation [DATAROOTDIR/man]
  1386   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
  1387   --htmldir=DIR          html documentation [DOCDIR]
  1388   --dvidir=DIR           dvi documentation [DOCDIR]
  1389   --pdfdir=DIR           pdf documentation [DOCDIR]
  1390   --psdir=DIR            ps documentation [DOCDIR]
  1391 _ACEOF
  1393   cat <<\_ACEOF
  1395 Program names:
  1396   --program-prefix=PREFIX            prepend PREFIX to installed program names
  1397   --program-suffix=SUFFIX            append SUFFIX to installed program names
  1398   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  1400 System types:
  1401   --build=BUILD     configure for building on BUILD [guessed]
  1402   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1403 _ACEOF
  1404 fi
  1406 if test -n "$ac_init_help"; then
  1408   cat <<\_ACEOF
  1410 Optional Features:
  1411   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1412   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1413   --enable-maintainer-mode  enable make rules and dependencies not useful
  1414 			  (and sometimes confusing) to the casual installer
  1415   --disable-dependency-tracking  speeds up one-time build
  1416   --enable-dependency-tracking   do not reject slow dependency extractors
  1417   --enable-strict-warn    Enable strict compilation warnings
  1418   --disable-translator    Disable the SH4 translator (Enabled by default)
  1419   --disable-optimized     Disable compile-time optimizations (Enabled by
  1420                           default)
  1421   --enable-shared         Build drivers as shared libraries (Enabled if
  1422                           available)
  1423   --enable-profiled       Enable profiling build
  1424   --enable-trace          Enable generation of IO traces (warning: hurts
  1425                           performance)
  1426   --enable-watch          Enable watchpoints in the debugger (warning: hurts
  1427                           performance)
  1428   --enable-sh4stats       Enable statistics on executed sh4 instructions
  1430 Optional Packages:
  1431   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1432   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1433   --with-osmesa           Build with the osmesa GL library (software
  1434                           rendering)
  1435   --with-gtk              Build with the GTK UI. Default on X11 systems
  1436   --with-esd              Build with support for the ESounD audio system
  1437   --with-pulse            Build with support for the PulseAudio audio system
  1438   --with-sdl              Build with support for SDL audio
  1440 Some influential environment variables:
  1441   CC          C compiler command
  1442   CFLAGS      C compiler flags
  1443   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1444               nonstandard directory <lib dir>
  1445   LIBS        libraries to pass to the linker, e.g. -l<library>
  1446   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1447               you have headers in a nonstandard directory <include dir>
  1448   OBJC        Objective C compiler command
  1449   OBJCFLAGS   Objective C compiler flags
  1450   CCAS        assembler compiler command (defaults to CC)
  1451   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  1452   CPP         C preprocessor
  1453   PKG_CONFIG  path to pkg-config utility
  1454   LIBPNG_CFLAGS
  1455               C compiler flags for LIBPNG, overriding pkg-config
  1456   LIBPNG_LIBS linker flags for LIBPNG, overriding pkg-config
  1457   GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
  1458   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
  1459   GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  1460   GTK_LIBS    linker flags for GTK, overriding pkg-config
  1461   LIBISOFS_CFLAGS
  1462               C compiler flags for LIBISOFS, overriding pkg-config
  1463   LIBISOFS_LIBS
  1464               linker flags for LIBISOFS, overriding pkg-config
  1465   LIBGL_CFLAGS
  1466               C compiler flags for LIBGL, overriding pkg-config
  1467   LIBGL_LIBS  linker flags for LIBGL, overriding pkg-config
  1468   SDL_CFLAGS  C compiler flags for SDL, overriding pkg-config
  1469   SDL_LIBS    linker flags for SDL, overriding pkg-config
  1470   PULSE_CFLAGS
  1471               C compiler flags for PULSE, overriding pkg-config
  1472   PULSE_LIBS  linker flags for PULSE, overriding pkg-config
  1473   ESOUND_CFLAGS
  1474               C compiler flags for ESOUND, overriding pkg-config
  1475   ESOUND_LIBS linker flags for ESOUND, overriding pkg-config
  1476   ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config
  1477   ALSA_LIBS   linker flags for ALSA, overriding pkg-config
  1479 Use these variables to override the choices made by `configure' or to help
  1480 it to find libraries and programs with nonstandard names/locations.
  1482 _ACEOF
  1483 ac_status=$?
  1484 fi
  1486 if test "$ac_init_help" = "recursive"; then
  1487   # If there are subdirs, report their specific --help.
  1488   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1489     test -d "$ac_dir" || continue
  1490     ac_builddir=.
  1492 case "$ac_dir" in
  1493 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1494 *)
  1495   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
  1496   # A ".." for each directory in $ac_dir_suffix.
  1497   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
  1498   case $ac_top_builddir_sub in
  1499   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1500   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1501   esac ;;
  1502 esac
  1503 ac_abs_top_builddir=$ac_pwd
  1504 ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1505 # for backward compatibility:
  1506 ac_top_builddir=$ac_top_build_prefix
  1508 case $srcdir in
  1509   .)  # We are building in place.
  1510     ac_srcdir=.
  1511     ac_top_srcdir=$ac_top_builddir_sub
  1512     ac_abs_top_srcdir=$ac_pwd ;;
  1513   [\\/]* | ?:[\\/]* )  # Absolute name.
  1514     ac_srcdir=$srcdir$ac_dir_suffix;
  1515     ac_top_srcdir=$srcdir
  1516     ac_abs_top_srcdir=$srcdir ;;
  1517   *) # Relative name.
  1518     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1519     ac_top_srcdir=$ac_top_build_prefix$srcdir
  1520     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1521 esac
  1522 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1524     cd "$ac_dir" || { ac_status=$?; continue; }
  1525     # Check for guested configure.
  1526     if test -f "$ac_srcdir/configure.gnu"; then
  1527       echo &&
  1528       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1529     elif test -f "$ac_srcdir/configure"; then
  1530       echo &&
  1531       $SHELL "$ac_srcdir/configure" --help=recursive
  1532     else
  1533       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1534     fi || ac_status=$?
  1535     cd "$ac_pwd" || { ac_status=$?; break; }
  1536   done
  1537 fi
  1539 test -n "$ac_init_help" && exit $ac_status
  1540 if $ac_init_version; then
  1541   cat <<\_ACEOF
  1542 configure
  1543 generated by GNU Autoconf 2.61
  1545 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1546 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  1547 This configure script is free software; the Free Software Foundation
  1548 gives unlimited permission to copy, distribute and modify it.
  1549 _ACEOF
  1550   exit
  1551 fi
  1552 cat >config.log <<_ACEOF
  1553 This file contains any messages produced by compilers while
  1554 running configure, to aid debugging if configure makes a mistake.
  1556 It was created by $as_me, which was
  1557 generated by GNU Autoconf 2.61.  Invocation command line was
  1559   $ $0 $@
  1561 _ACEOF
  1562 exec 5>>config.log
  1564 cat <<_ASUNAME
  1565 ## --------- ##
  1566 ## Platform. ##
  1567 ## --------- ##
  1569 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1570 uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1571 uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1572 uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1573 uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1575 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1576 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1578 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1579 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1580 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1581 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1582 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1583 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1584 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1586 _ASUNAME
  1588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1589 for as_dir in $PATH
  1590 do
  1591   IFS=$as_save_IFS
  1592   test -z "$as_dir" && as_dir=.
  1593   echo "PATH: $as_dir"
  1594 done
  1595 IFS=$as_save_IFS
  1597 } >&5
  1599 cat >&5 <<_ACEOF
  1602 ## ----------- ##
  1603 ## Core tests. ##
  1604 ## ----------- ##
  1606 _ACEOF
  1609 # Keep a trace of the command line.
  1610 # Strip out --no-create and --no-recursion so they do not pile up.
  1611 # Strip out --silent because we don't want to record it for future runs.
  1612 # Also quote any args containing shell meta-characters.
  1613 # Make two passes to allow for proper duplicate-argument suppression.
  1614 ac_configure_args=
  1615 ac_configure_args0=
  1616 ac_configure_args1=
  1617 ac_must_keep_next=false
  1618 for ac_pass in 1 2
  1619 do
  1620   for ac_arg
  1621   do
  1622     case $ac_arg in
  1623     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1624     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1625     | -silent | --silent | --silen | --sile | --sil)
  1626       continue ;;
  1627     *\'*)
  1628       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1629     esac
  1630     case $ac_pass in
  1631     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1632     2)
  1633       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1634       if test $ac_must_keep_next = true; then
  1635 	ac_must_keep_next=false # Got value, back to normal.
  1636       else
  1637 	case $ac_arg in
  1638 	  *=* | --config-cache | -C | -disable-* | --disable-* \
  1639 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1640 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1641 	  | -with-* | --with-* | -without-* | --without-* | --x)
  1642 	    case "$ac_configure_args0 " in
  1643 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1644 	    esac
  1645 	    ;;
  1646 	  -* ) ac_must_keep_next=true ;;
  1647 	esac
  1648       fi
  1649       ac_configure_args="$ac_configure_args '$ac_arg'"
  1650       ;;
  1651     esac
  1652   done
  1653 done
  1654 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1655 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1657 # When interrupted or exit'd, cleanup temporary files, and complete
  1658 # config.log.  We remove comments because anyway the quotes in there
  1659 # would cause problems or look ugly.
  1660 # WARNING: Use '\'' to represent an apostrophe within the trap.
  1661 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1662 trap 'exit_status=$?
  1663   # Save into config.log some information that might help in debugging.
  1665     echo
  1667     cat <<\_ASBOX
  1668 ## ---------------- ##
  1669 ## Cache variables. ##
  1670 ## ---------------- ##
  1671 _ASBOX
  1672     echo
  1673     # The following way of writing the cache mishandles newlines in values,
  1675   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1676     eval ac_val=\$$ac_var
  1677     case $ac_val in #(
  1678     *${as_nl}*)
  1679       case $ac_var in #(
  1680       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1681 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1682       esac
  1683       case $ac_var in #(
  1684       _ | IFS | as_nl) ;; #(
  1685       *) $as_unset $ac_var ;;
  1686       esac ;;
  1687     esac
  1688   done
  1689   (set) 2>&1 |
  1690     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1691     *${as_nl}ac_space=\ *)
  1692       sed -n \
  1693 	"s/'\''/'\''\\\\'\'''\''/g;
  1694 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1695       ;; #(
  1696     *)
  1697       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1698       ;;
  1699     esac |
  1700     sort
  1702     echo
  1704     cat <<\_ASBOX
  1705 ## ----------------- ##
  1706 ## Output variables. ##
  1707 ## ----------------- ##
  1708 _ASBOX
  1709     echo
  1710     for ac_var in $ac_subst_vars
  1711     do
  1712       eval ac_val=\$$ac_var
  1713       case $ac_val in
  1714       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1715       esac
  1716       echo "$ac_var='\''$ac_val'\''"
  1717     done | sort
  1718     echo
  1720     if test -n "$ac_subst_files"; then
  1721       cat <<\_ASBOX
  1722 ## ------------------- ##
  1723 ## File substitutions. ##
  1724 ## ------------------- ##
  1725 _ASBOX
  1726       echo
  1727       for ac_var in $ac_subst_files
  1728       do
  1729 	eval ac_val=\$$ac_var
  1730 	case $ac_val in
  1731 	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1732 	esac
  1733 	echo "$ac_var='\''$ac_val'\''"
  1734       done | sort
  1735       echo
  1736     fi
  1738     if test -s confdefs.h; then
  1739       cat <<\_ASBOX
  1740 ## ----------- ##
  1741 ## confdefs.h. ##
  1742 ## ----------- ##
  1743 _ASBOX
  1744       echo
  1745       cat confdefs.h
  1746       echo
  1747     fi
  1748     test "$ac_signal" != 0 &&
  1749       echo "$as_me: caught signal $ac_signal"
  1750     echo "$as_me: exit $exit_status"
  1751   } >&5
  1752   rm -f core *.core core.conftest.* &&
  1753     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1754     exit $exit_status
  1755 ' 0
  1756 for ac_signal in 1 2 13 15; do
  1757   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1758 done
  1759 ac_signal=0
  1761 # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1762 rm -f -r conftest* confdefs.h
  1764 # Predefined preprocessor variables.
  1766 cat >>confdefs.h <<_ACEOF
  1767 #define PACKAGE_NAME "$PACKAGE_NAME"
  1768 _ACEOF
  1771 cat >>confdefs.h <<_ACEOF
  1772 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1773 _ACEOF
  1776 cat >>confdefs.h <<_ACEOF
  1777 #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1778 _ACEOF
  1781 cat >>confdefs.h <<_ACEOF
  1782 #define PACKAGE_STRING "$PACKAGE_STRING"
  1783 _ACEOF
  1786 cat >>confdefs.h <<_ACEOF
  1787 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1788 _ACEOF
  1791 # Let the site file select an alternate cache file if it wants to.
  1792 # Prefer explicitly selected file to automatically selected ones.
  1793 if test -n "$CONFIG_SITE"; then
  1794   set x "$CONFIG_SITE"
  1795 elif test "x$prefix" != xNONE; then
  1796   set x "$prefix/share/config.site" "$prefix/etc/config.site"
  1797 else
  1798   set x "$ac_default_prefix/share/config.site" \
  1799 	"$ac_default_prefix/etc/config.site"
  1800 fi
  1801 shift
  1802 for ac_site_file
  1803 do
  1804   if test -r "$ac_site_file"; then
  1805     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1806 echo "$as_me: loading site script $ac_site_file" >&6;}
  1807     sed 's/^/| /' "$ac_site_file" >&5
  1808     . "$ac_site_file"
  1809   fi
  1810 done
  1812 if test -r "$cache_file"; then
  1813   # Some versions of bash will fail to source /dev/null (special
  1814   # files actually), so we avoid doing that.
  1815   if test -f "$cache_file"; then
  1816     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1817 echo "$as_me: loading cache $cache_file" >&6;}
  1818     case $cache_file in
  1819       [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1820       *)                      . "./$cache_file";;
  1821     esac
  1822   fi
  1823 else
  1824   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1825 echo "$as_me: creating cache $cache_file" >&6;}
  1826   >$cache_file
  1827 fi
  1829 # Check that the precious variables saved in the cache have kept the same
  1830 # value.
  1831 ac_cache_corrupted=false
  1832 for ac_var in $ac_precious_vars; do
  1833   eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1834   eval ac_new_set=\$ac_env_${ac_var}_set
  1835   eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1836   eval ac_new_val=\$ac_env_${ac_var}_value
  1837   case $ac_old_set,$ac_new_set in
  1838     set,)
  1839       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1840 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1841       ac_cache_corrupted=: ;;
  1842     ,set)
  1843       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1844 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1845       ac_cache_corrupted=: ;;
  1846     ,);;
  1847     *)
  1848       if test "x$ac_old_val" != "x$ac_new_val"; then
  1849 	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1850 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1851 	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1852 echo "$as_me:   former value:  $ac_old_val" >&2;}
  1853 	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1854 echo "$as_me:   current value: $ac_new_val" >&2;}
  1855 	ac_cache_corrupted=:
  1856       fi;;
  1857   esac
  1858   # Pass precious variables to config.status.
  1859   if test "$ac_new_set" = set; then
  1860     case $ac_new_val in
  1861     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1862     *) ac_arg=$ac_var=$ac_new_val ;;
  1863     esac
  1864     case " $ac_configure_args " in
  1865       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1866       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1867     esac
  1868   fi
  1869 done
  1870 if $ac_cache_corrupted; then
  1871   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1872 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1873   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1874 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1875    { (exit 1); exit 1; }; }
  1876 fi
  1894 ac_ext=c
  1895 ac_cpp='$CPP $CPPFLAGS'
  1896 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1897 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1898 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1901 am__api_version="1.9"
  1902 ac_aux_dir=
  1903 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  1904   if test -f "$ac_dir/install-sh"; then
  1905     ac_aux_dir=$ac_dir
  1906     ac_install_sh="$ac_aux_dir/install-sh -c"
  1907     break
  1908   elif test -f "$ac_dir/install.sh"; then
  1909     ac_aux_dir=$ac_dir
  1910     ac_install_sh="$ac_aux_dir/install.sh -c"
  1911     break
  1912   elif test -f "$ac_dir/shtool"; then
  1913     ac_aux_dir=$ac_dir
  1914     ac_install_sh="$ac_aux_dir/shtool install -c"
  1915     break
  1916   fi
  1917 done
  1918 if test -z "$ac_aux_dir"; then
  1919   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
  1920 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
  1921    { (exit 1); exit 1; }; }
  1922 fi
  1924 # These three variables are undocumented and unsupported,
  1925 # and are intended to be withdrawn in a future Autoconf release.
  1926 # They can cause serious problems if a builder's source tree is in a directory
  1927 # whose full name contains unusual characters.
  1928 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  1929 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  1930 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  1933 # Find a good install program.  We prefer a C program (faster),
  1934 # so one script is as good as another.  But avoid the broken or
  1935 # incompatible versions:
  1936 # SysV /etc/install, /usr/sbin/install
  1937 # SunOS /usr/etc/install
  1938 # IRIX /sbin/install
  1939 # AIX /bin/install
  1940 # AmigaOS /C/install, which installs bootblocks on floppy discs
  1941 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1942 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1943 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1944 # OS/2's system install, which has a completely different semantic
  1945 # ./install, which can be erroneously created by make from ./install.sh.
  1946 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1947 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
  1948 if test -z "$INSTALL"; then
  1949 if test "${ac_cv_path_install+set}" = set; then
  1950   echo $ECHO_N "(cached) $ECHO_C" >&6
  1951 else
  1952   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1953 for as_dir in $PATH
  1954 do
  1955   IFS=$as_save_IFS
  1956   test -z "$as_dir" && as_dir=.
  1957   # Account for people who put trailing slashes in PATH elements.
  1958 case $as_dir/ in
  1959   ./ | .// | /cC/* | \
  1960   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1961   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  1962   /usr/ucb/* ) ;;
  1963   *)
  1964     # OSF1 and SCO ODT 3.0 have their own names for install.
  1965     # Don't use installbsd from OSF since it installs stuff as root
  1966     # by default.
  1967     for ac_prog in ginstall scoinst install; do
  1968       for ac_exec_ext in '' $ac_executable_extensions; do
  1969 	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  1970 	  if test $ac_prog = install &&
  1971 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1972 	    # AIX install.  It has an incompatible calling convention.
  1974 	  elif test $ac_prog = install &&
  1975 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1976 	    # program-specific install script used by HP pwplus--don't use.
  1978 	  else
  1979 	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1980 	    break 3
  1981 	  fi
  1982 	fi
  1983       done
  1984     done
  1985     ;;
  1986 esac
  1987 done
  1988 IFS=$as_save_IFS
  1991 fi
  1992   if test "${ac_cv_path_install+set}" = set; then
  1993     INSTALL=$ac_cv_path_install
  1994   else
  1995     # As a last resort, use the slow shell script.  Don't cache a
  1996     # value for INSTALL within a source directory, because that will
  1997     # break other packages using the cache if that directory is
  1998     # removed, or if the value is a relative name.
  1999     INSTALL=$ac_install_sh
  2000   fi
  2001 fi
  2002 { echo "$as_me:$LINENO: result: $INSTALL" >&5
  2003 echo "${ECHO_T}$INSTALL" >&6; }
  2005 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  2006 # It thinks the first close brace ends the variable substitution.
  2007 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2009 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  2011 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2013 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  2014 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
  2015 # Just in case
  2016 sleep 1
  2017 echo timestamp > conftest.file
  2018 # Do `set' in a subshell so we don't clobber the current shell's
  2019 # arguments.  Must try -L first in case configure is actually a
  2020 # symlink; some systems play weird games with the mod time of symlinks
  2021 # (eg FreeBSD returns the mod time of the symlink's containing
  2022 # directory).
  2023 if (
  2024    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  2025    if test "$*" = "X"; then
  2026       # -L didn't work.
  2027       set X `ls -t $srcdir/configure conftest.file`
  2028    fi
  2029    rm -f conftest.file
  2030    if test "$*" != "X $srcdir/configure conftest.file" \
  2031       && test "$*" != "X conftest.file $srcdir/configure"; then
  2033       # If neither matched, then we have a broken ls.  This can happen
  2034       # if, for instance, CONFIG_SHELL is bash and it inherits a
  2035       # broken ls alias from the environment.  This has actually
  2036       # happened.  Such a system could not be considered "sane".
  2037       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  2038 alias in your environment" >&5
  2039 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  2040 alias in your environment" >&2;}
  2041    { (exit 1); exit 1; }; }
  2042    fi
  2044    test "$2" = conftest.file
  2046 then
  2047    # Ok.
  2049 else
  2050    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  2051 Check your system clock" >&5
  2052 echo "$as_me: error: newly created file is older than distributed files!
  2053 Check your system clock" >&2;}
  2054    { (exit 1); exit 1; }; }
  2055 fi
  2056 { echo "$as_me:$LINENO: result: yes" >&5
  2057 echo "${ECHO_T}yes" >&6; }
  2058 test "$program_prefix" != NONE &&
  2059   program_transform_name="s&^&$program_prefix&;$program_transform_name"
  2060 # Use a double $ so make ignores it.
  2061 test "$program_suffix" != NONE &&
  2062   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  2063 # Double any \ or $.  echo might interpret backslashes.
  2064 # By default was `s,x,x', remove it if useless.
  2065 cat <<\_ACEOF >conftest.sed
  2066 s/[\\$]/&&/g;s/;s,x,x,$//
  2067 _ACEOF
  2068 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  2069 rm -f conftest.sed
  2071 # expand $ac_aux_dir to an absolute path
  2072 am_aux_dir=`cd $ac_aux_dir && pwd`
  2074 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  2075 # Use eval to expand $SHELL
  2076 if eval "$MISSING --run true"; then
  2077   am_missing_run="$MISSING --run "
  2078 else
  2079   am_missing_run=
  2080   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  2081 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  2082 fi
  2084 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  2085   # We used to keeping the `.' as first argument, in order to
  2086   # allow $(mkdir_p) to be used without argument.  As in
  2087   #   $(mkdir_p) $(somedir)
  2088   # where $(somedir) is conditionally defined.  However this is wrong
  2089   # for two reasons:
  2090   #  1. if the package is installed by a user who cannot write `.'
  2091   #     make install will fail,
  2092   #  2. the above comment should most certainly read
  2093   #     $(mkdir_p) $(DESTDIR)$(somedir)
  2094   #     so it does not work when $(somedir) is undefined and
  2095   #     $(DESTDIR) is not.
  2096   #  To support the latter case, we have to write
  2097   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
  2098   #  so the `.' trick is pointless.
  2099   mkdir_p='mkdir -p --'
  2100 else
  2101   # On NextStep and OpenStep, the `mkdir' command does not
  2102   # recognize any option.  It will interpret all options as
  2103   # directories to create, and then abort because `.' already
  2104   # exists.
  2105   for d in ./-p ./--version;
  2106   do
  2107     test -d $d && rmdir $d
  2108   done
  2109   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  2110   if test -f "$ac_aux_dir/mkinstalldirs"; then
  2111     mkdir_p='$(mkinstalldirs)'
  2112   else
  2113     mkdir_p='$(install_sh) -d'
  2114   fi
  2115 fi
  2117 for ac_prog in gawk mawk nawk awk
  2118 do
  2119   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2120 set dummy $ac_prog; ac_word=$2
  2121 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2122 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2123 if test "${ac_cv_prog_AWK+set}" = set; then
  2124   echo $ECHO_N "(cached) $ECHO_C" >&6
  2125 else
  2126   if test -n "$AWK"; then
  2127   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  2128 else
  2129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2130 for as_dir in $PATH
  2131 do
  2132   IFS=$as_save_IFS
  2133   test -z "$as_dir" && as_dir=.
  2134   for ac_exec_ext in '' $ac_executable_extensions; do
  2135   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2136     ac_cv_prog_AWK="$ac_prog"
  2137     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2138     break 2
  2139   fi
  2140 done
  2141 done
  2142 IFS=$as_save_IFS
  2144 fi
  2145 fi
  2146 AWK=$ac_cv_prog_AWK
  2147 if test -n "$AWK"; then
  2148   { echo "$as_me:$LINENO: result: $AWK" >&5
  2149 echo "${ECHO_T}$AWK" >&6; }
  2150 else
  2151   { echo "$as_me:$LINENO: result: no" >&5
  2152 echo "${ECHO_T}no" >&6; }
  2153 fi
  2156   test -n "$AWK" && break
  2157 done
  2159 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  2160 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
  2161 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  2162 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  2163   echo $ECHO_N "(cached) $ECHO_C" >&6
  2164 else
  2165   cat >conftest.make <<\_ACEOF
  2166 SHELL = /bin/sh
  2167 all:
  2168 	@echo '@@@%%%=$(MAKE)=@@@%%%'
  2169 _ACEOF
  2170 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  2171 case `${MAKE-make} -f conftest.make 2>/dev/null` in
  2172   *@@@%%%=?*=@@@%%%*)
  2173     eval ac_cv_prog_make_${ac_make}_set=yes;;
  2174   *)
  2175     eval ac_cv_prog_make_${ac_make}_set=no;;
  2176 esac
  2177 rm -f conftest.make
  2178 fi
  2179 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  2180   { echo "$as_me:$LINENO: result: yes" >&5
  2181 echo "${ECHO_T}yes" >&6; }
  2182   SET_MAKE=
  2183 else
  2184   { echo "$as_me:$LINENO: result: no" >&5
  2185 echo "${ECHO_T}no" >&6; }
  2186   SET_MAKE="MAKE=${MAKE-make}"
  2187 fi
  2189 rm -rf .tst 2>/dev/null
  2190 mkdir .tst 2>/dev/null
  2191 if test -d .tst; then
  2192   am__leading_dot=.
  2193 else
  2194   am__leading_dot=_
  2195 fi
  2196 rmdir .tst 2>/dev/null
  2198 # test to see if srcdir already configured
  2199 if test "`cd $srcdir && pwd`" != "`pwd`" &&
  2200    test -f $srcdir/config.status; then
  2201   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  2202 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  2203    { (exit 1); exit 1; }; }
  2204 fi
  2206 # test whether we have cygpath
  2207 if test -z "$CYGPATH_W"; then
  2208   if (cygpath --version) >/dev/null 2>/dev/null; then
  2209     CYGPATH_W='cygpath -w'
  2210   else
  2211     CYGPATH_W=echo
  2212   fi
  2213 fi
  2216 # Define the identity of the package.
  2217  PACKAGE=lxdream
  2218  VERSION=0.9.1
  2221 cat >>confdefs.h <<_ACEOF
  2222 #define PACKAGE "$PACKAGE"
  2223 _ACEOF
  2226 cat >>confdefs.h <<_ACEOF
  2227 #define VERSION "$VERSION"
  2228 _ACEOF
  2230 # Some tools Automake needs.
  2232 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  2235 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  2238 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  2241 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  2244 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  2246 install_sh=${install_sh-"$am_aux_dir/install-sh"}
  2248 # Installed binaries are usually stripped using `strip' when the user
  2249 # run `make install-strip'.  However `strip' might not be the right
  2250 # tool to use in cross-compilation environments, therefore Automake
  2251 # will honor the `STRIP' environment variable to overrule this program.
  2252 if test "$cross_compiling" != no; then
  2253   if test -n "$ac_tool_prefix"; then
  2254   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  2255 set dummy ${ac_tool_prefix}strip; ac_word=$2
  2256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2258 if test "${ac_cv_prog_STRIP+set}" = set; then
  2259   echo $ECHO_N "(cached) $ECHO_C" >&6
  2260 else
  2261   if test -n "$STRIP"; then
  2262   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  2263 else
  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_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2271     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  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
  2279 fi
  2280 fi
  2281 STRIP=$ac_cv_prog_STRIP
  2282 if test -n "$STRIP"; then
  2283   { echo "$as_me:$LINENO: result: $STRIP" >&5
  2284 echo "${ECHO_T}$STRIP" >&6; }
  2285 else
  2286   { echo "$as_me:$LINENO: result: no" >&5
  2287 echo "${ECHO_T}no" >&6; }
  2288 fi
  2291 fi
  2292 if test -z "$ac_cv_prog_STRIP"; then
  2293   ac_ct_STRIP=$STRIP
  2294   # Extract the first word of "strip", so it can be a program name with args.
  2295 set dummy strip; ac_word=$2
  2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2298 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  2299   echo $ECHO_N "(cached) $ECHO_C" >&6
  2300 else
  2301   if test -n "$ac_ct_STRIP"; then
  2302   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  2303 else
  2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2305 for as_dir in $PATH
  2306 do
  2307   IFS=$as_save_IFS
  2308   test -z "$as_dir" && as_dir=.
  2309   for ac_exec_ext in '' $ac_executable_extensions; do
  2310   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2311     ac_cv_prog_ac_ct_STRIP="strip"
  2312     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2313     break 2
  2314   fi
  2315 done
  2316 done
  2317 IFS=$as_save_IFS
  2319 fi
  2320 fi
  2321 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  2322 if test -n "$ac_ct_STRIP"; then
  2323   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  2324 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
  2325 else
  2326   { echo "$as_me:$LINENO: result: no" >&5
  2327 echo "${ECHO_T}no" >&6; }
  2328 fi
  2330   if test "x$ac_ct_STRIP" = x; then
  2331     STRIP=":"
  2332   else
  2333     case $cross_compiling:$ac_tool_warned in
  2334 yes:)
  2335 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2336 whose name does not start with the host triplet.  If you think this
  2337 configuration is useful to you, please write to autoconf@gnu.org." >&5
  2338 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2339 whose name does not start with the host triplet.  If you think this
  2340 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2341 ac_tool_warned=yes ;;
  2342 esac
  2343     STRIP=$ac_ct_STRIP
  2344   fi
  2345 else
  2346   STRIP="$ac_cv_prog_STRIP"
  2347 fi
  2349 fi
  2350 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  2352 # We need awk for the "check" target.  The system "awk" is bad on
  2353 # some platforms.
  2354 # Always define AMTAR for backward compatibility.
  2356 AMTAR=${AMTAR-"${am_missing_run}tar"}
  2358 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  2364 { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  2365 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
  2366     # Check whether --enable-maintainer-mode was given.
  2367 if test "${enable_maintainer_mode+set}" = set; then
  2368   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  2369 else
  2370   USE_MAINTAINER_MODE=no
  2371 fi
  2373   { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  2374 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
  2377 if test $USE_MAINTAINER_MODE = yes; then
  2378   MAINTAINER_MODE_TRUE=
  2379   MAINTAINER_MODE_FALSE='#'
  2380 else
  2381   MAINTAINER_MODE_TRUE='#'
  2382   MAINTAINER_MODE_FALSE=
  2383 fi
  2385   MAINT=$MAINTAINER_MODE_TRUE
  2388 ac_config_headers="$ac_config_headers config.h"
  2391 DEPDIR="${am__leading_dot}deps"
  2393 ac_config_commands="$ac_config_commands depfiles"
  2396 am_make=${MAKE-make}
  2397 cat > confinc << 'END'
  2398 am__doit:
  2399 	@echo done
  2400 .PHONY: am__doit
  2401 END
  2402 # If we don't find an include directive, just comment out the code.
  2403 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  2404 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
  2405 am__include="#"
  2406 am__quote=
  2407 _am_result=none
  2408 # First try GNU make style include.
  2409 echo "include confinc" > confmf
  2410 # We grep out `Entering directory' and `Leaving directory'
  2411 # messages which can occur if `w' ends up in MAKEFLAGS.
  2412 # In particular we don't look at `^make:' because GNU make might
  2413 # be invoked under some other name (usually "gmake"), in which
  2414 # case it prints its new name instead of `make'.
  2415 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  2416    am__include=include
  2417    am__quote=
  2418    _am_result=GNU
  2419 fi
  2420 # Now try BSD make style include.
  2421 if test "$am__include" = "#"; then
  2422    echo '.include "confinc"' > confmf
  2423    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  2424       am__include=.include
  2425       am__quote="\""
  2426       _am_result=BSD
  2427    fi
  2428 fi
  2431 { echo "$as_me:$LINENO: result: $_am_result" >&5
  2432 echo "${ECHO_T}$_am_result" >&6; }
  2433 rm -f confinc confmf
  2435 # Check whether --enable-dependency-tracking was given.
  2436 if test "${enable_dependency_tracking+set}" = set; then
  2437   enableval=$enable_dependency_tracking;
  2438 fi
  2440 if test "x$enable_dependency_tracking" != xno; then
  2441   am_depcomp="$ac_aux_dir/depcomp"
  2442   AMDEPBACKSLASH='\'
  2443 fi
  2446 if test "x$enable_dependency_tracking" != xno; then
  2447   AMDEP_TRUE=
  2448   AMDEP_FALSE='#'
  2449 else
  2450   AMDEP_TRUE='#'
  2451   AMDEP_FALSE=
  2452 fi
  2456 ac_ext=c
  2457 ac_cpp='$CPP $CPPFLAGS'
  2458 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2459 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2460 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2461 if test -n "$ac_tool_prefix"; then
  2462   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  2463 set dummy ${ac_tool_prefix}gcc; ac_word=$2
  2464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2466 if test "${ac_cv_prog_CC+set}" = set; then
  2467   echo $ECHO_N "(cached) $ECHO_C" >&6
  2468 else
  2469   if test -n "$CC"; then
  2470   ac_cv_prog_CC="$CC" # Let the user override the test.
  2471 else
  2472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2473 for as_dir in $PATH
  2474 do
  2475   IFS=$as_save_IFS
  2476   test -z "$as_dir" && as_dir=.
  2477   for ac_exec_ext in '' $ac_executable_extensions; do
  2478   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2479     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  2480     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2481     break 2
  2482   fi
  2483 done
  2484 done
  2485 IFS=$as_save_IFS
  2487 fi
  2488 fi
  2489 CC=$ac_cv_prog_CC
  2490 if test -n "$CC"; then
  2491   { echo "$as_me:$LINENO: result: $CC" >&5
  2492 echo "${ECHO_T}$CC" >&6; }
  2493 else
  2494   { echo "$as_me:$LINENO: result: no" >&5
  2495 echo "${ECHO_T}no" >&6; }
  2496 fi
  2499 fi
  2500 if test -z "$ac_cv_prog_CC"; then
  2501   ac_ct_CC=$CC
  2502   # Extract the first word of "gcc", so it can be a program name with args.
  2503 set dummy gcc; ac_word=$2
  2504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2506 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2507   echo $ECHO_N "(cached) $ECHO_C" >&6
  2508 else
  2509   if test -n "$ac_ct_CC"; then
  2510   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2511 else
  2512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2513 for as_dir in $PATH
  2514 do
  2515   IFS=$as_save_IFS
  2516   test -z "$as_dir" && as_dir=.
  2517   for ac_exec_ext in '' $ac_executable_extensions; do
  2518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2519     ac_cv_prog_ac_ct_CC="gcc"
  2520     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2521     break 2
  2522   fi
  2523 done
  2524 done
  2525 IFS=$as_save_IFS
  2527 fi
  2528 fi
  2529 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2530 if test -n "$ac_ct_CC"; then
  2531   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2532 echo "${ECHO_T}$ac_ct_CC" >&6; }
  2533 else
  2534   { echo "$as_me:$LINENO: result: no" >&5
  2535 echo "${ECHO_T}no" >&6; }
  2536 fi
  2538   if test "x$ac_ct_CC" = x; then
  2539     CC=""
  2540   else
  2541     case $cross_compiling:$ac_tool_warned in
  2542 yes:)
  2543 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2544 whose name does not start with the host triplet.  If you think this
  2545 configuration is useful to you, please write to autoconf@gnu.org." >&5
  2546 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2547 whose name does not start with the host triplet.  If you think this
  2548 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2549 ac_tool_warned=yes ;;
  2550 esac
  2551     CC=$ac_ct_CC
  2552   fi
  2553 else
  2554   CC="$ac_cv_prog_CC"
  2555 fi
  2557 if test -z "$CC"; then
  2558           if test -n "$ac_tool_prefix"; then
  2559     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  2560 set dummy ${ac_tool_prefix}cc; ac_word=$2
  2561 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2563 if test "${ac_cv_prog_CC+set}" = set; then
  2564   echo $ECHO_N "(cached) $ECHO_C" >&6
  2565 else
  2566   if test -n "$CC"; then
  2567   ac_cv_prog_CC="$CC" # Let the user override the test.
  2568 else
  2569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2570 for as_dir in $PATH
  2571 do
  2572   IFS=$as_save_IFS
  2573   test -z "$as_dir" && as_dir=.
  2574   for ac_exec_ext in '' $ac_executable_extensions; do
  2575   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2576     ac_cv_prog_CC="${ac_tool_prefix}cc"
  2577     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2578     break 2
  2579   fi
  2580 done
  2581 done
  2582 IFS=$as_save_IFS
  2584 fi
  2585 fi
  2586 CC=$ac_cv_prog_CC
  2587 if test -n "$CC"; then
  2588   { echo "$as_me:$LINENO: result: $CC" >&5
  2589 echo "${ECHO_T}$CC" >&6; }
  2590 else
  2591   { echo "$as_me:$LINENO: result: no" >&5
  2592 echo "${ECHO_T}no" >&6; }
  2593 fi
  2596   fi
  2597 fi
  2598 if test -z "$CC"; then
  2599   # Extract the first word of "cc", so it can be a program name with args.
  2600 set dummy cc; ac_word=$2
  2601 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2603 if test "${ac_cv_prog_CC+set}" = set; then
  2604   echo $ECHO_N "(cached) $ECHO_C" >&6
  2605 else
  2606   if test -n "$CC"; then
  2607   ac_cv_prog_CC="$CC" # Let the user override the test.
  2608 else
  2609   ac_prog_rejected=no
  2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2611 for as_dir in $PATH
  2612 do
  2613   IFS=$as_save_IFS
  2614   test -z "$as_dir" && as_dir=.
  2615   for ac_exec_ext in '' $ac_executable_extensions; do
  2616   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2617     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2618        ac_prog_rejected=yes
  2619        continue
  2620      fi
  2621     ac_cv_prog_CC="cc"
  2622     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2623     break 2
  2624   fi
  2625 done
  2626 done
  2627 IFS=$as_save_IFS
  2629 if test $ac_prog_rejected = yes; then
  2630   # We found a bogon in the path, so make sure we never use it.
  2631   set dummy $ac_cv_prog_CC
  2632   shift
  2633   if test $# != 0; then
  2634     # We chose a different compiler from the bogus one.
  2635     # However, it has the same basename, so the bogon will be chosen
  2636     # first if we set CC to just the basename; use the full file name.
  2637     shift
  2638     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2639   fi
  2640 fi
  2641 fi
  2642 fi
  2643 CC=$ac_cv_prog_CC
  2644 if test -n "$CC"; then
  2645   { echo "$as_me:$LINENO: result: $CC" >&5
  2646 echo "${ECHO_T}$CC" >&6; }
  2647 else
  2648   { echo "$as_me:$LINENO: result: no" >&5
  2649 echo "${ECHO_T}no" >&6; }
  2650 fi
  2653 fi
  2654 if test -z "$CC"; then
  2655   if test -n "$ac_tool_prefix"; then
  2656   for ac_prog in cl.exe
  2657   do
  2658     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2659 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2660 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2662 if test "${ac_cv_prog_CC+set}" = set; then
  2663   echo $ECHO_N "(cached) $ECHO_C" >&6
  2664 else
  2665   if test -n "$CC"; then
  2666   ac_cv_prog_CC="$CC" # Let the user override the test.
  2667 else
  2668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2669 for as_dir in $PATH
  2670 do
  2671   IFS=$as_save_IFS
  2672   test -z "$as_dir" && as_dir=.
  2673   for ac_exec_ext in '' $ac_executable_extensions; do
  2674   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2675     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2676     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2677     break 2
  2678   fi
  2679 done
  2680 done
  2681 IFS=$as_save_IFS
  2683 fi
  2684 fi
  2685 CC=$ac_cv_prog_CC
  2686 if test -n "$CC"; then
  2687   { echo "$as_me:$LINENO: result: $CC" >&5
  2688 echo "${ECHO_T}$CC" >&6; }
  2689 else
  2690   { echo "$as_me:$LINENO: result: no" >&5
  2691 echo "${ECHO_T}no" >&6; }
  2692 fi
  2695     test -n "$CC" && break
  2696   done
  2697 fi
  2698 if test -z "$CC"; then
  2699   ac_ct_CC=$CC
  2700   for ac_prog in cl.exe
  2701 do
  2702   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2703 set dummy $ac_prog; ac_word=$2
  2704 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  2705 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  2706 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2707   echo $ECHO_N "(cached) $ECHO_C" >&6
  2708 else
  2709   if test -n "$ac_ct_CC"; then
  2710   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2711 else
  2712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2713 for as_dir in $PATH
  2714 do
  2715   IFS=$as_save_IFS
  2716   test -z "$as_dir" && as_dir=.
  2717   for ac_exec_ext in '' $ac_executable_extensions; do
  2718   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2719     ac_cv_prog_ac_ct_CC="$ac_prog"
  2720     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2721     break 2
  2722   fi
  2723 done
  2724 done
  2725 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
  2739   test -n "$ac_ct_CC" && break
  2740 done
  2742   if test "x$ac_ct_CC" = x; then
  2743     CC=""
  2744   else
  2745     case $cross_compiling:$ac_tool_warned in
  2746 yes:)
  2747 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2748 whose name does not start with the host triplet.  If you think this
  2749 configuration is useful to you, please write to autoconf@gnu.org." >&5
  2750 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2751 whose name does not start with the host triplet.  If you think this
  2752 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2753 ac_tool_warned=yes ;;
  2754 esac
  2755     CC=$ac_ct_CC
  2756   fi
  2757 fi
  2759 fi
  2762 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  2763 See \`config.log' for more details." >&5
  2764 echo "$as_me: error: no acceptable C compiler found in \$PATH
  2765 See \`config.log' for more details." >&2;}
  2766    { (exit 1); exit 1; }; }
  2768 # Provide some information about the compiler.
  2769 echo "$as_me:$LINENO: checking for C compiler version" >&5
  2770 ac_compiler=`set X $ac_compile; echo $2`
  2771 { (ac_try="$ac_compiler --version >&5"
  2772 case "(($ac_try" in
  2773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2774   *) ac_try_echo=$ac_try;;
  2775 esac
  2776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  2777   (eval "$ac_compiler --version >&5") 2>&5
  2778   ac_status=$?
  2779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2780   (exit $ac_status); }
  2781 { (ac_try="$ac_compiler -v >&5"
  2782 case "(($ac_try" in
  2783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2784   *) ac_try_echo=$ac_try;;
  2785 esac
  2786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  2787   (eval "$ac_compiler -v >&5") 2>&5
  2788   ac_status=$?
  2789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2790   (exit $ac_status); }
  2791 { (ac_try="$ac_compiler -V >&5"
  2792 case "(($ac_try" in
  2793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2794   *) ac_try_echo=$ac_try;;
  2795 esac
  2796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  2797   (eval "$ac_compiler -V >&5") 2>&5
  2798   ac_status=$?
  2799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2800   (exit $ac_status); }
  2802 cat >conftest.$ac_ext <<_ACEOF
  2803 /* confdefs.h.  */
  2804 _ACEOF
  2805 cat confdefs.h >>conftest.$ac_ext
  2806 cat >>conftest.$ac_ext <<_ACEOF
  2807 /* end confdefs.h.  */
  2809 int
  2810 main ()
  2814   return 0;
  2816 _ACEOF
  2817 ac_clean_files_save=$ac_clean_files
  2818 ac_clean_files="$ac_clean_files a.out a.exe b.out"
  2819 # Try to create an executable without -o first, disregard a.out.
  2820 # It will help us diagnose broken compilers, and finding out an intuition
  2821 # of exeext.
  2822 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  2823 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
  2824 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  2826 # List of possible output files, starting from the most likely.
  2827 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
  2828 # only as a last resort.  b.out is created by i960 compilers.
  2829 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
  2831 # The IRIX 6 linker writes into existing files which may not be
  2832 # executable, retaining their permissions.  Remove them first so a
  2833 # subsequent execution test works.
  2834 ac_rmfiles=
  2835 for ac_file in $ac_files
  2836 do
  2837   case $ac_file in
  2838     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  2839     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  2840   esac
  2841 done
  2842 rm -f $ac_rmfiles
  2844 if { (ac_try="$ac_link_default"
  2845 case "(($ac_try" in
  2846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2847   *) ac_try_echo=$ac_try;;
  2848 esac
  2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  2850   (eval "$ac_link_default") 2>&5
  2851   ac_status=$?
  2852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2853   (exit $ac_status); }; then
  2854   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  2855 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  2856 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
  2857 # so that the user can short-circuit this test for compilers unknown to
  2858 # Autoconf.
  2859 for ac_file in $ac_files ''
  2860 do
  2861   test -f "$ac_file" || continue
  2862   case $ac_file in
  2863     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
  2864 	;;
  2865     [ab].out )
  2866 	# We found the default executable, but exeext='' is most
  2867 	# certainly right.
  2868 	break;;
  2869     *.* )
  2870         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  2871 	then :; else
  2872 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2873 	fi
  2874 	# We set ac_cv_exeext here because the later test for it is not
  2875 	# safe: cross compilers may not add the suffix if given an `-o'
  2876 	# argument, so we may need to know it at that point already.
  2877 	# Even if this section looks crufty: it has the advantage of
  2878 	# actually working.
  2879 	break;;
  2880     * )
  2881 	break;;
  2882   esac
  2883 done
  2884 test "$ac_cv_exeext" = no && ac_cv_exeext=
  2886 else
  2887   ac_file=''
  2888 fi
  2890 { echo "$as_me:$LINENO: result: $ac_file" >&5
  2891 echo "${ECHO_T}$ac_file" >&6; }
  2892 if test -z "$ac_file"; then
  2893   echo "$as_me: failed program was:" >&5
  2894 sed 's/^/| /' conftest.$ac_ext >&5
  2896 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  2897 See \`config.log' for more details." >&5
  2898 echo "$as_me: error: C compiler cannot create executables
  2899 See \`config.log' for more details." >&2;}
  2900    { (exit 77); exit 77; }; }
  2901 fi
  2903 ac_exeext=$ac_cv_exeext
  2905 # Check that the compiler produces executables we can run.  If not, either
  2906 # the compiler is broken, or we cross compile.
  2907 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  2908 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
  2909 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  2910 # If not cross compiling, check that we can run a simple program.
  2911 if test "$cross_compiling" != yes; then
  2912   if { ac_try='./$ac_file'
  2913   { (case "(($ac_try" in
  2914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2915   *) ac_try_echo=$ac_try;;
  2916 esac
  2917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  2918   (eval "$ac_try") 2>&5
  2919   ac_status=$?
  2920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2921   (exit $ac_status); }; }; then
  2922     cross_compiling=no
  2923   else
  2924     if test "$cross_compiling" = maybe; then
  2925 	cross_compiling=yes
  2926     else
  2927 	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  2928 If you meant to cross compile, use \`--host'.
  2929 See \`config.log' for more details." >&5
  2930 echo "$as_me: error: cannot run C compiled programs.
  2931 If you meant to cross compile, use \`--host'.
  2932 See \`config.log' for more details." >&2;}
  2933    { (exit 1); exit 1; }; }
  2934     fi
  2935   fi
  2936 fi
  2937 { echo "$as_me:$LINENO: result: yes" >&5
  2938 echo "${ECHO_T}yes" >&6; }
  2940 rm -f a.out a.exe conftest$ac_cv_exeext b.out
  2941 ac_clean_files=$ac_clean_files_save
  2942 # Check that the compiler produces executables we can run.  If not, either
  2943 # the compiler is broken, or we cross compile.
  2944 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  2945 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
  2946 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
  2947 echo "${ECHO_T}$cross_compiling" >&6; }
  2949 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
  2950 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
  2951 if { (ac_try="$ac_link"
  2952 case "(($ac_try" in
  2953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2954   *) ac_try_echo=$ac_try;;
  2955 esac
  2956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  2957   (eval "$ac_link") 2>&5
  2958   ac_status=$?
  2959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2960   (exit $ac_status); }; then
  2961   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  2962 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  2963 # work properly (i.e., refer to `conftest.exe'), while it won't with
  2964 # `rm'.
  2965 for ac_file in conftest.exe conftest conftest.*; do
  2966   test -f "$ac_file" || continue
  2967   case $ac_file in
  2968     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
  2969     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2970 	  break;;
  2971     * ) break;;
  2972   esac
  2973 done
  2974 else
  2975   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  2976 See \`config.log' for more details." >&5
  2977 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  2978 See \`config.log' for more details." >&2;}
  2979    { (exit 1); exit 1; }; }
  2980 fi
  2982 rm -f conftest$ac_cv_exeext
  2983 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  2984 echo "${ECHO_T}$ac_cv_exeext" >&6; }
  2986 rm -f conftest.$ac_ext
  2987 EXEEXT=$ac_cv_exeext
  2988 ac_exeext=$EXEEXT
  2989 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
  2990 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
  2991 if test "${ac_cv_objext+set}" = set; then
  2992   echo $ECHO_N "(cached) $ECHO_C" >&6
  2993 else
  2994   cat >conftest.$ac_ext <<_ACEOF
  2995 /* confdefs.h.  */
  2996 _ACEOF
  2997 cat confdefs.h >>conftest.$ac_ext
  2998 cat >>conftest.$ac_ext <<_ACEOF
  2999 /* end confdefs.h.  */
  3001 int
  3002 main ()
  3006   return 0;
  3008 _ACEOF
  3009 rm -f conftest.o conftest.obj
  3010 if { (ac_try="$ac_compile"
  3011 case "(($ac_try" in
  3012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3013   *) ac_try_echo=$ac_try;;
  3014 esac
  3015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3016   (eval "$ac_compile") 2>&5
  3017   ac_status=$?
  3018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3019   (exit $ac_status); }; then
  3020   for ac_file in conftest.o conftest.obj conftest.*; do
  3021   test -f "$ac_file" || continue;
  3022   case $ac_file in
  3023     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
  3024     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  3025        break;;
  3026   esac
  3027 done
  3028 else
  3029   echo "$as_me: failed program was:" >&5
  3030 sed 's/^/| /' conftest.$ac_ext >&5
  3032 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  3033 See \`config.log' for more details." >&5
  3034 echo "$as_me: error: cannot compute suffix of object files: cannot compile
  3035 See \`config.log' for more details." >&2;}
  3036    { (exit 1); exit 1; }; }
  3037 fi
  3039 rm -f conftest.$ac_cv_objext conftest.$ac_ext
  3040 fi
  3041 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  3042 echo "${ECHO_T}$ac_cv_objext" >&6; }
  3043 OBJEXT=$ac_cv_objext
  3044 ac_objext=$OBJEXT
  3045 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  3046 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  3047 if test "${ac_cv_c_compiler_gnu+set}" = set; then
  3048   echo $ECHO_N "(cached) $ECHO_C" >&6
  3049 else
  3050   cat >conftest.$ac_ext <<_ACEOF
  3051 /* confdefs.h.  */
  3052 _ACEOF
  3053 cat confdefs.h >>conftest.$ac_ext
  3054 cat >>conftest.$ac_ext <<_ACEOF
  3055 /* end confdefs.h.  */
  3057 int
  3058 main ()
  3060 #ifndef __GNUC__
  3061        choke me
  3062 #endif
  3065   return 0;
  3067 _ACEOF
  3068 rm -f conftest.$ac_objext
  3069 if { (ac_try="$ac_compile"
  3070 case "(($ac_try" in
  3071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3072   *) ac_try_echo=$ac_try;;
  3073 esac
  3074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3075   (eval "$ac_compile") 2>conftest.er1
  3076   ac_status=$?
  3077   grep -v '^ *+' conftest.er1 >conftest.err
  3078   rm -f conftest.er1
  3079   cat conftest.err >&5
  3080   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3081   (exit $ac_status); } && {
  3082 	 test -z "$ac_c_werror_flag" ||
  3083 	 test ! -s conftest.err
  3084        } && test -s conftest.$ac_objext; then
  3085   ac_compiler_gnu=yes
  3086 else
  3087   echo "$as_me: failed program was:" >&5
  3088 sed 's/^/| /' conftest.$ac_ext >&5
  3090 	ac_compiler_gnu=no
  3091 fi
  3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3094 ac_cv_c_compiler_gnu=$ac_compiler_gnu
  3096 fi
  3097 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  3098 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  3099 GCC=`test $ac_compiler_gnu = yes && echo yes`
  3100 ac_test_CFLAGS=${CFLAGS+set}
  3101 ac_save_CFLAGS=$CFLAGS
  3102 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  3103 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  3104 if test "${ac_cv_prog_cc_g+set}" = set; then
  3105   echo $ECHO_N "(cached) $ECHO_C" >&6
  3106 else
  3107   ac_save_c_werror_flag=$ac_c_werror_flag
  3108    ac_c_werror_flag=yes
  3109    ac_cv_prog_cc_g=no
  3110    CFLAGS="-g"
  3111    cat >conftest.$ac_ext <<_ACEOF
  3112 /* confdefs.h.  */
  3113 _ACEOF
  3114 cat confdefs.h >>conftest.$ac_ext
  3115 cat >>conftest.$ac_ext <<_ACEOF
  3116 /* end confdefs.h.  */
  3118 int
  3119 main ()
  3123   return 0;
  3125 _ACEOF
  3126 rm -f conftest.$ac_objext
  3127 if { (ac_try="$ac_compile"
  3128 case "(($ac_try" in
  3129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3130   *) ac_try_echo=$ac_try;;
  3131 esac
  3132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3133   (eval "$ac_compile") 2>conftest.er1
  3134   ac_status=$?
  3135   grep -v '^ *+' conftest.er1 >conftest.err
  3136   rm -f conftest.er1
  3137   cat conftest.err >&5
  3138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3139   (exit $ac_status); } && {
  3140 	 test -z "$ac_c_werror_flag" ||
  3141 	 test ! -s conftest.err
  3142        } && test -s conftest.$ac_objext; then
  3143   ac_cv_prog_cc_g=yes
  3144 else
  3145   echo "$as_me: failed program was:" >&5
  3146 sed 's/^/| /' conftest.$ac_ext >&5
  3148 	CFLAGS=""
  3149       cat >conftest.$ac_ext <<_ACEOF
  3150 /* confdefs.h.  */
  3151 _ACEOF
  3152 cat confdefs.h >>conftest.$ac_ext
  3153 cat >>conftest.$ac_ext <<_ACEOF
  3154 /* end confdefs.h.  */
  3156 int
  3157 main ()
  3161   return 0;
  3163 _ACEOF
  3164 rm -f conftest.$ac_objext
  3165 if { (ac_try="$ac_compile"
  3166 case "(($ac_try" in
  3167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3168   *) ac_try_echo=$ac_try;;
  3169 esac
  3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3171   (eval "$ac_compile") 2>conftest.er1
  3172   ac_status=$?
  3173   grep -v '^ *+' conftest.er1 >conftest.err
  3174   rm -f conftest.er1
  3175   cat conftest.err >&5
  3176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3177   (exit $ac_status); } && {
  3178 	 test -z "$ac_c_werror_flag" ||
  3179 	 test ! -s conftest.err
  3180        } && test -s conftest.$ac_objext; then
  3182 else
  3183   echo "$as_me: failed program was:" >&5
  3184 sed 's/^/| /' conftest.$ac_ext >&5
  3186 	ac_c_werror_flag=$ac_save_c_werror_flag
  3187 	 CFLAGS="-g"
  3188 	 cat >conftest.$ac_ext <<_ACEOF
  3189 /* confdefs.h.  */
  3190 _ACEOF
  3191 cat confdefs.h >>conftest.$ac_ext
  3192 cat >>conftest.$ac_ext <<_ACEOF
  3193 /* end confdefs.h.  */
  3195 int
  3196 main ()
  3200   return 0;
  3202 _ACEOF
  3203 rm -f conftest.$ac_objext
  3204 if { (ac_try="$ac_compile"
  3205 case "(($ac_try" in
  3206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3207   *) ac_try_echo=$ac_try;;
  3208 esac
  3209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3210   (eval "$ac_compile") 2>conftest.er1
  3211   ac_status=$?
  3212   grep -v '^ *+' conftest.er1 >conftest.err
  3213   rm -f conftest.er1
  3214   cat conftest.err >&5
  3215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3216   (exit $ac_status); } && {
  3217 	 test -z "$ac_c_werror_flag" ||
  3218 	 test ! -s conftest.err
  3219        } && test -s conftest.$ac_objext; then
  3220   ac_cv_prog_cc_g=yes
  3221 else
  3222   echo "$as_me: failed program was:" >&5
  3223 sed 's/^/| /' conftest.$ac_ext >&5
  3226 fi
  3228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3229 fi
  3231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3232 fi
  3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3235    ac_c_werror_flag=$ac_save_c_werror_flag
  3236 fi
  3237 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  3238 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  3239 if test "$ac_test_CFLAGS" = set; then
  3240   CFLAGS=$ac_save_CFLAGS
  3241 elif test $ac_cv_prog_cc_g = yes; then
  3242   if test "$GCC" = yes; then
  3243     CFLAGS="-g -O2"
  3244   else
  3245     CFLAGS="-g"
  3246   fi
  3247 else
  3248   if test "$GCC" = yes; then
  3249     CFLAGS="-O2"
  3250   else
  3251     CFLAGS=
  3252   fi
  3253 fi
  3254 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  3255 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  3256 if test "${ac_cv_prog_cc_c89+set}" = set; then
  3257   echo $ECHO_N "(cached) $ECHO_C" >&6
  3258 else
  3259   ac_cv_prog_cc_c89=no
  3260 ac_save_CC=$CC
  3261 cat >conftest.$ac_ext <<_ACEOF
  3262 /* confdefs.h.  */
  3263 _ACEOF
  3264 cat confdefs.h >>conftest.$ac_ext
  3265 cat >>conftest.$ac_ext <<_ACEOF
  3266 /* end confdefs.h.  */
  3267 #include <stdarg.h>
  3268 #include <stdio.h>
  3269 #include <sys/types.h>
  3270 #include <sys/stat.h>
  3271 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  3272 struct buf { int x; };
  3273 FILE * (*rcsopen) (struct buf *, struct stat *, int);
  3274 static char *e (p, i)
  3275      char **p;
  3276      int i;
  3278   return p[i];
  3280 static char *f (char * (*g) (char **, int), char **p, ...)
  3282   char *s;
  3283   va_list v;
  3284   va_start (v,p);
  3285   s = g (p, va_arg (v,int));
  3286   va_end (v);
  3287   return s;
  3290 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  3291    function prototypes and stuff, but not '\xHH' hex character constants.
  3292    These don't provoke an error unfortunately, instead are silently treated
  3293    as 'x'.  The following induces an error, until -std is added to get
  3294    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  3295    array size at least.  It's necessary to write '\x00'==0 to get something
  3296    that's true only with -std.  */
  3297 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  3299 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  3300    inside strings and character constants.  */
  3301 #define FOO(x) 'x'
  3302 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  3304 int test (int i, double x);
  3305 struct s1 {int (*f) (int a);};
  3306 struct s2 {int (*f) (double a);};
  3307 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  3308 int argc;
  3309 char **argv;
  3310 int
  3311 main ()
  3313 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  3315   return 0;
  3317 _ACEOF
  3318 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  3319 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  3320 do
  3321   CC="$ac_save_CC $ac_arg"
  3322   rm -f conftest.$ac_objext
  3323 if { (ac_try="$ac_compile"
  3324 case "(($ac_try" in
  3325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3326   *) ac_try_echo=$ac_try;;
  3327 esac
  3328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3329   (eval "$ac_compile") 2>conftest.er1
  3330   ac_status=$?
  3331   grep -v '^ *+' conftest.er1 >conftest.err
  3332   rm -f conftest.er1
  3333   cat conftest.err >&5
  3334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3335   (exit $ac_status); } && {
  3336 	 test -z "$ac_c_werror_flag" ||
  3337 	 test ! -s conftest.err
  3338        } && test -s conftest.$ac_objext; then
  3339   ac_cv_prog_cc_c89=$ac_arg
  3340 else
  3341   echo "$as_me: failed program was:" >&5
  3342 sed 's/^/| /' conftest.$ac_ext >&5
  3345 fi
  3347 rm -f core conftest.err conftest.$ac_objext
  3348   test "x$ac_cv_prog_cc_c89" != "xno" && break
  3349 done
  3350 rm -f conftest.$ac_ext
  3351 CC=$ac_save_CC
  3353 fi
  3354 # AC_CACHE_VAL
  3355 case "x$ac_cv_prog_cc_c89" in
  3356   x)
  3357     { echo "$as_me:$LINENO: result: none needed" >&5
  3358 echo "${ECHO_T}none needed" >&6; } ;;
  3359   xno)
  3360     { echo "$as_me:$LINENO: result: unsupported" >&5
  3361 echo "${ECHO_T}unsupported" >&6; } ;;
  3362   *)
  3363     CC="$CC $ac_cv_prog_cc_c89"
  3364     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  3365 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  3366 esac
  3369 ac_ext=c
  3370 ac_cpp='$CPP $CPPFLAGS'
  3371 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3372 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3373 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3375 depcc="$CC"   am_compiler_list=
  3377 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  3378 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  3379 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  3380   echo $ECHO_N "(cached) $ECHO_C" >&6
  3381 else
  3382   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  3383   # We make a subdir and do the tests there.  Otherwise we can end up
  3384   # making bogus files that we don't know about and never remove.  For
  3385   # instance it was reported that on HP-UX the gcc test will end up
  3386   # making a dummy file named `D' -- because `-MD' means `put the output
  3387   # in D'.
  3388   mkdir conftest.dir
  3389   # Copy depcomp to subdir because otherwise we won't find it if we're
  3390   # using a relative directory.
  3391   cp "$am_depcomp" conftest.dir
  3392   cd conftest.dir
  3393   # We will build objects and dependencies in a subdirectory because
  3394   # it helps to detect inapplicable dependency modes.  For instance
  3395   # both Tru64's cc and ICC support -MD to output dependencies as a
  3396   # side effect of compilation, but ICC will put the dependencies in
  3397   # the current directory while Tru64 will put them in the object
  3398   # directory.
  3399   mkdir sub
  3401   am_cv_CC_dependencies_compiler_type=none
  3402   if test "$am_compiler_list" = ""; then
  3403      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  3404   fi
  3405   for depmode in $am_compiler_list; do
  3406     # Setup a source with many dependencies, because some compilers
  3407     # like to wrap large dependency lists on column 80 (with \), and
  3408     # we should not choose a depcomp mode which is confused by this.
  3410     # We need to recreate these files for each test, as the compiler may
  3411     # overwrite some of them when testing with obscure command lines.
  3412     # This happens at least with the AIX C compiler.
  3413     : > sub/conftest.c
  3414     for i in 1 2 3 4 5 6; do
  3415       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  3416       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  3417       # Solaris 8's {/usr,}/bin/sh.
  3418       touch sub/conftst$i.h
  3419     done
  3420     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  3422     case $depmode in
  3423     nosideeffect)
  3424       # after this tag, mechanisms are not by side-effect, so they'll
  3425       # only be used when explicitly requested
  3426       if test "x$enable_dependency_tracking" = xyes; then
  3427 	continue
  3428       else
  3429 	break
  3430       fi
  3431       ;;
  3432     none) break ;;
  3433     esac
  3434     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  3435     # mode.  It turns out that the SunPro C++ compiler does not properly
  3436     # handle `-M -o', and we need to detect this.
  3437     if depmode=$depmode \
  3438        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  3439        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  3440        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  3441          >/dev/null 2>conftest.err &&
  3442        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  3443        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  3444        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  3445       # icc doesn't choke on unknown options, it will just issue warnings
  3446       # or remarks (even with -Werror).  So we grep stderr for any message
  3447       # that says an option was ignored or not supported.
  3448       # When given -MP, icc 7.0 and 7.1 complain thusly:
  3449       #   icc: Command line warning: ignoring option '-M'; no argument required
  3450       # The diagnosis changed in icc 8.0:
  3451       #   icc: Command line remark: option '-MP' not supported
  3452       if (grep 'ignoring option' conftest.err ||
  3453           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  3454         am_cv_CC_dependencies_compiler_type=$depmode
  3455         break
  3456       fi
  3457     fi
  3458   done
  3460   cd ..
  3461   rm -rf conftest.dir
  3462 else
  3463   am_cv_CC_dependencies_compiler_type=none
  3464 fi
  3466 fi
  3467 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  3468 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  3469 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  3473 if
  3474   test "x$enable_dependency_tracking" != xno \
  3475   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  3476   am__fastdepCC_TRUE=
  3477   am__fastdepCC_FALSE='#'
  3478 else
  3479   am__fastdepCC_TRUE='#'
  3480   am__fastdepCC_FALSE=
  3481 fi
  3486         { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
  3487 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; }
  3488 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
  3489   echo $ECHO_N "(cached) $ECHO_C" >&6
  3490 else
  3491   ac_check_lib_save_LIBS=$LIBS
  3492 LIBS="-lcposix  $LIBS"
  3493 cat >conftest.$ac_ext <<_ACEOF
  3494 /* confdefs.h.  */
  3495 _ACEOF
  3496 cat confdefs.h >>conftest.$ac_ext
  3497 cat >>conftest.$ac_ext <<_ACEOF
  3498 /* end confdefs.h.  */
  3500 /* Override any GCC internal prototype to avoid an error.
  3501    Use char because int might match the return type of a GCC
  3502    builtin and then its argument prototype would still apply.  */
  3503 #ifdef __cplusplus
  3504 extern "C"
  3505 #endif
  3506 char strerror ();
  3507 int
  3508 main ()
  3510 return strerror ();
  3512   return 0;
  3514 _ACEOF
  3515 rm -f conftest.$ac_objext conftest$ac_exeext
  3516 if { (ac_try="$ac_link"
  3517 case "(($ac_try" in
  3518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3519   *) ac_try_echo=$ac_try;;
  3520 esac
  3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3522   (eval "$ac_link") 2>conftest.er1
  3523   ac_status=$?
  3524   grep -v '^ *+' conftest.er1 >conftest.err
  3525   rm -f conftest.er1
  3526   cat conftest.err >&5
  3527   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3528   (exit $ac_status); } && {
  3529 	 test -z "$ac_c_werror_flag" ||
  3530 	 test ! -s conftest.err
  3531        } && test -s conftest$ac_exeext &&
  3532        $as_test_x conftest$ac_exeext; then
  3533   ac_cv_lib_cposix_strerror=yes
  3534 else
  3535   echo "$as_me: failed program was:" >&5
  3536 sed 's/^/| /' conftest.$ac_ext >&5
  3538 	ac_cv_lib_cposix_strerror=no
  3539 fi
  3541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  3542       conftest$ac_exeext conftest.$ac_ext
  3543 LIBS=$ac_check_lib_save_LIBS
  3544 fi
  3545 { echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
  3546 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; }
  3547 if test $ac_cv_lib_cposix_strerror = yes; then
  3548   LIBS="$LIBS -lcposix"
  3549 fi
  3553 ac_ext=c
  3554 ac_cpp='$CPP $CPPFLAGS'
  3555 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3556 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3557 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3558 if test -n "$ac_tool_prefix"; then
  3559   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  3560 set dummy ${ac_tool_prefix}gcc; ac_word=$2
  3561 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3563 if test "${ac_cv_prog_CC+set}" = set; then
  3564   echo $ECHO_N "(cached) $ECHO_C" >&6
  3565 else
  3566   if test -n "$CC"; then
  3567   ac_cv_prog_CC="$CC" # Let the user override the test.
  3568 else
  3569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3570 for as_dir in $PATH
  3571 do
  3572   IFS=$as_save_IFS
  3573   test -z "$as_dir" && as_dir=.
  3574   for ac_exec_ext in '' $ac_executable_extensions; do
  3575   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3576     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  3577     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3578     break 2
  3579   fi
  3580 done
  3581 done
  3582 IFS=$as_save_IFS
  3584 fi
  3585 fi
  3586 CC=$ac_cv_prog_CC
  3587 if test -n "$CC"; then
  3588   { echo "$as_me:$LINENO: result: $CC" >&5
  3589 echo "${ECHO_T}$CC" >&6; }
  3590 else
  3591   { echo "$as_me:$LINENO: result: no" >&5
  3592 echo "${ECHO_T}no" >&6; }
  3593 fi
  3596 fi
  3597 if test -z "$ac_cv_prog_CC"; then
  3598   ac_ct_CC=$CC
  3599   # Extract the first word of "gcc", so it can be a program name with args.
  3600 set dummy gcc; ac_word=$2
  3601 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3603 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  3604   echo $ECHO_N "(cached) $ECHO_C" >&6
  3605 else
  3606   if test -n "$ac_ct_CC"; then
  3607   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  3608 else
  3609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3610 for as_dir in $PATH
  3611 do
  3612   IFS=$as_save_IFS
  3613   test -z "$as_dir" && as_dir=.
  3614   for ac_exec_ext in '' $ac_executable_extensions; do
  3615   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3616     ac_cv_prog_ac_ct_CC="gcc"
  3617     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3618     break 2
  3619   fi
  3620 done
  3621 done
  3622 IFS=$as_save_IFS
  3624 fi
  3625 fi
  3626 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  3627 if test -n "$ac_ct_CC"; then
  3628   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  3629 echo "${ECHO_T}$ac_ct_CC" >&6; }
  3630 else
  3631   { echo "$as_me:$LINENO: result: no" >&5
  3632 echo "${ECHO_T}no" >&6; }
  3633 fi
  3635   if test "x$ac_ct_CC" = x; then
  3636     CC=""
  3637   else
  3638     case $cross_compiling:$ac_tool_warned in
  3639 yes:)
  3640 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3641 whose name does not start with the host triplet.  If you think this
  3642 configuration is useful to you, please write to autoconf@gnu.org." >&5
  3643 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3644 whose name does not start with the host triplet.  If you think this
  3645 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3646 ac_tool_warned=yes ;;
  3647 esac
  3648     CC=$ac_ct_CC
  3649   fi
  3650 else
  3651   CC="$ac_cv_prog_CC"
  3652 fi
  3654 if test -z "$CC"; then
  3655           if test -n "$ac_tool_prefix"; then
  3656     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  3657 set dummy ${ac_tool_prefix}cc; ac_word=$2
  3658 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3659 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3660 if test "${ac_cv_prog_CC+set}" = set; then
  3661   echo $ECHO_N "(cached) $ECHO_C" >&6
  3662 else
  3663   if test -n "$CC"; then
  3664   ac_cv_prog_CC="$CC" # Let the user override the test.
  3665 else
  3666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3667 for as_dir in $PATH
  3668 do
  3669   IFS=$as_save_IFS
  3670   test -z "$as_dir" && as_dir=.
  3671   for ac_exec_ext in '' $ac_executable_extensions; do
  3672   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3673     ac_cv_prog_CC="${ac_tool_prefix}cc"
  3674     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3675     break 2
  3676   fi
  3677 done
  3678 done
  3679 IFS=$as_save_IFS
  3681 fi
  3682 fi
  3683 CC=$ac_cv_prog_CC
  3684 if test -n "$CC"; then
  3685   { echo "$as_me:$LINENO: result: $CC" >&5
  3686 echo "${ECHO_T}$CC" >&6; }
  3687 else
  3688   { echo "$as_me:$LINENO: result: no" >&5
  3689 echo "${ECHO_T}no" >&6; }
  3690 fi
  3693   fi
  3694 fi
  3695 if test -z "$CC"; then
  3696   # Extract the first word of "cc", so it can be a program name with args.
  3697 set dummy cc; ac_word=$2
  3698 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3700 if test "${ac_cv_prog_CC+set}" = set; then
  3701   echo $ECHO_N "(cached) $ECHO_C" >&6
  3702 else
  3703   if test -n "$CC"; then
  3704   ac_cv_prog_CC="$CC" # Let the user override the test.
  3705 else
  3706   ac_prog_rejected=no
  3707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3708 for as_dir in $PATH
  3709 do
  3710   IFS=$as_save_IFS
  3711   test -z "$as_dir" && as_dir=.
  3712   for ac_exec_ext in '' $ac_executable_extensions; do
  3713   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3714     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  3715        ac_prog_rejected=yes
  3716        continue
  3717      fi
  3718     ac_cv_prog_CC="cc"
  3719     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3720     break 2
  3721   fi
  3722 done
  3723 done
  3724 IFS=$as_save_IFS
  3726 if test $ac_prog_rejected = yes; then
  3727   # We found a bogon in the path, so make sure we never use it.
  3728   set dummy $ac_cv_prog_CC
  3729   shift
  3730   if test $# != 0; then
  3731     # We chose a different compiler from the bogus one.
  3732     # However, it has the same basename, so the bogon will be chosen
  3733     # first if we set CC to just the basename; use the full file name.
  3734     shift
  3735     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  3736   fi
  3737 fi
  3738 fi
  3739 fi
  3740 CC=$ac_cv_prog_CC
  3741 if test -n "$CC"; then
  3742   { echo "$as_me:$LINENO: result: $CC" >&5
  3743 echo "${ECHO_T}$CC" >&6; }
  3744 else
  3745   { echo "$as_me:$LINENO: result: no" >&5
  3746 echo "${ECHO_T}no" >&6; }
  3747 fi
  3750 fi
  3751 if test -z "$CC"; then
  3752   if test -n "$ac_tool_prefix"; then
  3753   for ac_prog in cl.exe
  3754   do
  3755     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  3756 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  3757 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3758 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3759 if test "${ac_cv_prog_CC+set}" = set; then
  3760   echo $ECHO_N "(cached) $ECHO_C" >&6
  3761 else
  3762   if test -n "$CC"; then
  3763   ac_cv_prog_CC="$CC" # Let the user override the test.
  3764 else
  3765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3766 for as_dir in $PATH
  3767 do
  3768   IFS=$as_save_IFS
  3769   test -z "$as_dir" && as_dir=.
  3770   for ac_exec_ext in '' $ac_executable_extensions; do
  3771   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3772     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  3773     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3774     break 2
  3775   fi
  3776 done
  3777 done
  3778 IFS=$as_save_IFS
  3780 fi
  3781 fi
  3782 CC=$ac_cv_prog_CC
  3783 if test -n "$CC"; then
  3784   { echo "$as_me:$LINENO: result: $CC" >&5
  3785 echo "${ECHO_T}$CC" >&6; }
  3786 else
  3787   { echo "$as_me:$LINENO: result: no" >&5
  3788 echo "${ECHO_T}no" >&6; }
  3789 fi
  3792     test -n "$CC" && break
  3793   done
  3794 fi
  3795 if test -z "$CC"; then
  3796   ac_ct_CC=$CC
  3797   for ac_prog in cl.exe
  3798 do
  3799   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3800 set dummy $ac_prog; ac_word=$2
  3801 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  3802 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  3803 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  3804   echo $ECHO_N "(cached) $ECHO_C" >&6
  3805 else
  3806   if test -n "$ac_ct_CC"; then
  3807   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  3808 else
  3809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3810 for as_dir in $PATH
  3811 do
  3812   IFS=$as_save_IFS
  3813   test -z "$as_dir" && as_dir=.
  3814   for ac_exec_ext in '' $ac_executable_extensions; do
  3815   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3816     ac_cv_prog_ac_ct_CC="$ac_prog"
  3817     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3818     break 2
  3819   fi
  3820 done
  3821 done
  3822 IFS=$as_save_IFS
  3824 fi
  3825 fi
  3826 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  3827 if test -n "$ac_ct_CC"; then
  3828   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  3829 echo "${ECHO_T}$ac_ct_CC" >&6; }
  3830 else
  3831   { echo "$as_me:$LINENO: result: no" >&5
  3832 echo "${ECHO_T}no" >&6; }
  3833 fi
  3836   test -n "$ac_ct_CC" && break
  3837 done
  3839   if test "x$ac_ct_CC" = x; then
  3840     CC=""
  3841   else
  3842     case $cross_compiling:$ac_tool_warned in
  3843 yes:)
  3844 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3845 whose name does not start with the host triplet.  If you think this
  3846 configuration is useful to you, please write to autoconf@gnu.org." >&5
  3847 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3848 whose name does not start with the host triplet.  If you think this
  3849 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3850 ac_tool_warned=yes ;;
  3851 esac
  3852     CC=$ac_ct_CC
  3853   fi
  3854 fi
  3856 fi
  3859 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  3860 See \`config.log' for more details." >&5
  3861 echo "$as_me: error: no acceptable C compiler found in \$PATH
  3862 See \`config.log' for more details." >&2;}
  3863    { (exit 1); exit 1; }; }
  3865 # Provide some information about the compiler.
  3866 echo "$as_me:$LINENO: checking for C compiler version" >&5
  3867 ac_compiler=`set X $ac_compile; echo $2`
  3868 { (ac_try="$ac_compiler --version >&5"
  3869 case "(($ac_try" in
  3870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3871   *) ac_try_echo=$ac_try;;
  3872 esac
  3873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3874   (eval "$ac_compiler --version >&5") 2>&5
  3875   ac_status=$?
  3876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3877   (exit $ac_status); }
  3878 { (ac_try="$ac_compiler -v >&5"
  3879 case "(($ac_try" in
  3880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3881   *) ac_try_echo=$ac_try;;
  3882 esac
  3883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3884   (eval "$ac_compiler -v >&5") 2>&5
  3885   ac_status=$?
  3886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3887   (exit $ac_status); }
  3888 { (ac_try="$ac_compiler -V >&5"
  3889 case "(($ac_try" in
  3890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3891   *) ac_try_echo=$ac_try;;
  3892 esac
  3893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3894   (eval "$ac_compiler -V >&5") 2>&5
  3895   ac_status=$?
  3896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3897   (exit $ac_status); }
  3899 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  3900 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  3901 if test "${ac_cv_c_compiler_gnu+set}" = set; then
  3902   echo $ECHO_N "(cached) $ECHO_C" >&6
  3903 else
  3904   cat >conftest.$ac_ext <<_ACEOF
  3905 /* confdefs.h.  */
  3906 _ACEOF
  3907 cat confdefs.h >>conftest.$ac_ext
  3908 cat >>conftest.$ac_ext <<_ACEOF
  3909 /* end confdefs.h.  */
  3911 int
  3912 main ()
  3914 #ifndef __GNUC__
  3915        choke me
  3916 #endif
  3919   return 0;
  3921 _ACEOF
  3922 rm -f conftest.$ac_objext
  3923 if { (ac_try="$ac_compile"
  3924 case "(($ac_try" in
  3925   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3926   *) ac_try_echo=$ac_try;;
  3927 esac
  3928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3929   (eval "$ac_compile") 2>conftest.er1
  3930   ac_status=$?
  3931   grep -v '^ *+' conftest.er1 >conftest.err
  3932   rm -f conftest.er1
  3933   cat conftest.err >&5
  3934   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3935   (exit $ac_status); } && {
  3936 	 test -z "$ac_c_werror_flag" ||
  3937 	 test ! -s conftest.err
  3938        } && test -s conftest.$ac_objext; then
  3939   ac_compiler_gnu=yes
  3940 else
  3941   echo "$as_me: failed program was:" >&5
  3942 sed 's/^/| /' conftest.$ac_ext >&5
  3944 	ac_compiler_gnu=no
  3945 fi
  3947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3948 ac_cv_c_compiler_gnu=$ac_compiler_gnu
  3950 fi
  3951 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  3952 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  3953 GCC=`test $ac_compiler_gnu = yes && echo yes`
  3954 ac_test_CFLAGS=${CFLAGS+set}
  3955 ac_save_CFLAGS=$CFLAGS
  3956 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  3957 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  3958 if test "${ac_cv_prog_cc_g+set}" = set; then
  3959   echo $ECHO_N "(cached) $ECHO_C" >&6
  3960 else
  3961   ac_save_c_werror_flag=$ac_c_werror_flag
  3962    ac_c_werror_flag=yes
  3963    ac_cv_prog_cc_g=no
  3964    CFLAGS="-g"
  3965    cat >conftest.$ac_ext <<_ACEOF
  3966 /* confdefs.h.  */
  3967 _ACEOF
  3968 cat confdefs.h >>conftest.$ac_ext
  3969 cat >>conftest.$ac_ext <<_ACEOF
  3970 /* end confdefs.h.  */
  3972 int
  3973 main ()
  3977   return 0;
  3979 _ACEOF
  3980 rm -f conftest.$ac_objext
  3981 if { (ac_try="$ac_compile"
  3982 case "(($ac_try" in
  3983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3984   *) ac_try_echo=$ac_try;;
  3985 esac
  3986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  3987   (eval "$ac_compile") 2>conftest.er1
  3988   ac_status=$?
  3989   grep -v '^ *+' conftest.er1 >conftest.err
  3990   rm -f conftest.er1
  3991   cat conftest.err >&5
  3992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3993   (exit $ac_status); } && {
  3994 	 test -z "$ac_c_werror_flag" ||
  3995 	 test ! -s conftest.err
  3996        } && test -s conftest.$ac_objext; then
  3997   ac_cv_prog_cc_g=yes
  3998 else
  3999   echo "$as_me: failed program was:" >&5
  4000 sed 's/^/| /' conftest.$ac_ext >&5
  4002 	CFLAGS=""
  4003       cat >conftest.$ac_ext <<_ACEOF
  4004 /* confdefs.h.  */
  4005 _ACEOF
  4006 cat confdefs.h >>conftest.$ac_ext
  4007 cat >>conftest.$ac_ext <<_ACEOF
  4008 /* end confdefs.h.  */
  4010 int
  4011 main ()
  4015   return 0;
  4017 _ACEOF
  4018 rm -f conftest.$ac_objext
  4019 if { (ac_try="$ac_compile"
  4020 case "(($ac_try" in
  4021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4022   *) ac_try_echo=$ac_try;;
  4023 esac
  4024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4025   (eval "$ac_compile") 2>conftest.er1
  4026   ac_status=$?
  4027   grep -v '^ *+' conftest.er1 >conftest.err
  4028   rm -f conftest.er1
  4029   cat conftest.err >&5
  4030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4031   (exit $ac_status); } && {
  4032 	 test -z "$ac_c_werror_flag" ||
  4033 	 test ! -s conftest.err
  4034        } && test -s conftest.$ac_objext; then
  4036 else
  4037   echo "$as_me: failed program was:" >&5
  4038 sed 's/^/| /' conftest.$ac_ext >&5
  4040 	ac_c_werror_flag=$ac_save_c_werror_flag
  4041 	 CFLAGS="-g"
  4042 	 cat >conftest.$ac_ext <<_ACEOF
  4043 /* confdefs.h.  */
  4044 _ACEOF
  4045 cat confdefs.h >>conftest.$ac_ext
  4046 cat >>conftest.$ac_ext <<_ACEOF
  4047 /* end confdefs.h.  */
  4049 int
  4050 main ()
  4054   return 0;
  4056 _ACEOF
  4057 rm -f conftest.$ac_objext
  4058 if { (ac_try="$ac_compile"
  4059 case "(($ac_try" in
  4060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4061   *) ac_try_echo=$ac_try;;
  4062 esac
  4063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4064   (eval "$ac_compile") 2>conftest.er1
  4065   ac_status=$?
  4066   grep -v '^ *+' conftest.er1 >conftest.err
  4067   rm -f conftest.er1
  4068   cat conftest.err >&5
  4069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4070   (exit $ac_status); } && {
  4071 	 test -z "$ac_c_werror_flag" ||
  4072 	 test ! -s conftest.err
  4073        } && test -s conftest.$ac_objext; then
  4074   ac_cv_prog_cc_g=yes
  4075 else
  4076   echo "$as_me: failed program was:" >&5
  4077 sed 's/^/| /' conftest.$ac_ext >&5
  4080 fi
  4082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4083 fi
  4085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4086 fi
  4088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4089    ac_c_werror_flag=$ac_save_c_werror_flag
  4090 fi
  4091 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  4092 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  4093 if test "$ac_test_CFLAGS" = set; then
  4094   CFLAGS=$ac_save_CFLAGS
  4095 elif test $ac_cv_prog_cc_g = yes; then
  4096   if test "$GCC" = yes; then
  4097     CFLAGS="-g -O2"
  4098   else
  4099     CFLAGS="-g"
  4100   fi
  4101 else
  4102   if test "$GCC" = yes; then
  4103     CFLAGS="-O2"
  4104   else
  4105     CFLAGS=
  4106   fi
  4107 fi
  4108 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  4109 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  4110 if test "${ac_cv_prog_cc_c89+set}" = set; then
  4111   echo $ECHO_N "(cached) $ECHO_C" >&6
  4112 else
  4113   ac_cv_prog_cc_c89=no
  4114 ac_save_CC=$CC
  4115 cat >conftest.$ac_ext <<_ACEOF
  4116 /* confdefs.h.  */
  4117 _ACEOF
  4118 cat confdefs.h >>conftest.$ac_ext
  4119 cat >>conftest.$ac_ext <<_ACEOF
  4120 /* end confdefs.h.  */
  4121 #include <stdarg.h>
  4122 #include <stdio.h>
  4123 #include <sys/types.h>
  4124 #include <sys/stat.h>
  4125 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  4126 struct buf { int x; };
  4127 FILE * (*rcsopen) (struct buf *, struct stat *, int);
  4128 static char *e (p, i)
  4129      char **p;
  4130      int i;
  4132   return p[i];
  4134 static char *f (char * (*g) (char **, int), char **p, ...)
  4136   char *s;
  4137   va_list v;
  4138   va_start (v,p);
  4139   s = g (p, va_arg (v,int));
  4140   va_end (v);
  4141   return s;
  4144 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  4145    function prototypes and stuff, but not '\xHH' hex character constants.
  4146    These don't provoke an error unfortunately, instead are silently treated
  4147    as 'x'.  The following induces an error, until -std is added to get
  4148    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  4149    array size at least.  It's necessary to write '\x00'==0 to get something
  4150    that's true only with -std.  */
  4151 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  4153 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  4154    inside strings and character constants.  */
  4155 #define FOO(x) 'x'
  4156 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  4158 int test (int i, double x);
  4159 struct s1 {int (*f) (int a);};
  4160 struct s2 {int (*f) (double a);};
  4161 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  4162 int argc;
  4163 char **argv;
  4164 int
  4165 main ()
  4167 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  4169   return 0;
  4171 _ACEOF
  4172 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  4173 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  4174 do
  4175   CC="$ac_save_CC $ac_arg"
  4176   rm -f conftest.$ac_objext
  4177 if { (ac_try="$ac_compile"
  4178 case "(($ac_try" in
  4179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4180   *) ac_try_echo=$ac_try;;
  4181 esac
  4182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4183   (eval "$ac_compile") 2>conftest.er1
  4184   ac_status=$?
  4185   grep -v '^ *+' conftest.er1 >conftest.err
  4186   rm -f conftest.er1
  4187   cat conftest.err >&5
  4188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4189   (exit $ac_status); } && {
  4190 	 test -z "$ac_c_werror_flag" ||
  4191 	 test ! -s conftest.err
  4192        } && test -s conftest.$ac_objext; then
  4193   ac_cv_prog_cc_c89=$ac_arg
  4194 else
  4195   echo "$as_me: failed program was:" >&5
  4196 sed 's/^/| /' conftest.$ac_ext >&5
  4199 fi
  4201 rm -f core conftest.err conftest.$ac_objext
  4202   test "x$ac_cv_prog_cc_c89" != "xno" && break
  4203 done
  4204 rm -f conftest.$ac_ext
  4205 CC=$ac_save_CC
  4207 fi
  4208 # AC_CACHE_VAL
  4209 case "x$ac_cv_prog_cc_c89" in
  4210   x)
  4211     { echo "$as_me:$LINENO: result: none needed" >&5
  4212 echo "${ECHO_T}none needed" >&6; } ;;
  4213   xno)
  4214     { echo "$as_me:$LINENO: result: unsupported" >&5
  4215 echo "${ECHO_T}unsupported" >&6; } ;;
  4216   *)
  4217     CC="$CC $ac_cv_prog_cc_c89"
  4218     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  4219 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  4220 esac
  4223 ac_ext=c
  4224 ac_cpp='$CPP $CPPFLAGS'
  4225 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4226 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4227 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4229 depcc="$CC"   am_compiler_list=
  4231 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  4232 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  4233 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  4234   echo $ECHO_N "(cached) $ECHO_C" >&6
  4235 else
  4236   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  4237   # We make a subdir and do the tests there.  Otherwise we can end up
  4238   # making bogus files that we don't know about and never remove.  For
  4239   # instance it was reported that on HP-UX the gcc test will end up
  4240   # making a dummy file named `D' -- because `-MD' means `put the output
  4241   # in D'.
  4242   mkdir conftest.dir
  4243   # Copy depcomp to subdir because otherwise we won't find it if we're
  4244   # using a relative directory.
  4245   cp "$am_depcomp" conftest.dir
  4246   cd conftest.dir
  4247   # We will build objects and dependencies in a subdirectory because
  4248   # it helps to detect inapplicable dependency modes.  For instance
  4249   # both Tru64's cc and ICC support -MD to output dependencies as a
  4250   # side effect of compilation, but ICC will put the dependencies in
  4251   # the current directory while Tru64 will put them in the object
  4252   # directory.
  4253   mkdir sub
  4255   am_cv_CC_dependencies_compiler_type=none
  4256   if test "$am_compiler_list" = ""; then
  4257      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  4258   fi
  4259   for depmode in $am_compiler_list; do
  4260     # Setup a source with many dependencies, because some compilers
  4261     # like to wrap large dependency lists on column 80 (with \), and
  4262     # we should not choose a depcomp mode which is confused by this.
  4264     # We need to recreate these files for each test, as the compiler may
  4265     # overwrite some of them when testing with obscure command lines.
  4266     # This happens at least with the AIX C compiler.
  4267     : > sub/conftest.c
  4268     for i in 1 2 3 4 5 6; do
  4269       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  4270       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  4271       # Solaris 8's {/usr,}/bin/sh.
  4272       touch sub/conftst$i.h
  4273     done
  4274     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  4276     case $depmode in
  4277     nosideeffect)
  4278       # after this tag, mechanisms are not by side-effect, so they'll
  4279       # only be used when explicitly requested
  4280       if test "x$enable_dependency_tracking" = xyes; then
  4281 	continue
  4282       else
  4283 	break
  4284       fi
  4285       ;;
  4286     none) break ;;
  4287     esac
  4288     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  4289     # mode.  It turns out that the SunPro C++ compiler does not properly
  4290     # handle `-M -o', and we need to detect this.
  4291     if depmode=$depmode \
  4292        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  4293        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  4294        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  4295          >/dev/null 2>conftest.err &&
  4296        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  4297        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  4298        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  4299       # icc doesn't choke on unknown options, it will just issue warnings
  4300       # or remarks (even with -Werror).  So we grep stderr for any message
  4301       # that says an option was ignored or not supported.
  4302       # When given -MP, icc 7.0 and 7.1 complain thusly:
  4303       #   icc: Command line warning: ignoring option '-M'; no argument required
  4304       # The diagnosis changed in icc 8.0:
  4305       #   icc: Command line remark: option '-MP' not supported
  4306       if (grep 'ignoring option' conftest.err ||
  4307           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  4308         am_cv_CC_dependencies_compiler_type=$depmode
  4309         break
  4310       fi
  4311     fi
  4312   done
  4314   cd ..
  4315   rm -rf conftest.dir
  4316 else
  4317   am_cv_CC_dependencies_compiler_type=none
  4318 fi
  4320 fi
  4321 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  4322 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  4323 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  4327 if
  4328   test "x$enable_dependency_tracking" != xno \
  4329   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  4330   am__fastdepCC_TRUE=
  4331   am__fastdepCC_FALSE='#'
  4332 else
  4333   am__fastdepCC_TRUE='#'
  4334   am__fastdepCC_FALSE=
  4335 fi
  4338 ac_ext=c
  4339 ac_cpp='$CPP $CPPFLAGS'
  4340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4343 if test -n "$ac_tool_prefix"; then
  4344   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  4345 set dummy ${ac_tool_prefix}gcc; ac_word=$2
  4346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  4347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  4348 if test "${ac_cv_prog_CC+set}" = set; then
  4349   echo $ECHO_N "(cached) $ECHO_C" >&6
  4350 else
  4351   if test -n "$CC"; then
  4352   ac_cv_prog_CC="$CC" # Let the user override the test.
  4353 else
  4354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4355 for as_dir in $PATH
  4356 do
  4357   IFS=$as_save_IFS
  4358   test -z "$as_dir" && as_dir=.
  4359   for ac_exec_ext in '' $ac_executable_extensions; do
  4360   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4361     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  4362     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4363     break 2
  4364   fi
  4365 done
  4366 done
  4367 IFS=$as_save_IFS
  4369 fi
  4370 fi
  4371 CC=$ac_cv_prog_CC
  4372 if test -n "$CC"; then
  4373   { echo "$as_me:$LINENO: result: $CC" >&5
  4374 echo "${ECHO_T}$CC" >&6; }
  4375 else
  4376   { echo "$as_me:$LINENO: result: no" >&5
  4377 echo "${ECHO_T}no" >&6; }
  4378 fi
  4381 fi
  4382 if test -z "$ac_cv_prog_CC"; then
  4383   ac_ct_CC=$CC
  4384   # Extract the first word of "gcc", so it can be a program name with args.
  4385 set dummy gcc; ac_word=$2
  4386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  4387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  4388 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  4389   echo $ECHO_N "(cached) $ECHO_C" >&6
  4390 else
  4391   if test -n "$ac_ct_CC"; then
  4392   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  4393 else
  4394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4395 for as_dir in $PATH
  4396 do
  4397   IFS=$as_save_IFS
  4398   test -z "$as_dir" && as_dir=.
  4399   for ac_exec_ext in '' $ac_executable_extensions; do
  4400   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4401     ac_cv_prog_ac_ct_CC="gcc"
  4402     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4403     break 2
  4404   fi
  4405 done
  4406 done
  4407 IFS=$as_save_IFS
  4409 fi
  4410 fi
  4411 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  4412 if test -n "$ac_ct_CC"; then
  4413   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  4414 echo "${ECHO_T}$ac_ct_CC" >&6; }
  4415 else
  4416   { echo "$as_me:$LINENO: result: no" >&5
  4417 echo "${ECHO_T}no" >&6; }
  4418 fi
  4420   if test "x$ac_ct_CC" = x; then
  4421     CC=""
  4422   else
  4423     case $cross_compiling:$ac_tool_warned in
  4424 yes:)
  4425 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  4426 whose name does not start with the host triplet.  If you think this
  4427 configuration is useful to you, please write to autoconf@gnu.org." >&5
  4428 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  4429 whose name does not start with the host triplet.  If you think this
  4430 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  4431 ac_tool_warned=yes ;;
  4432 esac
  4433     CC=$ac_ct_CC
  4434   fi
  4435 else
  4436   CC="$ac_cv_prog_CC"
  4437 fi
  4439 if test -z "$CC"; then
  4440           if test -n "$ac_tool_prefix"; then
  4441     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  4442 set dummy ${ac_tool_prefix}cc; ac_word=$2
  4443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  4444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  4445 if test "${ac_cv_prog_CC+set}" = set; then
  4446   echo $ECHO_N "(cached) $ECHO_C" >&6
  4447 else
  4448   if test -n "$CC"; then
  4449   ac_cv_prog_CC="$CC" # Let the user override the test.
  4450 else
  4451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4452 for as_dir in $PATH
  4453 do
  4454   IFS=$as_save_IFS
  4455   test -z "$as_dir" && as_dir=.
  4456   for ac_exec_ext in '' $ac_executable_extensions; do
  4457   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4458     ac_cv_prog_CC="${ac_tool_prefix}cc"
  4459     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4460     break 2
  4461   fi
  4462 done
  4463 done
  4464 IFS=$as_save_IFS
  4466 fi
  4467 fi
  4468 CC=$ac_cv_prog_CC
  4469 if test -n "$CC"; then
  4470   { echo "$as_me:$LINENO: result: $CC" >&5
  4471 echo "${ECHO_T}$CC" >&6; }
  4472 else
  4473   { echo "$as_me:$LINENO: result: no" >&5
  4474 echo "${ECHO_T}no" >&6; }
  4475 fi
  4478   fi
  4479 fi
  4480 if test -z "$CC"; then
  4481   # Extract the first word of "cc", so it can be a program name with args.
  4482 set dummy cc; ac_word=$2
  4483 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  4484 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  4485 if test "${ac_cv_prog_CC+set}" = set; then
  4486   echo $ECHO_N "(cached) $ECHO_C" >&6
  4487 else
  4488   if test -n "$CC"; then
  4489   ac_cv_prog_CC="$CC" # Let the user override the test.
  4490 else
  4491   ac_prog_rejected=no
  4492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4493 for as_dir in $PATH
  4494 do
  4495   IFS=$as_save_IFS
  4496   test -z "$as_dir" && as_dir=.
  4497   for ac_exec_ext in '' $ac_executable_extensions; do
  4498   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4499     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  4500        ac_prog_rejected=yes
  4501        continue
  4502      fi
  4503     ac_cv_prog_CC="cc"
  4504     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4505     break 2
  4506   fi
  4507 done
  4508 done
  4509 IFS=$as_save_IFS
  4511 if test $ac_prog_rejected = yes; then
  4512   # We found a bogon in the path, so make sure we never use it.
  4513   set dummy $ac_cv_prog_CC
  4514   shift
  4515   if test $# != 0; then
  4516     # We chose a different compiler from the bogus one.
  4517     # However, it has the same basename, so the bogon will be chosen
  4518     # first if we set CC to just the basename; use the full file name.
  4519     shift
  4520     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  4521   fi
  4522 fi
  4523 fi
  4524 fi
  4525 CC=$ac_cv_prog_CC
  4526 if test -n "$CC"; then
  4527   { echo "$as_me:$LINENO: result: $CC" >&5
  4528 echo "${ECHO_T}$CC" >&6; }
  4529 else
  4530   { echo "$as_me:$LINENO: result: no" >&5
  4531 echo "${ECHO_T}no" >&6; }
  4532 fi
  4535 fi
  4536 if test -z "$CC"; then
  4537   if test -n "$ac_tool_prefix"; then
  4538   for ac_prog in cl.exe
  4539   do
  4540     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  4541 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  4542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  4543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  4544 if test "${ac_cv_prog_CC+set}" = set; then
  4545   echo $ECHO_N "(cached) $ECHO_C" >&6
  4546 else
  4547   if test -n "$CC"; then
  4548   ac_cv_prog_CC="$CC" # Let the user override the test.
  4549 else
  4550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4551 for as_dir in $PATH
  4552 do
  4553   IFS=$as_save_IFS
  4554   test -z "$as_dir" && as_dir=.
  4555   for ac_exec_ext in '' $ac_executable_extensions; do
  4556   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4557     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  4558     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4559     break 2
  4560   fi
  4561 done
  4562 done
  4563 IFS=$as_save_IFS
  4565 fi
  4566 fi
  4567 CC=$ac_cv_prog_CC
  4568 if test -n "$CC"; then
  4569   { echo "$as_me:$LINENO: result: $CC" >&5
  4570 echo "${ECHO_T}$CC" >&6; }
  4571 else
  4572   { echo "$as_me:$LINENO: result: no" >&5
  4573 echo "${ECHO_T}no" >&6; }
  4574 fi
  4577     test -n "$CC" && break
  4578   done
  4579 fi
  4580 if test -z "$CC"; then
  4581   ac_ct_CC=$CC
  4582   for ac_prog in cl.exe
  4583 do
  4584   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4585 set dummy $ac_prog; ac_word=$2
  4586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  4587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  4588 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  4589   echo $ECHO_N "(cached) $ECHO_C" >&6
  4590 else
  4591   if test -n "$ac_ct_CC"; then
  4592   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  4593 else
  4594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4595 for as_dir in $PATH
  4596 do
  4597   IFS=$as_save_IFS
  4598   test -z "$as_dir" && as_dir=.
  4599   for ac_exec_ext in '' $ac_executable_extensions; do
  4600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4601     ac_cv_prog_ac_ct_CC="$ac_prog"
  4602     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4603     break 2
  4604   fi
  4605 done
  4606 done
  4607 IFS=$as_save_IFS
  4609 fi
  4610 fi
  4611 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  4612 if test -n "$ac_ct_CC"; then
  4613   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  4614 echo "${ECHO_T}$ac_ct_CC" >&6; }
  4615 else
  4616   { echo "$as_me:$LINENO: result: no" >&5
  4617 echo "${ECHO_T}no" >&6; }
  4618 fi
  4621   test -n "$ac_ct_CC" && break
  4622 done
  4624   if test "x$ac_ct_CC" = x; then
  4625     CC=""
  4626   else
  4627     case $cross_compiling:$ac_tool_warned in
  4628 yes:)
  4629 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  4630 whose name does not start with the host triplet.  If you think this
  4631 configuration is useful to you, please write to autoconf@gnu.org." >&5
  4632 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  4633 whose name does not start with the host triplet.  If you think this
  4634 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  4635 ac_tool_warned=yes ;;
  4636 esac
  4637     CC=$ac_ct_CC
  4638   fi
  4639 fi
  4641 fi
  4644 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  4645 See \`config.log' for more details." >&5
  4646 echo "$as_me: error: no acceptable C compiler found in \$PATH
  4647 See \`config.log' for more details." >&2;}
  4648    { (exit 1); exit 1; }; }
  4650 # Provide some information about the compiler.
  4651 echo "$as_me:$LINENO: checking for C compiler version" >&5
  4652 ac_compiler=`set X $ac_compile; echo $2`
  4653 { (ac_try="$ac_compiler --version >&5"
  4654 case "(($ac_try" in
  4655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4656   *) ac_try_echo=$ac_try;;
  4657 esac
  4658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4659   (eval "$ac_compiler --version >&5") 2>&5
  4660   ac_status=$?
  4661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4662   (exit $ac_status); }
  4663 { (ac_try="$ac_compiler -v >&5"
  4664 case "(($ac_try" in
  4665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4666   *) ac_try_echo=$ac_try;;
  4667 esac
  4668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4669   (eval "$ac_compiler -v >&5") 2>&5
  4670   ac_status=$?
  4671   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4672   (exit $ac_status); }
  4673 { (ac_try="$ac_compiler -V >&5"
  4674 case "(($ac_try" in
  4675   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4676   *) ac_try_echo=$ac_try;;
  4677 esac
  4678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4679   (eval "$ac_compiler -V >&5") 2>&5
  4680   ac_status=$?
  4681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4682   (exit $ac_status); }
  4684 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  4685 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
  4686 if test "${ac_cv_c_compiler_gnu+set}" = set; then
  4687   echo $ECHO_N "(cached) $ECHO_C" >&6
  4688 else
  4689   cat >conftest.$ac_ext <<_ACEOF
  4690 /* confdefs.h.  */
  4691 _ACEOF
  4692 cat confdefs.h >>conftest.$ac_ext
  4693 cat >>conftest.$ac_ext <<_ACEOF
  4694 /* end confdefs.h.  */
  4696 int
  4697 main ()
  4699 #ifndef __GNUC__
  4700        choke me
  4701 #endif
  4704   return 0;
  4706 _ACEOF
  4707 rm -f conftest.$ac_objext
  4708 if { (ac_try="$ac_compile"
  4709 case "(($ac_try" in
  4710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4711   *) ac_try_echo=$ac_try;;
  4712 esac
  4713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4714   (eval "$ac_compile") 2>conftest.er1
  4715   ac_status=$?
  4716   grep -v '^ *+' conftest.er1 >conftest.err
  4717   rm -f conftest.er1
  4718   cat conftest.err >&5
  4719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4720   (exit $ac_status); } && {
  4721 	 test -z "$ac_c_werror_flag" ||
  4722 	 test ! -s conftest.err
  4723        } && test -s conftest.$ac_objext; then
  4724   ac_compiler_gnu=yes
  4725 else
  4726   echo "$as_me: failed program was:" >&5
  4727 sed 's/^/| /' conftest.$ac_ext >&5
  4729 	ac_compiler_gnu=no
  4730 fi
  4732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4733 ac_cv_c_compiler_gnu=$ac_compiler_gnu
  4735 fi
  4736 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  4737 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
  4738 GCC=`test $ac_compiler_gnu = yes && echo yes`
  4739 ac_test_CFLAGS=${CFLAGS+set}
  4740 ac_save_CFLAGS=$CFLAGS
  4741 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  4742 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
  4743 if test "${ac_cv_prog_cc_g+set}" = set; then
  4744   echo $ECHO_N "(cached) $ECHO_C" >&6
  4745 else
  4746   ac_save_c_werror_flag=$ac_c_werror_flag
  4747    ac_c_werror_flag=yes
  4748    ac_cv_prog_cc_g=no
  4749    CFLAGS="-g"
  4750    cat >conftest.$ac_ext <<_ACEOF
  4751 /* confdefs.h.  */
  4752 _ACEOF
  4753 cat confdefs.h >>conftest.$ac_ext
  4754 cat >>conftest.$ac_ext <<_ACEOF
  4755 /* end confdefs.h.  */
  4757 int
  4758 main ()
  4762   return 0;
  4764 _ACEOF
  4765 rm -f conftest.$ac_objext
  4766 if { (ac_try="$ac_compile"
  4767 case "(($ac_try" in
  4768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4769   *) ac_try_echo=$ac_try;;
  4770 esac
  4771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4772   (eval "$ac_compile") 2>conftest.er1
  4773   ac_status=$?
  4774   grep -v '^ *+' conftest.er1 >conftest.err
  4775   rm -f conftest.er1
  4776   cat conftest.err >&5
  4777   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4778   (exit $ac_status); } && {
  4779 	 test -z "$ac_c_werror_flag" ||
  4780 	 test ! -s conftest.err
  4781        } && test -s conftest.$ac_objext; then
  4782   ac_cv_prog_cc_g=yes
  4783 else
  4784   echo "$as_me: failed program was:" >&5
  4785 sed 's/^/| /' conftest.$ac_ext >&5
  4787 	CFLAGS=""
  4788       cat >conftest.$ac_ext <<_ACEOF
  4789 /* confdefs.h.  */
  4790 _ACEOF
  4791 cat confdefs.h >>conftest.$ac_ext
  4792 cat >>conftest.$ac_ext <<_ACEOF
  4793 /* end confdefs.h.  */
  4795 int
  4796 main ()
  4800   return 0;
  4802 _ACEOF
  4803 rm -f conftest.$ac_objext
  4804 if { (ac_try="$ac_compile"
  4805 case "(($ac_try" in
  4806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4807   *) ac_try_echo=$ac_try;;
  4808 esac
  4809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4810   (eval "$ac_compile") 2>conftest.er1
  4811   ac_status=$?
  4812   grep -v '^ *+' conftest.er1 >conftest.err
  4813   rm -f conftest.er1
  4814   cat conftest.err >&5
  4815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4816   (exit $ac_status); } && {
  4817 	 test -z "$ac_c_werror_flag" ||
  4818 	 test ! -s conftest.err
  4819        } && test -s conftest.$ac_objext; then
  4821 else
  4822   echo "$as_me: failed program was:" >&5
  4823 sed 's/^/| /' conftest.$ac_ext >&5
  4825 	ac_c_werror_flag=$ac_save_c_werror_flag
  4826 	 CFLAGS="-g"
  4827 	 cat >conftest.$ac_ext <<_ACEOF
  4828 /* confdefs.h.  */
  4829 _ACEOF
  4830 cat confdefs.h >>conftest.$ac_ext
  4831 cat >>conftest.$ac_ext <<_ACEOF
  4832 /* end confdefs.h.  */
  4834 int
  4835 main ()
  4839   return 0;
  4841 _ACEOF
  4842 rm -f conftest.$ac_objext
  4843 if { (ac_try="$ac_compile"
  4844 case "(($ac_try" in
  4845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4846   *) ac_try_echo=$ac_try;;
  4847 esac
  4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4849   (eval "$ac_compile") 2>conftest.er1
  4850   ac_status=$?
  4851   grep -v '^ *+' conftest.er1 >conftest.err
  4852   rm -f conftest.er1
  4853   cat conftest.err >&5
  4854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4855   (exit $ac_status); } && {
  4856 	 test -z "$ac_c_werror_flag" ||
  4857 	 test ! -s conftest.err
  4858        } && test -s conftest.$ac_objext; then
  4859   ac_cv_prog_cc_g=yes
  4860 else
  4861   echo "$as_me: failed program was:" >&5
  4862 sed 's/^/| /' conftest.$ac_ext >&5
  4865 fi
  4867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4868 fi
  4870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4871 fi
  4873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4874    ac_c_werror_flag=$ac_save_c_werror_flag
  4875 fi
  4876 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  4877 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
  4878 if test "$ac_test_CFLAGS" = set; then
  4879   CFLAGS=$ac_save_CFLAGS
  4880 elif test $ac_cv_prog_cc_g = yes; then
  4881   if test "$GCC" = yes; then
  4882     CFLAGS="-g -O2"
  4883   else
  4884     CFLAGS="-g"
  4885   fi
  4886 else
  4887   if test "$GCC" = yes; then
  4888     CFLAGS="-O2"
  4889   else
  4890     CFLAGS=
  4891   fi
  4892 fi
  4893 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  4894 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
  4895 if test "${ac_cv_prog_cc_c89+set}" = set; then
  4896   echo $ECHO_N "(cached) $ECHO_C" >&6
  4897 else
  4898   ac_cv_prog_cc_c89=no
  4899 ac_save_CC=$CC
  4900 cat >conftest.$ac_ext <<_ACEOF
  4901 /* confdefs.h.  */
  4902 _ACEOF
  4903 cat confdefs.h >>conftest.$ac_ext
  4904 cat >>conftest.$ac_ext <<_ACEOF
  4905 /* end confdefs.h.  */
  4906 #include <stdarg.h>
  4907 #include <stdio.h>
  4908 #include <sys/types.h>
  4909 #include <sys/stat.h>
  4910 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  4911 struct buf { int x; };
  4912 FILE * (*rcsopen) (struct buf *, struct stat *, int);
  4913 static char *e (p, i)
  4914      char **p;
  4915      int i;
  4917   return p[i];
  4919 static char *f (char * (*g) (char **, int), char **p, ...)
  4921   char *s;
  4922   va_list v;
  4923   va_start (v,p);
  4924   s = g (p, va_arg (v,int));
  4925   va_end (v);
  4926   return s;
  4929 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  4930    function prototypes and stuff, but not '\xHH' hex character constants.
  4931    These don't provoke an error unfortunately, instead are silently treated
  4932    as 'x'.  The following induces an error, until -std is added to get
  4933    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  4934    array size at least.  It's necessary to write '\x00'==0 to get something
  4935    that's true only with -std.  */
  4936 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  4938 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  4939    inside strings and character constants.  */
  4940 #define FOO(x) 'x'
  4941 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  4943 int test (int i, double x);
  4944 struct s1 {int (*f) (int a);};
  4945 struct s2 {int (*f) (double a);};
  4946 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  4947 int argc;
  4948 char **argv;
  4949 int
  4950 main ()
  4952 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  4954   return 0;
  4956 _ACEOF
  4957 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  4958 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  4959 do
  4960   CC="$ac_save_CC $ac_arg"
  4961   rm -f conftest.$ac_objext
  4962 if { (ac_try="$ac_compile"
  4963 case "(($ac_try" in
  4964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4965   *) ac_try_echo=$ac_try;;
  4966 esac
  4967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  4968   (eval "$ac_compile") 2>conftest.er1
  4969   ac_status=$?
  4970   grep -v '^ *+' conftest.er1 >conftest.err
  4971   rm -f conftest.er1
  4972   cat conftest.err >&5
  4973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4974   (exit $ac_status); } && {
  4975 	 test -z "$ac_c_werror_flag" ||
  4976 	 test ! -s conftest.err
  4977        } && test -s conftest.$ac_objext; then
  4978   ac_cv_prog_cc_c89=$ac_arg
  4979 else
  4980   echo "$as_me: failed program was:" >&5
  4981 sed 's/^/| /' conftest.$ac_ext >&5
  4984 fi
  4986 rm -f core conftest.err conftest.$ac_objext
  4987   test "x$ac_cv_prog_cc_c89" != "xno" && break
  4988 done
  4989 rm -f conftest.$ac_ext
  4990 CC=$ac_save_CC
  4992 fi
  4993 # AC_CACHE_VAL
  4994 case "x$ac_cv_prog_cc_c89" in
  4995   x)
  4996     { echo "$as_me:$LINENO: result: none needed" >&5
  4997 echo "${ECHO_T}none needed" >&6; } ;;
  4998   xno)
  4999     { echo "$as_me:$LINENO: result: unsupported" >&5
  5000 echo "${ECHO_T}unsupported" >&6; } ;;
  5001   *)
  5002     CC="$CC $ac_cv_prog_cc_c89"
  5003     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  5004 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
  5005 esac
  5008 ac_ext=c
  5009 ac_cpp='$CPP $CPPFLAGS'
  5010 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5011 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5012 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5014 depcc="$CC"   am_compiler_list=
  5016 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  5017 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  5018 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  5019   echo $ECHO_N "(cached) $ECHO_C" >&6
  5020 else
  5021   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  5022   # We make a subdir and do the tests there.  Otherwise we can end up
  5023   # making bogus files that we don't know about and never remove.  For
  5024   # instance it was reported that on HP-UX the gcc test will end up
  5025   # making a dummy file named `D' -- because `-MD' means `put the output
  5026   # in D'.
  5027   mkdir conftest.dir
  5028   # Copy depcomp to subdir because otherwise we won't find it if we're
  5029   # using a relative directory.
  5030   cp "$am_depcomp" conftest.dir
  5031   cd conftest.dir
  5032   # We will build objects and dependencies in a subdirectory because
  5033   # it helps to detect inapplicable dependency modes.  For instance
  5034   # both Tru64's cc and ICC support -MD to output dependencies as a
  5035   # side effect of compilation, but ICC will put the dependencies in
  5036   # the current directory while Tru64 will put them in the object
  5037   # directory.
  5038   mkdir sub
  5040   am_cv_CC_dependencies_compiler_type=none
  5041   if test "$am_compiler_list" = ""; then
  5042      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  5043   fi
  5044   for depmode in $am_compiler_list; do
  5045     # Setup a source with many dependencies, because some compilers
  5046     # like to wrap large dependency lists on column 80 (with \), and
  5047     # we should not choose a depcomp mode which is confused by this.
  5049     # We need to recreate these files for each test, as the compiler may
  5050     # overwrite some of them when testing with obscure command lines.
  5051     # This happens at least with the AIX C compiler.
  5052     : > sub/conftest.c
  5053     for i in 1 2 3 4 5 6; do
  5054       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  5055       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  5056       # Solaris 8's {/usr,}/bin/sh.
  5057       touch sub/conftst$i.h
  5058     done
  5059     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  5061     case $depmode in
  5062     nosideeffect)
  5063       # after this tag, mechanisms are not by side-effect, so they'll
  5064       # only be used when explicitly requested
  5065       if test "x$enable_dependency_tracking" = xyes; then
  5066 	continue
  5067       else
  5068 	break
  5069       fi
  5070       ;;
  5071     none) break ;;
  5072     esac
  5073     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  5074     # mode.  It turns out that the SunPro C++ compiler does not properly
  5075     # handle `-M -o', and we need to detect this.
  5076     if depmode=$depmode \
  5077        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  5078        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  5079        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  5080          >/dev/null 2>conftest.err &&
  5081        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  5082        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  5083        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  5084       # icc doesn't choke on unknown options, it will just issue warnings
  5085       # or remarks (even with -Werror).  So we grep stderr for any message
  5086       # that says an option was ignored or not supported.
  5087       # When given -MP, icc 7.0 and 7.1 complain thusly:
  5088       #   icc: Command line warning: ignoring option '-M'; no argument required
  5089       # The diagnosis changed in icc 8.0:
  5090       #   icc: Command line remark: option '-MP' not supported
  5091       if (grep 'ignoring option' conftest.err ||
  5092           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  5093         am_cv_CC_dependencies_compiler_type=$depmode
  5094         break
  5095       fi
  5096     fi
  5097   done
  5099   cd ..
  5100   rm -rf conftest.dir
  5101 else
  5102   am_cv_CC_dependencies_compiler_type=none
  5103 fi
  5105 fi
  5106 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  5107 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
  5108 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  5112 if
  5113   test "x$enable_dependency_tracking" != xno \
  5114   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  5115   am__fastdepCC_TRUE=
  5116   am__fastdepCC_FALSE='#'
  5117 else
  5118   am__fastdepCC_TRUE='#'
  5119   am__fastdepCC_FALSE=
  5120 fi
  5124 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
  5126 ac_ext=m
  5127 ac_cpp='$OBJCPP $CPPFLAGS'
  5128 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5129 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5130 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
  5131 if test -n "$ac_tool_prefix"; then
  5132   for ac_prog in gcc objcc objc cc CC
  5133   do
  5134     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  5135 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  5136 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  5137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  5138 if test "${ac_cv_prog_OBJC+set}" = set; then
  5139   echo $ECHO_N "(cached) $ECHO_C" >&6
  5140 else
  5141   if test -n "$OBJC"; then
  5142   ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
  5143 else
  5144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5145 for as_dir in $PATH
  5146 do
  5147   IFS=$as_save_IFS
  5148   test -z "$as_dir" && as_dir=.
  5149   for ac_exec_ext in '' $ac_executable_extensions; do
  5150   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  5151     ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
  5152     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  5153     break 2
  5154   fi
  5155 done
  5156 done
  5157 IFS=$as_save_IFS
  5159 fi
  5160 fi
  5161 OBJC=$ac_cv_prog_OBJC
  5162 if test -n "$OBJC"; then
  5163   { echo "$as_me:$LINENO: result: $OBJC" >&5
  5164 echo "${ECHO_T}$OBJC" >&6; }
  5165 else
  5166   { echo "$as_me:$LINENO: result: no" >&5
  5167 echo "${ECHO_T}no" >&6; }
  5168 fi
  5171     test -n "$OBJC" && break
  5172   done
  5173 fi
  5174 if test -z "$OBJC"; then
  5175   ac_ct_OBJC=$OBJC
  5176   for ac_prog in gcc objcc objc cc CC
  5177 do
  5178   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5179 set dummy $ac_prog; ac_word=$2
  5180 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  5181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  5182 if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then
  5183   echo $ECHO_N "(cached) $ECHO_C" >&6
  5184 else
  5185   if test -n "$ac_ct_OBJC"; then
  5186   ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
  5187 else
  5188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5189 for as_dir in $PATH
  5190 do
  5191   IFS=$as_save_IFS
  5192   test -z "$as_dir" && as_dir=.
  5193   for ac_exec_ext in '' $ac_executable_extensions; do
  5194   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  5195     ac_cv_prog_ac_ct_OBJC="$ac_prog"
  5196     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  5197     break 2
  5198   fi
  5199 done
  5200 done
  5201 IFS=$as_save_IFS
  5203 fi
  5204 fi
  5205 ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
  5206 if test -n "$ac_ct_OBJC"; then
  5207   { echo "$as_me:$LINENO: result: $ac_ct_OBJC" >&5
  5208 echo "${ECHO_T}$ac_ct_OBJC" >&6; }
  5209 else
  5210   { echo "$as_me:$LINENO: result: no" >&5
  5211 echo "${ECHO_T}no" >&6; }
  5212 fi
  5215   test -n "$ac_ct_OBJC" && break
  5216 done
  5218   if test "x$ac_ct_OBJC" = x; then
  5219     OBJC="gcc"
  5220   else
  5221     case $cross_compiling:$ac_tool_warned in
  5222 yes:)
  5223 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  5224 whose name does not start with the host triplet.  If you think this
  5225 configuration is useful to you, please write to autoconf@gnu.org." >&5
  5226 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  5227 whose name does not start with the host triplet.  If you think this
  5228 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  5229 ac_tool_warned=yes ;;
  5230 esac
  5231     OBJC=$ac_ct_OBJC
  5232   fi
  5233 fi
  5235 # Provide some information about the compiler.
  5236 echo "$as_me:$LINENO: checking for Objective C compiler version" >&5
  5237 ac_compiler=`set X $ac_compile; echo $2`
  5238 { (ac_try="$ac_compiler --version >&5"
  5239 case "(($ac_try" in
  5240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5241   *) ac_try_echo=$ac_try;;
  5242 esac
  5243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5244   (eval "$ac_compiler --version >&5") 2>&5
  5245   ac_status=$?
  5246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5247   (exit $ac_status); }
  5248 { (ac_try="$ac_compiler -v >&5"
  5249 case "(($ac_try" in
  5250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5251   *) ac_try_echo=$ac_try;;
  5252 esac
  5253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5254   (eval "$ac_compiler -v >&5") 2>&5
  5255   ac_status=$?
  5256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5257   (exit $ac_status); }
  5258 { (ac_try="$ac_compiler -V >&5"
  5259 case "(($ac_try" in
  5260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5261   *) ac_try_echo=$ac_try;;
  5262 esac
  5263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5264   (eval "$ac_compiler -V >&5") 2>&5
  5265   ac_status=$?
  5266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5267   (exit $ac_status); }
  5269 { echo "$as_me:$LINENO: checking whether we are using the GNU Objective C compiler" >&5
  5270 echo $ECHO_N "checking whether we are using the GNU Objective C compiler... $ECHO_C" >&6; }
  5271 if test "${ac_cv_objc_compiler_gnu+set}" = set; then
  5272   echo $ECHO_N "(cached) $ECHO_C" >&6
  5273 else
  5274   cat >conftest.$ac_ext <<_ACEOF
  5275 /* confdefs.h.  */
  5276 _ACEOF
  5277 cat confdefs.h >>conftest.$ac_ext
  5278 cat >>conftest.$ac_ext <<_ACEOF
  5279 /* end confdefs.h.  */
  5281 int
  5282 main ()
  5284 #ifndef __GNUC__
  5285        choke me
  5286 #endif
  5289   return 0;
  5291 _ACEOF
  5292 rm -f conftest.$ac_objext
  5293 if { (ac_try="$ac_compile"
  5294 case "(($ac_try" in
  5295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5296   *) ac_try_echo=$ac_try;;
  5297 esac
  5298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5299   (eval "$ac_compile") 2>conftest.er1
  5300   ac_status=$?
  5301   grep -v '^ *+' conftest.er1 >conftest.err
  5302   rm -f conftest.er1
  5303   cat conftest.err >&5
  5304   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5305   (exit $ac_status); } && {
  5306 	 test -z "$ac_objc_werror_flag" ||
  5307 	 test ! -s conftest.err
  5308        } && test -s conftest.$ac_objext; then
  5309   ac_compiler_gnu=yes
  5310 else
  5311   echo "$as_me: failed program was:" >&5
  5312 sed 's/^/| /' conftest.$ac_ext >&5
  5314 	ac_compiler_gnu=no
  5315 fi
  5317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5318 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
  5320 fi
  5321 { echo "$as_me:$LINENO: result: $ac_cv_objc_compiler_gnu" >&5
  5322 echo "${ECHO_T}$ac_cv_objc_compiler_gnu" >&6; }
  5323 GOBJC=`test $ac_compiler_gnu = yes && echo yes`
  5324 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
  5325 ac_save_OBJCFLAGS=$OBJCFLAGS
  5326 { echo "$as_me:$LINENO: checking whether $OBJC accepts -g" >&5
  5327 echo $ECHO_N "checking whether $OBJC accepts -g... $ECHO_C" >&6; }
  5328 if test "${ac_cv_prog_objc_g+set}" = set; then
  5329   echo $ECHO_N "(cached) $ECHO_C" >&6
  5330 else
  5331   ac_save_objc_werror_flag=$ac_objc_werror_flag
  5332    ac_objc_werror_flag=yes
  5333    ac_cv_prog_objc_g=no
  5334    OBJCFLAGS="-g"
  5335    cat >conftest.$ac_ext <<_ACEOF
  5336 /* confdefs.h.  */
  5337 _ACEOF
  5338 cat confdefs.h >>conftest.$ac_ext
  5339 cat >>conftest.$ac_ext <<_ACEOF
  5340 /* end confdefs.h.  */
  5342 int
  5343 main ()
  5347   return 0;
  5349 _ACEOF
  5350 rm -f conftest.$ac_objext
  5351 if { (ac_try="$ac_compile"
  5352 case "(($ac_try" in
  5353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5354   *) ac_try_echo=$ac_try;;
  5355 esac
  5356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5357   (eval "$ac_compile") 2>conftest.er1
  5358   ac_status=$?
  5359   grep -v '^ *+' conftest.er1 >conftest.err
  5360   rm -f conftest.er1
  5361   cat conftest.err >&5
  5362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5363   (exit $ac_status); } && {
  5364 	 test -z "$ac_objc_werror_flag" ||
  5365 	 test ! -s conftest.err
  5366        } && test -s conftest.$ac_objext; then
  5367   ac_cv_prog_objc_g=yes
  5368 else
  5369   echo "$as_me: failed program was:" >&5
  5370 sed 's/^/| /' conftest.$ac_ext >&5
  5372 	OBJCFLAGS=""
  5373       cat >conftest.$ac_ext <<_ACEOF
  5374 /* confdefs.h.  */
  5375 _ACEOF
  5376 cat confdefs.h >>conftest.$ac_ext
  5377 cat >>conftest.$ac_ext <<_ACEOF
  5378 /* end confdefs.h.  */
  5380 int
  5381 main ()
  5385   return 0;
  5387 _ACEOF
  5388 rm -f conftest.$ac_objext
  5389 if { (ac_try="$ac_compile"
  5390 case "(($ac_try" in
  5391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5392   *) ac_try_echo=$ac_try;;
  5393 esac
  5394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5395   (eval "$ac_compile") 2>conftest.er1
  5396   ac_status=$?
  5397   grep -v '^ *+' conftest.er1 >conftest.err
  5398   rm -f conftest.er1
  5399   cat conftest.err >&5
  5400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5401   (exit $ac_status); } && {
  5402 	 test -z "$ac_objc_werror_flag" ||
  5403 	 test ! -s conftest.err
  5404        } && test -s conftest.$ac_objext; then
  5406 else
  5407   echo "$as_me: failed program was:" >&5
  5408 sed 's/^/| /' conftest.$ac_ext >&5
  5410 	ac_objc_werror_flag=$ac_save_objc_werror_flag
  5411 	 OBJCFLAGS="-g"
  5412 	 cat >conftest.$ac_ext <<_ACEOF
  5413 /* confdefs.h.  */
  5414 _ACEOF
  5415 cat confdefs.h >>conftest.$ac_ext
  5416 cat >>conftest.$ac_ext <<_ACEOF
  5417 /* end confdefs.h.  */
  5419 int
  5420 main ()
  5424   return 0;
  5426 _ACEOF
  5427 rm -f conftest.$ac_objext
  5428 if { (ac_try="$ac_compile"
  5429 case "(($ac_try" in
  5430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5431   *) ac_try_echo=$ac_try;;
  5432 esac
  5433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5434   (eval "$ac_compile") 2>conftest.er1
  5435   ac_status=$?
  5436   grep -v '^ *+' conftest.er1 >conftest.err
  5437   rm -f conftest.er1
  5438   cat conftest.err >&5
  5439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5440   (exit $ac_status); } && {
  5441 	 test -z "$ac_objc_werror_flag" ||
  5442 	 test ! -s conftest.err
  5443        } && test -s conftest.$ac_objext; then
  5444   ac_cv_prog_objc_g=yes
  5445 else
  5446   echo "$as_me: failed program was:" >&5
  5447 sed 's/^/| /' conftest.$ac_ext >&5
  5450 fi
  5452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5453 fi
  5455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5456 fi
  5458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5459    ac_objc_werror_flag=$ac_save_objc_werror_flag
  5460 fi
  5461 { echo "$as_me:$LINENO: result: $ac_cv_prog_objc_g" >&5
  5462 echo "${ECHO_T}$ac_cv_prog_objc_g" >&6; }
  5463 if test "$ac_test_OBJCFLAGS" = set; then
  5464   OBJCFLAGS=$ac_save_OBJCFLAGS
  5465 elif test $ac_cv_prog_objc_g = yes; then
  5466   if test "$GOBJC" = yes; then
  5467     OBJCFLAGS="-g -O2"
  5468   else
  5469     OBJCFLAGS="-g"
  5470   fi
  5471 else
  5472   if test "$GOBJC" = yes; then
  5473     OBJCFLAGS="-O2"
  5474   else
  5475     OBJCFLAGS=
  5476   fi
  5477 fi
  5478 ac_ext=c
  5479 ac_cpp='$CPP $CPPFLAGS'
  5480 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5481 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5482 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5484 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
  5485 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
  5486 if test "${ac_cv_path_SED+set}" = set; then
  5487   echo $ECHO_N "(cached) $ECHO_C" >&6
  5488 else
  5489             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  5490      for ac_i in 1 2 3 4 5 6 7; do
  5491        ac_script="$ac_script$as_nl$ac_script"
  5492      done
  5493      echo "$ac_script" | sed 99q >conftest.sed
  5494      $as_unset ac_script || ac_script=
  5495      # Extract the first word of "sed gsed" to use in msg output
  5496 if test -z "$SED"; then
  5497 set dummy sed gsed; ac_prog_name=$2
  5498 if test "${ac_cv_path_SED+set}" = set; then
  5499   echo $ECHO_N "(cached) $ECHO_C" >&6
  5500 else
  5501   ac_path_SED_found=false
  5502 # Loop through the user's path and test for each of PROGNAME-LIST
  5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5504 for as_dir in $PATH
  5505 do
  5506   IFS=$as_save_IFS
  5507   test -z "$as_dir" && as_dir=.
  5508   for ac_prog in sed gsed; do
  5509   for ac_exec_ext in '' $ac_executable_extensions; do
  5510     ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
  5511     { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
  5512     # Check for GNU ac_path_SED and select it if it is found.
  5513   # Check for GNU $ac_path_SED
  5514 case `"$ac_path_SED" --version 2>&1` in
  5515 *GNU*)
  5516   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
  5517 *)
  5518   ac_count=0
  5519   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  5520   while :
  5521   do
  5522     cat "conftest.in" "conftest.in" >"conftest.tmp"
  5523     mv "conftest.tmp" "conftest.in"
  5524     cp "conftest.in" "conftest.nl"
  5525     echo '' >> "conftest.nl"
  5526     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
  5527     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  5528     ac_count=`expr $ac_count + 1`
  5529     if test $ac_count -gt ${ac_path_SED_max-0}; then
  5530       # Best one so far, save it but keep looking for a better one
  5531       ac_cv_path_SED="$ac_path_SED"
  5532       ac_path_SED_max=$ac_count
  5533     fi
  5534     # 10*(2^10) chars as input seems more than enough
  5535     test $ac_count -gt 10 && break
  5536   done
  5537   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  5538 esac
  5541     $ac_path_SED_found && break 3
  5542   done
  5543 done
  5545 done
  5546 IFS=$as_save_IFS
  5549 fi
  5551 SED="$ac_cv_path_SED"
  5552 if test -z "$SED"; then
  5553   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
  5554 echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
  5555    { (exit 1); exit 1; }; }
  5556 fi
  5558 else
  5559   ac_cv_path_SED=$SED
  5560 fi
  5562 fi
  5563 { echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
  5564 echo "${ECHO_T}$ac_cv_path_SED" >&6; }
  5565  SED="$ac_cv_path_SED"
  5566   rm -f conftest.sed
  5568 # By default we simply use the C compiler to build assembly code.
  5570 test "${CCAS+set}" = set || CCAS=$CC
  5571 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
  5575 ac_ext=c
  5576 ac_cpp='$CPP $CPPFLAGS'
  5577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5580 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  5581 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
  5582 # On Suns, sometimes $CPP names a directory.
  5583 if test -n "$CPP" && test -d "$CPP"; then
  5584   CPP=
  5585 fi
  5586 if test -z "$CPP"; then
  5587   if test "${ac_cv_prog_CPP+set}" = set; then
  5588   echo $ECHO_N "(cached) $ECHO_C" >&6
  5589 else
  5590       # Double quotes because CPP needs to be expanded
  5591     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  5592     do
  5593       ac_preproc_ok=false
  5594 for ac_c_preproc_warn_flag in '' yes
  5595 do
  5596   # Use a header file that comes with gcc, so configuring glibc
  5597   # with a fresh cross-compiler works.
  5598   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5599   # <limits.h> exists even on freestanding compilers.
  5600   # On the NeXT, cc -E runs the code through the compiler's parser,
  5601   # not just through cpp. "Syntax error" is here to catch this case.
  5602   cat >conftest.$ac_ext <<_ACEOF
  5603 /* confdefs.h.  */
  5604 _ACEOF
  5605 cat confdefs.h >>conftest.$ac_ext
  5606 cat >>conftest.$ac_ext <<_ACEOF
  5607 /* end confdefs.h.  */
  5608 #ifdef __STDC__
  5609 # include <limits.h>
  5610 #else
  5611 # include <assert.h>
  5612 #endif
  5613 		     Syntax error
  5614 _ACEOF
  5615 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5616 case "(($ac_try" in
  5617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5618   *) ac_try_echo=$ac_try;;
  5619 esac
  5620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5621   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5622   ac_status=$?
  5623   grep -v '^ *+' conftest.er1 >conftest.err
  5624   rm -f conftest.er1
  5625   cat conftest.err >&5
  5626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5627   (exit $ac_status); } >/dev/null && {
  5628 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5629 	 test ! -s conftest.err
  5630        }; then
  5632 else
  5633   echo "$as_me: failed program was:" >&5
  5634 sed 's/^/| /' conftest.$ac_ext >&5
  5636   # Broken: fails on valid input.
  5637 continue
  5638 fi
  5640 rm -f conftest.err conftest.$ac_ext
  5642   # OK, works on sane cases.  Now check whether nonexistent headers
  5643   # can be detected and how.
  5644   cat >conftest.$ac_ext <<_ACEOF
  5645 /* confdefs.h.  */
  5646 _ACEOF
  5647 cat confdefs.h >>conftest.$ac_ext
  5648 cat >>conftest.$ac_ext <<_ACEOF
  5649 /* end confdefs.h.  */
  5650 #include <ac_nonexistent.h>
  5651 _ACEOF
  5652 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5653 case "(($ac_try" in
  5654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5655   *) ac_try_echo=$ac_try;;
  5656 esac
  5657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5658   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5659   ac_status=$?
  5660   grep -v '^ *+' conftest.er1 >conftest.err
  5661   rm -f conftest.er1
  5662   cat conftest.err >&5
  5663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5664   (exit $ac_status); } >/dev/null && {
  5665 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5666 	 test ! -s conftest.err
  5667        }; then
  5668   # Broken: success on invalid input.
  5669 continue
  5670 else
  5671   echo "$as_me: failed program was:" >&5
  5672 sed 's/^/| /' conftest.$ac_ext >&5
  5674   # Passes both tests.
  5675 ac_preproc_ok=:
  5676 break
  5677 fi
  5679 rm -f conftest.err conftest.$ac_ext
  5681 done
  5682 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  5683 rm -f conftest.err conftest.$ac_ext
  5684 if $ac_preproc_ok; then
  5685   break
  5686 fi
  5688     done
  5689     ac_cv_prog_CPP=$CPP
  5691 fi
  5692   CPP=$ac_cv_prog_CPP
  5693 else
  5694   ac_cv_prog_CPP=$CPP
  5695 fi
  5696 { echo "$as_me:$LINENO: result: $CPP" >&5
  5697 echo "${ECHO_T}$CPP" >&6; }
  5698 ac_preproc_ok=false
  5699 for ac_c_preproc_warn_flag in '' yes
  5700 do
  5701   # Use a header file that comes with gcc, so configuring glibc
  5702   # with a fresh cross-compiler works.
  5703   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5704   # <limits.h> exists even on freestanding compilers.
  5705   # On the NeXT, cc -E runs the code through the compiler's parser,
  5706   # not just through cpp. "Syntax error" is here to catch this case.
  5707   cat >conftest.$ac_ext <<_ACEOF
  5708 /* confdefs.h.  */
  5709 _ACEOF
  5710 cat confdefs.h >>conftest.$ac_ext
  5711 cat >>conftest.$ac_ext <<_ACEOF
  5712 /* end confdefs.h.  */
  5713 #ifdef __STDC__
  5714 # include <limits.h>
  5715 #else
  5716 # include <assert.h>
  5717 #endif
  5718 		     Syntax error
  5719 _ACEOF
  5720 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5721 case "(($ac_try" in
  5722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5723   *) ac_try_echo=$ac_try;;
  5724 esac
  5725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5726   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5727   ac_status=$?
  5728   grep -v '^ *+' conftest.er1 >conftest.err
  5729   rm -f conftest.er1
  5730   cat conftest.err >&5
  5731   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5732   (exit $ac_status); } >/dev/null && {
  5733 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5734 	 test ! -s conftest.err
  5735        }; then
  5737 else
  5738   echo "$as_me: failed program was:" >&5
  5739 sed 's/^/| /' conftest.$ac_ext >&5
  5741   # Broken: fails on valid input.
  5742 continue
  5743 fi
  5745 rm -f conftest.err conftest.$ac_ext
  5747   # OK, works on sane cases.  Now check whether nonexistent headers
  5748   # can be detected and how.
  5749   cat >conftest.$ac_ext <<_ACEOF
  5750 /* confdefs.h.  */
  5751 _ACEOF
  5752 cat confdefs.h >>conftest.$ac_ext
  5753 cat >>conftest.$ac_ext <<_ACEOF
  5754 /* end confdefs.h.  */
  5755 #include <ac_nonexistent.h>
  5756 _ACEOF
  5757 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5758 case "(($ac_try" in
  5759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5760   *) ac_try_echo=$ac_try;;
  5761 esac
  5762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5763   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5764   ac_status=$?
  5765   grep -v '^ *+' conftest.er1 >conftest.err
  5766   rm -f conftest.er1
  5767   cat conftest.err >&5
  5768   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5769   (exit $ac_status); } >/dev/null && {
  5770 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5771 	 test ! -s conftest.err
  5772        }; then
  5773   # Broken: success on invalid input.
  5774 continue
  5775 else
  5776   echo "$as_me: failed program was:" >&5
  5777 sed 's/^/| /' conftest.$ac_ext >&5
  5779   # Passes both tests.
  5780 ac_preproc_ok=:
  5781 break
  5782 fi
  5784 rm -f conftest.err conftest.$ac_ext
  5786 done
  5787 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  5788 rm -f conftest.err conftest.$ac_ext
  5789 if $ac_preproc_ok; then
  5791 else
  5792   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  5793 See \`config.log' for more details." >&5
  5794 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  5795 See \`config.log' for more details." >&2;}
  5796    { (exit 1); exit 1; }; }
  5797 fi
  5799 ac_ext=c
  5800 ac_cpp='$CPP $CPPFLAGS'
  5801 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5802 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5803 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5806 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
  5807 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
  5808 if test "${ac_cv_path_GREP+set}" = set; then
  5809   echo $ECHO_N "(cached) $ECHO_C" >&6
  5810 else
  5811   # Extract the first word of "grep ggrep" to use in msg output
  5812 if test -z "$GREP"; then
  5813 set dummy grep ggrep; ac_prog_name=$2
  5814 if test "${ac_cv_path_GREP+set}" = set; then
  5815   echo $ECHO_N "(cached) $ECHO_C" >&6
  5816 else
  5817   ac_path_GREP_found=false
  5818 # Loop through the user's path and test for each of PROGNAME-LIST
  5819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5820 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  5821 do
  5822   IFS=$as_save_IFS
  5823   test -z "$as_dir" && as_dir=.
  5824   for ac_prog in grep ggrep; do
  5825   for ac_exec_ext in '' $ac_executable_extensions; do
  5826     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  5827     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  5828     # Check for GNU ac_path_GREP and select it if it is found.
  5829   # Check for GNU $ac_path_GREP
  5830 case `"$ac_path_GREP" --version 2>&1` in
  5831 *GNU*)
  5832   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  5833 *)
  5834   ac_count=0
  5835   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  5836   while :
  5837   do
  5838     cat "conftest.in" "conftest.in" >"conftest.tmp"
  5839     mv "conftest.tmp" "conftest.in"
  5840     cp "conftest.in" "conftest.nl"
  5841     echo 'GREP' >> "conftest.nl"
  5842     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  5843     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  5844     ac_count=`expr $ac_count + 1`
  5845     if test $ac_count -gt ${ac_path_GREP_max-0}; then
  5846       # Best one so far, save it but keep looking for a better one
  5847       ac_cv_path_GREP="$ac_path_GREP"
  5848       ac_path_GREP_max=$ac_count
  5849     fi
  5850     # 10*(2^10) chars as input seems more than enough
  5851     test $ac_count -gt 10 && break
  5852   done
  5853   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  5854 esac
  5857     $ac_path_GREP_found && break 3
  5858   done
  5859 done
  5861 done
  5862 IFS=$as_save_IFS
  5865 fi
  5867 GREP="$ac_cv_path_GREP"
  5868 if test -z "$GREP"; then
  5869   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  5870 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  5871    { (exit 1); exit 1; }; }
  5872 fi
  5874 else
  5875   ac_cv_path_GREP=$GREP
  5876 fi
  5879 fi
  5880 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
  5881 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
  5882  GREP="$ac_cv_path_GREP"
  5885 { echo "$as_me:$LINENO: checking for egrep" >&5
  5886 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
  5887 if test "${ac_cv_path_EGREP+set}" = set; then
  5888   echo $ECHO_N "(cached) $ECHO_C" >&6
  5889 else
  5890   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  5891    then ac_cv_path_EGREP="$GREP -E"
  5892    else
  5893      # Extract the first word of "egrep" to use in msg output
  5894 if test -z "$EGREP"; then
  5895 set dummy egrep; ac_prog_name=$2
  5896 if test "${ac_cv_path_EGREP+set}" = set; then
  5897   echo $ECHO_N "(cached) $ECHO_C" >&6
  5898 else
  5899   ac_path_EGREP_found=false
  5900 # Loop through the user's path and test for each of PROGNAME-LIST
  5901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5902 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  5903 do
  5904   IFS=$as_save_IFS
  5905   test -z "$as_dir" && as_dir=.
  5906   for ac_prog in egrep; do
  5907   for ac_exec_ext in '' $ac_executable_extensions; do
  5908     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  5909     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  5910     # Check for GNU ac_path_EGREP and select it if it is found.
  5911   # Check for GNU $ac_path_EGREP
  5912 case `"$ac_path_EGREP" --version 2>&1` in
  5913 *GNU*)
  5914   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  5915 *)
  5916   ac_count=0
  5917   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
  5918   while :
  5919   do
  5920     cat "conftest.in" "conftest.in" >"conftest.tmp"
  5921     mv "conftest.tmp" "conftest.in"
  5922     cp "conftest.in" "conftest.nl"
  5923     echo 'EGREP' >> "conftest.nl"
  5924     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  5925     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  5926     ac_count=`expr $ac_count + 1`
  5927     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  5928       # Best one so far, save it but keep looking for a better one
  5929       ac_cv_path_EGREP="$ac_path_EGREP"
  5930       ac_path_EGREP_max=$ac_count
  5931     fi
  5932     # 10*(2^10) chars as input seems more than enough
  5933     test $ac_count -gt 10 && break
  5934   done
  5935   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  5936 esac
  5939     $ac_path_EGREP_found && break 3
  5940   done
  5941 done
  5943 done
  5944 IFS=$as_save_IFS
  5947 fi
  5949 EGREP="$ac_cv_path_EGREP"
  5950 if test -z "$EGREP"; then
  5951   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  5952 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  5953    { (exit 1); exit 1; }; }
  5954 fi
  5956 else
  5957   ac_cv_path_EGREP=$EGREP
  5958 fi
  5961    fi
  5962 fi
  5963 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
  5964 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
  5965  EGREP="$ac_cv_path_EGREP"
  5968 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  5969 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
  5970 if test "${ac_cv_header_stdc+set}" = set; then
  5971   echo $ECHO_N "(cached) $ECHO_C" >&6
  5972 else
  5973   cat >conftest.$ac_ext <<_ACEOF
  5974 /* confdefs.h.  */
  5975 _ACEOF
  5976 cat confdefs.h >>conftest.$ac_ext
  5977 cat >>conftest.$ac_ext <<_ACEOF
  5978 /* end confdefs.h.  */
  5979 #include <stdlib.h>
  5980 #include <stdarg.h>
  5981 #include <string.h>
  5982 #include <float.h>
  5984 int
  5985 main ()
  5989   return 0;
  5991 _ACEOF
  5992 rm -f conftest.$ac_objext
  5993 if { (ac_try="$ac_compile"
  5994 case "(($ac_try" in
  5995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5996   *) ac_try_echo=$ac_try;;
  5997 esac
  5998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  5999   (eval "$ac_compile") 2>conftest.er1
  6000   ac_status=$?
  6001   grep -v '^ *+' conftest.er1 >conftest.err
  6002   rm -f conftest.er1
  6003   cat conftest.err >&5
  6004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6005   (exit $ac_status); } && {
  6006 	 test -z "$ac_c_werror_flag" ||
  6007 	 test ! -s conftest.err
  6008        } && test -s conftest.$ac_objext; then
  6009   ac_cv_header_stdc=yes
  6010 else
  6011   echo "$as_me: failed program was:" >&5
  6012 sed 's/^/| /' conftest.$ac_ext >&5
  6014 	ac_cv_header_stdc=no
  6015 fi
  6017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6019 if test $ac_cv_header_stdc = yes; then
  6020   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  6021   cat >conftest.$ac_ext <<_ACEOF
  6022 /* confdefs.h.  */
  6023 _ACEOF
  6024 cat confdefs.h >>conftest.$ac_ext
  6025 cat >>conftest.$ac_ext <<_ACEOF
  6026 /* end confdefs.h.  */
  6027 #include <string.h>
  6029 _ACEOF
  6030 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6031   $EGREP "memchr" >/dev/null 2>&1; then
  6033 else
  6034   ac_cv_header_stdc=no
  6035 fi
  6036 rm -f conftest*
  6038 fi
  6040 if test $ac_cv_header_stdc = yes; then
  6041   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  6042   cat >conftest.$ac_ext <<_ACEOF
  6043 /* confdefs.h.  */
  6044 _ACEOF
  6045 cat confdefs.h >>conftest.$ac_ext
  6046 cat >>conftest.$ac_ext <<_ACEOF
  6047 /* end confdefs.h.  */
  6048 #include <stdlib.h>
  6050 _ACEOF
  6051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6052   $EGREP "free" >/dev/null 2>&1; then
  6054 else
  6055   ac_cv_header_stdc=no
  6056 fi
  6057 rm -f conftest*
  6059 fi
  6061 if test $ac_cv_header_stdc = yes; then
  6062   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  6063   if test "$cross_compiling" = yes; then
  6065 else
  6066   cat >conftest.$ac_ext <<_ACEOF
  6067 /* confdefs.h.  */
  6068 _ACEOF
  6069 cat confdefs.h >>conftest.$ac_ext
  6070 cat >>conftest.$ac_ext <<_ACEOF
  6071 /* end confdefs.h.  */
  6072 #include <ctype.h>
  6073 #include <stdlib.h>
  6074 #if ((' ' & 0x0FF) == 0x020)
  6075 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  6076 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  6077 #else
  6078 # define ISLOWER(c) \
  6079 		   (('a' <= (c) && (c) <= 'i') \
  6080 		     || ('j' <= (c) && (c) <= 'r') \
  6081 		     || ('s' <= (c) && (c) <= 'z'))
  6082 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  6083 #endif
  6085 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  6086 int
  6087 main ()
  6089   int i;
  6090   for (i = 0; i < 256; i++)
  6091     if (XOR (islower (i), ISLOWER (i))
  6092 	|| toupper (i) != TOUPPER (i))
  6093       return 2;
  6094   return 0;
  6096 _ACEOF
  6097 rm -f conftest$ac_exeext
  6098 if { (ac_try="$ac_link"
  6099 case "(($ac_try" in
  6100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6101   *) ac_try_echo=$ac_try;;
  6102 esac
  6103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6104   (eval "$ac_link") 2>&5
  6105   ac_status=$?
  6106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6107   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  6108   { (case "(($ac_try" in
  6109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6110   *) ac_try_echo=$ac_try;;
  6111 esac
  6112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6113   (eval "$ac_try") 2>&5
  6114   ac_status=$?
  6115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6116   (exit $ac_status); }; }; then
  6118 else
  6119   echo "$as_me: program exited with status $ac_status" >&5
  6120 echo "$as_me: failed program was:" >&5
  6121 sed 's/^/| /' conftest.$ac_ext >&5
  6123 ( exit $ac_status )
  6124 ac_cv_header_stdc=no
  6125 fi
  6126 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  6127 fi
  6130 fi
  6131 fi
  6132 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  6133 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
  6134 if test $ac_cv_header_stdc = yes; then
  6136 cat >>confdefs.h <<\_ACEOF
  6137 #define STDC_HEADERS 1
  6138 _ACEOF
  6140 fi
  6142 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  6152 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  6153 		  inttypes.h stdint.h unistd.h
  6154 do
  6155 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  6156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
  6157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
  6158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  6159   echo $ECHO_N "(cached) $ECHO_C" >&6
  6160 else
  6161   cat >conftest.$ac_ext <<_ACEOF
  6162 /* confdefs.h.  */
  6163 _ACEOF
  6164 cat confdefs.h >>conftest.$ac_ext
  6165 cat >>conftest.$ac_ext <<_ACEOF
  6166 /* end confdefs.h.  */
  6167 $ac_includes_default
  6169 #include <$ac_header>
  6170 _ACEOF
  6171 rm -f conftest.$ac_objext
  6172 if { (ac_try="$ac_compile"
  6173 case "(($ac_try" in
  6174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6175   *) ac_try_echo=$ac_try;;
  6176 esac
  6177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6178   (eval "$ac_compile") 2>conftest.er1
  6179   ac_status=$?
  6180   grep -v '^ *+' conftest.er1 >conftest.err
  6181   rm -f conftest.er1
  6182   cat conftest.err >&5
  6183   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6184   (exit $ac_status); } && {
  6185 	 test -z "$ac_c_werror_flag" ||
  6186 	 test ! -s conftest.err
  6187        } && test -s conftest.$ac_objext; then
  6188   eval "$as_ac_Header=yes"
  6189 else
  6190   echo "$as_me: failed program was:" >&5
  6191 sed 's/^/| /' conftest.$ac_ext >&5
  6193 	eval "$as_ac_Header=no"
  6194 fi
  6196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6197 fi
  6198 ac_res=`eval echo '${'$as_ac_Header'}'`
  6199 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
  6200 echo "${ECHO_T}$ac_res" >&6; }
  6201 if test `eval echo '${'$as_ac_Header'}'` = yes; then
  6202   cat >>confdefs.h <<_ACEOF
  6203 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  6204 _ACEOF
  6206 fi
  6208 done
  6211 { echo "$as_me:$LINENO: checking for void *" >&5
  6212 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
  6213 if test "${ac_cv_type_void_p+set}" = set; then
  6214   echo $ECHO_N "(cached) $ECHO_C" >&6
  6215 else
  6216   cat >conftest.$ac_ext <<_ACEOF
  6217 /* confdefs.h.  */
  6218 _ACEOF
  6219 cat confdefs.h >>conftest.$ac_ext
  6220 cat >>conftest.$ac_ext <<_ACEOF
  6221 /* end confdefs.h.  */
  6222 $ac_includes_default
  6223 typedef void * ac__type_new_;
  6224 int
  6225 main ()
  6227 if ((ac__type_new_ *) 0)
  6228   return 0;
  6229 if (sizeof (ac__type_new_))
  6230   return 0;
  6232   return 0;
  6234 _ACEOF
  6235 rm -f conftest.$ac_objext
  6236 if { (ac_try="$ac_compile"
  6237 case "(($ac_try" in
  6238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6239   *) ac_try_echo=$ac_try;;
  6240 esac
  6241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6242   (eval "$ac_compile") 2>conftest.er1
  6243   ac_status=$?
  6244   grep -v '^ *+' conftest.er1 >conftest.err
  6245   rm -f conftest.er1
  6246   cat conftest.err >&5
  6247   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6248   (exit $ac_status); } && {
  6249 	 test -z "$ac_c_werror_flag" ||
  6250 	 test ! -s conftest.err
  6251        } && test -s conftest.$ac_objext; then
  6252   ac_cv_type_void_p=yes
  6253 else
  6254   echo "$as_me: failed program was:" >&5
  6255 sed 's/^/| /' conftest.$ac_ext >&5
  6257 	ac_cv_type_void_p=no
  6258 fi
  6260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6261 fi
  6262 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
  6263 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
  6265 # The cast to long int works around a bug in the HP C Compiler
  6266 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  6267 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  6268 # This bug is HP SR number 8606223364.
  6269 { echo "$as_me:$LINENO: checking size of void *" >&5
  6270 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
  6271 if test "${ac_cv_sizeof_void_p+set}" = set; then
  6272   echo $ECHO_N "(cached) $ECHO_C" >&6
  6273 else
  6274   if test "$cross_compiling" = yes; then
  6275   # Depending upon the size, compute the lo and hi bounds.
  6276 cat >conftest.$ac_ext <<_ACEOF
  6277 /* confdefs.h.  */
  6278 _ACEOF
  6279 cat confdefs.h >>conftest.$ac_ext
  6280 cat >>conftest.$ac_ext <<_ACEOF
  6281 /* end confdefs.h.  */
  6282 $ac_includes_default
  6283    typedef void * ac__type_sizeof_;
  6284 int
  6285 main ()
  6287 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
  6288 test_array [0] = 0
  6291   return 0;
  6293 _ACEOF
  6294 rm -f conftest.$ac_objext
  6295 if { (ac_try="$ac_compile"
  6296 case "(($ac_try" in
  6297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6298   *) ac_try_echo=$ac_try;;
  6299 esac
  6300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6301   (eval "$ac_compile") 2>conftest.er1
  6302   ac_status=$?
  6303   grep -v '^ *+' conftest.er1 >conftest.err
  6304   rm -f conftest.er1
  6305   cat conftest.err >&5
  6306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6307   (exit $ac_status); } && {
  6308 	 test -z "$ac_c_werror_flag" ||
  6309 	 test ! -s conftest.err
  6310        } && test -s conftest.$ac_objext; then
  6311   ac_lo=0 ac_mid=0
  6312   while :; do
  6313     cat >conftest.$ac_ext <<_ACEOF
  6314 /* confdefs.h.  */
  6315 _ACEOF
  6316 cat confdefs.h >>conftest.$ac_ext
  6317 cat >>conftest.$ac_ext <<_ACEOF
  6318 /* end confdefs.h.  */
  6319 $ac_includes_default
  6320    typedef void * ac__type_sizeof_;
  6321 int
  6322 main ()
  6324 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  6325 test_array [0] = 0
  6328   return 0;
  6330 _ACEOF
  6331 rm -f conftest.$ac_objext
  6332 if { (ac_try="$ac_compile"
  6333 case "(($ac_try" in
  6334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6335   *) ac_try_echo=$ac_try;;
  6336 esac
  6337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6338   (eval "$ac_compile") 2>conftest.er1
  6339   ac_status=$?
  6340   grep -v '^ *+' conftest.er1 >conftest.err
  6341   rm -f conftest.er1
  6342   cat conftest.err >&5
  6343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6344   (exit $ac_status); } && {
  6345 	 test -z "$ac_c_werror_flag" ||
  6346 	 test ! -s conftest.err
  6347        } && test -s conftest.$ac_objext; then
  6348   ac_hi=$ac_mid; break
  6349 else
  6350   echo "$as_me: failed program was:" >&5
  6351 sed 's/^/| /' conftest.$ac_ext >&5
  6353 	ac_lo=`expr $ac_mid + 1`
  6354 			if test $ac_lo -le $ac_mid; then
  6355 			  ac_lo= ac_hi=
  6356 			  break
  6357 			fi
  6358 			ac_mid=`expr 2 '*' $ac_mid + 1`
  6359 fi
  6361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6362   done
  6363 else
  6364   echo "$as_me: failed program was:" >&5
  6365 sed 's/^/| /' conftest.$ac_ext >&5
  6367 	cat >conftest.$ac_ext <<_ACEOF
  6368 /* confdefs.h.  */
  6369 _ACEOF
  6370 cat confdefs.h >>conftest.$ac_ext
  6371 cat >>conftest.$ac_ext <<_ACEOF
  6372 /* end confdefs.h.  */
  6373 $ac_includes_default
  6374    typedef void * ac__type_sizeof_;
  6375 int
  6376 main ()
  6378 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
  6379 test_array [0] = 0
  6382   return 0;
  6384 _ACEOF
  6385 rm -f conftest.$ac_objext
  6386 if { (ac_try="$ac_compile"
  6387 case "(($ac_try" in
  6388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6389   *) ac_try_echo=$ac_try;;
  6390 esac
  6391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6392   (eval "$ac_compile") 2>conftest.er1
  6393   ac_status=$?
  6394   grep -v '^ *+' conftest.er1 >conftest.err
  6395   rm -f conftest.er1
  6396   cat conftest.err >&5
  6397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6398   (exit $ac_status); } && {
  6399 	 test -z "$ac_c_werror_flag" ||
  6400 	 test ! -s conftest.err
  6401        } && test -s conftest.$ac_objext; then
  6402   ac_hi=-1 ac_mid=-1
  6403   while :; do
  6404     cat >conftest.$ac_ext <<_ACEOF
  6405 /* confdefs.h.  */
  6406 _ACEOF
  6407 cat confdefs.h >>conftest.$ac_ext
  6408 cat >>conftest.$ac_ext <<_ACEOF
  6409 /* end confdefs.h.  */
  6410 $ac_includes_default
  6411    typedef void * ac__type_sizeof_;
  6412 int
  6413 main ()
  6415 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
  6416 test_array [0] = 0
  6419   return 0;
  6421 _ACEOF
  6422 rm -f conftest.$ac_objext
  6423 if { (ac_try="$ac_compile"
  6424 case "(($ac_try" in
  6425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6426   *) ac_try_echo=$ac_try;;
  6427 esac
  6428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6429   (eval "$ac_compile") 2>conftest.er1
  6430   ac_status=$?
  6431   grep -v '^ *+' conftest.er1 >conftest.err
  6432   rm -f conftest.er1
  6433   cat conftest.err >&5
  6434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6435   (exit $ac_status); } && {
  6436 	 test -z "$ac_c_werror_flag" ||
  6437 	 test ! -s conftest.err
  6438        } && test -s conftest.$ac_objext; then
  6439   ac_lo=$ac_mid; break
  6440 else
  6441   echo "$as_me: failed program was:" >&5
  6442 sed 's/^/| /' conftest.$ac_ext >&5
  6444 	ac_hi=`expr '(' $ac_mid ')' - 1`
  6445 			if test $ac_mid -le $ac_hi; then
  6446 			  ac_lo= ac_hi=
  6447 			  break
  6448 			fi
  6449 			ac_mid=`expr 2 '*' $ac_mid`
  6450 fi
  6452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6453   done
  6454 else
  6455   echo "$as_me: failed program was:" >&5
  6456 sed 's/^/| /' conftest.$ac_ext >&5
  6458 	ac_lo= ac_hi=
  6459 fi
  6461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6462 fi
  6464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6465 # Binary search between lo and hi bounds.
  6466 while test "x$ac_lo" != "x$ac_hi"; do
  6467   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  6468   cat >conftest.$ac_ext <<_ACEOF
  6469 /* confdefs.h.  */
  6470 _ACEOF
  6471 cat confdefs.h >>conftest.$ac_ext
  6472 cat >>conftest.$ac_ext <<_ACEOF
  6473 /* end confdefs.h.  */
  6474 $ac_includes_default
  6475    typedef void * ac__type_sizeof_;
  6476 int
  6477 main ()
  6479 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
  6480 test_array [0] = 0
  6483   return 0;
  6485 _ACEOF
  6486 rm -f conftest.$ac_objext
  6487 if { (ac_try="$ac_compile"
  6488 case "(($ac_try" in
  6489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6490   *) ac_try_echo=$ac_try;;
  6491 esac
  6492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6493   (eval "$ac_compile") 2>conftest.er1
  6494   ac_status=$?
  6495   grep -v '^ *+' conftest.er1 >conftest.err
  6496   rm -f conftest.er1
  6497   cat conftest.err >&5
  6498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6499   (exit $ac_status); } && {
  6500 	 test -z "$ac_c_werror_flag" ||
  6501 	 test ! -s conftest.err
  6502        } && test -s conftest.$ac_objext; then
  6503   ac_hi=$ac_mid
  6504 else
  6505   echo "$as_me: failed program was:" >&5
  6506 sed 's/^/| /' conftest.$ac_ext >&5
  6508 	ac_lo=`expr '(' $ac_mid ')' + 1`
  6509 fi
  6511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6512 done
  6513 case $ac_lo in
  6514 ?*) ac_cv_sizeof_void_p=$ac_lo;;
  6515 '') if test "$ac_cv_type_void_p" = yes; then
  6516      { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
  6517 See \`config.log' for more details." >&5
  6518 echo "$as_me: error: cannot compute sizeof (void *)
  6519 See \`config.log' for more details." >&2;}
  6520    { (exit 77); exit 77; }; }
  6521    else
  6522      ac_cv_sizeof_void_p=0
  6523    fi ;;
  6524 esac
  6525 else
  6526   cat >conftest.$ac_ext <<_ACEOF
  6527 /* confdefs.h.  */
  6528 _ACEOF
  6529 cat confdefs.h >>conftest.$ac_ext
  6530 cat >>conftest.$ac_ext <<_ACEOF
  6531 /* end confdefs.h.  */
  6532 $ac_includes_default
  6533    typedef void * ac__type_sizeof_;
  6534 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  6535 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  6536 #include <stdio.h>
  6537 #include <stdlib.h>
  6538 int
  6539 main ()
  6542   FILE *f = fopen ("conftest.val", "w");
  6543   if (! f)
  6544     return 1;
  6545   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
  6547       long int i = longval ();
  6548       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  6549 	return 1;
  6550       fprintf (f, "%ld\n", i);
  6552   else
  6554       unsigned long int i = ulongval ();
  6555       if (i != ((long int) (sizeof (ac__type_sizeof_))))
  6556 	return 1;
  6557       fprintf (f, "%lu\n", i);
  6559   return ferror (f) || fclose (f) != 0;
  6562   return 0;
  6564 _ACEOF
  6565 rm -f conftest$ac_exeext
  6566 if { (ac_try="$ac_link"
  6567 case "(($ac_try" in
  6568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6569   *) ac_try_echo=$ac_try;;
  6570 esac
  6571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6572   (eval "$ac_link") 2>&5
  6573   ac_status=$?
  6574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6575   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  6576   { (case "(($ac_try" in
  6577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6578   *) ac_try_echo=$ac_try;;
  6579 esac
  6580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6581   (eval "$ac_try") 2>&5
  6582   ac_status=$?
  6583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6584   (exit $ac_status); }; }; then
  6585   ac_cv_sizeof_void_p=`cat conftest.val`
  6586 else
  6587   echo "$as_me: program exited with status $ac_status" >&5
  6588 echo "$as_me: failed program was:" >&5
  6589 sed 's/^/| /' conftest.$ac_ext >&5
  6591 ( exit $ac_status )
  6592 if test "$ac_cv_type_void_p" = yes; then
  6593      { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
  6594 See \`config.log' for more details." >&5
  6595 echo "$as_me: error: cannot compute sizeof (void *)
  6596 See \`config.log' for more details." >&2;}
  6597    { (exit 77); exit 77; }; }
  6598    else
  6599      ac_cv_sizeof_void_p=0
  6600    fi
  6601 fi
  6602 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  6603 fi
  6604 rm -f conftest.val
  6605 fi
  6606 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
  6607 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
  6611 cat >>confdefs.h <<_ACEOF
  6612 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
  6613 _ACEOF
  6616 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  6617 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
  6618 if test "${ac_cv_header_stdc+set}" = set; then
  6619   echo $ECHO_N "(cached) $ECHO_C" >&6
  6620 else
  6621   cat >conftest.$ac_ext <<_ACEOF
  6622 /* confdefs.h.  */
  6623 _ACEOF
  6624 cat confdefs.h >>conftest.$ac_ext
  6625 cat >>conftest.$ac_ext <<_ACEOF
  6626 /* end confdefs.h.  */
  6627 #include <stdlib.h>
  6628 #include <stdarg.h>
  6629 #include <string.h>
  6630 #include <float.h>
  6632 int
  6633 main ()
  6637   return 0;
  6639 _ACEOF
  6640 rm -f conftest.$ac_objext
  6641 if { (ac_try="$ac_compile"
  6642 case "(($ac_try" in
  6643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6644   *) ac_try_echo=$ac_try;;
  6645 esac
  6646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6647   (eval "$ac_compile") 2>conftest.er1
  6648   ac_status=$?
  6649   grep -v '^ *+' conftest.er1 >conftest.err
  6650   rm -f conftest.er1
  6651   cat conftest.err >&5
  6652   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6653   (exit $ac_status); } && {
  6654 	 test -z "$ac_c_werror_flag" ||
  6655 	 test ! -s conftest.err
  6656        } && test -s conftest.$ac_objext; then
  6657   ac_cv_header_stdc=yes
  6658 else
  6659   echo "$as_me: failed program was:" >&5
  6660 sed 's/^/| /' conftest.$ac_ext >&5
  6662 	ac_cv_header_stdc=no
  6663 fi
  6665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6667 if test $ac_cv_header_stdc = yes; then
  6668   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  6669   cat >conftest.$ac_ext <<_ACEOF
  6670 /* confdefs.h.  */
  6671 _ACEOF
  6672 cat confdefs.h >>conftest.$ac_ext
  6673 cat >>conftest.$ac_ext <<_ACEOF
  6674 /* end confdefs.h.  */
  6675 #include <string.h>
  6677 _ACEOF
  6678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6679   $EGREP "memchr" >/dev/null 2>&1; then
  6681 else
  6682   ac_cv_header_stdc=no
  6683 fi
  6684 rm -f conftest*
  6686 fi
  6688 if test $ac_cv_header_stdc = yes; then
  6689   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  6690   cat >conftest.$ac_ext <<_ACEOF
  6691 /* confdefs.h.  */
  6692 _ACEOF
  6693 cat confdefs.h >>conftest.$ac_ext
  6694 cat >>conftest.$ac_ext <<_ACEOF
  6695 /* end confdefs.h.  */
  6696 #include <stdlib.h>
  6698 _ACEOF
  6699 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6700   $EGREP "free" >/dev/null 2>&1; then
  6702 else
  6703   ac_cv_header_stdc=no
  6704 fi
  6705 rm -f conftest*
  6707 fi
  6709 if test $ac_cv_header_stdc = yes; then
  6710   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  6711   if test "$cross_compiling" = yes; then
  6713 else
  6714   cat >conftest.$ac_ext <<_ACEOF
  6715 /* confdefs.h.  */
  6716 _ACEOF
  6717 cat confdefs.h >>conftest.$ac_ext
  6718 cat >>conftest.$ac_ext <<_ACEOF
  6719 /* end confdefs.h.  */
  6720 #include <ctype.h>
  6721 #include <stdlib.h>
  6722 #if ((' ' & 0x0FF) == 0x020)
  6723 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  6724 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  6725 #else
  6726 # define ISLOWER(c) \
  6727 		   (('a' <= (c) && (c) <= 'i') \
  6728 		     || ('j' <= (c) && (c) <= 'r') \
  6729 		     || ('s' <= (c) && (c) <= 'z'))
  6730 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  6731 #endif
  6733 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  6734 int
  6735 main ()
  6737   int i;
  6738   for (i = 0; i < 256; i++)
  6739     if (XOR (islower (i), ISLOWER (i))
  6740 	|| toupper (i) != TOUPPER (i))
  6741       return 2;
  6742   return 0;
  6744 _ACEOF
  6745 rm -f conftest$ac_exeext
  6746 if { (ac_try="$ac_link"
  6747 case "(($ac_try" in
  6748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6749   *) ac_try_echo=$ac_try;;
  6750 esac
  6751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6752   (eval "$ac_link") 2>&5
  6753   ac_status=$?
  6754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6755   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  6756   { (case "(($ac_try" in
  6757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6758   *) ac_try_echo=$ac_try;;
  6759 esac
  6760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  6761   (eval "$ac_try") 2>&5
  6762   ac_status=$?
  6763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6764   (exit $ac_status); }; }; then
  6766 else
  6767   echo "$as_me: program exited with status $ac_status" >&5
  6768 echo "$as_me: failed program was:" >&5
  6769 sed 's/^/| /' conftest.$ac_ext >&5
  6771 ( exit $ac_status )
  6772 ac_cv_header_stdc=no
  6773 fi
  6774 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  6775 fi
  6778 fi
  6779 fi
  6780 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  6781 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
  6782 if test $ac_cv_header_stdc = yes; then
  6784 cat >>confdefs.h <<\_ACEOF
  6785 #define STDC_HEADERS 1
  6786 _ACEOF
  6788 fi
  6790 # Make sure we can run config.sub.
  6791 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  6792   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  6793 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  6794    { (exit 1); exit 1; }; }
  6796 { echo "$as_me:$LINENO: checking build system type" >&5
  6797 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
  6798 if test "${ac_cv_build+set}" = set; then
  6799   echo $ECHO_N "(cached) $ECHO_C" >&6
  6800 else
  6801   ac_build_alias=$build_alias
  6802 test "x$ac_build_alias" = x &&
  6803   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  6804 test "x$ac_build_alias" = x &&
  6805   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  6806 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  6807    { (exit 1); exit 1; }; }
  6808 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  6809   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  6810 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  6811    { (exit 1); exit 1; }; }
  6813 fi
  6814 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  6815 echo "${ECHO_T}$ac_cv_build" >&6; }
  6816 case $ac_cv_build in
  6817 *-*-*) ;;
  6818 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  6819 echo "$as_me: error: invalid value of canonical build" >&2;}
  6820    { (exit 1); exit 1; }; };;
  6821 esac
  6822 build=$ac_cv_build
  6823 ac_save_IFS=$IFS; IFS='-'
  6824 set x $ac_cv_build
  6825 shift
  6826 build_cpu=$1
  6827 build_vendor=$2
  6828 shift; shift
  6829 # Remember, the first character of IFS is used to create $*,
  6830 # except with old shells:
  6831 build_os=$*
  6832 IFS=$ac_save_IFS
  6833 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  6836 { echo "$as_me:$LINENO: checking host system type" >&5
  6837 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
  6838 if test "${ac_cv_host+set}" = set; then
  6839   echo $ECHO_N "(cached) $ECHO_C" >&6
  6840 else
  6841   if test "x$host_alias" = x; then
  6842   ac_cv_host=$ac_cv_build
  6843 else
  6844   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  6845     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
  6846 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
  6847    { (exit 1); exit 1; }; }
  6848 fi
  6850 fi
  6851 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  6852 echo "${ECHO_T}$ac_cv_host" >&6; }
  6853 case $ac_cv_host in
  6854 *-*-*) ;;
  6855 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
  6856 echo "$as_me: error: invalid value of canonical host" >&2;}
  6857    { (exit 1); exit 1; }; };;
  6858 esac
  6859 host=$ac_cv_host
  6860 ac_save_IFS=$IFS; IFS='-'
  6861 set x $ac_cv_host
  6862 shift
  6863 host_cpu=$1
  6864 host_vendor=$2
  6865 shift; shift
  6866 # Remember, the first character of IFS is used to create $*,
  6867 # except with old shells:
  6868 host_os=$*
  6869 IFS=$ac_save_IFS
  6870 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  6875 depcc="$OBJC" am_compiler_list='gcc3 gcc'
  6877 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  6878 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
  6879 if test "${am_cv_OBJC_dependencies_compiler_type+set}" = set; then
  6880   echo $ECHO_N "(cached) $ECHO_C" >&6
  6881 else
  6882   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  6883   # We make a subdir and do the tests there.  Otherwise we can end up
  6884   # making bogus files that we don't know about and never remove.  For
  6885   # instance it was reported that on HP-UX the gcc test will end up
  6886   # making a dummy file named `D' -- because `-MD' means `put the output
  6887   # in D'.
  6888   mkdir conftest.dir
  6889   # Copy depcomp to subdir because otherwise we won't find it if we're
  6890   # using a relative directory.
  6891   cp "$am_depcomp" conftest.dir
  6892   cd conftest.dir
  6893   # We will build objects and dependencies in a subdirectory because
  6894   # it helps to detect inapplicable dependency modes.  For instance
  6895   # both Tru64's cc and ICC support -MD to output dependencies as a
  6896   # side effect of compilation, but ICC will put the dependencies in
  6897   # the current directory while Tru64 will put them in the object
  6898   # directory.
  6899   mkdir sub
  6901   am_cv_OBJC_dependencies_compiler_type=none
  6902   if test "$am_compiler_list" = ""; then
  6903      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  6904   fi
  6905   for depmode in $am_compiler_list; do
  6906     # Setup a source with many dependencies, because some compilers
  6907     # like to wrap large dependency lists on column 80 (with \), and
  6908     # we should not choose a depcomp mode which is confused by this.
  6910     # We need to recreate these files for each test, as the compiler may
  6911     # overwrite some of them when testing with obscure command lines.
  6912     # This happens at least with the AIX C compiler.
  6913     : > sub/conftest.c
  6914     for i in 1 2 3 4 5 6; do
  6915       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  6916       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  6917       # Solaris 8's {/usr,}/bin/sh.
  6918       touch sub/conftst$i.h
  6919     done
  6920     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  6922     case $depmode in
  6923     nosideeffect)
  6924       # after this tag, mechanisms are not by side-effect, so they'll
  6925       # only be used when explicitly requested
  6926       if test "x$enable_dependency_tracking" = xyes; then
  6927 	continue
  6928       else
  6929 	break
  6930       fi
  6931       ;;
  6932     none) break ;;
  6933     esac
  6934     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  6935     # mode.  It turns out that the SunPro C++ compiler does not properly
  6936     # handle `-M -o', and we need to detect this.
  6937     if depmode=$depmode \
  6938        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  6939        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  6940        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  6941          >/dev/null 2>conftest.err &&
  6942        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  6943        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  6944        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  6945       # icc doesn't choke on unknown options, it will just issue warnings
  6946       # or remarks (even with -Werror).  So we grep stderr for any message
  6947       # that says an option was ignored or not supported.
  6948       # When given -MP, icc 7.0 and 7.1 complain thusly:
  6949       #   icc: Command line warning: ignoring option '-M'; no argument required
  6950       # The diagnosis changed in icc 8.0:
  6951       #   icc: Command line remark: option '-MP' not supported
  6952       if (grep 'ignoring option' conftest.err ||
  6953           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  6954         am_cv_OBJC_dependencies_compiler_type=$depmode
  6955         break
  6956       fi
  6957     fi
  6958   done
  6960   cd ..
  6961   rm -rf conftest.dir
  6962 else
  6963   am_cv_OBJC_dependencies_compiler_type=none
  6964 fi
  6966 fi
  6967 { echo "$as_me:$LINENO: result: $am_cv_OBJC_dependencies_compiler_type" >&5
  6968 echo "${ECHO_T}$am_cv_OBJC_dependencies_compiler_type" >&6; }
  6969 OBJCDEPMODE=depmode=$am_cv_OBJC_dependencies_compiler_type
  6973 if
  6974   test "x$enable_dependency_tracking" != xno \
  6975   && test "$am_cv_OBJC_dependencies_compiler_type" = gcc3; then
  6976   am__fastdepOBJC_TRUE=
  6977   am__fastdepOBJC_FALSE='#'
  6978 else
  6979   am__fastdepOBJC_TRUE='#'
  6980   am__fastdepOBJC_FALSE=
  6981 fi
  6985 # Extract the first word of "pod2man", so it can be a program name with args.
  6986 set dummy pod2man; ac_word=$2
  6987 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  6988 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  6989 if test "${ac_cv_path_POD2MAN+set}" = set; then
  6990   echo $ECHO_N "(cached) $ECHO_C" >&6
  6991 else
  6992   case $POD2MAN in
  6993   [\\/]* | ?:[\\/]*)
  6994   ac_cv_path_POD2MAN="$POD2MAN" # Let the user override the test with a path.
  6995   ;;
  6996   *)
  6997   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6998 for as_dir in $PATH
  6999 do
  7000   IFS=$as_save_IFS
  7001   test -z "$as_dir" && as_dir=.
  7002   for ac_exec_ext in '' $ac_executable_extensions; do
  7003   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7004     ac_cv_path_POD2MAN="$as_dir/$ac_word$ac_exec_ext"
  7005     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7006     break 2
  7007   fi
  7008 done
  7009 done
  7010 IFS=$as_save_IFS
  7012   ;;
  7013 esac
  7014 fi
  7015 POD2MAN=$ac_cv_path_POD2MAN
  7016 if test -n "$POD2MAN"; then
  7017   { echo "$as_me:$LINENO: result: $POD2MAN" >&5
  7018 echo "${ECHO_T}$POD2MAN" >&6; }
  7019 else
  7020   { echo "$as_me:$LINENO: result: no" >&5
  7021 echo "${ECHO_T}no" >&6; }
  7022 fi
  7025 # Extract the first word of "pod2html", so it can be a program name with args.
  7026 set dummy pod2html; ac_word=$2
  7027 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  7028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7029 if test "${ac_cv_path_POD2HTML+set}" = set; then
  7030   echo $ECHO_N "(cached) $ECHO_C" >&6
  7031 else
  7032   case $POD2HTML in
  7033   [\\/]* | ?:[\\/]*)
  7034   ac_cv_path_POD2HTML="$POD2HTML" # Let the user override the test with a path.
  7035   ;;
  7036   *)
  7037   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7038 for as_dir in $PATH
  7039 do
  7040   IFS=$as_save_IFS
  7041   test -z "$as_dir" && as_dir=.
  7042   for ac_exec_ext in '' $ac_executable_extensions; do
  7043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7044     ac_cv_path_POD2HTML="$as_dir/$ac_word$ac_exec_ext"
  7045     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7046     break 2
  7047   fi
  7048 done
  7049 done
  7050 IFS=$as_save_IFS
  7052   ;;
  7053 esac
  7054 fi
  7055 POD2HTML=$ac_cv_path_POD2HTML
  7056 if test -n "$POD2HTML"; then
  7057   { echo "$as_me:$LINENO: result: $POD2HTML" >&5
  7058 echo "${ECHO_T}$POD2HTML" >&6; }
  7059 else
  7060   { echo "$as_me:$LINENO: result: no" >&5
  7061 echo "${ECHO_T}no" >&6; }
  7062 fi
  7067 # Check whether --enable-strict-warn was given.
  7068 if test "${enable_strict_warn+set}" = set; then
  7069   enableval=$enable_strict_warn; if test "$enableval" == "yes"; then
  7070       enable_strictwarn=yes
  7071     fi
  7072 fi
  7074 # Check whether --enable-translator was given.
  7075 if test "${enable_translator+set}" = set; then
  7076   enableval=$enable_translator; true
  7077 else
  7078   enable_translator=yes
  7079 fi
  7081 # Check whether --enable-optimized was given.
  7082 if test "${enable_optimized+set}" = set; then
  7083   enableval=$enable_optimized; true
  7084 else
  7085   enable_optimized=yes
  7086 fi
  7088 # Check whether --enable-shared was given.
  7089 if test "${enable_shared+set}" = set; then
  7090   enableval=$enable_shared; if test "$enableval" == "yes"; then enable_shared=yes; else enable_shared=no; fi
  7091 else
  7092   enable_shared=cond
  7093 fi
  7095 # Check whether --enable-profiled was given.
  7096 if test "${enable_profiled+set}" = set; then
  7097   enableval=$enable_profiled; if test "$enableval" == "yes"; then
  7098       enable_profiled=yes;
  7099     fi
  7100 fi
  7102 # Check whether --enable-trace was given.
  7103 if test "${enable_trace+set}" = set; then
  7104   enableval=$enable_trace; if test "$enableval" == "yes"; then
  7106 cat >>confdefs.h <<\_ACEOF
  7107 #define ENABLE_TRACE_IO 1
  7108 _ACEOF
  7110     fi
  7111 fi
  7113 # Check whether --enable-watch was given.
  7114 if test "${enable_watch+set}" = set; then
  7115   enableval=$enable_watch; if test "$enableval" == "yes"; then
  7117 cat >>confdefs.h <<\_ACEOF
  7118 #define ENABLE_WATCH 1
  7119 _ACEOF
  7121    fi
  7122 fi
  7124 # Check whether --enable-sh4stats was given.
  7125 if test "${enable_sh4stats+set}" = set; then
  7126   enableval=$enable_sh4stats; if test "$enableval" == "yes"; then
  7128 cat >>confdefs.h <<\_ACEOF
  7129 #define ENABLE_SH4STATS 1
  7130 _ACEOF
  7132     fi
  7133 fi
  7136 # Check whether --with-osmesa was given.
  7137 if test "${with_osmesa+set}" = set; then
  7138   withval=$with_osmesa;
  7139 else
  7140   with_osmesa=no
  7141 fi
  7144 # Check whether --with-gtk was given.
  7145 if test "${with_gtk+set}" = set; then
  7146   withval=$with_gtk; with_gtk=yes
  7147 else
  7148   with_gtk=x11
  7149 fi
  7152 # Check whether --with-esd was given.
  7153 if test "${with_esd+set}" = set; then
  7154   withval=$with_esd;
  7155 fi
  7158 # Check whether --with-pulse was given.
  7159 if test "${with_pulse+set}" = set; then
  7160   withval=$with_pulse;
  7161 fi
  7164 # Check whether --with-sdl was given.
  7165 if test "${with_sdl+set}" = set; then
  7166   withval=$with_sdl;
  7167 fi
  7174 ac_ext=m
  7175 ac_cpp='$OBJCPP $CPPFLAGS'
  7176 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7177 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7178 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
  7179 if test -n "$ac_tool_prefix"; then
  7180   for ac_prog in gcc objcc objc cc CC
  7181   do
  7182     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  7183 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  7184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  7185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7186 if test "${ac_cv_prog_OBJC+set}" = set; then
  7187   echo $ECHO_N "(cached) $ECHO_C" >&6
  7188 else
  7189   if test -n "$OBJC"; then
  7190   ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
  7191 else
  7192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7193 for as_dir in $PATH
  7194 do
  7195   IFS=$as_save_IFS
  7196   test -z "$as_dir" && as_dir=.
  7197   for ac_exec_ext in '' $ac_executable_extensions; do
  7198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7199     ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
  7200     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7201     break 2
  7202   fi
  7203 done
  7204 done
  7205 IFS=$as_save_IFS
  7207 fi
  7208 fi
  7209 OBJC=$ac_cv_prog_OBJC
  7210 if test -n "$OBJC"; then
  7211   { echo "$as_me:$LINENO: result: $OBJC" >&5
  7212 echo "${ECHO_T}$OBJC" >&6; }
  7213 else
  7214   { echo "$as_me:$LINENO: result: no" >&5
  7215 echo "${ECHO_T}no" >&6; }
  7216 fi
  7219     test -n "$OBJC" && break
  7220   done
  7221 fi
  7222 if test -z "$OBJC"; then
  7223   ac_ct_OBJC=$OBJC
  7224   for ac_prog in gcc objcc objc cc CC
  7225 do
  7226   # Extract the first word of "$ac_prog", so it can be a program name with args.
  7227 set dummy $ac_prog; ac_word=$2
  7228 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  7229 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  7230 if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then
  7231   echo $ECHO_N "(cached) $ECHO_C" >&6
  7232 else
  7233   if test -n "$ac_ct_OBJC"; then
  7234   ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
  7235 else
  7236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  7237 for as_dir in $PATH
  7238 do
  7239   IFS=$as_save_IFS
  7240   test -z "$as_dir" && as_dir=.
  7241   for ac_exec_ext in '' $ac_executable_extensions; do
  7242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  7243     ac_cv_prog_ac_ct_OBJC="$ac_prog"
  7244     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  7245     break 2
  7246   fi
  7247 done
  7248 done
  7249 IFS=$as_save_IFS
  7251 fi
  7252 fi
  7253 ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
  7254 if test -n "$ac_ct_OBJC"; then
  7255   { echo "$as_me:$LINENO: result: $ac_ct_OBJC" >&5
  7256 echo "${ECHO_T}$ac_ct_OBJC" >&6; }
  7257 else
  7258   { echo "$as_me:$LINENO: result: no" >&5
  7259 echo "${ECHO_T}no" >&6; }
  7260 fi
  7263   test -n "$ac_ct_OBJC" && break
  7264 done
  7266   if test "x$ac_ct_OBJC" = x; then
  7267     OBJC="gcc"
  7268   else
  7269     case $cross_compiling:$ac_tool_warned in
  7270 yes:)
  7271 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  7272 whose name does not start with the host triplet.  If you think this
  7273 configuration is useful to you, please write to autoconf@gnu.org." >&5
  7274 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  7275 whose name does not start with the host triplet.  If you think this
  7276 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  7277 ac_tool_warned=yes ;;
  7278 esac
  7279     OBJC=$ac_ct_OBJC
  7280   fi
  7281 fi
  7283 # Provide some information about the compiler.
  7284 echo "$as_me:$LINENO: checking for Objective C compiler version" >&5
  7285 ac_compiler=`set X $ac_compile; echo $2`
  7286 { (ac_try="$ac_compiler --version >&5"
  7287 case "(($ac_try" in
  7288   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7289   *) ac_try_echo=$ac_try;;
  7290 esac
  7291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7292   (eval "$ac_compiler --version >&5") 2>&5
  7293   ac_status=$?
  7294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7295   (exit $ac_status); }
  7296 { (ac_try="$ac_compiler -v >&5"
  7297 case "(($ac_try" in
  7298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7299   *) ac_try_echo=$ac_try;;
  7300 esac
  7301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7302   (eval "$ac_compiler -v >&5") 2>&5
  7303   ac_status=$?
  7304   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7305   (exit $ac_status); }
  7306 { (ac_try="$ac_compiler -V >&5"
  7307 case "(($ac_try" in
  7308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7309   *) ac_try_echo=$ac_try;;
  7310 esac
  7311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7312   (eval "$ac_compiler -V >&5") 2>&5
  7313   ac_status=$?
  7314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7315   (exit $ac_status); }
  7317 { echo "$as_me:$LINENO: checking whether we are using the GNU Objective C compiler" >&5
  7318 echo $ECHO_N "checking whether we are using the GNU Objective C compiler... $ECHO_C" >&6; }
  7319 if test "${ac_cv_objc_compiler_gnu+set}" = set; then
  7320   echo $ECHO_N "(cached) $ECHO_C" >&6
  7321 else
  7322   cat >conftest.$ac_ext <<_ACEOF
  7323 /* confdefs.h.  */
  7324 _ACEOF
  7325 cat confdefs.h >>conftest.$ac_ext
  7326 cat >>conftest.$ac_ext <<_ACEOF
  7327 /* end confdefs.h.  */
  7329 int
  7330 main ()
  7332 #ifndef __GNUC__
  7333        choke me
  7334 #endif
  7337   return 0;
  7339 _ACEOF
  7340 rm -f conftest.$ac_objext
  7341 if { (ac_try="$ac_compile"
  7342 case "(($ac_try" in
  7343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7344   *) ac_try_echo=$ac_try;;
  7345 esac
  7346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7347   (eval "$ac_compile") 2>conftest.er1
  7348   ac_status=$?
  7349   grep -v '^ *+' conftest.er1 >conftest.err
  7350   rm -f conftest.er1
  7351   cat conftest.err >&5
  7352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7353   (exit $ac_status); } && {
  7354 	 test -z "$ac_objc_werror_flag" ||
  7355 	 test ! -s conftest.err
  7356        } && test -s conftest.$ac_objext; then
  7357   ac_compiler_gnu=yes
  7358 else
  7359   echo "$as_me: failed program was:" >&5
  7360 sed 's/^/| /' conftest.$ac_ext >&5
  7362 	ac_compiler_gnu=no
  7363 fi
  7365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7366 ac_cv_objc_compiler_gnu=$ac_compiler_gnu
  7368 fi
  7369 { echo "$as_me:$LINENO: result: $ac_cv_objc_compiler_gnu" >&5
  7370 echo "${ECHO_T}$ac_cv_objc_compiler_gnu" >&6; }
  7371 GOBJC=`test $ac_compiler_gnu = yes && echo yes`
  7372 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
  7373 ac_save_OBJCFLAGS=$OBJCFLAGS
  7374 { echo "$as_me:$LINENO: checking whether $OBJC accepts -g" >&5
  7375 echo $ECHO_N "checking whether $OBJC accepts -g... $ECHO_C" >&6; }
  7376 if test "${ac_cv_prog_objc_g+set}" = set; then
  7377   echo $ECHO_N "(cached) $ECHO_C" >&6
  7378 else
  7379   ac_save_objc_werror_flag=$ac_objc_werror_flag
  7380    ac_objc_werror_flag=yes
  7381    ac_cv_prog_objc_g=no
  7382    OBJCFLAGS="-g"
  7383    cat >conftest.$ac_ext <<_ACEOF
  7384 /* confdefs.h.  */
  7385 _ACEOF
  7386 cat confdefs.h >>conftest.$ac_ext
  7387 cat >>conftest.$ac_ext <<_ACEOF
  7388 /* end confdefs.h.  */
  7390 int
  7391 main ()
  7395   return 0;
  7397 _ACEOF
  7398 rm -f conftest.$ac_objext
  7399 if { (ac_try="$ac_compile"
  7400 case "(($ac_try" in
  7401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7402   *) ac_try_echo=$ac_try;;
  7403 esac
  7404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7405   (eval "$ac_compile") 2>conftest.er1
  7406   ac_status=$?
  7407   grep -v '^ *+' conftest.er1 >conftest.err
  7408   rm -f conftest.er1
  7409   cat conftest.err >&5
  7410   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7411   (exit $ac_status); } && {
  7412 	 test -z "$ac_objc_werror_flag" ||
  7413 	 test ! -s conftest.err
  7414        } && test -s conftest.$ac_objext; then
  7415   ac_cv_prog_objc_g=yes
  7416 else
  7417   echo "$as_me: failed program was:" >&5
  7418 sed 's/^/| /' conftest.$ac_ext >&5
  7420 	OBJCFLAGS=""
  7421       cat >conftest.$ac_ext <<_ACEOF
  7422 /* confdefs.h.  */
  7423 _ACEOF
  7424 cat confdefs.h >>conftest.$ac_ext
  7425 cat >>conftest.$ac_ext <<_ACEOF
  7426 /* end confdefs.h.  */
  7428 int
  7429 main ()
  7433   return 0;
  7435 _ACEOF
  7436 rm -f conftest.$ac_objext
  7437 if { (ac_try="$ac_compile"
  7438 case "(($ac_try" in
  7439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7440   *) ac_try_echo=$ac_try;;
  7441 esac
  7442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7443   (eval "$ac_compile") 2>conftest.er1
  7444   ac_status=$?
  7445   grep -v '^ *+' conftest.er1 >conftest.err
  7446   rm -f conftest.er1
  7447   cat conftest.err >&5
  7448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7449   (exit $ac_status); } && {
  7450 	 test -z "$ac_objc_werror_flag" ||
  7451 	 test ! -s conftest.err
  7452        } && test -s conftest.$ac_objext; then
  7454 else
  7455   echo "$as_me: failed program was:" >&5
  7456 sed 's/^/| /' conftest.$ac_ext >&5
  7458 	ac_objc_werror_flag=$ac_save_objc_werror_flag
  7459 	 OBJCFLAGS="-g"
  7460 	 cat >conftest.$ac_ext <<_ACEOF
  7461 /* confdefs.h.  */
  7462 _ACEOF
  7463 cat confdefs.h >>conftest.$ac_ext
  7464 cat >>conftest.$ac_ext <<_ACEOF
  7465 /* end confdefs.h.  */
  7467 int
  7468 main ()
  7472   return 0;
  7474 _ACEOF
  7475 rm -f conftest.$ac_objext
  7476 if { (ac_try="$ac_compile"
  7477 case "(($ac_try" in
  7478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7479   *) ac_try_echo=$ac_try;;
  7480 esac
  7481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7482   (eval "$ac_compile") 2>conftest.er1
  7483   ac_status=$?
  7484   grep -v '^ *+' conftest.er1 >conftest.err
  7485   rm -f conftest.er1
  7486   cat conftest.err >&5
  7487   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7488   (exit $ac_status); } && {
  7489 	 test -z "$ac_objc_werror_flag" ||
  7490 	 test ! -s conftest.err
  7491        } && test -s conftest.$ac_objext; then
  7492   ac_cv_prog_objc_g=yes
  7493 else
  7494   echo "$as_me: failed program was:" >&5
  7495 sed 's/^/| /' conftest.$ac_ext >&5
  7498 fi
  7500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7501 fi
  7503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7504 fi
  7506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7507    ac_objc_werror_flag=$ac_save_objc_werror_flag
  7508 fi
  7509 { echo "$as_me:$LINENO: result: $ac_cv_prog_objc_g" >&5
  7510 echo "${ECHO_T}$ac_cv_prog_objc_g" >&6; }
  7511 if test "$ac_test_OBJCFLAGS" = set; then
  7512   OBJCFLAGS=$ac_save_OBJCFLAGS
  7513 elif test $ac_cv_prog_objc_g = yes; then
  7514   if test "$GOBJC" = yes; then
  7515     OBJCFLAGS="-g -O2"
  7516   else
  7517     OBJCFLAGS="-g"
  7518   fi
  7519 else
  7520   if test "$GOBJC" = yes; then
  7521     OBJCFLAGS="-O2"
  7522   else
  7523     OBJCFLAGS=
  7524   fi
  7525 fi
  7526 ac_ext=c
  7527 ac_cpp='$CPP $CPPFLAGS'
  7528 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7529 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7530 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7532 { echo "$as_me:$LINENO: checking for a working Objective-C compiler" >&5
  7533 echo $ECHO_N "checking for a working Objective-C compiler... $ECHO_C" >&6; }
  7534 ac_ext=m
  7535 ac_cpp='$OBJCPP $CPPFLAGS'
  7536 ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7537 ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7538 ac_compiler_gnu=$ac_cv_objc_compiler_gnu
  7539 cat >conftest.$ac_ext <<_ACEOF
  7540 /* confdefs.h.  */
  7541 _ACEOF
  7542 cat confdefs.h >>conftest.$ac_ext
  7543 cat >>conftest.$ac_ext <<_ACEOF
  7544 /* end confdefs.h.  */
  7545 @interface Foo @end
  7546 int
  7547 main ()
  7551   return 0;
  7553 _ACEOF
  7554 rm -f conftest.$ac_objext
  7555 if { (ac_try="$ac_compile"
  7556 case "(($ac_try" in
  7557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7558   *) ac_try_echo=$ac_try;;
  7559 esac
  7560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7561   (eval "$ac_compile") 2>conftest.er1
  7562   ac_status=$?
  7563   grep -v '^ *+' conftest.er1 >conftest.err
  7564   rm -f conftest.er1
  7565   cat conftest.err >&5
  7566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7567   (exit $ac_status); } && {
  7568 	 test -z "$ac_objc_werror_flag" ||
  7569 	 test ! -s conftest.err
  7570        } && test -s conftest.$ac_objext; then
  7571   { echo "$as_me:$LINENO: result: yes" >&5
  7572 echo "${ECHO_T}yes" >&6; }
  7574    { echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
  7575 echo $ECHO_N "checking for Cocoa/Cocoa.h... $ECHO_C" >&6; }
  7576 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
  7577   echo $ECHO_N "(cached) $ECHO_C" >&6
  7578 else
  7579   cat >conftest.$ac_ext <<_ACEOF
  7580 /* confdefs.h.  */
  7581 _ACEOF
  7582 cat confdefs.h >>conftest.$ac_ext
  7583 cat >>conftest.$ac_ext <<_ACEOF
  7584 /* end confdefs.h.  */
  7585 $ac_includes_default
  7587 #include <Cocoa/Cocoa.h>
  7588 _ACEOF
  7589 rm -f conftest.$ac_objext
  7590 if { (ac_try="$ac_compile"
  7591 case "(($ac_try" in
  7592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7593   *) ac_try_echo=$ac_try;;
  7594 esac
  7595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7596   (eval "$ac_compile") 2>conftest.er1
  7597   ac_status=$?
  7598   grep -v '^ *+' conftest.er1 >conftest.err
  7599   rm -f conftest.er1
  7600   cat conftest.err >&5
  7601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7602   (exit $ac_status); } && {
  7603 	 test -z "$ac_objc_werror_flag" ||
  7604 	 test ! -s conftest.err
  7605        } && test -s conftest.$ac_objext; then
  7606   ac_cv_header_Cocoa_Cocoa_h=yes
  7607 else
  7608   echo "$as_me: failed program was:" >&5
  7609 sed 's/^/| /' conftest.$ac_ext >&5
  7611 	ac_cv_header_Cocoa_Cocoa_h=no
  7612 fi
  7614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7615 fi
  7616 { echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
  7617 echo "${ECHO_T}$ac_cv_header_Cocoa_Cocoa_h" >&6; }
  7618 if test $ac_cv_header_Cocoa_Cocoa_h = yes; then
  7620       HAVE_COCOA='yes'
  7621       APPLE_BUILD='yes'
  7622       LIBS="$LIBS -framework AppKit -framework Carbon"
  7623       LIBS="$LIBS -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -framework OpenGL"
  7624       LXDREAMCPPFLAGS="-DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_4 -mdynamic-no-pic"
  7625       LDFLAGS="$LDFLAGS -Wl,-headerpad_max_install_names"
  7627 cat >>confdefs.h <<\_ACEOF
  7628 #define HAVE_COCOA 1
  7629 _ACEOF
  7632 cat >>confdefs.h <<\_ACEOF
  7633 #define APPLE_BUILD 1
  7634 _ACEOF
  7636       if test "x$with_gtk" = "xx11"; then
  7637         with_gtk=no
  7638       fi
  7640 fi
  7645 { echo "$as_me:$LINENO: checking OBJC version" >&5
  7646 echo $ECHO_N "checking OBJC version... $ECHO_C" >&6; }
  7647 if test -n "$OBJC"; then
  7648   _GOBJC_VERSION=`$OBJC --version | $SED -ne '/(GCC)/p'`
  7649   if test -n "$_GOBJC_VERSION"; then
  7650     { echo "$as_me:$LINENO: result: GCC" >&5
  7651 echo "${ECHO_T}GCC" >&6; }
  7652       OBJCOPT="-O2 -msse2 -mfpmath=sse"
  7653                      OBJCFLAGS="$OBJCFLAGS -fno-strict-aliasing"
  7654   else
  7655     { echo "$as_me:$LINENO: result: Unknown" >&5
  7656 echo "${ECHO_T}Unknown" >&6; }
  7657       OBJCOPT="-O2"
  7658   fi
  7659 else
  7660   { echo "$as_me:$LINENO: result: None" >&5
  7661 echo "${ECHO_T}None" >&6; }
  7663 fi
  7666 else
  7667   echo "$as_me: failed program was:" >&5
  7668 sed 's/^/| /' conftest.$ac_ext >&5
  7670 	{ echo "$as_me:$LINENO: result: No" >&5
  7671 echo "${ECHO_T}No" >&6; }
  7673 fi
  7675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
  7676 ac_ext=c
  7677 ac_cpp='$CPP $CPPFLAGS'
  7678 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  7679 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  7680 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  7686 if test "$HAVE_COCOA" = 'yes' -a "$with_gtk" = "no"; then
  7687   GUI_COCOA_TRUE=
  7688   GUI_COCOA_FALSE='#'
  7689 else
  7690   GUI_COCOA_TRUE='#'
  7691   GUI_COCOA_FALSE=
  7692 fi
  7694 if test "x$HAVE_COCOA" = 'xyes' -a "x$with_gtk" = "xno"; then
  7696 cat >>confdefs.h <<\_ACEOF
  7697 #define OSX_BUNDLE 1
  7698 _ACEOF
  7700 fi
  7702 CFLAGS="-g -fexceptions"
  7703 OBJCFLAGS="-g -fexceptions"
  7705 cat >>confdefs.h <<\_ACEOF
  7706 #define HAVE_EXCEPTIONS 1
  7707 _ACEOF
  7710 STDCFLAG="-std=c99"
  7712 _GCC_VERSION=`$CC --version | $SED -ne '/gcc/p'`
  7713 _ICC_VERSION=`$CC --version | $SED -ne '/(ICC)/p'`
  7714 { echo "$as_me:$LINENO: checking CC version" >&5
  7715 echo $ECHO_N "checking CC version... $ECHO_C" >&6; }
  7716 if test -n "$_ICC_VERSION"; then
  7717    { echo "$as_me:$LINENO: result: ICC" >&5
  7718 echo "${ECHO_T}ICC" >&6; }
  7719      CCOPT="$CFLAGS -fast"
  7720                 CFLAGS="$CFLAGS -fno-strict-aliasing"
  7721 elif test -n "$_GCC_VERSION"; then
  7722    { echo "$as_me:$LINENO: result: GCC" >&5
  7723 echo "${ECHO_T}GCC" >&6; }
  7724      CCOPT="-O2 -msse2 -mfpmath=sse"
  7725                 CFLAGS="$CFLAGS -fno-strict-aliasing"
  7726 else
  7727    { echo "$as_me:$LINENO: result: Unknown" >&5
  7728 echo "${ECHO_T}Unknown" >&6; }
  7729      CCOPT="$CFLAGS -O2"
  7730 fi
  7733 if test "x$enable_optimized" = "xyes"; then
  7734    CFLAGS="$CFLAGS $CCOPT"
  7735    OBJCFLAGS="$OBJCFLAGS $OBJCOPT"
  7736    if test "x$enable_profiled" != "xyes"; then
  7737               CFLAGS="$CFLAGS -fomit-frame-pointer"
  7738        OBJCFLAGS="$OBJCFLAGS -fomit-frame-pointer"
  7739    fi
  7740 else
  7741    CFLAGS="$CFLAGS -g3"
  7742    OBJCFLAGS="$OBJCFLAGS -g3"
  7743 fi
  7745 if test "x$enable_profiled" = "xyes"; then
  7746    CFLAGS="$CFLAGS -pg"
  7747    LDFLAGS="$LDFLAGS -pg";
  7748    OBJCFLAGS="$OBJCFLAGS -pg";
  7749 fi
  7751 if test "x$enable_strictwarn" = "xyes"; then
  7752    CFLAGS="$CFLAGS -Wall -Werror -Wno-unused"
  7753    OBJCFLAGS="$OBJCFLAGS -Wall -Werror -Wno-unused"
  7754 fi
  7756 if test "x$enable_shared" != "xno"; then
  7758 cat >>confdefs.h <<\_ACEOF
  7759 #define ENABLE_SHARED 1
  7760 _ACEOF
  7762    if test "x$APPLE_BUILD" = "xyes"; then
  7763       SOEXT="dylib"
  7764       PLUGINLDFLAGS="-dynamiclib -undefined dynamic_lookup"
  7765    else
  7766       SOEXT="so"
  7767       PLUGINLDFLAGS="-shared"
  7768    fi
  7769    PLUGINCFLAGS="-fPIC"
  7771    if test "${ac_cv_header_dlfcn_h+set}" = set; then
  7772   { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
  7773 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
  7774 if test "${ac_cv_header_dlfcn_h+set}" = set; then
  7775   echo $ECHO_N "(cached) $ECHO_C" >&6
  7776 fi
  7777 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
  7778 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
  7779 else
  7780   # Is the header compilable?
  7781 { echo "$as_me:$LINENO: checking dlfcn.h usability" >&5
  7782 echo $ECHO_N "checking dlfcn.h usability... $ECHO_C" >&6; }
  7783 cat >conftest.$ac_ext <<_ACEOF
  7784 /* confdefs.h.  */
  7785 _ACEOF
  7786 cat confdefs.h >>conftest.$ac_ext
  7787 cat >>conftest.$ac_ext <<_ACEOF
  7788 /* end confdefs.h.  */
  7789 $ac_includes_default
  7790 #include <dlfcn.h>
  7791 _ACEOF
  7792 rm -f conftest.$ac_objext
  7793 if { (ac_try="$ac_compile"
  7794 case "(($ac_try" in
  7795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7796   *) ac_try_echo=$ac_try;;
  7797 esac
  7798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7799   (eval "$ac_compile") 2>conftest.er1
  7800   ac_status=$?
  7801   grep -v '^ *+' conftest.er1 >conftest.err
  7802   rm -f conftest.er1
  7803   cat conftest.err >&5
  7804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7805   (exit $ac_status); } && {
  7806 	 test -z "$ac_c_werror_flag" ||
  7807 	 test ! -s conftest.err
  7808        } && test -s conftest.$ac_objext; then
  7809   ac_header_compiler=yes
  7810 else
  7811   echo "$as_me: failed program was:" >&5
  7812 sed 's/^/| /' conftest.$ac_ext >&5
  7814 	ac_header_compiler=no
  7815 fi
  7817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7818 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  7819 echo "${ECHO_T}$ac_header_compiler" >&6; }
  7821 # Is the header present?
  7822 { echo "$as_me:$LINENO: checking dlfcn.h presence" >&5
  7823 echo $ECHO_N "checking dlfcn.h presence... $ECHO_C" >&6; }
  7824 cat >conftest.$ac_ext <<_ACEOF
  7825 /* confdefs.h.  */
  7826 _ACEOF
  7827 cat confdefs.h >>conftest.$ac_ext
  7828 cat >>conftest.$ac_ext <<_ACEOF
  7829 /* end confdefs.h.  */
  7830 #include <dlfcn.h>
  7831 _ACEOF
  7832 if { (ac_try="$ac_cpp conftest.$ac_ext"
  7833 case "(($ac_try" in
  7834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7835   *) ac_try_echo=$ac_try;;
  7836 esac
  7837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7838   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  7839   ac_status=$?
  7840   grep -v '^ *+' conftest.er1 >conftest.err
  7841   rm -f conftest.er1
  7842   cat conftest.err >&5
  7843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7844   (exit $ac_status); } >/dev/null && {
  7845 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  7846 	 test ! -s conftest.err
  7847        }; then
  7848   ac_header_preproc=yes
  7849 else
  7850   echo "$as_me: failed program was:" >&5
  7851 sed 's/^/| /' conftest.$ac_ext >&5
  7853   ac_header_preproc=no
  7854 fi
  7856 rm -f conftest.err conftest.$ac_ext
  7857 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  7858 echo "${ECHO_T}$ac_header_preproc" >&6; }
  7860 # So?  What about this header?
  7861 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  7862   yes:no: )
  7863     { echo "$as_me:$LINENO: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&5
  7864 echo "$as_me: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  7865     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the compiler's result" >&5
  7866 echo "$as_me: WARNING: dlfcn.h: proceeding with the compiler's result" >&2;}
  7867     ac_header_preproc=yes
  7868     ;;
  7869   no:yes:* )
  7870     { echo "$as_me:$LINENO: WARNING: dlfcn.h: present but cannot be compiled" >&5
  7871 echo "$as_me: WARNING: dlfcn.h: present but cannot be compiled" >&2;}
  7872     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&5
  7873 echo "$as_me: WARNING: dlfcn.h:     check for missing prerequisite headers?" >&2;}
  7874     { echo "$as_me:$LINENO: WARNING: dlfcn.h: see the Autoconf documentation" >&5
  7875 echo "$as_me: WARNING: dlfcn.h: see the Autoconf documentation" >&2;}
  7876     { echo "$as_me:$LINENO: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&5
  7877 echo "$as_me: WARNING: dlfcn.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  7878     { echo "$as_me:$LINENO: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&5
  7879 echo "$as_me: WARNING: dlfcn.h: proceeding with the preprocessor's result" >&2;}
  7880     { echo "$as_me:$LINENO: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&5
  7881 echo "$as_me: WARNING: dlfcn.h: in the future, the compiler will take precedence" >&2;}
  7883     ;;
  7884 esac
  7885 { echo "$as_me:$LINENO: checking for dlfcn.h" >&5
  7886 echo $ECHO_N "checking for dlfcn.h... $ECHO_C" >&6; }
  7887 if test "${ac_cv_header_dlfcn_h+set}" = set; then
  7888   echo $ECHO_N "(cached) $ECHO_C" >&6
  7889 else
  7890   ac_cv_header_dlfcn_h=$ac_header_preproc
  7891 fi
  7892 { echo "$as_me:$LINENO: result: $ac_cv_header_dlfcn_h" >&5
  7893 echo "${ECHO_T}$ac_cv_header_dlfcn_h" >&6; }
  7895 fi
  7896 if test $ac_cv_header_dlfcn_h = yes; then
  7898       { echo "$as_me:$LINENO: checking for library containing dlopen" >&5
  7899 echo $ECHO_N "checking for library containing dlopen... $ECHO_C" >&6; }
  7900 if test "${ac_cv_search_dlopen+set}" = set; then
  7901   echo $ECHO_N "(cached) $ECHO_C" >&6
  7902 else
  7903   ac_func_search_save_LIBS=$LIBS
  7904 cat >conftest.$ac_ext <<_ACEOF
  7905 /* confdefs.h.  */
  7906 _ACEOF
  7907 cat confdefs.h >>conftest.$ac_ext
  7908 cat >>conftest.$ac_ext <<_ACEOF
  7909 /* end confdefs.h.  */
  7911 /* Override any GCC internal prototype to avoid an error.
  7912    Use char because int might match the return type of a GCC
  7913    builtin and then its argument prototype would still apply.  */
  7914 #ifdef __cplusplus
  7915 extern "C"
  7916 #endif
  7917 char dlopen ();
  7918 int
  7919 main ()
  7921 return dlopen ();
  7923   return 0;
  7925 _ACEOF
  7926 for ac_lib in '' dl; do
  7927   if test -z "$ac_lib"; then
  7928     ac_res="none required"
  7929   else
  7930     ac_res=-l$ac_lib
  7931     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  7932   fi
  7933   rm -f conftest.$ac_objext conftest$ac_exeext
  7934 if { (ac_try="$ac_link"
  7935 case "(($ac_try" in
  7936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7937   *) ac_try_echo=$ac_try;;
  7938 esac
  7939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  7940   (eval "$ac_link") 2>conftest.er1
  7941   ac_status=$?
  7942   grep -v '^ *+' conftest.er1 >conftest.err
  7943   rm -f conftest.er1
  7944   cat conftest.err >&5
  7945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7946   (exit $ac_status); } && {
  7947 	 test -z "$ac_c_werror_flag" ||
  7948 	 test ! -s conftest.err
  7949        } && test -s conftest$ac_exeext &&
  7950        $as_test_x conftest$ac_exeext; then
  7951   ac_cv_search_dlopen=$ac_res
  7952 else
  7953   echo "$as_me: failed program was:" >&5
  7954 sed 's/^/| /' conftest.$ac_ext >&5
  7957 fi
  7959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  7960       conftest$ac_exeext
  7961   if test "${ac_cv_search_dlopen+set}" = set; then
  7962   break
  7963 fi
  7964 done
  7965 if test "${ac_cv_search_dlopen+set}" = set; then
  7967 else
  7968   ac_cv_search_dlopen=no
  7969 fi
  7970 rm conftest.$ac_ext
  7971 LIBS=$ac_func_search_save_LIBS
  7972 fi
  7973 { echo "$as_me:$LINENO: result: $ac_cv_search_dlopen" >&5
  7974 echo "${ECHO_T}$ac_cv_search_dlopen" >&6; }
  7975 ac_res=$ac_cv_search_dlopen
  7976 if test "$ac_res" != no; then
  7977   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  7978   have_dlopen=yes
  7979 fi
  7981 fi
  7984    if test "x$have_dlopen" != "xyes"; then
  7985       if test "x$enable_shared" == "xyes"; then
  7986          { { echo "$as_me:$LINENO: error: \"--enable-shared not supported on your system - can't find a working dlopen\" " >&5
  7987 echo "$as_me: error: \"--enable-shared not supported on your system - can't find a working dlopen\" " >&2;}
  7988    { (exit 1); exit 1; }; }
  7989       else
  7990          { echo "$as_me:$LINENO: WARNING: \"Statically linking all plugins\"" >&5
  7991 echo "$as_me: WARNING: \"Statically linking all plugins\"" >&2;}
  7992       fi
  7993    fi
  7995    { echo "$as_me:$LINENO: checking if linker accepts -rdynamic" >&5
  7996 echo $ECHO_N "checking if linker accepts -rdynamic... $ECHO_C" >&6; }
  7997    old_LDFLAGS="$LDFLAGS"
  7998    LDFLAGS="$LDFLAGS -rdynamic"
  7999    cat >conftest.$ac_ext <<_ACEOF
  8000 int main(){ return 0; }
  8001 _ACEOF
  8002 rm -f conftest.$ac_objext conftest$ac_exeext
  8003 if { (ac_try="$ac_link"
  8004 case "(($ac_try" in
  8005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8006   *) ac_try_echo=$ac_try;;
  8007 esac
  8008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8009   (eval "$ac_link") 2>conftest.er1
  8010   ac_status=$?
  8011   grep -v '^ *+' conftest.er1 >conftest.err
  8012   rm -f conftest.er1
  8013   cat conftest.err >&5
  8014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8015   (exit $ac_status); } && {
  8016 	 test -z "$ac_c_werror_flag" ||
  8017 	 test ! -s conftest.err
  8018        } && test -s conftest$ac_exeext &&
  8019        $as_test_x conftest$ac_exeext; then
  8021      LXDREAMLDFLAGS="-rdynamic"
  8022      { echo "$as_me:$LINENO: result: yes" >&5
  8023 echo "${ECHO_T}yes" >&6; }
  8025 else
  8026   echo "$as_me: failed program was:" >&5
  8027 sed 's/^/| /' conftest.$ac_ext >&5
  8030      LXDREAMLDFLAGS=""
  8031      { echo "$as_me:$LINENO: result: no" >&5
  8032 echo "${ECHO_T}no" >&6; }
  8033 fi
  8035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8036       conftest$ac_exeext conftest.$ac_ext
  8037    LDFLAGS="$old_LDFLAGS"
  8043 fi
  8046 if test "x$have_dlopen" = "xyes"; then
  8047   BUILD_SHARED_TRUE=
  8048   BUILD_SHARED_FALSE='#'
  8049 else
  8050   BUILD_SHARED_TRUE='#'
  8051   BUILD_SHARED_FALSE=
  8052 fi
  8056 { echo "$as_me:$LINENO: checking support for fastcall calling conventions" >&5
  8057 echo $ECHO_N "checking support for fastcall calling conventions... $ECHO_C" >&6; };
  8058 if test "$cross_compiling" = yes; then
  8059   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  8060 See \`config.log' for more details." >&5
  8061 echo "$as_me: error: cannot run test program while cross compiling
  8062 See \`config.log' for more details." >&2;}
  8063    { (exit 1); exit 1; }; }
  8064 else
  8065   cat >conftest.$ac_ext <<_ACEOF
  8067   /* confdefs.h.  */
  8068 _ACEOF
  8069 cat confdefs.h >>conftest.$ac_ext
  8070 cat >>conftest.$ac_ext <<_ACEOF
  8071 /* end confdefs.h.  */
  8073 int __attribute__((regparm(3))) foo(int a, int b) { return a+b; }
  8075 int main(int argc, char *argv[])
  8077    return foo( 1, 2 ) == 3 ? 0 : 1;
  8079 _ACEOF
  8080 rm -f conftest$ac_exeext
  8081 if { (ac_try="$ac_link"
  8082 case "(($ac_try" in
  8083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8084   *) ac_try_echo=$ac_try;;
  8085 esac
  8086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8087   (eval "$ac_link") 2>&5
  8088   ac_status=$?
  8089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8090   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  8091   { (case "(($ac_try" in
  8092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8093   *) ac_try_echo=$ac_try;;
  8094 esac
  8095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8096   (eval "$ac_try") 2>&5
  8097   ac_status=$?
  8098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8099   (exit $ac_status); }; }; then
  8101    { echo "$as_me:$LINENO: result: yes" >&5
  8102 echo "${ECHO_T}yes" >&6; }
  8105 cat >>confdefs.h <<\_ACEOF
  8106 #define HAVE_FASTCALL 1
  8107 _ACEOF
  8110 else
  8111   echo "$as_me: program exited with status $ac_status" >&5
  8112 echo "$as_me: failed program was:" >&5
  8113 sed 's/^/| /' conftest.$ac_ext >&5
  8115 ( exit $ac_status )
  8117    { echo "$as_me:$LINENO: result: no" >&5
  8118 echo "${ECHO_T}no" >&6; }
  8120 fi
  8121 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  8122 fi
  8127 { echo "$as_me:$LINENO: checking if we have a working __builtin_frame_address()" >&5
  8128 echo $ECHO_N "checking if we have a working __builtin_frame_address()... $ECHO_C" >&6; };
  8129 if test "$cross_compiling" = yes; then
  8130   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
  8131 See \`config.log' for more details." >&5
  8132 echo "$as_me: error: cannot run test program while cross compiling
  8133 See \`config.log' for more details." >&2;}
  8134    { (exit 1); exit 1; }; }
  8135 else
  8136   cat >conftest.$ac_ext <<_ACEOF
  8138   /* confdefs.h.  */
  8139 _ACEOF
  8140 cat confdefs.h >>conftest.$ac_ext
  8141 cat >>conftest.$ac_ext <<_ACEOF
  8142 /* end confdefs.h.  */
  8144 void * __attribute__((noinline)) first_arg( void *x, void *y ) { return x; }
  8145 int __attribute__((noinline)) foo( int arg, void *exc )
  8147     if( arg < 2 ) {
  8148         *(((void **)__builtin_frame_address(0))+1) = exc;
  8150     return 0;
  8153 int main(int argc, char *argv[])
  8155    goto *first_arg(&&start, &&except);
  8157 start:
  8158    return foo( argc, &&except ) + 1;
  8160 except:
  8161    return 0;
  8163 _ACEOF
  8164 rm -f conftest$ac_exeext
  8165 if { (ac_try="$ac_link"
  8166 case "(($ac_try" in
  8167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8168   *) ac_try_echo=$ac_try;;
  8169 esac
  8170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8171   (eval "$ac_link") 2>&5
  8172   ac_status=$?
  8173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8174   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  8175   { (case "(($ac_try" in
  8176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8177   *) ac_try_echo=$ac_try;;
  8178 esac
  8179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8180   (eval "$ac_try") 2>&5
  8181   ac_status=$?
  8182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8183   (exit $ac_status); }; }; then
  8185    { echo "$as_me:$LINENO: result: yes" >&5
  8186 echo "${ECHO_T}yes" >&6; }
  8189 cat >>confdefs.h <<\_ACEOF
  8190 #define HAVE_FRAME_ADDRESS 1
  8191 _ACEOF
  8194 else
  8195   echo "$as_me: program exited with status $ac_status" >&5
  8196 echo "$as_me: failed program was:" >&5
  8197 sed 's/^/| /' conftest.$ac_ext >&5
  8199 ( exit $ac_status )
  8201    { echo "$as_me:$LINENO: result: no" >&5
  8202 echo "${ECHO_T}no" >&6; }
  8203     { echo "$as_me:$LINENO: WARNING: Memory exceptions will be slow" >&5
  8204 echo "$as_me: WARNING: Memory exceptions will be slow" >&2;}
  8205 fi
  8206 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  8207 fi
  8213 { echo "$as_me:$LINENO: checking for library containing listen" >&5
  8214 echo $ECHO_N "checking for library containing listen... $ECHO_C" >&6; }
  8215 if test "${ac_cv_search_listen+set}" = set; then
  8216   echo $ECHO_N "(cached) $ECHO_C" >&6
  8217 else
  8218   ac_func_search_save_LIBS=$LIBS
  8219 cat >conftest.$ac_ext <<_ACEOF
  8220 /* confdefs.h.  */
  8221 _ACEOF
  8222 cat confdefs.h >>conftest.$ac_ext
  8223 cat >>conftest.$ac_ext <<_ACEOF
  8224 /* end confdefs.h.  */
  8226 /* Override any GCC internal prototype to avoid an error.
  8227    Use char because int might match the return type of a GCC
  8228    builtin and then its argument prototype would still apply.  */
  8229 #ifdef __cplusplus
  8230 extern "C"
  8231 #endif
  8232 char listen ();
  8233 int
  8234 main ()
  8236 return listen ();
  8238   return 0;
  8240 _ACEOF
  8241 for ac_lib in '' socket; do
  8242   if test -z "$ac_lib"; then
  8243     ac_res="none required"
  8244   else
  8245     ac_res=-l$ac_lib
  8246     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  8247   fi
  8248   rm -f conftest.$ac_objext conftest$ac_exeext
  8249 if { (ac_try="$ac_link"
  8250 case "(($ac_try" in
  8251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8252   *) ac_try_echo=$ac_try;;
  8253 esac
  8254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8255   (eval "$ac_link") 2>conftest.er1
  8256   ac_status=$?
  8257   grep -v '^ *+' conftest.er1 >conftest.err
  8258   rm -f conftest.er1
  8259   cat conftest.err >&5
  8260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8261   (exit $ac_status); } && {
  8262 	 test -z "$ac_c_werror_flag" ||
  8263 	 test ! -s conftest.err
  8264        } && test -s conftest$ac_exeext &&
  8265        $as_test_x conftest$ac_exeext; then
  8266   ac_cv_search_listen=$ac_res
  8267 else
  8268   echo "$as_me: failed program was:" >&5
  8269 sed 's/^/| /' conftest.$ac_ext >&5
  8272 fi
  8274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8275       conftest$ac_exeext
  8276   if test "${ac_cv_search_listen+set}" = set; then
  8277   break
  8278 fi
  8279 done
  8280 if test "${ac_cv_search_listen+set}" = set; then
  8282 else
  8283   ac_cv_search_listen=no
  8284 fi
  8285 rm conftest.$ac_ext
  8286 LIBS=$ac_func_search_save_LIBS
  8287 fi
  8288 { echo "$as_me:$LINENO: result: $ac_cv_search_listen" >&5
  8289 echo "${ECHO_T}$ac_cv_search_listen" >&6; }
  8290 ac_res=$ac_cv_search_listen
  8291 if test "$ac_res" != no; then
  8292   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  8294 fi
  8296 { echo "$as_me:$LINENO: checking for library containing inet_ntoa" >&5
  8297 echo $ECHO_N "checking for library containing inet_ntoa... $ECHO_C" >&6; }
  8298 if test "${ac_cv_search_inet_ntoa+set}" = set; then
  8299   echo $ECHO_N "(cached) $ECHO_C" >&6
  8300 else
  8301   ac_func_search_save_LIBS=$LIBS
  8302 cat >conftest.$ac_ext <<_ACEOF
  8303 /* confdefs.h.  */
  8304 _ACEOF
  8305 cat confdefs.h >>conftest.$ac_ext
  8306 cat >>conftest.$ac_ext <<_ACEOF
  8307 /* end confdefs.h.  */
  8309 /* Override any GCC internal prototype to avoid an error.
  8310    Use char because int might match the return type of a GCC
  8311    builtin and then its argument prototype would still apply.  */
  8312 #ifdef __cplusplus
  8313 extern "C"
  8314 #endif
  8315 char inet_ntoa ();
  8316 int
  8317 main ()
  8319 return inet_ntoa ();
  8321   return 0;
  8323 _ACEOF
  8324 for ac_lib in '' nsl; do
  8325   if test -z "$ac_lib"; then
  8326     ac_res="none required"
  8327   else
  8328     ac_res=-l$ac_lib
  8329     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  8330   fi
  8331   rm -f conftest.$ac_objext conftest$ac_exeext
  8332 if { (ac_try="$ac_link"
  8333 case "(($ac_try" in
  8334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8335   *) ac_try_echo=$ac_try;;
  8336 esac
  8337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8338   (eval "$ac_link") 2>conftest.er1
  8339   ac_status=$?
  8340   grep -v '^ *+' conftest.er1 >conftest.err
  8341   rm -f conftest.er1
  8342   cat conftest.err >&5
  8343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8344   (exit $ac_status); } && {
  8345 	 test -z "$ac_c_werror_flag" ||
  8346 	 test ! -s conftest.err
  8347        } && test -s conftest$ac_exeext &&
  8348        $as_test_x conftest$ac_exeext; then
  8349   ac_cv_search_inet_ntoa=$ac_res
  8350 else
  8351   echo "$as_me: failed program was:" >&5
  8352 sed 's/^/| /' conftest.$ac_ext >&5
  8355 fi
  8357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8358       conftest$ac_exeext
  8359   if test "${ac_cv_search_inet_ntoa+set}" = set; then
  8360   break
  8361 fi
  8362 done
  8363 if test "${ac_cv_search_inet_ntoa+set}" = set; then
  8365 else
  8366   ac_cv_search_inet_ntoa=no
  8367 fi
  8368 rm conftest.$ac_ext
  8369 LIBS=$ac_func_search_save_LIBS
  8370 fi
  8371 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_ntoa" >&5
  8372 echo "${ECHO_T}$ac_cv_search_inet_ntoa" >&6; }
  8373 ac_res=$ac_cv_search_inet_ntoa
  8374 if test "$ac_res" != no; then
  8375   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  8377 fi
  8382 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
  8383 	if test -n "$ac_tool_prefix"; then
  8384   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
  8385 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
  8386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  8387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8388 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  8389   echo $ECHO_N "(cached) $ECHO_C" >&6
  8390 else
  8391   case $PKG_CONFIG in
  8392   [\\/]* | ?:[\\/]*)
  8393   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  8394   ;;
  8395   *)
  8396   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  8397 for as_dir in $PATH
  8398 do
  8399   IFS=$as_save_IFS
  8400   test -z "$as_dir" && as_dir=.
  8401   for ac_exec_ext in '' $ac_executable_extensions; do
  8402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8403     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  8404     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8405     break 2
  8406   fi
  8407 done
  8408 done
  8409 IFS=$as_save_IFS
  8411   ;;
  8412 esac
  8413 fi
  8414 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  8415 if test -n "$PKG_CONFIG"; then
  8416   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  8417 echo "${ECHO_T}$PKG_CONFIG" >&6; }
  8418 else
  8419   { echo "$as_me:$LINENO: result: no" >&5
  8420 echo "${ECHO_T}no" >&6; }
  8421 fi
  8424 fi
  8425 if test -z "$ac_cv_path_PKG_CONFIG"; then
  8426   ac_pt_PKG_CONFIG=$PKG_CONFIG
  8427   # Extract the first word of "pkg-config", so it can be a program name with args.
  8428 set dummy pkg-config; ac_word=$2
  8429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
  8430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
  8431 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
  8432   echo $ECHO_N "(cached) $ECHO_C" >&6
  8433 else
  8434   case $ac_pt_PKG_CONFIG in
  8435   [\\/]* | ?:[\\/]*)
  8436   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
  8437   ;;
  8438   *)
  8439   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  8440 for as_dir in $PATH
  8441 do
  8442   IFS=$as_save_IFS
  8443   test -z "$as_dir" && as_dir=.
  8444   for ac_exec_ext in '' $ac_executable_extensions; do
  8445   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  8446     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  8447     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  8448     break 2
  8449   fi
  8450 done
  8451 done
  8452 IFS=$as_save_IFS
  8454   ;;
  8455 esac
  8456 fi
  8457 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
  8458 if test -n "$ac_pt_PKG_CONFIG"; then
  8459   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
  8460 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
  8461 else
  8462   { echo "$as_me:$LINENO: result: no" >&5
  8463 echo "${ECHO_T}no" >&6; }
  8464 fi
  8466   if test "x$ac_pt_PKG_CONFIG" = x; then
  8467     PKG_CONFIG=""
  8468   else
  8469     case $cross_compiling:$ac_tool_warned in
  8470 yes:)
  8471 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  8472 whose name does not start with the host triplet.  If you think this
  8473 configuration is useful to you, please write to autoconf@gnu.org." >&5
  8474 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  8475 whose name does not start with the host triplet.  If you think this
  8476 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  8477 ac_tool_warned=yes ;;
  8478 esac
  8479     PKG_CONFIG=$ac_pt_PKG_CONFIG
  8480   fi
  8481 else
  8482   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
  8483 fi
  8485 fi
  8486 if test -n "$PKG_CONFIG"; then
  8487 	_pkg_min_version=0.9.0
  8488 	{ echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
  8489 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
  8490 	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
  8491 		{ echo "$as_me:$LINENO: result: yes" >&5
  8492 echo "${ECHO_T}yes" >&6; }
  8493 	else
  8494 		{ echo "$as_me:$LINENO: result: no" >&5
  8495 echo "${ECHO_T}no" >&6; }
  8496 		PKG_CONFIG=""
  8497 	fi
  8499 fi
  8501 pkg_failed=no
  8502 { echo "$as_me:$LINENO: checking for LIBPNG" >&5
  8503 echo $ECHO_N "checking for LIBPNG... $ECHO_C" >&6; }
  8505 if test -n "$LIBPNG_CFLAGS"; then
  8506     pkg_cv_LIBPNG_CFLAGS="$LIBPNG_CFLAGS"
  8507  elif test -n "$PKG_CONFIG"; then
  8508     if test -n "$PKG_CONFIG" && \
  8509     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
  8510   ($PKG_CONFIG --exists --print-errors "libpng ") 2>&5
  8511   ac_status=$?
  8512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8513   (exit $ac_status); }; then
  8514   pkg_cv_LIBPNG_CFLAGS=`$PKG_CONFIG --cflags "libpng " 2>/dev/null`
  8515 else
  8516   pkg_failed=yes
  8517 fi
  8518  else
  8519     pkg_failed=untried
  8520 fi
  8521 if test -n "$LIBPNG_LIBS"; then
  8522     pkg_cv_LIBPNG_LIBS="$LIBPNG_LIBS"
  8523  elif test -n "$PKG_CONFIG"; then
  8524     if test -n "$PKG_CONFIG" && \
  8525     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
  8526   ($PKG_CONFIG --exists --print-errors "libpng ") 2>&5
  8527   ac_status=$?
  8528   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8529   (exit $ac_status); }; then
  8530   pkg_cv_LIBPNG_LIBS=`$PKG_CONFIG --libs "libpng " 2>/dev/null`
  8531 else
  8532   pkg_failed=yes
  8533 fi
  8534  else
  8535     pkg_failed=untried
  8536 fi
  8540 if test $pkg_failed = yes; then
  8542 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  8543         _pkg_short_errors_supported=yes
  8544 else
  8545         _pkg_short_errors_supported=no
  8546 fi
  8547         if test $_pkg_short_errors_supported = yes; then
  8548 	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpng " 2>&1`
  8549         else
  8550 	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpng " 2>&1`
  8551         fi
  8552 	# Put the nasty error message in config.log where it belongs
  8553 	echo "$LIBPNG_PKG_ERRORS" >&5
  8555 	{ { echo "$as_me:$LINENO: error: Package requirements (libpng ) were not met:
  8557 $LIBPNG_PKG_ERRORS
  8559 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  8560 installed software in a non-standard prefix.
  8562 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  8563 and LIBPNG_LIBS to avoid the need to call pkg-config.
  8564 See the pkg-config man page for more details.
  8565 " >&5
  8566 echo "$as_me: error: Package requirements (libpng ) were not met:
  8568 $LIBPNG_PKG_ERRORS
  8570 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  8571 installed software in a non-standard prefix.
  8573 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  8574 and LIBPNG_LIBS to avoid the need to call pkg-config.
  8575 See the pkg-config man page for more details.
  8576 " >&2;}
  8577    { (exit 1); exit 1; }; }
  8578 elif test $pkg_failed = untried; then
  8579 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  8580 is in your PATH or set the PKG_CONFIG environment variable to the full
  8581 path to pkg-config.
  8583 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  8584 and LIBPNG_LIBS to avoid the need to call pkg-config.
  8585 See the pkg-config man page for more details.
  8587 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  8588 See \`config.log' for more details." >&5
  8589 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  8590 is in your PATH or set the PKG_CONFIG environment variable to the full
  8591 path to pkg-config.
  8593 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  8594 and LIBPNG_LIBS to avoid the need to call pkg-config.
  8595 See the pkg-config man page for more details.
  8597 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  8598 See \`config.log' for more details." >&2;}
  8599    { (exit 1); exit 1; }; }
  8600 else
  8601 	LIBPNG_CFLAGS=$pkg_cv_LIBPNG_CFLAGS
  8602 	LIBPNG_LIBS=$pkg_cv_LIBPNG_LIBS
  8603         { echo "$as_me:$LINENO: result: yes" >&5
  8604 echo "${ECHO_T}yes" >&6; }
  8606 fi
  8609 { echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
  8610 echo $ECHO_N "checking for uncompress in -lz... $ECHO_C" >&6; }
  8611 if test "${ac_cv_lib_z_uncompress+set}" = set; then
  8612   echo $ECHO_N "(cached) $ECHO_C" >&6
  8613 else
  8614   ac_check_lib_save_LIBS=$LIBS
  8615 LIBS="-lz  $LIBS"
  8616 cat >conftest.$ac_ext <<_ACEOF
  8617 /* confdefs.h.  */
  8618 _ACEOF
  8619 cat confdefs.h >>conftest.$ac_ext
  8620 cat >>conftest.$ac_ext <<_ACEOF
  8621 /* end confdefs.h.  */
  8623 /* Override any GCC internal prototype to avoid an error.
  8624    Use char because int might match the return type of a GCC
  8625    builtin and then its argument prototype would still apply.  */
  8626 #ifdef __cplusplus
  8627 extern "C"
  8628 #endif
  8629 char uncompress ();
  8630 int
  8631 main ()
  8633 return uncompress ();
  8635   return 0;
  8637 _ACEOF
  8638 rm -f conftest.$ac_objext conftest$ac_exeext
  8639 if { (ac_try="$ac_link"
  8640 case "(($ac_try" in
  8641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8642   *) ac_try_echo=$ac_try;;
  8643 esac
  8644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8645   (eval "$ac_link") 2>conftest.er1
  8646   ac_status=$?
  8647   grep -v '^ *+' conftest.er1 >conftest.err
  8648   rm -f conftest.er1
  8649   cat conftest.err >&5
  8650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8651   (exit $ac_status); } && {
  8652 	 test -z "$ac_c_werror_flag" ||
  8653 	 test ! -s conftest.err
  8654        } && test -s conftest$ac_exeext &&
  8655        $as_test_x conftest$ac_exeext; then
  8656   ac_cv_lib_z_uncompress=yes
  8657 else
  8658   echo "$as_me: failed program was:" >&5
  8659 sed 's/^/| /' conftest.$ac_ext >&5
  8661 	ac_cv_lib_z_uncompress=no
  8662 fi
  8664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8665       conftest$ac_exeext conftest.$ac_ext
  8666 LIBS=$ac_check_lib_save_LIBS
  8667 fi
  8668 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
  8669 echo "${ECHO_T}$ac_cv_lib_z_uncompress" >&6; }
  8670 if test $ac_cv_lib_z_uncompress = yes; then
  8671   cat >>confdefs.h <<_ACEOF
  8672 #define HAVE_LIBZ 1
  8673 _ACEOF
  8675   LIBS="-lz $LIBS"
  8677 else
  8679     echo "Zlib (libz.so) could not be found, but is required."
  8680     exit 1
  8681 fi
  8684 if test "x$with_gtk" = "xno"; then
  8686 pkg_failed=no
  8687 { echo "$as_me:$LINENO: checking for GLIB" >&5
  8688 echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; }
  8690 if test -n "$GLIB_CFLAGS"; then
  8691     pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
  8692  elif test -n "$PKG_CONFIG"; then
  8693     if test -n "$PKG_CONFIG" && \
  8694     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  8695   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  8696   ac_status=$?
  8697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8698   (exit $ac_status); }; then
  8699   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
  8700 else
  8701   pkg_failed=yes
  8702 fi
  8703  else
  8704     pkg_failed=untried
  8705 fi
  8706 if test -n "$GLIB_LIBS"; then
  8707     pkg_cv_GLIB_LIBS="$GLIB_LIBS"
  8708  elif test -n "$PKG_CONFIG"; then
  8709     if test -n "$PKG_CONFIG" && \
  8710     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  8711   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  8712   ac_status=$?
  8713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8714   (exit $ac_status); }; then
  8715   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
  8716 else
  8717   pkg_failed=yes
  8718 fi
  8719  else
  8720     pkg_failed=untried
  8721 fi
  8725 if test $pkg_failed = yes; then
  8727 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  8728         _pkg_short_errors_supported=yes
  8729 else
  8730         _pkg_short_errors_supported=no
  8731 fi
  8732         if test $_pkg_short_errors_supported = yes; then
  8733 	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1`
  8734         else
  8735 	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`
  8736         fi
  8737 	# Put the nasty error message in config.log where it belongs
  8738 	echo "$GLIB_PKG_ERRORS" >&5
  8740 	{ { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met:
  8742 $GLIB_PKG_ERRORS
  8744 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  8745 installed software in a non-standard prefix.
  8747 Alternatively, you may set the environment variables GLIB_CFLAGS
  8748 and GLIB_LIBS to avoid the need to call pkg-config.
  8749 See the pkg-config man page for more details.
  8750 " >&5
  8751 echo "$as_me: error: Package requirements (glib-2.0) were not met:
  8753 $GLIB_PKG_ERRORS
  8755 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  8756 installed software in a non-standard prefix.
  8758 Alternatively, you may set the environment variables GLIB_CFLAGS
  8759 and GLIB_LIBS to avoid the need to call pkg-config.
  8760 See the pkg-config man page for more details.
  8761 " >&2;}
  8762    { (exit 1); exit 1; }; }
  8763 elif test $pkg_failed = untried; then
  8764 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  8765 is in your PATH or set the PKG_CONFIG environment variable to the full
  8766 path to pkg-config.
  8768 Alternatively, you may set the environment variables GLIB_CFLAGS
  8769 and GLIB_LIBS to avoid the need to call pkg-config.
  8770 See the pkg-config man page for more details.
  8772 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  8773 See \`config.log' for more details." >&5
  8774 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  8775 is in your PATH or set the PKG_CONFIG environment variable to the full
  8776 path to pkg-config.
  8778 Alternatively, you may set the environment variables GLIB_CFLAGS
  8779 and GLIB_LIBS to avoid the need to call pkg-config.
  8780 See the pkg-config man page for more details.
  8782 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  8783 See \`config.log' for more details." >&2;}
  8784    { (exit 1); exit 1; }; }
  8785 else
  8786 	GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
  8787 	GLIB_LIBS=$pkg_cv_GLIB_LIBS
  8788         { echo "$as_me:$LINENO: result: yes" >&5
  8789 echo "${ECHO_T}yes" >&6; }
  8791 fi
  8792 else
  8794 pkg_failed=no
  8795 { echo "$as_me:$LINENO: checking for GTK" >&5
  8796 echo $ECHO_N "checking for GTK... $ECHO_C" >&6; }
  8798 if test -n "$GTK_CFLAGS"; then
  8799     pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
  8800  elif test -n "$PKG_CONFIG"; then
  8801     if test -n "$PKG_CONFIG" && \
  8802     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
  8803   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
  8804   ac_status=$?
  8805   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8806   (exit $ac_status); }; then
  8807   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
  8808 else
  8809   pkg_failed=yes
  8810 fi
  8811  else
  8812     pkg_failed=untried
  8813 fi
  8814 if test -n "$GTK_LIBS"; then
  8815     pkg_cv_GTK_LIBS="$GTK_LIBS"
  8816  elif test -n "$PKG_CONFIG"; then
  8817     if test -n "$PKG_CONFIG" && \
  8818     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
  8819   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
  8820   ac_status=$?
  8821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8822   (exit $ac_status); }; then
  8823   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
  8824 else
  8825   pkg_failed=yes
  8826 fi
  8827  else
  8828     pkg_failed=untried
  8829 fi
  8833 if test $pkg_failed = yes; then
  8835 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  8836         _pkg_short_errors_supported=yes
  8837 else
  8838         _pkg_short_errors_supported=no
  8839 fi
  8840         if test $_pkg_short_errors_supported = yes; then
  8841 	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0" 2>&1`
  8842         else
  8843 	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0" 2>&1`
  8844         fi
  8845 	# Put the nasty error message in config.log where it belongs
  8846 	echo "$GTK_PKG_ERRORS" >&5
  8848 	{ { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0) were not met:
  8850 $GTK_PKG_ERRORS
  8852 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  8853 installed software in a non-standard prefix.
  8855 Alternatively, you may set the environment variables GTK_CFLAGS
  8856 and GTK_LIBS to avoid the need to call pkg-config.
  8857 See the pkg-config man page for more details.
  8858 " >&5
  8859 echo "$as_me: error: Package requirements (gtk+-2.0) were not met:
  8861 $GTK_PKG_ERRORS
  8863 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  8864 installed software in a non-standard prefix.
  8866 Alternatively, you may set the environment variables GTK_CFLAGS
  8867 and GTK_LIBS to avoid the need to call pkg-config.
  8868 See the pkg-config man page for more details.
  8869 " >&2;}
  8870    { (exit 1); exit 1; }; }
  8871 elif test $pkg_failed = untried; then
  8872 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  8873 is in your PATH or set the PKG_CONFIG environment variable to the full
  8874 path to pkg-config.
  8876 Alternatively, you may set the environment variables GTK_CFLAGS
  8877 and GTK_LIBS to avoid the need to call pkg-config.
  8878 See the pkg-config man page for more details.
  8880 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  8881 See \`config.log' for more details." >&5
  8882 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  8883 is in your PATH or set the PKG_CONFIG environment variable to the full
  8884 path to pkg-config.
  8886 Alternatively, you may set the environment variables GTK_CFLAGS
  8887 and GTK_LIBS to avoid the need to call pkg-config.
  8888 See the pkg-config man page for more details.
  8890 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  8891 See \`config.log' for more details." >&2;}
  8892    { (exit 1); exit 1; }; }
  8893 else
  8894 	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
  8895 	GTK_LIBS=$pkg_cv_GTK_LIBS
  8896         { echo "$as_me:$LINENO: result: yes" >&5
  8897 echo "${ECHO_T}yes" >&6; }
  8899        HAVE_GTK='yes'
  8901 cat >>confdefs.h <<\_ACEOF
  8902 #define HAVE_GTK 1
  8903 _ACEOF
  8906 fi
  8908       LIBS="$LIBS $GTK_LIBS"
  8909    { echo "$as_me:$LINENO: checking for gdk_x11_display_get_xdisplay" >&5
  8910 echo $ECHO_N "checking for gdk_x11_display_get_xdisplay... $ECHO_C" >&6; }
  8911 if test "${ac_cv_func_gdk_x11_display_get_xdisplay+set}" = set; then
  8912   echo $ECHO_N "(cached) $ECHO_C" >&6
  8913 else
  8914   cat >conftest.$ac_ext <<_ACEOF
  8915 /* confdefs.h.  */
  8916 _ACEOF
  8917 cat confdefs.h >>conftest.$ac_ext
  8918 cat >>conftest.$ac_ext <<_ACEOF
  8919 /* end confdefs.h.  */
  8920 /* Define gdk_x11_display_get_xdisplay to an innocuous variant, in case <limits.h> declares gdk_x11_display_get_xdisplay.
  8921    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8922 #define gdk_x11_display_get_xdisplay innocuous_gdk_x11_display_get_xdisplay
  8924 /* System header to define __stub macros and hopefully few prototypes,
  8925     which can conflict with char gdk_x11_display_get_xdisplay (); below.
  8926     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8927     <limits.h> exists even on freestanding compilers.  */
  8929 #ifdef __STDC__
  8930 # include <limits.h>
  8931 #else
  8932 # include <assert.h>
  8933 #endif
  8935 #undef gdk_x11_display_get_xdisplay
  8937 /* Override any GCC internal prototype to avoid an error.
  8938    Use char because int might match the return type of a GCC
  8939    builtin and then its argument prototype would still apply.  */
  8940 #ifdef __cplusplus
  8941 extern "C"
  8942 #endif
  8943 char gdk_x11_display_get_xdisplay ();
  8944 /* The GNU C library defines this for functions which it implements
  8945     to always fail with ENOSYS.  Some functions are actually named
  8946     something starting with __ and the normal name is an alias.  */
  8947 #if defined __stub_gdk_x11_display_get_xdisplay || defined __stub___gdk_x11_display_get_xdisplay
  8948 choke me
  8949 #endif
  8951 int
  8952 main ()
  8954 return gdk_x11_display_get_xdisplay ();
  8956   return 0;
  8958 _ACEOF
  8959 rm -f conftest.$ac_objext conftest$ac_exeext
  8960 if { (ac_try="$ac_link"
  8961 case "(($ac_try" in
  8962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8963   *) ac_try_echo=$ac_try;;
  8964 esac
  8965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  8966   (eval "$ac_link") 2>conftest.er1
  8967   ac_status=$?
  8968   grep -v '^ *+' conftest.er1 >conftest.err
  8969   rm -f conftest.er1
  8970   cat conftest.err >&5
  8971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8972   (exit $ac_status); } && {
  8973 	 test -z "$ac_c_werror_flag" ||
  8974 	 test ! -s conftest.err
  8975        } && test -s conftest$ac_exeext &&
  8976        $as_test_x conftest$ac_exeext; then
  8977   ac_cv_func_gdk_x11_display_get_xdisplay=yes
  8978 else
  8979   echo "$as_me: failed program was:" >&5
  8980 sed 's/^/| /' conftest.$ac_ext >&5
  8982 	ac_cv_func_gdk_x11_display_get_xdisplay=no
  8983 fi
  8985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8986       conftest$ac_exeext conftest.$ac_ext
  8987 fi
  8988 { echo "$as_me:$LINENO: result: $ac_cv_func_gdk_x11_display_get_xdisplay" >&5
  8989 echo "${ECHO_T}$ac_cv_func_gdk_x11_display_get_xdisplay" >&6; }
  8990 if test $ac_cv_func_gdk_x11_display_get_xdisplay = yes; then
  8992       HAVE_GTK_X11='yes'
  8994 cat >>confdefs.h <<\_ACEOF
  8995 #define HAVE_GTK_X11 1
  8996 _ACEOF
  8998 fi
  9000    { echo "$as_me:$LINENO: checking for gdk_quartz_window_get_nsview" >&5
  9001 echo $ECHO_N "checking for gdk_quartz_window_get_nsview... $ECHO_C" >&6; }
  9002 if test "${ac_cv_func_gdk_quartz_window_get_nsview+set}" = set; then
  9003   echo $ECHO_N "(cached) $ECHO_C" >&6
  9004 else
  9005   cat >conftest.$ac_ext <<_ACEOF
  9006 /* confdefs.h.  */
  9007 _ACEOF
  9008 cat confdefs.h >>conftest.$ac_ext
  9009 cat >>conftest.$ac_ext <<_ACEOF
  9010 /* end confdefs.h.  */
  9011 /* Define gdk_quartz_window_get_nsview to an innocuous variant, in case <limits.h> declares gdk_quartz_window_get_nsview.
  9012    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  9013 #define gdk_quartz_window_get_nsview innocuous_gdk_quartz_window_get_nsview
  9015 /* System header to define __stub macros and hopefully few prototypes,
  9016     which can conflict with char gdk_quartz_window_get_nsview (); below.
  9017     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9018     <limits.h> exists even on freestanding compilers.  */
  9020 #ifdef __STDC__
  9021 # include <limits.h>
  9022 #else
  9023 # include <assert.h>
  9024 #endif
  9026 #undef gdk_quartz_window_get_nsview
  9028 /* Override any GCC internal prototype to avoid an error.
  9029    Use char because int might match the return type of a GCC
  9030    builtin and then its argument prototype would still apply.  */
  9031 #ifdef __cplusplus
  9032 extern "C"
  9033 #endif
  9034 char gdk_quartz_window_get_nsview ();
  9035 /* The GNU C library defines this for functions which it implements
  9036     to always fail with ENOSYS.  Some functions are actually named
  9037     something starting with __ and the normal name is an alias.  */
  9038 #if defined __stub_gdk_quartz_window_get_nsview || defined __stub___gdk_quartz_window_get_nsview
  9039 choke me
  9040 #endif
  9042 int
  9043 main ()
  9045 return gdk_quartz_window_get_nsview ();
  9047   return 0;
  9049 _ACEOF
  9050 rm -f conftest.$ac_objext conftest$ac_exeext
  9051 if { (ac_try="$ac_link"
  9052 case "(($ac_try" in
  9053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9054   *) ac_try_echo=$ac_try;;
  9055 esac
  9056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9057   (eval "$ac_link") 2>conftest.er1
  9058   ac_status=$?
  9059   grep -v '^ *+' conftest.er1 >conftest.err
  9060   rm -f conftest.er1
  9061   cat conftest.err >&5
  9062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9063   (exit $ac_status); } && {
  9064 	 test -z "$ac_c_werror_flag" ||
  9065 	 test ! -s conftest.err
  9066        } && test -s conftest$ac_exeext &&
  9067        $as_test_x conftest$ac_exeext; then
  9068   ac_cv_func_gdk_quartz_window_get_nsview=yes
  9069 else
  9070   echo "$as_me: failed program was:" >&5
  9071 sed 's/^/| /' conftest.$ac_ext >&5
  9073 	ac_cv_func_gdk_quartz_window_get_nsview=no
  9074 fi
  9076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  9077       conftest$ac_exeext conftest.$ac_ext
  9078 fi
  9079 { echo "$as_me:$LINENO: result: $ac_cv_func_gdk_quartz_window_get_nsview" >&5
  9080 echo "${ECHO_T}$ac_cv_func_gdk_quartz_window_get_nsview" >&6; }
  9081 if test $ac_cv_func_gdk_quartz_window_get_nsview = yes; then
  9083       HAVE_GTK_OSX='yes'
  9085 cat >>confdefs.h <<\_ACEOF
  9086 #define HAVE_GTK_OSX 1
  9087 _ACEOF
  9089 fi
  9091 fi
  9095 if test "$HAVE_GTK" = 'yes'; then
  9096   GUI_GTK_TRUE=
  9097   GUI_GTK_FALSE='#'
  9098 else
  9099   GUI_GTK_TRUE='#'
  9100   GUI_GTK_FALSE=
  9101 fi
  9105 pkg_failed=no
  9106 { echo "$as_me:$LINENO: checking for LIBISOFS" >&5
  9107 echo $ECHO_N "checking for LIBISOFS... $ECHO_C" >&6; }
  9109 if test -n "$LIBISOFS_CFLAGS"; then
  9110     pkg_cv_LIBISOFS_CFLAGS="$LIBISOFS_CFLAGS"
  9111  elif test -n "$PKG_CONFIG"; then
  9112     if test -n "$PKG_CONFIG" && \
  9113     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libisofs-1 \"") >&5
  9114   ($PKG_CONFIG --exists --print-errors "libisofs-1 ") 2>&5
  9115   ac_status=$?
  9116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9117   (exit $ac_status); }; then
  9118   pkg_cv_LIBISOFS_CFLAGS=`$PKG_CONFIG --cflags "libisofs-1 " 2>/dev/null`
  9119 else
  9120   pkg_failed=yes
  9121 fi
  9122  else
  9123     pkg_failed=untried
  9124 fi
  9125 if test -n "$LIBISOFS_LIBS"; then
  9126     pkg_cv_LIBISOFS_LIBS="$LIBISOFS_LIBS"
  9127  elif test -n "$PKG_CONFIG"; then
  9128     if test -n "$PKG_CONFIG" && \
  9129     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libisofs-1 \"") >&5
  9130   ($PKG_CONFIG --exists --print-errors "libisofs-1 ") 2>&5
  9131   ac_status=$?
  9132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9133   (exit $ac_status); }; then
  9134   pkg_cv_LIBISOFS_LIBS=`$PKG_CONFIG --libs "libisofs-1 " 2>/dev/null`
  9135 else
  9136   pkg_failed=yes
  9137 fi
  9138  else
  9139     pkg_failed=untried
  9140 fi
  9144 if test $pkg_failed = yes; then
  9146 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  9147         _pkg_short_errors_supported=yes
  9148 else
  9149         _pkg_short_errors_supported=no
  9150 fi
  9151         if test $_pkg_short_errors_supported = yes; then
  9152 	        LIBISOFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libisofs-1 " 2>&1`
  9153         else
  9154 	        LIBISOFS_PKG_ERRORS=`$PKG_CONFIG --print-errors "libisofs-1 " 2>&1`
  9155         fi
  9156 	# Put the nasty error message in config.log where it belongs
  9157 	echo "$LIBISOFS_PKG_ERRORS" >&5
  9159 	{ { echo "$as_me:$LINENO: error: Package requirements (libisofs-1 ) were not met:
  9161 $LIBISOFS_PKG_ERRORS
  9163 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  9164 installed software in a non-standard prefix.
  9166 Alternatively, you may set the environment variables LIBISOFS_CFLAGS
  9167 and LIBISOFS_LIBS to avoid the need to call pkg-config.
  9168 See the pkg-config man page for more details.
  9169 " >&5
  9170 echo "$as_me: error: Package requirements (libisofs-1 ) were not met:
  9172 $LIBISOFS_PKG_ERRORS
  9174 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  9175 installed software in a non-standard prefix.
  9177 Alternatively, you may set the environment variables LIBISOFS_CFLAGS
  9178 and LIBISOFS_LIBS to avoid the need to call pkg-config.
  9179 See the pkg-config man page for more details.
  9180 " >&2;}
  9181    { (exit 1); exit 1; }; }
  9182 elif test $pkg_failed = untried; then
  9183 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  9184 is in your PATH or set the PKG_CONFIG environment variable to the full
  9185 path to pkg-config.
  9187 Alternatively, you may set the environment variables LIBISOFS_CFLAGS
  9188 and LIBISOFS_LIBS to avoid the need to call pkg-config.
  9189 See the pkg-config man page for more details.
  9191 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  9192 See \`config.log' for more details." >&5
  9193 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  9194 is in your PATH or set the PKG_CONFIG environment variable to the full
  9195 path to pkg-config.
  9197 Alternatively, you may set the environment variables LIBISOFS_CFLAGS
  9198 and LIBISOFS_LIBS to avoid the need to call pkg-config.
  9199 See the pkg-config man page for more details.
  9201 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  9202 See \`config.log' for more details." >&2;}
  9203    { (exit 1); exit 1; }; }
  9204 else
  9205 	LIBISOFS_CFLAGS=$pkg_cv_LIBISOFS_CFLAGS
  9206 	LIBISOFS_LIBS=$pkg_cv_LIBISOFS_LIBS
  9207         { echo "$as_me:$LINENO: result: yes" >&5
  9208 echo "${ECHO_T}yes" >&6; }
  9210 fi
  9212 if test "x$with_osmesa" != xno; then
  9216 { echo "$as_me:$LINENO: checking for OSMesaCreateContext in -lOSMesa" >&5
  9217 echo $ECHO_N "checking for OSMesaCreateContext in -lOSMesa... $ECHO_C" >&6; }
  9218 if test "${ac_cv_lib_OSMesa_OSMesaCreateContext+set}" = set; then
  9219   echo $ECHO_N "(cached) $ECHO_C" >&6
  9220 else
  9221   ac_check_lib_save_LIBS=$LIBS
  9222 LIBS="-lOSMesa  $LIBS"
  9223 cat >conftest.$ac_ext <<_ACEOF
  9224 /* confdefs.h.  */
  9225 _ACEOF
  9226 cat confdefs.h >>conftest.$ac_ext
  9227 cat >>conftest.$ac_ext <<_ACEOF
  9228 /* end confdefs.h.  */
  9230 /* Override any GCC internal prototype to avoid an error.
  9231    Use char because int might match the return type of a GCC
  9232    builtin and then its argument prototype would still apply.  */
  9233 #ifdef __cplusplus
  9234 extern "C"
  9235 #endif
  9236 char OSMesaCreateContext ();
  9237 int
  9238 main ()
  9240 return OSMesaCreateContext ();
  9242   return 0;
  9244 _ACEOF
  9245 rm -f conftest.$ac_objext conftest$ac_exeext
  9246 if { (ac_try="$ac_link"
  9247 case "(($ac_try" in
  9248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9249   *) ac_try_echo=$ac_try;;
  9250 esac
  9251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9252   (eval "$ac_link") 2>conftest.er1
  9253   ac_status=$?
  9254   grep -v '^ *+' conftest.er1 >conftest.err
  9255   rm -f conftest.er1
  9256   cat conftest.err >&5
  9257   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9258   (exit $ac_status); } && {
  9259 	 test -z "$ac_c_werror_flag" ||
  9260 	 test ! -s conftest.err
  9261        } && test -s conftest$ac_exeext &&
  9262        $as_test_x conftest$ac_exeext; then
  9263   ac_cv_lib_OSMesa_OSMesaCreateContext=yes
  9264 else
  9265   echo "$as_me: failed program was:" >&5
  9266 sed 's/^/| /' conftest.$ac_ext >&5
  9268 	ac_cv_lib_OSMesa_OSMesaCreateContext=no
  9269 fi
  9271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  9272       conftest$ac_exeext conftest.$ac_ext
  9273 LIBS=$ac_check_lib_save_LIBS
  9274 fi
  9275 { echo "$as_me:$LINENO: result: $ac_cv_lib_OSMesa_OSMesaCreateContext" >&5
  9276 echo "${ECHO_T}$ac_cv_lib_OSMesa_OSMesaCreateContext" >&6; }
  9277 if test $ac_cv_lib_OSMesa_OSMesaCreateContext = yes; then
  9278   cat >>confdefs.h <<_ACEOF
  9279 #define HAVE_LIBOSMESA 1
  9280 _ACEOF
  9282   LIBS="-lOSMesa $LIBS"
  9284 else
  9285   { { echo "$as_me:$LINENO: error: --with-osmesa was given, but OSMesa library could not be found
  9286 See \`config.log' for more details." >&5
  9287 echo "$as_me: error: --with-osmesa was given, but OSMesa library could not be found
  9288 See \`config.log' for more details." >&2;}
  9289    { (exit 1); exit 1; }; }
  9290 fi
  9292   if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
  9293   { echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
  9294 echo $ECHO_N "checking for GL/osmesa.h... $ECHO_C" >&6; }
  9295 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
  9296   echo $ECHO_N "(cached) $ECHO_C" >&6
  9297 fi
  9298 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
  9299 echo "${ECHO_T}$ac_cv_header_GL_osmesa_h" >&6; }
  9300 else
  9301   # Is the header compilable?
  9302 { echo "$as_me:$LINENO: checking GL/osmesa.h usability" >&5
  9303 echo $ECHO_N "checking GL/osmesa.h usability... $ECHO_C" >&6; }
  9304 cat >conftest.$ac_ext <<_ACEOF
  9305 /* confdefs.h.  */
  9306 _ACEOF
  9307 cat confdefs.h >>conftest.$ac_ext
  9308 cat >>conftest.$ac_ext <<_ACEOF
  9309 /* end confdefs.h.  */
  9310 $ac_includes_default
  9311 #include <GL/osmesa.h>
  9312 _ACEOF
  9313 rm -f conftest.$ac_objext
  9314 if { (ac_try="$ac_compile"
  9315 case "(($ac_try" in
  9316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9317   *) ac_try_echo=$ac_try;;
  9318 esac
  9319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9320   (eval "$ac_compile") 2>conftest.er1
  9321   ac_status=$?
  9322   grep -v '^ *+' conftest.er1 >conftest.err
  9323   rm -f conftest.er1
  9324   cat conftest.err >&5
  9325   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9326   (exit $ac_status); } && {
  9327 	 test -z "$ac_c_werror_flag" ||
  9328 	 test ! -s conftest.err
  9329        } && test -s conftest.$ac_objext; then
  9330   ac_header_compiler=yes
  9331 else
  9332   echo "$as_me: failed program was:" >&5
  9333 sed 's/^/| /' conftest.$ac_ext >&5
  9335 	ac_header_compiler=no
  9336 fi
  9338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9339 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9340 echo "${ECHO_T}$ac_header_compiler" >&6; }
  9342 # Is the header present?
  9343 { echo "$as_me:$LINENO: checking GL/osmesa.h presence" >&5
  9344 echo $ECHO_N "checking GL/osmesa.h presence... $ECHO_C" >&6; }
  9345 cat >conftest.$ac_ext <<_ACEOF
  9346 /* confdefs.h.  */
  9347 _ACEOF
  9348 cat confdefs.h >>conftest.$ac_ext
  9349 cat >>conftest.$ac_ext <<_ACEOF
  9350 /* end confdefs.h.  */
  9351 #include <GL/osmesa.h>
  9352 _ACEOF
  9353 if { (ac_try="$ac_cpp conftest.$ac_ext"
  9354 case "(($ac_try" in
  9355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9356   *) ac_try_echo=$ac_try;;
  9357 esac
  9358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9359   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  9360   ac_status=$?
  9361   grep -v '^ *+' conftest.er1 >conftest.err
  9362   rm -f conftest.er1
  9363   cat conftest.err >&5
  9364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9365   (exit $ac_status); } >/dev/null && {
  9366 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  9367 	 test ! -s conftest.err
  9368        }; then
  9369   ac_header_preproc=yes
  9370 else
  9371   echo "$as_me: failed program was:" >&5
  9372 sed 's/^/| /' conftest.$ac_ext >&5
  9374   ac_header_preproc=no
  9375 fi
  9377 rm -f conftest.err conftest.$ac_ext
  9378 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  9379 echo "${ECHO_T}$ac_header_preproc" >&6; }
  9381 # So?  What about this header?
  9382 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  9383   yes:no: )
  9384     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&5
  9385 echo "$as_me: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  9386     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&5
  9387 echo "$as_me: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&2;}
  9388     ac_header_preproc=yes
  9389     ;;
  9390   no:yes:* )
  9391     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: present but cannot be compiled" >&5
  9392 echo "$as_me: WARNING: GL/osmesa.h: present but cannot be compiled" >&2;}
  9393     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h:     check for missing prerequisite headers?" >&5
  9394 echo "$as_me: WARNING: GL/osmesa.h:     check for missing prerequisite headers?" >&2;}
  9395     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: see the Autoconf documentation" >&5
  9396 echo "$as_me: WARNING: GL/osmesa.h: see the Autoconf documentation" >&2;}
  9397     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h:     section \"Present But Cannot Be Compiled\"" >&5
  9398 echo "$as_me: WARNING: GL/osmesa.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  9399     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&5
  9400 echo "$as_me: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&2;}
  9401     { echo "$as_me:$LINENO: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&5
  9402 echo "$as_me: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&2;}
  9404     ;;
  9405 esac
  9406 { echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
  9407 echo $ECHO_N "checking for GL/osmesa.h... $ECHO_C" >&6; }
  9408 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
  9409   echo $ECHO_N "(cached) $ECHO_C" >&6
  9410 else
  9411   ac_cv_header_GL_osmesa_h=$ac_header_preproc
  9412 fi
  9413 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
  9414 echo "${ECHO_T}$ac_cv_header_GL_osmesa_h" >&6; }
  9416 fi
  9417 if test $ac_cv_header_GL_osmesa_h = yes; then
  9419 else
  9420   { { echo "$as_me:$LINENO: error: --with-osmesa was given, but osmesa.h could not be found
  9421 See \`config.log' for more details." >&5
  9422 echo "$as_me: error: --with-osmesa was given, but osmesa.h could not be found
  9423 See \`config.log' for more details." >&2;}
  9424    { (exit 1); exit 1; }; }
  9425 fi
  9428   HAVE_OSMESA='yes'
  9429   VIDEO_DRIVERS="$VIDEO_DRIVERS osmesa"
  9431 cat >>confdefs.h <<\_ACEOF
  9432 #define HAVE_OSMESA 1
  9433 _ACEOF
  9435 else
  9438    if test "x$APPLE_BUILD" != 'xyes'; then
  9440 pkg_failed=no
  9441 { echo "$as_me:$LINENO: checking for LIBGL" >&5
  9442 echo $ECHO_N "checking for LIBGL... $ECHO_C" >&6; }
  9444 if test -n "$LIBGL_CFLAGS"; then
  9445     pkg_cv_LIBGL_CFLAGS="$LIBGL_CFLAGS"
  9446  elif test -n "$PKG_CONFIG"; then
  9447     if test -n "$PKG_CONFIG" && \
  9448     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gl \"") >&5
  9449   ($PKG_CONFIG --exists --print-errors "gl ") 2>&5
  9450   ac_status=$?
  9451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9452   (exit $ac_status); }; then
  9453   pkg_cv_LIBGL_CFLAGS=`$PKG_CONFIG --cflags "gl " 2>/dev/null`
  9454 else
  9455   pkg_failed=yes
  9456 fi
  9457  else
  9458     pkg_failed=untried
  9459 fi
  9460 if test -n "$LIBGL_LIBS"; then
  9461     pkg_cv_LIBGL_LIBS="$LIBGL_LIBS"
  9462  elif test -n "$PKG_CONFIG"; then
  9463     if test -n "$PKG_CONFIG" && \
  9464     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gl \"") >&5
  9465   ($PKG_CONFIG --exists --print-errors "gl ") 2>&5
  9466   ac_status=$?
  9467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9468   (exit $ac_status); }; then
  9469   pkg_cv_LIBGL_LIBS=`$PKG_CONFIG --libs "gl " 2>/dev/null`
  9470 else
  9471   pkg_failed=yes
  9472 fi
  9473  else
  9474     pkg_failed=untried
  9475 fi
  9479 if test $pkg_failed = yes; then
  9481 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  9482         _pkg_short_errors_supported=yes
  9483 else
  9484         _pkg_short_errors_supported=no
  9485 fi
  9486         if test $_pkg_short_errors_supported = yes; then
  9487 	        LIBGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gl " 2>&1`
  9488         else
  9489 	        LIBGL_PKG_ERRORS=`$PKG_CONFIG --print-errors "gl " 2>&1`
  9490         fi
  9491 	# Put the nasty error message in config.log where it belongs
  9492 	echo "$LIBGL_PKG_ERRORS" >&5
  9494 	{ { echo "$as_me:$LINENO: error: Package requirements (gl ) were not met:
  9496 $LIBGL_PKG_ERRORS
  9498 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  9499 installed software in a non-standard prefix.
  9501 Alternatively, you may set the environment variables LIBGL_CFLAGS
  9502 and LIBGL_LIBS to avoid the need to call pkg-config.
  9503 See the pkg-config man page for more details.
  9504 " >&5
  9505 echo "$as_me: error: Package requirements (gl ) were not met:
  9507 $LIBGL_PKG_ERRORS
  9509 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  9510 installed software in a non-standard prefix.
  9512 Alternatively, you may set the environment variables LIBGL_CFLAGS
  9513 and LIBGL_LIBS to avoid the need to call pkg-config.
  9514 See the pkg-config man page for more details.
  9515 " >&2;}
  9516    { (exit 1); exit 1; }; }
  9517 elif test $pkg_failed = untried; then
  9518 	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  9519 is in your PATH or set the PKG_CONFIG environment variable to the full
  9520 path to pkg-config.
  9522 Alternatively, you may set the environment variables LIBGL_CFLAGS
  9523 and LIBGL_LIBS to avoid the need to call pkg-config.
  9524 See the pkg-config man page for more details.
  9526 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  9527 See \`config.log' for more details." >&5
  9528 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  9529 is in your PATH or set the PKG_CONFIG environment variable to the full
  9530 path to pkg-config.
  9532 Alternatively, you may set the environment variables LIBGL_CFLAGS
  9533 and LIBGL_LIBS to avoid the need to call pkg-config.
  9534 See the pkg-config man page for more details.
  9536 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  9537 See \`config.log' for more details." >&2;}
  9538    { (exit 1); exit 1; }; }
  9539 else
  9540 	LIBGL_CFLAGS=$pkg_cv_LIBGL_CFLAGS
  9541 	LIBGL_LIBS=$pkg_cv_LIBGL_LIBS
  9542         { echo "$as_me:$LINENO: result: yes" >&5
  9543 echo "${ECHO_T}yes" >&6; }
  9545 fi
  9546                                       LIBS="$LIBS $LIBGL_LIBS";
  9547       CPPFLAGS="$CPPFLAGS $LIBGL_CFLAGS";
  9548    else
  9549       { echo "$as_me:$LINENO: checking for NSOpenGLGetVersion" >&5
  9550 echo $ECHO_N "checking for NSOpenGLGetVersion... $ECHO_C" >&6; }
  9551 if test "${ac_cv_func_NSOpenGLGetVersion+set}" = set; then
  9552   echo $ECHO_N "(cached) $ECHO_C" >&6
  9553 else
  9554   cat >conftest.$ac_ext <<_ACEOF
  9555 /* confdefs.h.  */
  9556 _ACEOF
  9557 cat confdefs.h >>conftest.$ac_ext
  9558 cat >>conftest.$ac_ext <<_ACEOF
  9559 /* end confdefs.h.  */
  9560 /* Define NSOpenGLGetVersion to an innocuous variant, in case <limits.h> declares NSOpenGLGetVersion.
  9561    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  9562 #define NSOpenGLGetVersion innocuous_NSOpenGLGetVersion
  9564 /* System header to define __stub macros and hopefully few prototypes,
  9565     which can conflict with char NSOpenGLGetVersion (); below.
  9566     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9567     <limits.h> exists even on freestanding compilers.  */
  9569 #ifdef __STDC__
  9570 # include <limits.h>
  9571 #else
  9572 # include <assert.h>
  9573 #endif
  9575 #undef NSOpenGLGetVersion
  9577 /* Override any GCC internal prototype to avoid an error.
  9578    Use char because int might match the return type of a GCC
  9579    builtin and then its argument prototype would still apply.  */
  9580 #ifdef __cplusplus
  9581 extern "C"
  9582 #endif
  9583 char NSOpenGLGetVersion ();
  9584 /* The GNU C library defines this for functions which it implements
  9585     to always fail with ENOSYS.  Some functions are actually named
  9586     something starting with __ and the normal name is an alias.  */
  9587 #if defined __stub_NSOpenGLGetVersion || defined __stub___NSOpenGLGetVersion
  9588 choke me
  9589 #endif
  9591 int
  9592 main ()
  9594 return NSOpenGLGetVersion ();
  9596   return 0;
  9598 _ACEOF
  9599 rm -f conftest.$ac_objext conftest$ac_exeext
  9600 if { (ac_try="$ac_link"
  9601 case "(($ac_try" in
  9602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9603   *) ac_try_echo=$ac_try;;
  9604 esac
  9605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9606   (eval "$ac_link") 2>conftest.er1
  9607   ac_status=$?
  9608   grep -v '^ *+' conftest.er1 >conftest.err
  9609   rm -f conftest.er1
  9610   cat conftest.err >&5
  9611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9612   (exit $ac_status); } && {
  9613 	 test -z "$ac_c_werror_flag" ||
  9614 	 test ! -s conftest.err
  9615        } && test -s conftest$ac_exeext &&
  9616        $as_test_x conftest$ac_exeext; then
  9617   ac_cv_func_NSOpenGLGetVersion=yes
  9618 else
  9619   echo "$as_me: failed program was:" >&5
  9620 sed 's/^/| /' conftest.$ac_ext >&5
  9622 	ac_cv_func_NSOpenGLGetVersion=no
  9623 fi
  9625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  9626       conftest$ac_exeext conftest.$ac_ext
  9627 fi
  9628 { echo "$as_me:$LINENO: result: $ac_cv_func_NSOpenGLGetVersion" >&5
  9629 echo "${ECHO_T}$ac_cv_func_NSOpenGLGetVersion" >&6; }
  9630 if test $ac_cv_func_NSOpenGLGetVersion = yes; then
  9632          HAVE_NSGL='yes'
  9633          VIDEO_DRIVERS="$VIDEO_DRIVERS nsgl"
  9635 cat >>confdefs.h <<\_ACEOF
  9636 #define HAVE_NSGL 1
  9637 _ACEOF
  9639 fi
  9641    fi
  9643    if test "x$HAVE_GTK_X11" = "xyes"; then
  9644       if test "x$APPLE_BUILD" = "xyes"; then
  9645          LIBS="$LIBS -L/usr/X11/lib -lGL"
  9646       fi
  9647       { echo "$as_me:$LINENO: checking for glXQueryVersion" >&5
  9648 echo $ECHO_N "checking for glXQueryVersion... $ECHO_C" >&6; }
  9649 if test "${ac_cv_func_glXQueryVersion+set}" = set; then
  9650   echo $ECHO_N "(cached) $ECHO_C" >&6
  9651 else
  9652   cat >conftest.$ac_ext <<_ACEOF
  9653 /* confdefs.h.  */
  9654 _ACEOF
  9655 cat confdefs.h >>conftest.$ac_ext
  9656 cat >>conftest.$ac_ext <<_ACEOF
  9657 /* end confdefs.h.  */
  9658 /* Define glXQueryVersion to an innocuous variant, in case <limits.h> declares glXQueryVersion.
  9659    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  9660 #define glXQueryVersion innocuous_glXQueryVersion
  9662 /* System header to define __stub macros and hopefully few prototypes,
  9663     which can conflict with char glXQueryVersion (); below.
  9664     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9665     <limits.h> exists even on freestanding compilers.  */
  9667 #ifdef __STDC__
  9668 # include <limits.h>
  9669 #else
  9670 # include <assert.h>
  9671 #endif
  9673 #undef glXQueryVersion
  9675 /* Override any GCC internal prototype to avoid an error.
  9676    Use char because int might match the return type of a GCC
  9677    builtin and then its argument prototype would still apply.  */
  9678 #ifdef __cplusplus
  9679 extern "C"
  9680 #endif
  9681 char glXQueryVersion ();
  9682 /* The GNU C library defines this for functions which it implements
  9683     to always fail with ENOSYS.  Some functions are actually named
  9684     something starting with __ and the normal name is an alias.  */
  9685 #if defined __stub_glXQueryVersion || defined __stub___glXQueryVersion
  9686 choke me
  9687 #endif
  9689 int
  9690 main ()
  9692 return glXQueryVersion ();
  9694   return 0;
  9696 _ACEOF
  9697 rm -f conftest.$ac_objext conftest$ac_exeext
  9698 if { (ac_try="$ac_link"
  9699 case "(($ac_try" in
  9700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9701   *) ac_try_echo=$ac_try;;
  9702 esac
  9703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9704   (eval "$ac_link") 2>conftest.er1
  9705   ac_status=$?
  9706   grep -v '^ *+' conftest.er1 >conftest.err
  9707   rm -f conftest.er1
  9708   cat conftest.err >&5
  9709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9710   (exit $ac_status); } && {
  9711 	 test -z "$ac_c_werror_flag" ||
  9712 	 test ! -s conftest.err
  9713        } && test -s conftest$ac_exeext &&
  9714        $as_test_x conftest$ac_exeext; then
  9715   ac_cv_func_glXQueryVersion=yes
  9716 else
  9717   echo "$as_me: failed program was:" >&5
  9718 sed 's/^/| /' conftest.$ac_ext >&5
  9720 	ac_cv_func_glXQueryVersion=no
  9721 fi
  9723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  9724       conftest$ac_exeext conftest.$ac_ext
  9725 fi
  9726 { echo "$as_me:$LINENO: result: $ac_cv_func_glXQueryVersion" >&5
  9727 echo "${ECHO_T}$ac_cv_func_glXQueryVersion" >&6; }
  9728 if test $ac_cv_func_glXQueryVersion = yes; then
  9730          HAVE_GLX='yes'
  9731          VIDEO_DRIVERS="$VIDEO_DRIVERS glx"
  9733 cat >>confdefs.h <<\_ACEOF
  9734 #define HAVE_GLX 1
  9735 _ACEOF
  9737 fi
  9739    fi
  9742 fi
  9749 if test "x$HAVE_OSMESA" = "xyes"; then
  9750   VIDEO_OSMESA_TRUE=
  9751   VIDEO_OSMESA_FALSE='#'
  9752 else
  9753   VIDEO_OSMESA_TRUE='#'
  9754   VIDEO_OSMESA_FALSE=
  9755 fi
  9759 if test "x$HAVE_GLX" = "xyes"; then
  9760   VIDEO_GLX_TRUE=
  9761   VIDEO_GLX_FALSE='#'
  9762 else
  9763   VIDEO_GLX_TRUE='#'
  9764   VIDEO_GLX_FALSE=
  9765 fi
  9769 if test "x$HAVE_NSGL" = "xyes"; then
  9770   VIDEO_NSGL_TRUE=
  9771   VIDEO_NSGL_FALSE='#'
  9772 else
  9773   VIDEO_NSGL_TRUE='#'
  9774   VIDEO_NSGL_FALSE=
  9775 fi
  9778 { echo "$as_me:$LINENO: checking for glGenFramebuffersEXT" >&5
  9779 echo $ECHO_N "checking for glGenFramebuffersEXT... $ECHO_C" >&6; }
  9780 if test "${ac_cv_func_glGenFramebuffersEXT+set}" = set; then
  9781   echo $ECHO_N "(cached) $ECHO_C" >&6
  9782 else
  9783   cat >conftest.$ac_ext <<_ACEOF
  9784 /* confdefs.h.  */
  9785 _ACEOF
  9786 cat confdefs.h >>conftest.$ac_ext
  9787 cat >>conftest.$ac_ext <<_ACEOF
  9788 /* end confdefs.h.  */
  9789 /* Define glGenFramebuffersEXT to an innocuous variant, in case <limits.h> declares glGenFramebuffersEXT.
  9790    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  9791 #define glGenFramebuffersEXT innocuous_glGenFramebuffersEXT
  9793 /* System header to define __stub macros and hopefully few prototypes,
  9794     which can conflict with char glGenFramebuffersEXT (); below.
  9795     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9796     <limits.h> exists even on freestanding compilers.  */
  9798 #ifdef __STDC__
  9799 # include <limits.h>
  9800 #else
  9801 # include <assert.h>
  9802 #endif
  9804 #undef glGenFramebuffersEXT
  9806 /* Override any GCC internal prototype to avoid an error.
  9807    Use char because int might match the return type of a GCC
  9808    builtin and then its argument prototype would still apply.  */
  9809 #ifdef __cplusplus
  9810 extern "C"
  9811 #endif
  9812 char glGenFramebuffersEXT ();
  9813 /* The GNU C library defines this for functions which it implements
  9814     to always fail with ENOSYS.  Some functions are actually named
  9815     something starting with __ and the normal name is an alias.  */
  9816 #if defined __stub_glGenFramebuffersEXT || defined __stub___glGenFramebuffersEXT
  9817 choke me
  9818 #endif
  9820 int
  9821 main ()
  9823 return glGenFramebuffersEXT ();
  9825   return 0;
  9827 _ACEOF
  9828 rm -f conftest.$ac_objext conftest$ac_exeext
  9829 if { (ac_try="$ac_link"
  9830 case "(($ac_try" in
  9831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9832   *) ac_try_echo=$ac_try;;
  9833 esac
  9834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9835   (eval "$ac_link") 2>conftest.er1
  9836   ac_status=$?
  9837   grep -v '^ *+' conftest.er1 >conftest.err
  9838   rm -f conftest.er1
  9839   cat conftest.err >&5
  9840   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9841   (exit $ac_status); } && {
  9842 	 test -z "$ac_c_werror_flag" ||
  9843 	 test ! -s conftest.err
  9844        } && test -s conftest$ac_exeext &&
  9845        $as_test_x conftest$ac_exeext; then
  9846   ac_cv_func_glGenFramebuffersEXT=yes
  9847 else
  9848   echo "$as_me: failed program was:" >&5
  9849 sed 's/^/| /' conftest.$ac_ext >&5
  9851 	ac_cv_func_glGenFramebuffersEXT=no
  9852 fi
  9854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  9855       conftest$ac_exeext conftest.$ac_ext
  9856 fi
  9857 { echo "$as_me:$LINENO: result: $ac_cv_func_glGenFramebuffersEXT" >&5
  9858 echo "${ECHO_T}$ac_cv_func_glGenFramebuffersEXT" >&6; }
  9859 if test $ac_cv_func_glGenFramebuffersEXT = yes; then
  9861 cat >>confdefs.h <<\_ACEOF
  9862 #define HAVE_OPENGL_FBO 1
  9863 _ACEOF
  9865 fi
  9867 { echo "$as_me:$LINENO: checking for glCreateShader" >&5
  9868 echo $ECHO_N "checking for glCreateShader... $ECHO_C" >&6; }
  9869 if test "${ac_cv_func_glCreateShader+set}" = set; then
  9870   echo $ECHO_N "(cached) $ECHO_C" >&6
  9871 else
  9872   cat >conftest.$ac_ext <<_ACEOF
  9873 /* confdefs.h.  */
  9874 _ACEOF
  9875 cat confdefs.h >>conftest.$ac_ext
  9876 cat >>conftest.$ac_ext <<_ACEOF
  9877 /* end confdefs.h.  */
  9878 /* Define glCreateShader to an innocuous variant, in case <limits.h> declares glCreateShader.
  9879    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  9880 #define glCreateShader innocuous_glCreateShader
  9882 /* System header to define __stub macros and hopefully few prototypes,
  9883     which can conflict with char glCreateShader (); below.
  9884     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9885     <limits.h> exists even on freestanding compilers.  */
  9887 #ifdef __STDC__
  9888 # include <limits.h>
  9889 #else
  9890 # include <assert.h>
  9891 #endif
  9893 #undef glCreateShader
  9895 /* Override any GCC internal prototype to avoid an error.
  9896    Use char because int might match the return type of a GCC
  9897    builtin and then its argument prototype would still apply.  */
  9898 #ifdef __cplusplus
  9899 extern "C"
  9900 #endif
  9901 char glCreateShader ();
  9902 /* The GNU C library defines this for functions which it implements
  9903     to always fail with ENOSYS.  Some functions are actually named
  9904     something starting with __ and the normal name is an alias.  */
  9905 #if defined __stub_glCreateShader || defined __stub___glCreateShader
  9906 choke me
  9907 #endif
  9909 int
  9910 main ()
  9912 return glCreateShader ();
  9914   return 0;
  9916 _ACEOF
  9917 rm -f conftest.$ac_objext conftest$ac_exeext
  9918 if { (ac_try="$ac_link"
  9919 case "(($ac_try" in
  9920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9921   *) ac_try_echo=$ac_try;;
  9922 esac
  9923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  9924   (eval "$ac_link") 2>conftest.er1
  9925   ac_status=$?
  9926   grep -v '^ *+' conftest.er1 >conftest.err
  9927   rm -f conftest.er1
  9928   cat conftest.err >&5
  9929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9930   (exit $ac_status); } && {
  9931 	 test -z "$ac_c_werror_flag" ||
  9932 	 test ! -s conftest.err
  9933        } && test -s conftest$ac_exeext &&
  9934        $as_test_x conftest$ac_exeext; then
  9935   ac_cv_func_glCreateShader=yes
  9936 else
  9937   echo "$as_me: failed program was:" >&5
  9938 sed 's/^/| /' conftest.$ac_ext >&5
  9940 	ac_cv_func_glCreateShader=no
  9941 fi
  9943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  9944       conftest$ac_exeext conftest.$ac_ext
  9945 fi
  9946 { echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShader" >&5
  9947 echo "${ECHO_T}$ac_cv_func_glCreateShader" >&6; }
  9948 if test $ac_cv_func_glCreateShader = yes; then
  9950 cat >>confdefs.h <<\_ACEOF
  9951 #define HAVE_OPENGL_SHADER 1
  9952 _ACEOF
  9954 fi
  9956 { echo "$as_me:$LINENO: checking for glCreateShaderObjectARB" >&5
  9957 echo $ECHO_N "checking for glCreateShaderObjectARB... $ECHO_C" >&6; }
  9958 if test "${ac_cv_func_glCreateShaderObjectARB+set}" = set; then
  9959   echo $ECHO_N "(cached) $ECHO_C" >&6
  9960 else
  9961   cat >conftest.$ac_ext <<_ACEOF
  9962 /* confdefs.h.  */
  9963 _ACEOF
  9964 cat confdefs.h >>conftest.$ac_ext
  9965 cat >>conftest.$ac_ext <<_ACEOF
  9966 /* end confdefs.h.  */
  9967 /* Define glCreateShaderObjectARB to an innocuous variant, in case <limits.h> declares glCreateShaderObjectARB.
  9968    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  9969 #define glCreateShaderObjectARB innocuous_glCreateShaderObjectARB
  9971 /* System header to define __stub macros and hopefully few prototypes,
  9972     which can conflict with char glCreateShaderObjectARB (); below.
  9973     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9974     <limits.h> exists even on freestanding compilers.  */
  9976 #ifdef __STDC__
  9977 # include <limits.h>
  9978 #else
  9979 # include <assert.h>
  9980 #endif
  9982 #undef glCreateShaderObjectARB
  9984 /* Override any GCC internal prototype to avoid an error.
  9985    Use char because int might match the return type of a GCC
  9986    builtin and then its argument prototype would still apply.  */
  9987 #ifdef __cplusplus
  9988 extern "C"
  9989 #endif
  9990 char glCreateShaderObjectARB ();
  9991 /* The GNU C library defines this for functions which it implements
  9992     to always fail with ENOSYS.  Some functions are actually named
  9993     something starting with __ and the normal name is an alias.  */
  9994 #if defined __stub_glCreateShaderObjectARB || defined __stub___glCreateShaderObjectARB
  9995 choke me
  9996 #endif
  9998 int
  9999 main ()
 10001 return glCreateShaderObjectARB ();
 10003   return 0;
 10005 _ACEOF
 10006 rm -f conftest.$ac_objext conftest$ac_exeext
 10007 if { (ac_try="$ac_link"
 10008 case "(($ac_try" in
 10009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10010   *) ac_try_echo=$ac_try;;
 10011 esac
 10012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10013   (eval "$ac_link") 2>conftest.er1
 10014   ac_status=$?
 10015   grep -v '^ *+' conftest.er1 >conftest.err
 10016   rm -f conftest.er1
 10017   cat conftest.err >&5
 10018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10019   (exit $ac_status); } && {
 10020 	 test -z "$ac_c_werror_flag" ||
 10021 	 test ! -s conftest.err
 10022        } && test -s conftest$ac_exeext &&
 10023        $as_test_x conftest$ac_exeext; then
 10024   ac_cv_func_glCreateShaderObjectARB=yes
 10025 else
 10026   echo "$as_me: failed program was:" >&5
 10027 sed 's/^/| /' conftest.$ac_ext >&5
 10029 	ac_cv_func_glCreateShaderObjectARB=no
 10030 fi
 10032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10033       conftest$ac_exeext conftest.$ac_ext
 10034 fi
 10035 { echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShaderObjectARB" >&5
 10036 echo "${ECHO_T}$ac_cv_func_glCreateShaderObjectARB" >&6; }
 10037 if test $ac_cv_func_glCreateShaderObjectARB = yes; then
 10039 cat >>confdefs.h <<\_ACEOF
 10040 #define HAVE_OPENGL_SHADER_ARB 1
 10041 _ACEOF
 10043 fi
 10045 { echo "$as_me:$LINENO: checking for glClampColorARB" >&5
 10046 echo $ECHO_N "checking for glClampColorARB... $ECHO_C" >&6; }
 10047 if test "${ac_cv_func_glClampColorARB+set}" = set; then
 10048   echo $ECHO_N "(cached) $ECHO_C" >&6
 10049 else
 10050   cat >conftest.$ac_ext <<_ACEOF
 10051 /* confdefs.h.  */
 10052 _ACEOF
 10053 cat confdefs.h >>conftest.$ac_ext
 10054 cat >>conftest.$ac_ext <<_ACEOF
 10055 /* end confdefs.h.  */
 10056 /* Define glClampColorARB to an innocuous variant, in case <limits.h> declares glClampColorARB.
 10057    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 10058 #define glClampColorARB innocuous_glClampColorARB
 10060 /* System header to define __stub macros and hopefully few prototypes,
 10061     which can conflict with char glClampColorARB (); below.
 10062     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 10063     <limits.h> exists even on freestanding compilers.  */
 10065 #ifdef __STDC__
 10066 # include <limits.h>
 10067 #else
 10068 # include <assert.h>
 10069 #endif
 10071 #undef glClampColorARB
 10073 /* Override any GCC internal prototype to avoid an error.
 10074    Use char because int might match the return type of a GCC
 10075    builtin and then its argument prototype would still apply.  */
 10076 #ifdef __cplusplus
 10077 extern "C"
 10078 #endif
 10079 char glClampColorARB ();
 10080 /* The GNU C library defines this for functions which it implements
 10081     to always fail with ENOSYS.  Some functions are actually named
 10082     something starting with __ and the normal name is an alias.  */
 10083 #if defined __stub_glClampColorARB || defined __stub___glClampColorARB
 10084 choke me
 10085 #endif
 10087 int
 10088 main ()
 10090 return glClampColorARB ();
 10092   return 0;
 10094 _ACEOF
 10095 rm -f conftest.$ac_objext conftest$ac_exeext
 10096 if { (ac_try="$ac_link"
 10097 case "(($ac_try" in
 10098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10099   *) ac_try_echo=$ac_try;;
 10100 esac
 10101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10102   (eval "$ac_link") 2>conftest.er1
 10103   ac_status=$?
 10104   grep -v '^ *+' conftest.er1 >conftest.err
 10105   rm -f conftest.er1
 10106   cat conftest.err >&5
 10107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10108   (exit $ac_status); } && {
 10109 	 test -z "$ac_c_werror_flag" ||
 10110 	 test ! -s conftest.err
 10111        } && test -s conftest$ac_exeext &&
 10112        $as_test_x conftest$ac_exeext; then
 10113   ac_cv_func_glClampColorARB=yes
 10114 else
 10115   echo "$as_me: failed program was:" >&5
 10116 sed 's/^/| /' conftest.$ac_ext >&5
 10118 	ac_cv_func_glClampColorARB=no
 10119 fi
 10121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10122       conftest$ac_exeext conftest.$ac_ext
 10123 fi
 10124 { echo "$as_me:$LINENO: result: $ac_cv_func_glClampColorARB" >&5
 10125 echo "${ECHO_T}$ac_cv_func_glClampColorARB" >&6; }
 10126 if test $ac_cv_func_glClampColorARB = yes; then
 10128 cat >>confdefs.h <<\_ACEOF
 10129 #define HAVE_OPENGL_CLAMP_COLOR 1
 10130 _ACEOF
 10132 fi
 10137 if test "x$enable_translator" != "xno"; then
 10138     case $host_cpu in
 10139         i386|i486|i586|i686|x86_64)
 10140 	    SH4_TRANSLATOR="x86"
 10142 cat >>confdefs.h <<_ACEOF
 10143 #define SH4_TRANSLATOR TARGET_X86
 10144 _ACEOF
 10145 ;;
 10146     esac
 10147 fi
 10150 if test "$SH4_TRANSLATOR" = "x86"; then
 10151   BUILD_SH4X86_TRUE=
 10152   BUILD_SH4X86_FALSE='#'
 10153 else
 10154   BUILD_SH4X86_TRUE='#'
 10155   BUILD_SH4X86_FALSE=
 10156 fi
 10159 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
 10160   { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
 10161 echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
 10162 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
 10163   echo $ECHO_N "(cached) $ECHO_C" >&6
 10164 fi
 10165 { echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
 10166 echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
 10167 else
 10168   # Is the header compilable?
 10169 { echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
 10170 echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6; }
 10171 cat >conftest.$ac_ext <<_ACEOF
 10172 /* confdefs.h.  */
 10173 _ACEOF
 10174 cat confdefs.h >>conftest.$ac_ext
 10175 cat >>conftest.$ac_ext <<_ACEOF
 10176 /* end confdefs.h.  */
 10177 $ac_includes_default
 10178 #include <CoreAudio/CoreAudio.h>
 10179 _ACEOF
 10180 rm -f conftest.$ac_objext
 10181 if { (ac_try="$ac_compile"
 10182 case "(($ac_try" in
 10183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10184   *) ac_try_echo=$ac_try;;
 10185 esac
 10186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10187   (eval "$ac_compile") 2>conftest.er1
 10188   ac_status=$?
 10189   grep -v '^ *+' conftest.er1 >conftest.err
 10190   rm -f conftest.er1
 10191   cat conftest.err >&5
 10192   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10193   (exit $ac_status); } && {
 10194 	 test -z "$ac_c_werror_flag" ||
 10195 	 test ! -s conftest.err
 10196        } && test -s conftest.$ac_objext; then
 10197   ac_header_compiler=yes
 10198 else
 10199   echo "$as_me: failed program was:" >&5
 10200 sed 's/^/| /' conftest.$ac_ext >&5
 10202 	ac_header_compiler=no
 10203 fi
 10205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 10206 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 10207 echo "${ECHO_T}$ac_header_compiler" >&6; }
 10209 # Is the header present?
 10210 { echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
 10211 echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6; }
 10212 cat >conftest.$ac_ext <<_ACEOF
 10213 /* confdefs.h.  */
 10214 _ACEOF
 10215 cat confdefs.h >>conftest.$ac_ext
 10216 cat >>conftest.$ac_ext <<_ACEOF
 10217 /* end confdefs.h.  */
 10218 #include <CoreAudio/CoreAudio.h>
 10219 _ACEOF
 10220 if { (ac_try="$ac_cpp conftest.$ac_ext"
 10221 case "(($ac_try" in
 10222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10223   *) ac_try_echo=$ac_try;;
 10224 esac
 10225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10226   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 10227   ac_status=$?
 10228   grep -v '^ *+' conftest.er1 >conftest.err
 10229   rm -f conftest.er1
 10230   cat conftest.err >&5
 10231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10232   (exit $ac_status); } >/dev/null && {
 10233 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 10234 	 test ! -s conftest.err
 10235        }; then
 10236   ac_header_preproc=yes
 10237 else
 10238   echo "$as_me: failed program was:" >&5
 10239 sed 's/^/| /' conftest.$ac_ext >&5
 10241   ac_header_preproc=no
 10242 fi
 10244 rm -f conftest.err conftest.$ac_ext
 10245 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 10246 echo "${ECHO_T}$ac_header_preproc" >&6; }
 10248 # So?  What about this header?
 10249 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 10250   yes:no: )
 10251     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
 10252 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 10253     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
 10254 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
 10255     ac_header_preproc=yes
 10256     ;;
 10257   no:yes:* )
 10258     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
 10259 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
 10260     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
 10261 echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
 10262     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
 10263 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
 10264     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&5
 10265 echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 10266     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
 10267 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
 10268     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
 10269 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
 10271     ;;
 10272 esac
 10273 { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
 10274 echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
 10275 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
 10276   echo $ECHO_N "(cached) $ECHO_C" >&6
 10277 else
 10278   ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
 10279 fi
 10280 { echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
 10281 echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
 10283 fi
 10284 if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
 10286      HAVE_CORE_AUDIO=yes
 10287      LIBS="$LIBS -framework CoreAudio"
 10288      AUDIO_DRIVERS="$AUDIO_DRIVERS osx"
 10290 cat >>confdefs.h <<\_ACEOF
 10291 #define HAVE_CORE_AUDIO 1
 10292 _ACEOF
 10294 else
 10295   true
 10296 fi
 10301 if test "$HAVE_CORE_AUDIO" = 'yes' ; then
 10302   AUDIO_OSX_TRUE=
 10303   AUDIO_OSX_FALSE='#'
 10304 else
 10305   AUDIO_OSX_TRUE='#'
 10306   AUDIO_OSX_FALSE=
 10307 fi
 10310 if test "x$with_sdl" != "xno"; then
 10312 pkg_failed=no
 10313 { echo "$as_me:$LINENO: checking for SDL" >&5
 10314 echo $ECHO_N "checking for SDL... $ECHO_C" >&6; }
 10316 if test -n "$SDL_CFLAGS"; then
 10317     pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
 10318  elif test -n "$PKG_CONFIG"; then
 10319     if test -n "$PKG_CONFIG" && \
 10320     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sdl\"") >&5
 10321   ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
 10322   ac_status=$?
 10323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10324   (exit $ac_status); }; then
 10325   pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
 10326 else
 10327   pkg_failed=yes
 10328 fi
 10329  else
 10330     pkg_failed=untried
 10331 fi
 10332 if test -n "$SDL_LIBS"; then
 10333     pkg_cv_SDL_LIBS="$SDL_LIBS"
 10334  elif test -n "$PKG_CONFIG"; then
 10335     if test -n "$PKG_CONFIG" && \
 10336     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"sdl\"") >&5
 10337   ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
 10338   ac_status=$?
 10339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10340   (exit $ac_status); }; then
 10341   pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null`
 10342 else
 10343   pkg_failed=yes
 10344 fi
 10345  else
 10346     pkg_failed=untried
 10347 fi
 10351 if test $pkg_failed = yes; then
 10353 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 10354         _pkg_short_errors_supported=yes
 10355 else
 10356         _pkg_short_errors_supported=no
 10357 fi
 10358         if test $_pkg_short_errors_supported = yes; then
 10359 	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl" 2>&1`
 10360         else
 10361 	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl" 2>&1`
 10362         fi
 10363 	# Put the nasty error message in config.log where it belongs
 10364 	echo "$SDL_PKG_ERRORS" >&5
 10366 	{ echo "$as_me:$LINENO: result: no" >&5
 10367 echo "${ECHO_T}no" >&6; }
 10369       if test "x$with_sdl" = "xyes"; then
 10370          { { echo "$as_me:$LINENO: error: \"SDL libraries could not be found (but were required)
 10371 See \`config.log' for more details." >&5
 10372 echo "$as_me: error: \"SDL libraries could not be found (but were required)
 10373 See \`config.log' for more details." >&2;}
 10374    { (exit 1); exit 1; }; }
 10375       fi
 10377 elif test $pkg_failed = untried; then
 10379       if test "x$with_sdl" = "xyes"; then
 10380          { { echo "$as_me:$LINENO: error: \"SDL libraries could not be found (but were required)
 10381 See \`config.log' for more details." >&5
 10382 echo "$as_me: error: \"SDL libraries could not be found (but were required)
 10383 See \`config.log' for more details." >&2;}
 10384    { (exit 1); exit 1; }; }
 10385       fi
 10387 else
 10388 	SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
 10389 	SDL_LIBS=$pkg_cv_SDL_LIBS
 10390         { echo "$as_me:$LINENO: result: yes" >&5
 10391 echo "${ECHO_T}yes" >&6; }
 10393        HAVE_SDL='yes'
 10394        AUDIO_DRIVERS="$AUDIO_DRIVERS sdl"
 10396 cat >>confdefs.h <<\_ACEOF
 10397 #define HAVE_SDL 1
 10398 _ACEOF
 10401 fi
 10402 fi
 10405 if test "$HAVE_SDL" = 'yes' ; then
 10406   AUDIO_SDL_TRUE=
 10407   AUDIO_SDL_FALSE='#'
 10408 else
 10409   AUDIO_SDL_TRUE='#'
 10410   AUDIO_SDL_FALSE=
 10411 fi
 10414 if test "x$with_pulse" != "xno"; then
 10416 pkg_failed=no
 10417 { echo "$as_me:$LINENO: checking for PULSE" >&5
 10418 echo $ECHO_N "checking for PULSE... $ECHO_C" >&6; }
 10420 if test -n "$PULSE_CFLAGS"; then
 10421     pkg_cv_PULSE_CFLAGS="$PULSE_CFLAGS"
 10422  elif test -n "$PKG_CONFIG"; then
 10423     if test -n "$PKG_CONFIG" && \
 10424     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
 10425   ($PKG_CONFIG --exists --print-errors "libpulse-simple") 2>&5
 10426   ac_status=$?
 10427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10428   (exit $ac_status); }; then
 10429   pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse-simple" 2>/dev/null`
 10430 else
 10431   pkg_failed=yes
 10432 fi
 10433  else
 10434     pkg_failed=untried
 10435 fi
 10436 if test -n "$PULSE_LIBS"; then
 10437     pkg_cv_PULSE_LIBS="$PULSE_LIBS"
 10438  elif test -n "$PKG_CONFIG"; then
 10439     if test -n "$PKG_CONFIG" && \
 10440     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
 10441   ($PKG_CONFIG --exists --print-errors "libpulse-simple") 2>&5
 10442   ac_status=$?
 10443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10444   (exit $ac_status); }; then
 10445   pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse-simple" 2>/dev/null`
 10446 else
 10447   pkg_failed=yes
 10448 fi
 10449  else
 10450     pkg_failed=untried
 10451 fi
 10455 if test $pkg_failed = yes; then
 10457 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 10458         _pkg_short_errors_supported=yes
 10459 else
 10460         _pkg_short_errors_supported=no
 10461 fi
 10462         if test $_pkg_short_errors_supported = yes; then
 10463 	        PULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpulse-simple" 2>&1`
 10464         else
 10465 	        PULSE_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpulse-simple" 2>&1`
 10466         fi
 10467 	# Put the nasty error message in config.log where it belongs
 10468 	echo "$PULSE_PKG_ERRORS" >&5
 10470 	{ echo "$as_me:$LINENO: result: no" >&5
 10471 echo "${ECHO_T}no" >&6; }
 10473        if test "x$with_pulse" = "xyes"; then
 10474           { { echo "$as_me:$LINENO: error: PulseAudio audio package could not be found (but was required)
 10475 See \`config.log' for more details." >&5
 10476 echo "$as_me: error: PulseAudio audio package could not be found (but was required)
 10477 See \`config.log' for more details." >&2;}
 10478    { (exit 1); exit 1; }; }
 10479        fi
 10481 elif test $pkg_failed = untried; then
 10483        if test "x$with_pulse" = "xyes"; then
 10484           { { echo "$as_me:$LINENO: error: PulseAudio audio package could not be found (but was required)
 10485 See \`config.log' for more details." >&5
 10486 echo "$as_me: error: PulseAudio audio package could not be found (but was required)
 10487 See \`config.log' for more details." >&2;}
 10488    { (exit 1); exit 1; }; }
 10489        fi
 10491 else
 10492 	PULSE_CFLAGS=$pkg_cv_PULSE_CFLAGS
 10493 	PULSE_LIBS=$pkg_cv_PULSE_LIBS
 10494         { echo "$as_me:$LINENO: result: yes" >&5
 10495 echo "${ECHO_T}yes" >&6; }
 10497        HAVE_PULSE='yes'
 10498        AUDIO_DRIVERS="$AUDIO_DRIVERS pulse"
 10500 cat >>confdefs.h <<\_ACEOF
 10501 #define HAVE_PULSE 1
 10502 _ACEOF
 10505 fi
 10506 fi
 10509 if test "$HAVE_PULSE" = 'yes' ; then
 10510   AUDIO_PULSE_TRUE=
 10511   AUDIO_PULSE_FALSE='#'
 10512 else
 10513   AUDIO_PULSE_TRUE='#'
 10514   AUDIO_PULSE_FALSE=
 10515 fi
 10518 if test "x$with_esd" != "xno"; then
 10520 pkg_failed=no
 10521 { echo "$as_me:$LINENO: checking for ESOUND" >&5
 10522 echo $ECHO_N "checking for ESOUND... $ECHO_C" >&6; }
 10524 if test -n "$ESOUND_CFLAGS"; then
 10525     pkg_cv_ESOUND_CFLAGS="$ESOUND_CFLAGS"
 10526  elif test -n "$PKG_CONFIG"; then
 10527     if test -n "$PKG_CONFIG" && \
 10528     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
 10529   ($PKG_CONFIG --exists --print-errors "esound") 2>&5
 10530   ac_status=$?
 10531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10532   (exit $ac_status); }; then
 10533   pkg_cv_ESOUND_CFLAGS=`$PKG_CONFIG --cflags "esound" 2>/dev/null`
 10534 else
 10535   pkg_failed=yes
 10536 fi
 10537  else
 10538     pkg_failed=untried
 10539 fi
 10540 if test -n "$ESOUND_LIBS"; then
 10541     pkg_cv_ESOUND_LIBS="$ESOUND_LIBS"
 10542  elif test -n "$PKG_CONFIG"; then
 10543     if test -n "$PKG_CONFIG" && \
 10544     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
 10545   ($PKG_CONFIG --exists --print-errors "esound") 2>&5
 10546   ac_status=$?
 10547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10548   (exit $ac_status); }; then
 10549   pkg_cv_ESOUND_LIBS=`$PKG_CONFIG --libs "esound" 2>/dev/null`
 10550 else
 10551   pkg_failed=yes
 10552 fi
 10553  else
 10554     pkg_failed=untried
 10555 fi
 10559 if test $pkg_failed = yes; then
 10561 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 10562         _pkg_short_errors_supported=yes
 10563 else
 10564         _pkg_short_errors_supported=no
 10565 fi
 10566         if test $_pkg_short_errors_supported = yes; then
 10567 	        ESOUND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "esound" 2>&1`
 10568         else
 10569 	        ESOUND_PKG_ERRORS=`$PKG_CONFIG --print-errors "esound" 2>&1`
 10570         fi
 10571 	# Put the nasty error message in config.log where it belongs
 10572 	echo "$ESOUND_PKG_ERRORS" >&5
 10574 	{ echo "$as_me:$LINENO: result: no" >&5
 10575 echo "${ECHO_T}no" >&6; }
 10577        if test "x$with_esd" = "xyes"; then
 10578           { { echo "$as_me:$LINENO: error: ESounD audio package could not be found (but was required)
 10579 See \`config.log' for more details." >&5
 10580 echo "$as_me: error: ESounD audio package could not be found (but was required)
 10581 See \`config.log' for more details." >&2;}
 10582    { (exit 1); exit 1; }; }
 10583        fi
 10585 elif test $pkg_failed = untried; then
 10587        if test "x$with_esd" = "xyes"; then
 10588           { { echo "$as_me:$LINENO: error: ESounD audio package could not be found (but was required)
 10589 See \`config.log' for more details." >&5
 10590 echo "$as_me: error: ESounD audio package could not be found (but was required)
 10591 See \`config.log' for more details." >&2;}
 10592    { (exit 1); exit 1; }; }
 10593        fi
 10595 else
 10596 	ESOUND_CFLAGS=$pkg_cv_ESOUND_CFLAGS
 10597 	ESOUND_LIBS=$pkg_cv_ESOUND_LIBS
 10598         { echo "$as_me:$LINENO: result: yes" >&5
 10599 echo "${ECHO_T}yes" >&6; }
 10601        HAVE_ESOUND='yes'
 10602        AUDIO_DRIVERS="$AUDIO_DRIVERS esd"
 10604 cat >>confdefs.h <<\_ACEOF
 10605 #define HAVE_ESOUND 1
 10606 _ACEOF
 10609 fi
 10610 fi
 10613 if test "$HAVE_ESOUND" = 'yes' ; then
 10614   AUDIO_ESOUND_TRUE=
 10615   AUDIO_ESOUND_FALSE='#'
 10616 else
 10617   AUDIO_ESOUND_TRUE='#'
 10618   AUDIO_ESOUND_FALSE=
 10619 fi
 10623 pkg_failed=no
 10624 { echo "$as_me:$LINENO: checking for ALSA" >&5
 10625 echo $ECHO_N "checking for ALSA... $ECHO_C" >&6; }
 10627 if test -n "$ALSA_CFLAGS"; then
 10628     pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
 10629  elif test -n "$PKG_CONFIG"; then
 10630     if test -n "$PKG_CONFIG" && \
 10631     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
 10632   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
 10633   ac_status=$?
 10634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10635   (exit $ac_status); }; then
 10636   pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
 10637 else
 10638   pkg_failed=yes
 10639 fi
 10640  else
 10641     pkg_failed=untried
 10642 fi
 10643 if test -n "$ALSA_LIBS"; then
 10644     pkg_cv_ALSA_LIBS="$ALSA_LIBS"
 10645  elif test -n "$PKG_CONFIG"; then
 10646     if test -n "$PKG_CONFIG" && \
 10647     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
 10648   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
 10649   ac_status=$?
 10650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10651   (exit $ac_status); }; then
 10652   pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
 10653 else
 10654   pkg_failed=yes
 10655 fi
 10656  else
 10657     pkg_failed=untried
 10658 fi
 10662 if test $pkg_failed = yes; then
 10664 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 10665         _pkg_short_errors_supported=yes
 10666 else
 10667         _pkg_short_errors_supported=no
 10668 fi
 10669         if test $_pkg_short_errors_supported = yes; then
 10670 	        ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "alsa" 2>&1`
 10671         else
 10672 	        ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors "alsa" 2>&1`
 10673         fi
 10674 	# Put the nasty error message in config.log where it belongs
 10675 	echo "$ALSA_PKG_ERRORS" >&5
 10677 	{ echo "$as_me:$LINENO: result: no" >&5
 10678 echo "${ECHO_T}no" >&6; }
 10679                 true
 10680 elif test $pkg_failed = untried; then
 10681 	true
 10682 else
 10683 	ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS
 10684 	ALSA_LIBS=$pkg_cv_ALSA_LIBS
 10685         { echo "$as_me:$LINENO: result: yes" >&5
 10686 echo "${ECHO_T}yes" >&6; }
 10688      HAVE_ALSA='yes'
 10689      AUDIO_DRIVERS="$AUDIO_DRIVERS alsa"
 10691 cat >>confdefs.h <<\_ACEOF
 10692 #define HAVE_ALSA 1
 10693 _ACEOF
 10695 fi
 10698 if test "$HAVE_ALSA" = 'yes' ; then
 10699   AUDIO_ALSA_TRUE=
 10700   AUDIO_ALSA_FALSE='#'
 10701 else
 10702   AUDIO_ALSA_TRUE='#'
 10703   AUDIO_ALSA_FALSE=
 10704 fi
 10708 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
 10709   { echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
 10710 echo $ECHO_N "checking for linux/cdrom.h... $ECHO_C" >&6; }
 10711 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
 10712   echo $ECHO_N "(cached) $ECHO_C" >&6
 10713 fi
 10714 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
 10715 echo "${ECHO_T}$ac_cv_header_linux_cdrom_h" >&6; }
 10716 else
 10717   # Is the header compilable?
 10718 { echo "$as_me:$LINENO: checking linux/cdrom.h usability" >&5
 10719 echo $ECHO_N "checking linux/cdrom.h usability... $ECHO_C" >&6; }
 10720 cat >conftest.$ac_ext <<_ACEOF
 10721 /* confdefs.h.  */
 10722 _ACEOF
 10723 cat confdefs.h >>conftest.$ac_ext
 10724 cat >>conftest.$ac_ext <<_ACEOF
 10725 /* end confdefs.h.  */
 10726 $ac_includes_default
 10727 #include <linux/cdrom.h>
 10728 _ACEOF
 10729 rm -f conftest.$ac_objext
 10730 if { (ac_try="$ac_compile"
 10731 case "(($ac_try" in
 10732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10733   *) ac_try_echo=$ac_try;;
 10734 esac
 10735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10736   (eval "$ac_compile") 2>conftest.er1
 10737   ac_status=$?
 10738   grep -v '^ *+' conftest.er1 >conftest.err
 10739   rm -f conftest.er1
 10740   cat conftest.err >&5
 10741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10742   (exit $ac_status); } && {
 10743 	 test -z "$ac_c_werror_flag" ||
 10744 	 test ! -s conftest.err
 10745        } && test -s conftest.$ac_objext; then
 10746   ac_header_compiler=yes
 10747 else
 10748   echo "$as_me: failed program was:" >&5
 10749 sed 's/^/| /' conftest.$ac_ext >&5
 10751 	ac_header_compiler=no
 10752 fi
 10754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 10755 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 10756 echo "${ECHO_T}$ac_header_compiler" >&6; }
 10758 # Is the header present?
 10759 { echo "$as_me:$LINENO: checking linux/cdrom.h presence" >&5
 10760 echo $ECHO_N "checking linux/cdrom.h presence... $ECHO_C" >&6; }
 10761 cat >conftest.$ac_ext <<_ACEOF
 10762 /* confdefs.h.  */
 10763 _ACEOF
 10764 cat confdefs.h >>conftest.$ac_ext
 10765 cat >>conftest.$ac_ext <<_ACEOF
 10766 /* end confdefs.h.  */
 10767 #include <linux/cdrom.h>
 10768 _ACEOF
 10769 if { (ac_try="$ac_cpp conftest.$ac_ext"
 10770 case "(($ac_try" in
 10771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10772   *) ac_try_echo=$ac_try;;
 10773 esac
 10774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10775   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 10776   ac_status=$?
 10777   grep -v '^ *+' conftest.er1 >conftest.err
 10778   rm -f conftest.er1
 10779   cat conftest.err >&5
 10780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10781   (exit $ac_status); } >/dev/null && {
 10782 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 10783 	 test ! -s conftest.err
 10784        }; then
 10785   ac_header_preproc=yes
 10786 else
 10787   echo "$as_me: failed program was:" >&5
 10788 sed 's/^/| /' conftest.$ac_ext >&5
 10790   ac_header_preproc=no
 10791 fi
 10793 rm -f conftest.err conftest.$ac_ext
 10794 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 10795 echo "${ECHO_T}$ac_header_preproc" >&6; }
 10797 # So?  What about this header?
 10798 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 10799   yes:no: )
 10800     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&5
 10801 echo "$as_me: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 10802     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&5
 10803 echo "$as_me: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&2;}
 10804     ac_header_preproc=yes
 10805     ;;
 10806   no:yes:* )
 10807     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: present but cannot be compiled" >&5
 10808 echo "$as_me: WARNING: linux/cdrom.h: present but cannot be compiled" >&2;}
 10809     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h:     check for missing prerequisite headers?" >&5
 10810 echo "$as_me: WARNING: linux/cdrom.h:     check for missing prerequisite headers?" >&2;}
 10811     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: see the Autoconf documentation" >&5
 10812 echo "$as_me: WARNING: linux/cdrom.h: see the Autoconf documentation" >&2;}
 10813     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h:     section \"Present But Cannot Be Compiled\"" >&5
 10814 echo "$as_me: WARNING: linux/cdrom.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 10815     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&5
 10816 echo "$as_me: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&2;}
 10817     { echo "$as_me:$LINENO: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&5
 10818 echo "$as_me: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&2;}
 10820     ;;
 10821 esac
 10822 { echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
 10823 echo $ECHO_N "checking for linux/cdrom.h... $ECHO_C" >&6; }
 10824 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
 10825   echo $ECHO_N "(cached) $ECHO_C" >&6
 10826 else
 10827   ac_cv_header_linux_cdrom_h=$ac_header_preproc
 10828 fi
 10829 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
 10830 echo "${ECHO_T}$ac_cv_header_linux_cdrom_h" >&6; }
 10832 fi
 10833 if test $ac_cv_header_linux_cdrom_h = yes; then
 10835      CDROM_DRIVER=linux
 10836           { echo "$as_me:$LINENO: checking C99 compliant kernel headers" >&5
 10837 echo $ECHO_N "checking C99 compliant kernel headers... $ECHO_C" >&6; }
 10838      old_CFLAGS="$CFLAGS"
 10839      CFLAGS="$CFLAGS $STDCFLAG"
 10840      cat >conftest.$ac_ext <<_ACEOF
 10841 /* confdefs.h.  */
 10842 _ACEOF
 10843 cat confdefs.h >>conftest.$ac_ext
 10844 cat >>conftest.$ac_ext <<_ACEOF
 10845 /* end confdefs.h.  */
 10846 #include <linux/cdrom.h>
 10847 int
 10848 main ()
 10852   return 0;
 10854 _ACEOF
 10855 rm -f conftest.$ac_objext
 10856 if { (ac_try="$ac_compile"
 10857 case "(($ac_try" in
 10858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10859   *) ac_try_echo=$ac_try;;
 10860 esac
 10861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10862   (eval "$ac_compile") 2>conftest.er1
 10863   ac_status=$?
 10864   grep -v '^ *+' conftest.er1 >conftest.err
 10865   rm -f conftest.er1
 10866   cat conftest.err >&5
 10867   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10868   (exit $ac_status); } && {
 10869 	 test -z "$ac_c_werror_flag" ||
 10870 	 test ! -s conftest.err
 10871        } && test -s conftest.$ac_objext; then
 10872   { echo "$as_me:$LINENO: result: Yes" >&5
 10873 echo "${ECHO_T}Yes" >&6; }
 10874 else
 10875   echo "$as_me: failed program was:" >&5
 10876 sed 's/^/| /' conftest.$ac_ext >&5
 10879         { echo "$as_me:$LINENO: result: No" >&5
 10880 echo "${ECHO_T}No" >&6; }
 10881         STDCFLAG="-std=gnu99"
 10882 fi
 10884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 10885      CFLAGS="$old_CFLAGS"
 10887 else
 10888   true
 10889 fi
 10892 if test "${ac_cv_header_IOKit_IOKitLib_h+set}" = set; then
 10893   { echo "$as_me:$LINENO: checking for IOKit/IOKitLib.h" >&5
 10894 echo $ECHO_N "checking for IOKit/IOKitLib.h... $ECHO_C" >&6; }
 10895 if test "${ac_cv_header_IOKit_IOKitLib_h+set}" = set; then
 10896   echo $ECHO_N "(cached) $ECHO_C" >&6
 10897 fi
 10898 { echo "$as_me:$LINENO: result: $ac_cv_header_IOKit_IOKitLib_h" >&5
 10899 echo "${ECHO_T}$ac_cv_header_IOKit_IOKitLib_h" >&6; }
 10900 else
 10901   # Is the header compilable?
 10902 { echo "$as_me:$LINENO: checking IOKit/IOKitLib.h usability" >&5
 10903 echo $ECHO_N "checking IOKit/IOKitLib.h usability... $ECHO_C" >&6; }
 10904 cat >conftest.$ac_ext <<_ACEOF
 10905 /* confdefs.h.  */
 10906 _ACEOF
 10907 cat confdefs.h >>conftest.$ac_ext
 10908 cat >>conftest.$ac_ext <<_ACEOF
 10909 /* end confdefs.h.  */
 10910 $ac_includes_default
 10911 #include <IOKit/IOKitLib.h>
 10912 _ACEOF
 10913 rm -f conftest.$ac_objext
 10914 if { (ac_try="$ac_compile"
 10915 case "(($ac_try" in
 10916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10917   *) ac_try_echo=$ac_try;;
 10918 esac
 10919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10920   (eval "$ac_compile") 2>conftest.er1
 10921   ac_status=$?
 10922   grep -v '^ *+' conftest.er1 >conftest.err
 10923   rm -f conftest.er1
 10924   cat conftest.err >&5
 10925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10926   (exit $ac_status); } && {
 10927 	 test -z "$ac_c_werror_flag" ||
 10928 	 test ! -s conftest.err
 10929        } && test -s conftest.$ac_objext; then
 10930   ac_header_compiler=yes
 10931 else
 10932   echo "$as_me: failed program was:" >&5
 10933 sed 's/^/| /' conftest.$ac_ext >&5
 10935 	ac_header_compiler=no
 10936 fi
 10938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 10939 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 10940 echo "${ECHO_T}$ac_header_compiler" >&6; }
 10942 # Is the header present?
 10943 { echo "$as_me:$LINENO: checking IOKit/IOKitLib.h presence" >&5
 10944 echo $ECHO_N "checking IOKit/IOKitLib.h presence... $ECHO_C" >&6; }
 10945 cat >conftest.$ac_ext <<_ACEOF
 10946 /* confdefs.h.  */
 10947 _ACEOF
 10948 cat confdefs.h >>conftest.$ac_ext
 10949 cat >>conftest.$ac_ext <<_ACEOF
 10950 /* end confdefs.h.  */
 10951 #include <IOKit/IOKitLib.h>
 10952 _ACEOF
 10953 if { (ac_try="$ac_cpp conftest.$ac_ext"
 10954 case "(($ac_try" in
 10955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10956   *) ac_try_echo=$ac_try;;
 10957 esac
 10958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 10959   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 10960   ac_status=$?
 10961   grep -v '^ *+' conftest.er1 >conftest.err
 10962   rm -f conftest.er1
 10963   cat conftest.err >&5
 10964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10965   (exit $ac_status); } >/dev/null && {
 10966 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 10967 	 test ! -s conftest.err
 10968        }; then
 10969   ac_header_preproc=yes
 10970 else
 10971   echo "$as_me: failed program was:" >&5
 10972 sed 's/^/| /' conftest.$ac_ext >&5
 10974   ac_header_preproc=no
 10975 fi
 10977 rm -f conftest.err conftest.$ac_ext
 10978 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 10979 echo "${ECHO_T}$ac_header_preproc" >&6; }
 10981 # So?  What about this header?
 10982 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 10983   yes:no: )
 10984     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: accepted by the compiler, rejected by the preprocessor!" >&5
 10985 echo "$as_me: WARNING: IOKit/IOKitLib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 10986     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: proceeding with the compiler's result" >&5
 10987 echo "$as_me: WARNING: IOKit/IOKitLib.h: proceeding with the compiler's result" >&2;}
 10988     ac_header_preproc=yes
 10989     ;;
 10990   no:yes:* )
 10991     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: present but cannot be compiled" >&5
 10992 echo "$as_me: WARNING: IOKit/IOKitLib.h: present but cannot be compiled" >&2;}
 10993     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h:     check for missing prerequisite headers?" >&5
 10994 echo "$as_me: WARNING: IOKit/IOKitLib.h:     check for missing prerequisite headers?" >&2;}
 10995     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: see the Autoconf documentation" >&5
 10996 echo "$as_me: WARNING: IOKit/IOKitLib.h: see the Autoconf documentation" >&2;}
 10997     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h:     section \"Present But Cannot Be Compiled\"" >&5
 10998 echo "$as_me: WARNING: IOKit/IOKitLib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 10999     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: proceeding with the preprocessor's result" >&5
 11000 echo "$as_me: WARNING: IOKit/IOKitLib.h: proceeding with the preprocessor's result" >&2;}
 11001     { echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: in the future, the compiler will take precedence" >&5
 11002 echo "$as_me: WARNING: IOKit/IOKitLib.h: in the future, the compiler will take precedence" >&2;}
 11004     ;;
 11005 esac
 11006 { echo "$as_me:$LINENO: checking for IOKit/IOKitLib.h" >&5
 11007 echo $ECHO_N "checking for IOKit/IOKitLib.h... $ECHO_C" >&6; }
 11008 if test "${ac_cv_header_IOKit_IOKitLib_h+set}" = set; then
 11009   echo $ECHO_N "(cached) $ECHO_C" >&6
 11010 else
 11011   ac_cv_header_IOKit_IOKitLib_h=$ac_header_preproc
 11012 fi
 11013 { echo "$as_me:$LINENO: result: $ac_cv_header_IOKit_IOKitLib_h" >&5
 11014 echo "${ECHO_T}$ac_cv_header_IOKit_IOKitLib_h" >&6; }
 11016 fi
 11017 if test $ac_cv_header_IOKit_IOKitLib_h = yes; then
 11019      CDROM_DRIVER=osx
 11020      LIBS="$LIBS -framework IOKit"
 11021 else
 11022   true
 11023 fi
 11028 if test "x$CDROM_DRIVER" = "xlinux"; then
 11029   CDROM_LINUX_TRUE=
 11030   CDROM_LINUX_FALSE='#'
 11031 else
 11032   CDROM_LINUX_TRUE='#'
 11033   CDROM_LINUX_FALSE=
 11034 fi
 11038 if test "x$CDROM_DRIVER" = "xosx"; then
 11039   CDROM_OSX_TRUE=
 11040   CDROM_OSX_FALSE='#'
 11041 else
 11042   CDROM_OSX_TRUE='#'
 11043   CDROM_OSX_FALSE=
 11044 fi
 11048 if test "x$CDROM_DRIVER" = "x"; then
 11049   CDROM_NONE_TRUE=
 11050   CDROM_NONE_FALSE='#'
 11051 else
 11052   CDROM_NONE_TRUE='#'
 11053   CDROM_NONE_FALSE=
 11054 fi
 11056 if test "x$CDROM_DRIVER" = "xlinux"; then
 11058 cat >>confdefs.h <<\_ACEOF
 11059 #define HAVE_LINUX_CDROM 1
 11060 _ACEOF
 11062 fi
 11064 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
 11065   { echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
 11066 echo $ECHO_N "checking for linux/joystick.h... $ECHO_C" >&6; }
 11067 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
 11068   echo $ECHO_N "(cached) $ECHO_C" >&6
 11069 fi
 11070 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
 11071 echo "${ECHO_T}$ac_cv_header_linux_joystick_h" >&6; }
 11072 else
 11073   # Is the header compilable?
 11074 { echo "$as_me:$LINENO: checking linux/joystick.h usability" >&5
 11075 echo $ECHO_N "checking linux/joystick.h usability... $ECHO_C" >&6; }
 11076 cat >conftest.$ac_ext <<_ACEOF
 11077 /* confdefs.h.  */
 11078 _ACEOF
 11079 cat confdefs.h >>conftest.$ac_ext
 11080 cat >>conftest.$ac_ext <<_ACEOF
 11081 /* end confdefs.h.  */
 11082 $ac_includes_default
 11083 #include <linux/joystick.h>
 11084 _ACEOF
 11085 rm -f conftest.$ac_objext
 11086 if { (ac_try="$ac_compile"
 11087 case "(($ac_try" in
 11088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11089   *) ac_try_echo=$ac_try;;
 11090 esac
 11091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11092   (eval "$ac_compile") 2>conftest.er1
 11093   ac_status=$?
 11094   grep -v '^ *+' conftest.er1 >conftest.err
 11095   rm -f conftest.er1
 11096   cat conftest.err >&5
 11097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11098   (exit $ac_status); } && {
 11099 	 test -z "$ac_c_werror_flag" ||
 11100 	 test ! -s conftest.err
 11101        } && test -s conftest.$ac_objext; then
 11102   ac_header_compiler=yes
 11103 else
 11104   echo "$as_me: failed program was:" >&5
 11105 sed 's/^/| /' conftest.$ac_ext >&5
 11107 	ac_header_compiler=no
 11108 fi
 11110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 11111 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 11112 echo "${ECHO_T}$ac_header_compiler" >&6; }
 11114 # Is the header present?
 11115 { echo "$as_me:$LINENO: checking linux/joystick.h presence" >&5
 11116 echo $ECHO_N "checking linux/joystick.h presence... $ECHO_C" >&6; }
 11117 cat >conftest.$ac_ext <<_ACEOF
 11118 /* confdefs.h.  */
 11119 _ACEOF
 11120 cat confdefs.h >>conftest.$ac_ext
 11121 cat >>conftest.$ac_ext <<_ACEOF
 11122 /* end confdefs.h.  */
 11123 #include <linux/joystick.h>
 11124 _ACEOF
 11125 if { (ac_try="$ac_cpp conftest.$ac_ext"
 11126 case "(($ac_try" in
 11127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11128   *) ac_try_echo=$ac_try;;
 11129 esac
 11130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11131   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 11132   ac_status=$?
 11133   grep -v '^ *+' conftest.er1 >conftest.err
 11134   rm -f conftest.er1
 11135   cat conftest.err >&5
 11136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11137   (exit $ac_status); } >/dev/null && {
 11138 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 11139 	 test ! -s conftest.err
 11140        }; then
 11141   ac_header_preproc=yes
 11142 else
 11143   echo "$as_me: failed program was:" >&5
 11144 sed 's/^/| /' conftest.$ac_ext >&5
 11146   ac_header_preproc=no
 11147 fi
 11149 rm -f conftest.err conftest.$ac_ext
 11150 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 11151 echo "${ECHO_T}$ac_header_preproc" >&6; }
 11153 # So?  What about this header?
 11154 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 11155   yes:no: )
 11156     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&5
 11157 echo "$as_me: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 11158     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the compiler's result" >&5
 11159 echo "$as_me: WARNING: linux/joystick.h: proceeding with the compiler's result" >&2;}
 11160     ac_header_preproc=yes
 11161     ;;
 11162   no:yes:* )
 11163     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: present but cannot be compiled" >&5
 11164 echo "$as_me: WARNING: linux/joystick.h: present but cannot be compiled" >&2;}
 11165     { echo "$as_me:$LINENO: WARNING: linux/joystick.h:     check for missing prerequisite headers?" >&5
 11166 echo "$as_me: WARNING: linux/joystick.h:     check for missing prerequisite headers?" >&2;}
 11167     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: see the Autoconf documentation" >&5
 11168 echo "$as_me: WARNING: linux/joystick.h: see the Autoconf documentation" >&2;}
 11169     { echo "$as_me:$LINENO: WARNING: linux/joystick.h:     section \"Present But Cannot Be Compiled\"" >&5
 11170 echo "$as_me: WARNING: linux/joystick.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 11171     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&5
 11172 echo "$as_me: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&2;}
 11173     { echo "$as_me:$LINENO: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&5
 11174 echo "$as_me: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&2;}
 11176     ;;
 11177 esac
 11178 { echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
 11179 echo $ECHO_N "checking for linux/joystick.h... $ECHO_C" >&6; }
 11180 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
 11181   echo $ECHO_N "(cached) $ECHO_C" >&6
 11182 else
 11183   ac_cv_header_linux_joystick_h=$ac_header_preproc
 11184 fi
 11185 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
 11186 echo "${ECHO_T}$ac_cv_header_linux_joystick_h" >&6; }
 11188 fi
 11189 if test $ac_cv_header_linux_joystick_h = yes; then
 11191     HAVE_LINUX_JOYSTICK_H=yes
 11193 cat >>confdefs.h <<\_ACEOF
 11194 #define HAVE_LINUX_JOYSTICK 1
 11195 _ACEOF
 11197     INPUT_DRIVERS="$INPUT_DRIVERS joy_linux"
 11198 else
 11199    echo "Linux Joystick support not found, building without it."
 11200 fi
 11205 if test "$HAVE_LINUX_JOYSTICK_H" = "yes"; then
 11206   JOY_LINUX_TRUE=
 11207   JOY_LINUX_FALSE='#'
 11208 else
 11209   JOY_LINUX_TRUE='#'
 11210   JOY_LINUX_FALSE=
 11211 fi
 11214 if test "x$with_lirc" != "xno"; then
 11215     if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 11216   { echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
 11217 echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6; }
 11218 if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 11219   echo $ECHO_N "(cached) $ECHO_C" >&6
 11220 fi
 11221 { echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
 11222 echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6; }
 11223 else
 11224   # Is the header compilable?
 11225 { echo "$as_me:$LINENO: checking lirc/lirc_client.h usability" >&5
 11226 echo $ECHO_N "checking lirc/lirc_client.h usability... $ECHO_C" >&6; }
 11227 cat >conftest.$ac_ext <<_ACEOF
 11228 /* confdefs.h.  */
 11229 _ACEOF
 11230 cat confdefs.h >>conftest.$ac_ext
 11231 cat >>conftest.$ac_ext <<_ACEOF
 11232 /* end confdefs.h.  */
 11233 $ac_includes_default
 11234 #include <lirc/lirc_client.h>
 11235 _ACEOF
 11236 rm -f conftest.$ac_objext
 11237 if { (ac_try="$ac_compile"
 11238 case "(($ac_try" in
 11239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11240   *) ac_try_echo=$ac_try;;
 11241 esac
 11242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11243   (eval "$ac_compile") 2>conftest.er1
 11244   ac_status=$?
 11245   grep -v '^ *+' conftest.er1 >conftest.err
 11246   rm -f conftest.er1
 11247   cat conftest.err >&5
 11248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11249   (exit $ac_status); } && {
 11250 	 test -z "$ac_c_werror_flag" ||
 11251 	 test ! -s conftest.err
 11252        } && test -s conftest.$ac_objext; then
 11253   ac_header_compiler=yes
 11254 else
 11255   echo "$as_me: failed program was:" >&5
 11256 sed 's/^/| /' conftest.$ac_ext >&5
 11258 	ac_header_compiler=no
 11259 fi
 11261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 11262 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 11263 echo "${ECHO_T}$ac_header_compiler" >&6; }
 11265 # Is the header present?
 11266 { echo "$as_me:$LINENO: checking lirc/lirc_client.h presence" >&5
 11267 echo $ECHO_N "checking lirc/lirc_client.h presence... $ECHO_C" >&6; }
 11268 cat >conftest.$ac_ext <<_ACEOF
 11269 /* confdefs.h.  */
 11270 _ACEOF
 11271 cat confdefs.h >>conftest.$ac_ext
 11272 cat >>conftest.$ac_ext <<_ACEOF
 11273 /* end confdefs.h.  */
 11274 #include <lirc/lirc_client.h>
 11275 _ACEOF
 11276 if { (ac_try="$ac_cpp conftest.$ac_ext"
 11277 case "(($ac_try" in
 11278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11279   *) ac_try_echo=$ac_try;;
 11280 esac
 11281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11282   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 11283   ac_status=$?
 11284   grep -v '^ *+' conftest.er1 >conftest.err
 11285   rm -f conftest.er1
 11286   cat conftest.err >&5
 11287   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11288   (exit $ac_status); } >/dev/null && {
 11289 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 11290 	 test ! -s conftest.err
 11291        }; then
 11292   ac_header_preproc=yes
 11293 else
 11294   echo "$as_me: failed program was:" >&5
 11295 sed 's/^/| /' conftest.$ac_ext >&5
 11297   ac_header_preproc=no
 11298 fi
 11300 rm -f conftest.err conftest.$ac_ext
 11301 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 11302 echo "${ECHO_T}$ac_header_preproc" >&6; }
 11304 # So?  What about this header?
 11305 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 11306   yes:no: )
 11307     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&5
 11308 echo "$as_me: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 11309     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&5
 11310 echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&2;}
 11311     ac_header_preproc=yes
 11312     ;;
 11313   no:yes:* )
 11314     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&5
 11315 echo "$as_me: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&2;}
 11316     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&5
 11317 echo "$as_me: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&2;}
 11318     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&5
 11319 echo "$as_me: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&2;}
 11320     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     section \"Present But Cannot Be Compiled\"" >&5
 11321 echo "$as_me: WARNING: lirc/lirc_client.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 11322     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&5
 11323 echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&2;}
 11324     { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&5
 11325 echo "$as_me: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&2;}
 11327     ;;
 11328 esac
 11329 { echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
 11330 echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6; }
 11331 if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 11332   echo $ECHO_N "(cached) $ECHO_C" >&6
 11333 else
 11334   ac_cv_header_lirc_lirc_client_h=$ac_header_preproc
 11335 fi
 11336 { echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
 11337 echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6; }
 11339 fi
 11340 if test $ac_cv_header_lirc_lirc_client_h = yes; then
 11342         HAVE_LIRC_CLIENT_H=yes
 11344 cat >>confdefs.h <<\_ACEOF
 11345 #define HAVE_LIRC 1
 11346 _ACEOF
 11348         INPUT_DRIVERS="$INPUT_DRIVERS lirc"
 11350 else
 11351    echo "LIRC support not found, building without it."
 11352 fi
 11355 fi
 11358 if test "$HAVE_LIRC_CLIENT_H" = "yes"; then
 11359   INPUT_LIRC_TRUE=
 11360   INPUT_LIRC_FALSE='#'
 11361 else
 11362   INPUT_LIRC_TRUE='#'
 11363   INPUT_LIRC_FALSE=
 11364 fi
 11367 # Extract the first word of "sh-elf-gcc", so it can be a program name with args.
 11368 set dummy sh-elf-gcc; ac_word=$2
 11369 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 11370 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11371 if test "${ac_cv_path_SHCC+set}" = set; then
 11372   echo $ECHO_N "(cached) $ECHO_C" >&6
 11373 else
 11374   case $SHCC in
 11375   [\\/]* | ?:[\\/]*)
 11376   ac_cv_path_SHCC="$SHCC" # Let the user override the test with a path.
 11377   ;;
 11378   *)
 11379   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11380 for as_dir in $PATH
 11381 do
 11382   IFS=$as_save_IFS
 11383   test -z "$as_dir" && as_dir=.
 11384   for ac_exec_ext in '' $ac_executable_extensions; do
 11385   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11386     ac_cv_path_SHCC="$as_dir/$ac_word$ac_exec_ext"
 11387     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11388     break 2
 11389   fi
 11390 done
 11391 done
 11392 IFS=$as_save_IFS
 11394   ;;
 11395 esac
 11396 fi
 11397 SHCC=$ac_cv_path_SHCC
 11398 if test -n "$SHCC"; then
 11399   { echo "$as_me:$LINENO: result: $SHCC" >&5
 11400 echo "${ECHO_T}$SHCC" >&6; }
 11401 else
 11402   { echo "$as_me:$LINENO: result: no" >&5
 11403 echo "${ECHO_T}no" >&6; }
 11404 fi
 11407 # Extract the first word of "sh-elf-ld", so it can be a program name with args.
 11408 set dummy sh-elf-ld; ac_word=$2
 11409 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 11410 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11411 if test "${ac_cv_path_SHLD+set}" = set; then
 11412   echo $ECHO_N "(cached) $ECHO_C" >&6
 11413 else
 11414   case $SHLD in
 11415   [\\/]* | ?:[\\/]*)
 11416   ac_cv_path_SHLD="$SHLD" # Let the user override the test with a path.
 11417   ;;
 11418   *)
 11419   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11420 for as_dir in $PATH
 11421 do
 11422   IFS=$as_save_IFS
 11423   test -z "$as_dir" && as_dir=.
 11424   for ac_exec_ext in '' $ac_executable_extensions; do
 11425   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11426     ac_cv_path_SHLD="$as_dir/$ac_word$ac_exec_ext"
 11427     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11428     break 2
 11429   fi
 11430 done
 11431 done
 11432 IFS=$as_save_IFS
 11434   ;;
 11435 esac
 11436 fi
 11437 SHLD=$ac_cv_path_SHLD
 11438 if test -n "$SHLD"; then
 11439   { echo "$as_me:$LINENO: result: $SHLD" >&5
 11440 echo "${ECHO_T}$SHLD" >&6; }
 11441 else
 11442   { echo "$as_me:$LINENO: result: no" >&5
 11443 echo "${ECHO_T}no" >&6; }
 11444 fi
 11447 # Extract the first word of "sh-elf-objcopy", so it can be a program name with args.
 11448 set dummy sh-elf-objcopy; ac_word=$2
 11449 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 11450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11451 if test "${ac_cv_path_SHOBJCOPY+set}" = set; then
 11452   echo $ECHO_N "(cached) $ECHO_C" >&6
 11453 else
 11454   case $SHOBJCOPY in
 11455   [\\/]* | ?:[\\/]*)
 11456   ac_cv_path_SHOBJCOPY="$SHOBJCOPY" # Let the user override the test with a path.
 11457   ;;
 11458   *)
 11459   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11460 for as_dir in $PATH
 11461 do
 11462   IFS=$as_save_IFS
 11463   test -z "$as_dir" && as_dir=.
 11464   for ac_exec_ext in '' $ac_executable_extensions; do
 11465   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11466     ac_cv_path_SHOBJCOPY="$as_dir/$ac_word$ac_exec_ext"
 11467     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11468     break 2
 11469   fi
 11470 done
 11471 done
 11472 IFS=$as_save_IFS
 11474   ;;
 11475 esac
 11476 fi
 11477 SHOBJCOPY=$ac_cv_path_SHOBJCOPY
 11478 if test -n "$SHOBJCOPY"; then
 11479   { echo "$as_me:$LINENO: result: $SHOBJCOPY" >&5
 11480 echo "${ECHO_T}$SHOBJCOPY" >&6; }
 11481 else
 11482   { echo "$as_me:$LINENO: result: no" >&5
 11483 echo "${ECHO_T}no" >&6; }
 11484 fi
 11487 # Extract the first word of "arm-elf-gcc", so it can be a program name with args.
 11488 set dummy arm-elf-gcc; ac_word=$2
 11489 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 11490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11491 if test "${ac_cv_path_ARMCC+set}" = set; then
 11492   echo $ECHO_N "(cached) $ECHO_C" >&6
 11493 else
 11494   case $ARMCC in
 11495   [\\/]* | ?:[\\/]*)
 11496   ac_cv_path_ARMCC="$ARMCC" # Let the user override the test with a path.
 11497   ;;
 11498   *)
 11499   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11500 for as_dir in $PATH
 11501 do
 11502   IFS=$as_save_IFS
 11503   test -z "$as_dir" && as_dir=.
 11504   for ac_exec_ext in '' $ac_executable_extensions; do
 11505   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11506     ac_cv_path_ARMCC="$as_dir/$ac_word$ac_exec_ext"
 11507     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11508     break 2
 11509   fi
 11510 done
 11511 done
 11512 IFS=$as_save_IFS
 11514   ;;
 11515 esac
 11516 fi
 11517 ARMCC=$ac_cv_path_ARMCC
 11518 if test -n "$ARMCC"; then
 11519   { echo "$as_me:$LINENO: result: $ARMCC" >&5
 11520 echo "${ECHO_T}$ARMCC" >&6; }
 11521 else
 11522   { echo "$as_me:$LINENO: result: no" >&5
 11523 echo "${ECHO_T}no" >&6; }
 11524 fi
 11527 # Extract the first word of "arm-elf-ld", so it can be a program name with args.
 11528 set dummy arm-elf-ld; ac_word=$2
 11529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 11530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11531 if test "${ac_cv_path_ARMLD+set}" = set; then
 11532   echo $ECHO_N "(cached) $ECHO_C" >&6
 11533 else
 11534   case $ARMLD in
 11535   [\\/]* | ?:[\\/]*)
 11536   ac_cv_path_ARMLD="$ARMLD" # Let the user override the test with a path.
 11537   ;;
 11538   *)
 11539   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11540 for as_dir in $PATH
 11541 do
 11542   IFS=$as_save_IFS
 11543   test -z "$as_dir" && as_dir=.
 11544   for ac_exec_ext in '' $ac_executable_extensions; do
 11545   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11546     ac_cv_path_ARMLD="$as_dir/$ac_word$ac_exec_ext"
 11547     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11548     break 2
 11549   fi
 11550 done
 11551 done
 11552 IFS=$as_save_IFS
 11554   ;;
 11555 esac
 11556 fi
 11557 ARMLD=$ac_cv_path_ARMLD
 11558 if test -n "$ARMLD"; then
 11559   { echo "$as_me:$LINENO: result: $ARMLD" >&5
 11560 echo "${ECHO_T}$ARMLD" >&6; }
 11561 else
 11562   { echo "$as_me:$LINENO: result: no" >&5
 11563 echo "${ECHO_T}no" >&6; }
 11564 fi
 11567 # Extract the first word of "arm-elf-objcopy", so it can be a program name with args.
 11568 set dummy arm-elf-objcopy; ac_word=$2
 11569 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 11570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 11571 if test "${ac_cv_path_ARMOBJCOPY+set}" = set; then
 11572   echo $ECHO_N "(cached) $ECHO_C" >&6
 11573 else
 11574   case $ARMOBJCOPY in
 11575   [\\/]* | ?:[\\/]*)
 11576   ac_cv_path_ARMOBJCOPY="$ARMOBJCOPY" # Let the user override the test with a path.
 11577   ;;
 11578   *)
 11579   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11580 for as_dir in $PATH
 11581 do
 11582   IFS=$as_save_IFS
 11583   test -z "$as_dir" && as_dir=.
 11584   for ac_exec_ext in '' $ac_executable_extensions; do
 11585   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11586     ac_cv_path_ARMOBJCOPY="$as_dir/$ac_word$ac_exec_ext"
 11587     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11588     break 2
 11589   fi
 11590 done
 11591 done
 11592 IFS=$as_save_IFS
 11594   ;;
 11595 esac
 11596 fi
 11597 ARMOBJCOPY=$ac_cv_path_ARMOBJCOPY
 11598 if test -n "$ARMOBJCOPY"; then
 11599   { echo "$as_me:$LINENO: result: $ARMOBJCOPY" >&5
 11600 echo "${ECHO_T}$ARMOBJCOPY" >&6; }
 11601 else
 11602   { echo "$as_me:$LINENO: result: no" >&5
 11603 echo "${ECHO_T}no" >&6; }
 11604 fi
 11608 if test "x$SHCC" = "x" -o "x$SHLD" = "x" -o "x$SHOBJCOPY" = "x"; then
 11609   BUILD_SH="no"
 11610   echo "Warning: SH4 cross-compiler not found, system tests will be disabled."
 11611 else
 11612   BUILD_SH="yes"
 11613 fi
 11614 if test "x$ARMCC" = "x" -o "x$ARMLD" = "x" -o "x$ARMOBJCOPY" = "x"; then
 11615   BUILD_ARM="no"
 11616   echo "Warning: ARM cross-compiler not found, AICA tests will be disabled."
 11617 else
 11618   BUILD_ARM="yes"
 11619 fi
 11622 if test "$BUILD_SH" = "yes"; then
 11623   BUILD_SYSTEST_TRUE=
 11624   BUILD_SYSTEST_FALSE='#'
 11625 else
 11626   BUILD_SYSTEST_TRUE='#'
 11627   BUILD_SYSTEST_FALSE=
 11628 fi
 11632 if test "$BUILD_ARM" = "yes"; then
 11633   BUILD_ARMTEST_TRUE=
 11634   BUILD_ARMTEST_FALSE='#'
 11635 else
 11636   BUILD_ARMTEST_TRUE='#'
 11637   BUILD_ARMTEST_FALSE=
 11638 fi
 11641 CFLAGS="$CFLAGS $STDCFLAG"
 11643 GETTEXT_PACKAGE=lxdream
 11644 LXDREAM_LIBS="$LIBS"
 11645 LIBS=""
 11649 cat >>confdefs.h <<_ACEOF
 11650 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
 11651 _ACEOF
 11654 ALL_LINGUAS="de es it pt_BR"
 11657 for ac_header in locale.h
 11658 do
 11659 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 11660 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 11661   { echo "$as_me:$LINENO: checking for $ac_header" >&5
 11662 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 11663 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 11664   echo $ECHO_N "(cached) $ECHO_C" >&6
 11665 fi
 11666 ac_res=`eval echo '${'$as_ac_Header'}'`
 11667 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 11668 echo "${ECHO_T}$ac_res" >&6; }
 11669 else
 11670   # Is the header compilable?
 11671 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
 11672 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 11673 cat >conftest.$ac_ext <<_ACEOF
 11674 /* confdefs.h.  */
 11675 _ACEOF
 11676 cat confdefs.h >>conftest.$ac_ext
 11677 cat >>conftest.$ac_ext <<_ACEOF
 11678 /* end confdefs.h.  */
 11679 $ac_includes_default
 11680 #include <$ac_header>
 11681 _ACEOF
 11682 rm -f conftest.$ac_objext
 11683 if { (ac_try="$ac_compile"
 11684 case "(($ac_try" in
 11685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11686   *) ac_try_echo=$ac_try;;
 11687 esac
 11688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11689   (eval "$ac_compile") 2>conftest.er1
 11690   ac_status=$?
 11691   grep -v '^ *+' conftest.er1 >conftest.err
 11692   rm -f conftest.er1
 11693   cat conftest.err >&5
 11694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11695   (exit $ac_status); } && {
 11696 	 test -z "$ac_c_werror_flag" ||
 11697 	 test ! -s conftest.err
 11698        } && test -s conftest.$ac_objext; then
 11699   ac_header_compiler=yes
 11700 else
 11701   echo "$as_me: failed program was:" >&5
 11702 sed 's/^/| /' conftest.$ac_ext >&5
 11704 	ac_header_compiler=no
 11705 fi
 11707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 11708 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 11709 echo "${ECHO_T}$ac_header_compiler" >&6; }
 11711 # Is the header present?
 11712 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
 11713 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 11714 cat >conftest.$ac_ext <<_ACEOF
 11715 /* confdefs.h.  */
 11716 _ACEOF
 11717 cat confdefs.h >>conftest.$ac_ext
 11718 cat >>conftest.$ac_ext <<_ACEOF
 11719 /* end confdefs.h.  */
 11720 #include <$ac_header>
 11721 _ACEOF
 11722 if { (ac_try="$ac_cpp conftest.$ac_ext"
 11723 case "(($ac_try" in
 11724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11725   *) ac_try_echo=$ac_try;;
 11726 esac
 11727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11728   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 11729   ac_status=$?
 11730   grep -v '^ *+' conftest.er1 >conftest.err
 11731   rm -f conftest.er1
 11732   cat conftest.err >&5
 11733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11734   (exit $ac_status); } >/dev/null && {
 11735 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 11736 	 test ! -s conftest.err
 11737        }; then
 11738   ac_header_preproc=yes
 11739 else
 11740   echo "$as_me: failed program was:" >&5
 11741 sed 's/^/| /' conftest.$ac_ext >&5
 11743   ac_header_preproc=no
 11744 fi
 11746 rm -f conftest.err conftest.$ac_ext
 11747 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 11748 echo "${ECHO_T}$ac_header_preproc" >&6; }
 11750 # So?  What about this header?
 11751 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 11752   yes:no: )
 11753     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 11754 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 11755     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 11756 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 11757     ac_header_preproc=yes
 11758     ;;
 11759   no:yes:* )
 11760     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 11761 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 11762     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 11763 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 11764     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 11765 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 11766     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 11767 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 11768     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 11769 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 11770     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 11771 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 11773     ;;
 11774 esac
 11775 { echo "$as_me:$LINENO: checking for $ac_header" >&5
 11776 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 11777 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 11778   echo $ECHO_N "(cached) $ECHO_C" >&6
 11779 else
 11780   eval "$as_ac_Header=\$ac_header_preproc"
 11781 fi
 11782 ac_res=`eval echo '${'$as_ac_Header'}'`
 11783 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 11784 echo "${ECHO_T}$ac_res" >&6; }
 11786 fi
 11787 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 11788   cat >>confdefs.h <<_ACEOF
 11789 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 11790 _ACEOF
 11792 fi
 11794 done
 11796     if test $ac_cv_header_locale_h = yes; then
 11797     { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 11798 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
 11799 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
 11800   echo $ECHO_N "(cached) $ECHO_C" >&6
 11801 else
 11802   cat >conftest.$ac_ext <<_ACEOF
 11803 /* confdefs.h.  */
 11804 _ACEOF
 11805 cat confdefs.h >>conftest.$ac_ext
 11806 cat >>conftest.$ac_ext <<_ACEOF
 11807 /* end confdefs.h.  */
 11808 #include <locale.h>
 11809 int
 11810 main ()
 11812 return LC_MESSAGES
 11814   return 0;
 11816 _ACEOF
 11817 rm -f conftest.$ac_objext conftest$ac_exeext
 11818 if { (ac_try="$ac_link"
 11819 case "(($ac_try" in
 11820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11821   *) ac_try_echo=$ac_try;;
 11822 esac
 11823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11824   (eval "$ac_link") 2>conftest.er1
 11825   ac_status=$?
 11826   grep -v '^ *+' conftest.er1 >conftest.err
 11827   rm -f conftest.er1
 11828   cat conftest.err >&5
 11829   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11830   (exit $ac_status); } && {
 11831 	 test -z "$ac_c_werror_flag" ||
 11832 	 test ! -s conftest.err
 11833        } && test -s conftest$ac_exeext &&
 11834        $as_test_x conftest$ac_exeext; then
 11835   am_cv_val_LC_MESSAGES=yes
 11836 else
 11837   echo "$as_me: failed program was:" >&5
 11838 sed 's/^/| /' conftest.$ac_ext >&5
 11840 	am_cv_val_LC_MESSAGES=no
 11841 fi
 11843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 11844       conftest$ac_exeext conftest.$ac_ext
 11845 fi
 11846 { echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 11847 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
 11848     if test $am_cv_val_LC_MESSAGES = yes; then
 11850 cat >>confdefs.h <<\_ACEOF
 11851 #define HAVE_LC_MESSAGES 1
 11852 _ACEOF
 11854     fi
 11855   fi
 11856      USE_NLS=yes
 11859     gt_cv_have_gettext=no
 11861     CATOBJEXT=NONE
 11862     XGETTEXT=:
 11863     INTLLIBS=
 11865     if test "${ac_cv_header_libintl_h+set}" = set; then
 11866   { echo "$as_me:$LINENO: checking for libintl.h" >&5
 11867 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 11868 if test "${ac_cv_header_libintl_h+set}" = set; then
 11869   echo $ECHO_N "(cached) $ECHO_C" >&6
 11870 fi
 11871 { echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 11872 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 11873 else
 11874   # Is the header compilable?
 11875 { echo "$as_me:$LINENO: checking libintl.h usability" >&5
 11876 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
 11877 cat >conftest.$ac_ext <<_ACEOF
 11878 /* confdefs.h.  */
 11879 _ACEOF
 11880 cat confdefs.h >>conftest.$ac_ext
 11881 cat >>conftest.$ac_ext <<_ACEOF
 11882 /* end confdefs.h.  */
 11883 $ac_includes_default
 11884 #include <libintl.h>
 11885 _ACEOF
 11886 rm -f conftest.$ac_objext
 11887 if { (ac_try="$ac_compile"
 11888 case "(($ac_try" in
 11889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11890   *) ac_try_echo=$ac_try;;
 11891 esac
 11892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11893   (eval "$ac_compile") 2>conftest.er1
 11894   ac_status=$?
 11895   grep -v '^ *+' conftest.er1 >conftest.err
 11896   rm -f conftest.er1
 11897   cat conftest.err >&5
 11898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11899   (exit $ac_status); } && {
 11900 	 test -z "$ac_c_werror_flag" ||
 11901 	 test ! -s conftest.err
 11902        } && test -s conftest.$ac_objext; then
 11903   ac_header_compiler=yes
 11904 else
 11905   echo "$as_me: failed program was:" >&5
 11906 sed 's/^/| /' conftest.$ac_ext >&5
 11908 	ac_header_compiler=no
 11909 fi
 11911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 11912 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 11913 echo "${ECHO_T}$ac_header_compiler" >&6; }
 11915 # Is the header present?
 11916 { echo "$as_me:$LINENO: checking libintl.h presence" >&5
 11917 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
 11918 cat >conftest.$ac_ext <<_ACEOF
 11919 /* confdefs.h.  */
 11920 _ACEOF
 11921 cat confdefs.h >>conftest.$ac_ext
 11922 cat >>conftest.$ac_ext <<_ACEOF
 11923 /* end confdefs.h.  */
 11924 #include <libintl.h>
 11925 _ACEOF
 11926 if { (ac_try="$ac_cpp conftest.$ac_ext"
 11927 case "(($ac_try" in
 11928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11929   *) ac_try_echo=$ac_try;;
 11930 esac
 11931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 11932   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 11933   ac_status=$?
 11934   grep -v '^ *+' conftest.er1 >conftest.err
 11935   rm -f conftest.er1
 11936   cat conftest.err >&5
 11937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11938   (exit $ac_status); } >/dev/null && {
 11939 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 11940 	 test ! -s conftest.err
 11941        }; then
 11942   ac_header_preproc=yes
 11943 else
 11944   echo "$as_me: failed program was:" >&5
 11945 sed 's/^/| /' conftest.$ac_ext >&5
 11947   ac_header_preproc=no
 11948 fi
 11950 rm -f conftest.err conftest.$ac_ext
 11951 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 11952 echo "${ECHO_T}$ac_header_preproc" >&6; }
 11954 # So?  What about this header?
 11955 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 11956   yes:no: )
 11957     { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 11958 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 11959     { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 11960 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 11961     ac_header_preproc=yes
 11962     ;;
 11963   no:yes:* )
 11964     { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 11965 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 11966     { echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 11967 echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 11968     { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 11969 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 11970     { echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 11971 echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 11972     { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 11973 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 11974     { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 11975 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 11977     ;;
 11978 esac
 11979 { echo "$as_me:$LINENO: checking for libintl.h" >&5
 11980 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 11981 if test "${ac_cv_header_libintl_h+set}" = set; then
 11982   echo $ECHO_N "(cached) $ECHO_C" >&6
 11983 else
 11984   ac_cv_header_libintl_h=$ac_header_preproc
 11985 fi
 11986 { echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 11987 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 11989 fi
 11990 if test $ac_cv_header_libintl_h = yes; then
 11991   gt_cv_func_dgettext_libintl="no"
 11992       libintl_extra_libs=""
 11995       # First check in libc
 11997       { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 11998 echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
 11999 if test "${gt_cv_func_ngettext_libc+set}" = set; then
 12000   echo $ECHO_N "(cached) $ECHO_C" >&6
 12001 else
 12002   cat >conftest.$ac_ext <<_ACEOF
 12003 /* confdefs.h.  */
 12004 _ACEOF
 12005 cat confdefs.h >>conftest.$ac_ext
 12006 cat >>conftest.$ac_ext <<_ACEOF
 12007 /* end confdefs.h.  */
 12009 #include <libintl.h>
 12011 int
 12012 main ()
 12014 return !ngettext ("","", 1)
 12016   return 0;
 12018 _ACEOF
 12019 rm -f conftest.$ac_objext conftest$ac_exeext
 12020 if { (ac_try="$ac_link"
 12021 case "(($ac_try" in
 12022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12023   *) ac_try_echo=$ac_try;;
 12024 esac
 12025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12026   (eval "$ac_link") 2>conftest.er1
 12027   ac_status=$?
 12028   grep -v '^ *+' conftest.er1 >conftest.err
 12029   rm -f conftest.er1
 12030   cat conftest.err >&5
 12031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12032   (exit $ac_status); } && {
 12033 	 test -z "$ac_c_werror_flag" ||
 12034 	 test ! -s conftest.err
 12035        } && test -s conftest$ac_exeext &&
 12036        $as_test_x conftest$ac_exeext; then
 12037   gt_cv_func_ngettext_libc=yes
 12038 else
 12039   echo "$as_me: failed program was:" >&5
 12040 sed 's/^/| /' conftest.$ac_ext >&5
 12042 	gt_cv_func_ngettext_libc=no
 12043 fi
 12045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12046       conftest$ac_exeext conftest.$ac_ext
 12048 fi
 12049 { echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 12050 echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
 12052       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 12053 	      { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 12054 echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
 12055 if test "${gt_cv_func_dgettext_libc+set}" = set; then
 12056   echo $ECHO_N "(cached) $ECHO_C" >&6
 12057 else
 12058   cat >conftest.$ac_ext <<_ACEOF
 12059 /* confdefs.h.  */
 12060 _ACEOF
 12061 cat confdefs.h >>conftest.$ac_ext
 12062 cat >>conftest.$ac_ext <<_ACEOF
 12063 /* end confdefs.h.  */
 12065 #include <libintl.h>
 12067 int
 12068 main ()
 12070 return !dgettext ("","")
 12072   return 0;
 12074 _ACEOF
 12075 rm -f conftest.$ac_objext conftest$ac_exeext
 12076 if { (ac_try="$ac_link"
 12077 case "(($ac_try" in
 12078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12079   *) ac_try_echo=$ac_try;;
 12080 esac
 12081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12082   (eval "$ac_link") 2>conftest.er1
 12083   ac_status=$?
 12084   grep -v '^ *+' conftest.er1 >conftest.err
 12085   rm -f conftest.er1
 12086   cat conftest.err >&5
 12087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12088   (exit $ac_status); } && {
 12089 	 test -z "$ac_c_werror_flag" ||
 12090 	 test ! -s conftest.err
 12091        } && test -s conftest$ac_exeext &&
 12092        $as_test_x conftest$ac_exeext; then
 12093   gt_cv_func_dgettext_libc=yes
 12094 else
 12095   echo "$as_me: failed program was:" >&5
 12096 sed 's/^/| /' conftest.$ac_ext >&5
 12098 	gt_cv_func_dgettext_libc=no
 12099 fi
 12101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12102       conftest$ac_exeext conftest.$ac_ext
 12104 fi
 12105 { echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 12106 echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
 12107       fi
 12109       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 12111 for ac_func in bind_textdomain_codeset
 12112 do
 12113 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 12114 { echo "$as_me:$LINENO: checking for $ac_func" >&5
 12115 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 12116 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 12117   echo $ECHO_N "(cached) $ECHO_C" >&6
 12118 else
 12119   cat >conftest.$ac_ext <<_ACEOF
 12120 /* confdefs.h.  */
 12121 _ACEOF
 12122 cat confdefs.h >>conftest.$ac_ext
 12123 cat >>conftest.$ac_ext <<_ACEOF
 12124 /* end confdefs.h.  */
 12125 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 12126    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 12127 #define $ac_func innocuous_$ac_func
 12129 /* System header to define __stub macros and hopefully few prototypes,
 12130     which can conflict with char $ac_func (); below.
 12131     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 12132     <limits.h> exists even on freestanding compilers.  */
 12134 #ifdef __STDC__
 12135 # include <limits.h>
 12136 #else
 12137 # include <assert.h>
 12138 #endif
 12140 #undef $ac_func
 12142 /* Override any GCC internal prototype to avoid an error.
 12143    Use char because int might match the return type of a GCC
 12144    builtin and then its argument prototype would still apply.  */
 12145 #ifdef __cplusplus
 12146 extern "C"
 12147 #endif
 12148 char $ac_func ();
 12149 /* The GNU C library defines this for functions which it implements
 12150     to always fail with ENOSYS.  Some functions are actually named
 12151     something starting with __ and the normal name is an alias.  */
 12152 #if defined __stub_$ac_func || defined __stub___$ac_func
 12153 choke me
 12154 #endif
 12156 int
 12157 main ()
 12159 return $ac_func ();
 12161   return 0;
 12163 _ACEOF
 12164 rm -f conftest.$ac_objext conftest$ac_exeext
 12165 if { (ac_try="$ac_link"
 12166 case "(($ac_try" in
 12167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12168   *) ac_try_echo=$ac_try;;
 12169 esac
 12170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12171   (eval "$ac_link") 2>conftest.er1
 12172   ac_status=$?
 12173   grep -v '^ *+' conftest.er1 >conftest.err
 12174   rm -f conftest.er1
 12175   cat conftest.err >&5
 12176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12177   (exit $ac_status); } && {
 12178 	 test -z "$ac_c_werror_flag" ||
 12179 	 test ! -s conftest.err
 12180        } && test -s conftest$ac_exeext &&
 12181        $as_test_x conftest$ac_exeext; then
 12182   eval "$as_ac_var=yes"
 12183 else
 12184   echo "$as_me: failed program was:" >&5
 12185 sed 's/^/| /' conftest.$ac_ext >&5
 12187 	eval "$as_ac_var=no"
 12188 fi
 12190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12191       conftest$ac_exeext conftest.$ac_ext
 12192 fi
 12193 ac_res=`eval echo '${'$as_ac_var'}'`
 12194 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 12195 echo "${ECHO_T}$ac_res" >&6; }
 12196 if test `eval echo '${'$as_ac_var'}'` = yes; then
 12197   cat >>confdefs.h <<_ACEOF
 12198 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 12199 _ACEOF
 12201 fi
 12202 done
 12204       fi
 12207       # If we don't have everything we want, check in libintl
 12209       if test "$gt_cv_func_dgettext_libc" != "yes" \
 12210 	 || test "$gt_cv_func_ngettext_libc" != "yes" \
 12211          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 12213         { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 12214 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
 12215 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
 12216   echo $ECHO_N "(cached) $ECHO_C" >&6
 12217 else
 12218   ac_check_lib_save_LIBS=$LIBS
 12219 LIBS="-lintl  $LIBS"
 12220 cat >conftest.$ac_ext <<_ACEOF
 12221 /* confdefs.h.  */
 12222 _ACEOF
 12223 cat confdefs.h >>conftest.$ac_ext
 12224 cat >>conftest.$ac_ext <<_ACEOF
 12225 /* end confdefs.h.  */
 12227 /* Override any GCC internal prototype to avoid an error.
 12228    Use char because int might match the return type of a GCC
 12229    builtin and then its argument prototype would still apply.  */
 12230 #ifdef __cplusplus
 12231 extern "C"
 12232 #endif
 12233 char bindtextdomain ();
 12234 int
 12235 main ()
 12237 return bindtextdomain ();
 12239   return 0;
 12241 _ACEOF
 12242 rm -f conftest.$ac_objext conftest$ac_exeext
 12243 if { (ac_try="$ac_link"
 12244 case "(($ac_try" in
 12245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12246   *) ac_try_echo=$ac_try;;
 12247 esac
 12248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12249   (eval "$ac_link") 2>conftest.er1
 12250   ac_status=$?
 12251   grep -v '^ *+' conftest.er1 >conftest.err
 12252   rm -f conftest.er1
 12253   cat conftest.err >&5
 12254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12255   (exit $ac_status); } && {
 12256 	 test -z "$ac_c_werror_flag" ||
 12257 	 test ! -s conftest.err
 12258        } && test -s conftest$ac_exeext &&
 12259        $as_test_x conftest$ac_exeext; then
 12260   ac_cv_lib_intl_bindtextdomain=yes
 12261 else
 12262   echo "$as_me: failed program was:" >&5
 12263 sed 's/^/| /' conftest.$ac_ext >&5
 12265 	ac_cv_lib_intl_bindtextdomain=no
 12266 fi
 12268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12269       conftest$ac_exeext conftest.$ac_ext
 12270 LIBS=$ac_check_lib_save_LIBS
 12271 fi
 12272 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 12273 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
 12274 if test $ac_cv_lib_intl_bindtextdomain = yes; then
 12275   { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 12276 echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 12277 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 12278   echo $ECHO_N "(cached) $ECHO_C" >&6
 12279 else
 12280   ac_check_lib_save_LIBS=$LIBS
 12281 LIBS="-lintl  $LIBS"
 12282 cat >conftest.$ac_ext <<_ACEOF
 12283 /* confdefs.h.  */
 12284 _ACEOF
 12285 cat confdefs.h >>conftest.$ac_ext
 12286 cat >>conftest.$ac_ext <<_ACEOF
 12287 /* end confdefs.h.  */
 12289 /* Override any GCC internal prototype to avoid an error.
 12290    Use char because int might match the return type of a GCC
 12291    builtin and then its argument prototype would still apply.  */
 12292 #ifdef __cplusplus
 12293 extern "C"
 12294 #endif
 12295 char ngettext ();
 12296 int
 12297 main ()
 12299 return ngettext ();
 12301   return 0;
 12303 _ACEOF
 12304 rm -f conftest.$ac_objext conftest$ac_exeext
 12305 if { (ac_try="$ac_link"
 12306 case "(($ac_try" in
 12307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12308   *) ac_try_echo=$ac_try;;
 12309 esac
 12310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12311   (eval "$ac_link") 2>conftest.er1
 12312   ac_status=$?
 12313   grep -v '^ *+' conftest.er1 >conftest.err
 12314   rm -f conftest.er1
 12315   cat conftest.err >&5
 12316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12317   (exit $ac_status); } && {
 12318 	 test -z "$ac_c_werror_flag" ||
 12319 	 test ! -s conftest.err
 12320        } && test -s conftest$ac_exeext &&
 12321        $as_test_x conftest$ac_exeext; then
 12322   ac_cv_lib_intl_ngettext=yes
 12323 else
 12324   echo "$as_me: failed program was:" >&5
 12325 sed 's/^/| /' conftest.$ac_ext >&5
 12327 	ac_cv_lib_intl_ngettext=no
 12328 fi
 12330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12331       conftest$ac_exeext conftest.$ac_ext
 12332 LIBS=$ac_check_lib_save_LIBS
 12333 fi
 12334 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 12335 echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 12336 if test $ac_cv_lib_intl_ngettext = yes; then
 12337   { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 12338 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
 12339 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
 12340   echo $ECHO_N "(cached) $ECHO_C" >&6
 12341 else
 12342   ac_check_lib_save_LIBS=$LIBS
 12343 LIBS="-lintl  $LIBS"
 12344 cat >conftest.$ac_ext <<_ACEOF
 12345 /* confdefs.h.  */
 12346 _ACEOF
 12347 cat confdefs.h >>conftest.$ac_ext
 12348 cat >>conftest.$ac_ext <<_ACEOF
 12349 /* end confdefs.h.  */
 12351 /* Override any GCC internal prototype to avoid an error.
 12352    Use char because int might match the return type of a GCC
 12353    builtin and then its argument prototype would still apply.  */
 12354 #ifdef __cplusplus
 12355 extern "C"
 12356 #endif
 12357 char dgettext ();
 12358 int
 12359 main ()
 12361 return dgettext ();
 12363   return 0;
 12365 _ACEOF
 12366 rm -f conftest.$ac_objext conftest$ac_exeext
 12367 if { (ac_try="$ac_link"
 12368 case "(($ac_try" in
 12369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12370   *) ac_try_echo=$ac_try;;
 12371 esac
 12372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12373   (eval "$ac_link") 2>conftest.er1
 12374   ac_status=$?
 12375   grep -v '^ *+' conftest.er1 >conftest.err
 12376   rm -f conftest.er1
 12377   cat conftest.err >&5
 12378   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12379   (exit $ac_status); } && {
 12380 	 test -z "$ac_c_werror_flag" ||
 12381 	 test ! -s conftest.err
 12382        } && test -s conftest$ac_exeext &&
 12383        $as_test_x conftest$ac_exeext; then
 12384   ac_cv_lib_intl_dgettext=yes
 12385 else
 12386   echo "$as_me: failed program was:" >&5
 12387 sed 's/^/| /' conftest.$ac_ext >&5
 12389 	ac_cv_lib_intl_dgettext=no
 12390 fi
 12392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12393       conftest$ac_exeext conftest.$ac_ext
 12394 LIBS=$ac_check_lib_save_LIBS
 12395 fi
 12396 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 12397 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
 12398 if test $ac_cv_lib_intl_dgettext = yes; then
 12399   gt_cv_func_dgettext_libintl=yes
 12400 fi
 12402 fi
 12404 fi
 12407 	if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 12408 	  { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 12409 echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
 12410 	  { echo "$as_me:$LINENO: result: " >&5
 12411 echo "${ECHO_T}" >&6; }
 12412   	  { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 12413 echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 12414 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 12415   echo $ECHO_N "(cached) $ECHO_C" >&6
 12416 else
 12417   ac_check_lib_save_LIBS=$LIBS
 12418 LIBS="-lintl -liconv $LIBS"
 12419 cat >conftest.$ac_ext <<_ACEOF
 12420 /* confdefs.h.  */
 12421 _ACEOF
 12422 cat confdefs.h >>conftest.$ac_ext
 12423 cat >>conftest.$ac_ext <<_ACEOF
 12424 /* end confdefs.h.  */
 12426 /* Override any GCC internal prototype to avoid an error.
 12427    Use char because int might match the return type of a GCC
 12428    builtin and then its argument prototype would still apply.  */
 12429 #ifdef __cplusplus
 12430 extern "C"
 12431 #endif
 12432 char ngettext ();
 12433 int
 12434 main ()
 12436 return ngettext ();
 12438   return 0;
 12440 _ACEOF
 12441 rm -f conftest.$ac_objext conftest$ac_exeext
 12442 if { (ac_try="$ac_link"
 12443 case "(($ac_try" in
 12444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12445   *) ac_try_echo=$ac_try;;
 12446 esac
 12447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12448   (eval "$ac_link") 2>conftest.er1
 12449   ac_status=$?
 12450   grep -v '^ *+' conftest.er1 >conftest.err
 12451   rm -f conftest.er1
 12452   cat conftest.err >&5
 12453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12454   (exit $ac_status); } && {
 12455 	 test -z "$ac_c_werror_flag" ||
 12456 	 test ! -s conftest.err
 12457        } && test -s conftest$ac_exeext &&
 12458        $as_test_x conftest$ac_exeext; then
 12459   ac_cv_lib_intl_ngettext=yes
 12460 else
 12461   echo "$as_me: failed program was:" >&5
 12462 sed 's/^/| /' conftest.$ac_ext >&5
 12464 	ac_cv_lib_intl_ngettext=no
 12465 fi
 12467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12468       conftest$ac_exeext conftest.$ac_ext
 12469 LIBS=$ac_check_lib_save_LIBS
 12470 fi
 12471 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 12472 echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 12473 if test $ac_cv_lib_intl_ngettext = yes; then
 12474   { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 12475 echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
 12476 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
 12477   echo $ECHO_N "(cached) $ECHO_C" >&6
 12478 else
 12479   ac_check_lib_save_LIBS=$LIBS
 12480 LIBS="-lintl -liconv $LIBS"
 12481 cat >conftest.$ac_ext <<_ACEOF
 12482 /* confdefs.h.  */
 12483 _ACEOF
 12484 cat confdefs.h >>conftest.$ac_ext
 12485 cat >>conftest.$ac_ext <<_ACEOF
 12486 /* end confdefs.h.  */
 12488 /* Override any GCC internal prototype to avoid an error.
 12489    Use char because int might match the return type of a GCC
 12490    builtin and then its argument prototype would still apply.  */
 12491 #ifdef __cplusplus
 12492 extern "C"
 12493 #endif
 12494 char dcgettext ();
 12495 int
 12496 main ()
 12498 return dcgettext ();
 12500   return 0;
 12502 _ACEOF
 12503 rm -f conftest.$ac_objext conftest$ac_exeext
 12504 if { (ac_try="$ac_link"
 12505 case "(($ac_try" in
 12506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12507   *) ac_try_echo=$ac_try;;
 12508 esac
 12509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12510   (eval "$ac_link") 2>conftest.er1
 12511   ac_status=$?
 12512   grep -v '^ *+' conftest.er1 >conftest.err
 12513   rm -f conftest.er1
 12514   cat conftest.err >&5
 12515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12516   (exit $ac_status); } && {
 12517 	 test -z "$ac_c_werror_flag" ||
 12518 	 test ! -s conftest.err
 12519        } && test -s conftest$ac_exeext &&
 12520        $as_test_x conftest$ac_exeext; then
 12521   ac_cv_lib_intl_dcgettext=yes
 12522 else
 12523   echo "$as_me: failed program was:" >&5
 12524 sed 's/^/| /' conftest.$ac_ext >&5
 12526 	ac_cv_lib_intl_dcgettext=no
 12527 fi
 12529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12530       conftest$ac_exeext conftest.$ac_ext
 12531 LIBS=$ac_check_lib_save_LIBS
 12532 fi
 12533 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 12534 echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
 12535 if test $ac_cv_lib_intl_dcgettext = yes; then
 12536   gt_cv_func_dgettext_libintl=yes
 12537 			libintl_extra_libs=-liconv
 12538 else
 12540 fi
 12542 else
 12544 fi
 12546         fi
 12549         # If we found libintl, then check in it for bind_textdomain_codeset();
 12550         # we'll prefer libc if neither have bind_textdomain_codeset(),
 12551         # and both have dgettext and ngettext
 12553         if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 12554           glib_save_LIBS="$LIBS"
 12555           LIBS="$LIBS -lintl $libintl_extra_libs"
 12556           unset ac_cv_func_bind_textdomain_codeset
 12558 for ac_func in bind_textdomain_codeset
 12559 do
 12560 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 12561 { echo "$as_me:$LINENO: checking for $ac_func" >&5
 12562 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 12563 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 12564   echo $ECHO_N "(cached) $ECHO_C" >&6
 12565 else
 12566   cat >conftest.$ac_ext <<_ACEOF
 12567 /* confdefs.h.  */
 12568 _ACEOF
 12569 cat confdefs.h >>conftest.$ac_ext
 12570 cat >>conftest.$ac_ext <<_ACEOF
 12571 /* end confdefs.h.  */
 12572 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 12573    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 12574 #define $ac_func innocuous_$ac_func
 12576 /* System header to define __stub macros and hopefully few prototypes,
 12577     which can conflict with char $ac_func (); below.
 12578     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 12579     <limits.h> exists even on freestanding compilers.  */
 12581 #ifdef __STDC__
 12582 # include <limits.h>
 12583 #else
 12584 # include <assert.h>
 12585 #endif
 12587 #undef $ac_func
 12589 /* Override any GCC internal prototype to avoid an error.
 12590    Use char because int might match the return type of a GCC
 12591    builtin and then its argument prototype would still apply.  */
 12592 #ifdef __cplusplus
 12593 extern "C"
 12594 #endif
 12595 char $ac_func ();
 12596 /* The GNU C library defines this for functions which it implements
 12597     to always fail with ENOSYS.  Some functions are actually named
 12598     something starting with __ and the normal name is an alias.  */
 12599 #if defined __stub_$ac_func || defined __stub___$ac_func
 12600 choke me
 12601 #endif
 12603 int
 12604 main ()
 12606 return $ac_func ();
 12608   return 0;
 12610 _ACEOF
 12611 rm -f conftest.$ac_objext conftest$ac_exeext
 12612 if { (ac_try="$ac_link"
 12613 case "(($ac_try" in
 12614   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12615   *) ac_try_echo=$ac_try;;
 12616 esac
 12617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12618   (eval "$ac_link") 2>conftest.er1
 12619   ac_status=$?
 12620   grep -v '^ *+' conftest.er1 >conftest.err
 12621   rm -f conftest.er1
 12622   cat conftest.err >&5
 12623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12624   (exit $ac_status); } && {
 12625 	 test -z "$ac_c_werror_flag" ||
 12626 	 test ! -s conftest.err
 12627        } && test -s conftest$ac_exeext &&
 12628        $as_test_x conftest$ac_exeext; then
 12629   eval "$as_ac_var=yes"
 12630 else
 12631   echo "$as_me: failed program was:" >&5
 12632 sed 's/^/| /' conftest.$ac_ext >&5
 12634 	eval "$as_ac_var=no"
 12635 fi
 12637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12638       conftest$ac_exeext conftest.$ac_ext
 12639 fi
 12640 ac_res=`eval echo '${'$as_ac_var'}'`
 12641 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 12642 echo "${ECHO_T}$ac_res" >&6; }
 12643 if test `eval echo '${'$as_ac_var'}'` = yes; then
 12644   cat >>confdefs.h <<_ACEOF
 12645 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 12646 _ACEOF
 12648 fi
 12649 done
 12651           LIBS="$glib_save_LIBS"
 12653           if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
 12654             gt_cv_func_dgettext_libc=no
 12655           else
 12656             if test "$gt_cv_func_dgettext_libc" = "yes" \
 12657 		&& test "$gt_cv_func_ngettext_libc" = "yes"; then
 12658               gt_cv_func_dgettext_libintl=no
 12659             fi
 12660           fi
 12661         fi
 12662       fi
 12664       if test "$gt_cv_func_dgettext_libc" = "yes" \
 12665 	|| test "$gt_cv_func_dgettext_libintl" = "yes"; then
 12666         gt_cv_have_gettext=yes
 12667       fi
 12669       if test "$gt_cv_func_dgettext_libintl" = "yes"; then
 12670         INTLLIBS="-lintl $libintl_extra_libs"
 12671       fi
 12673       if test "$gt_cv_have_gettext" = "yes"; then
 12675 cat >>confdefs.h <<\_ACEOF
 12676 #define HAVE_GETTEXT 1
 12677 _ACEOF
 12679 	# Extract the first word of "msgfmt", so it can be a program name with args.
 12680 set dummy msgfmt; ac_word=$2
 12681 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 12682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 12683 if test "${ac_cv_path_MSGFMT+set}" = set; then
 12684   echo $ECHO_N "(cached) $ECHO_C" >&6
 12685 else
 12686   case "$MSGFMT" in
 12687   /*)
 12688   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
 12689   ;;
 12690   *)
 12691   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 12692   for ac_dir in $PATH; do
 12693     test -z "$ac_dir" && ac_dir=.
 12694     if test -f $ac_dir/$ac_word; then
 12695       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
 12696 	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
 12697 	break
 12698       fi
 12699     fi
 12700   done
 12701   IFS="$ac_save_ifs"
 12702   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
 12703   ;;
 12704 esac
 12705 fi
 12706 MSGFMT="$ac_cv_path_MSGFMT"
 12707 if test "$MSGFMT" != "no"; then
 12708   { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 12709 echo "${ECHO_T}$MSGFMT" >&6; }
 12710 else
 12711   { echo "$as_me:$LINENO: result: no" >&5
 12712 echo "${ECHO_T}no" >&6; }
 12713 fi
 12714 	if test "$MSGFMT" != "no"; then
 12715           glib_save_LIBS="$LIBS"
 12716           LIBS="$LIBS $INTLLIBS"
 12718 for ac_func in dcgettext
 12719 do
 12720 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 12721 { echo "$as_me:$LINENO: checking for $ac_func" >&5
 12722 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 12723 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 12724   echo $ECHO_N "(cached) $ECHO_C" >&6
 12725 else
 12726   cat >conftest.$ac_ext <<_ACEOF
 12727 /* confdefs.h.  */
 12728 _ACEOF
 12729 cat confdefs.h >>conftest.$ac_ext
 12730 cat >>conftest.$ac_ext <<_ACEOF
 12731 /* end confdefs.h.  */
 12732 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 12733    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 12734 #define $ac_func innocuous_$ac_func
 12736 /* System header to define __stub macros and hopefully few prototypes,
 12737     which can conflict with char $ac_func (); below.
 12738     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 12739     <limits.h> exists even on freestanding compilers.  */
 12741 #ifdef __STDC__
 12742 # include <limits.h>
 12743 #else
 12744 # include <assert.h>
 12745 #endif
 12747 #undef $ac_func
 12749 /* Override any GCC internal prototype to avoid an error.
 12750    Use char because int might match the return type of a GCC
 12751    builtin and then its argument prototype would still apply.  */
 12752 #ifdef __cplusplus
 12753 extern "C"
 12754 #endif
 12755 char $ac_func ();
 12756 /* The GNU C library defines this for functions which it implements
 12757     to always fail with ENOSYS.  Some functions are actually named
 12758     something starting with __ and the normal name is an alias.  */
 12759 #if defined __stub_$ac_func || defined __stub___$ac_func
 12760 choke me
 12761 #endif
 12763 int
 12764 main ()
 12766 return $ac_func ();
 12768   return 0;
 12770 _ACEOF
 12771 rm -f conftest.$ac_objext conftest$ac_exeext
 12772 if { (ac_try="$ac_link"
 12773 case "(($ac_try" in
 12774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12775   *) ac_try_echo=$ac_try;;
 12776 esac
 12777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12778   (eval "$ac_link") 2>conftest.er1
 12779   ac_status=$?
 12780   grep -v '^ *+' conftest.er1 >conftest.err
 12781   rm -f conftest.er1
 12782   cat conftest.err >&5
 12783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12784   (exit $ac_status); } && {
 12785 	 test -z "$ac_c_werror_flag" ||
 12786 	 test ! -s conftest.err
 12787        } && test -s conftest$ac_exeext &&
 12788        $as_test_x conftest$ac_exeext; then
 12789   eval "$as_ac_var=yes"
 12790 else
 12791   echo "$as_me: failed program was:" >&5
 12792 sed 's/^/| /' conftest.$ac_ext >&5
 12794 	eval "$as_ac_var=no"
 12795 fi
 12797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 12798       conftest$ac_exeext conftest.$ac_ext
 12799 fi
 12800 ac_res=`eval echo '${'$as_ac_var'}'`
 12801 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
 12802 echo "${ECHO_T}$ac_res" >&6; }
 12803 if test `eval echo '${'$as_ac_var'}'` = yes; then
 12804   cat >>confdefs.h <<_ACEOF
 12805 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 12806 _ACEOF
 12808 fi
 12809 done
 12811 	  MSGFMT_OPTS=
 12812 	  { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 12813 echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
 12814 	  cat >conftest.foo <<_ACEOF
 12816 msgid ""
 12817 msgstr ""
 12818 "Content-Type: text/plain; charset=UTF-8\n"
 12819 "Project-Id-Version: test 1.0\n"
 12820 "PO-Revision-Date: 2007-02-15 12:01+0100\n"
 12821 "Last-Translator: test <foo@bar.xx>\n"
 12822 "Language-Team: C <LL@li.org>\n"
 12823 "MIME-Version: 1.0\n"
 12824 "Content-Transfer-Encoding: 8bit\n"
 12826 _ACEOF
 12827 if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 12828   ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
 12829   ac_status=$?
 12830   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12831   (exit $ac_status); }; then
 12832   MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
 12833 echo "${ECHO_T}yes" >&6; }
 12834 else { echo "$as_me:$LINENO: result: no" >&5
 12835 echo "${ECHO_T}no" >&6; }
 12836 echo "$as_me: failed input was:" >&5
 12837 sed 's/^/| /' conftest.foo >&5
 12838 fi
 12840 	  # Extract the first word of "gmsgfmt", so it can be a program name with args.
 12841 set dummy gmsgfmt; ac_word=$2
 12842 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 12843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 12844 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 12845   echo $ECHO_N "(cached) $ECHO_C" >&6
 12846 else
 12847   case $GMSGFMT in
 12848   [\\/]* | ?:[\\/]*)
 12849   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 12850   ;;
 12851   *)
 12852   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 12853 for as_dir in $PATH
 12854 do
 12855   IFS=$as_save_IFS
 12856   test -z "$as_dir" && as_dir=.
 12857   for ac_exec_ext in '' $ac_executable_extensions; do
 12858   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 12859     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 12860     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 12861     break 2
 12862   fi
 12863 done
 12864 done
 12865 IFS=$as_save_IFS
 12867   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 12868   ;;
 12869 esac
 12870 fi
 12871 GMSGFMT=$ac_cv_path_GMSGFMT
 12872 if test -n "$GMSGFMT"; then
 12873   { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 12874 echo "${ECHO_T}$GMSGFMT" >&6; }
 12875 else
 12876   { echo "$as_me:$LINENO: result: no" >&5
 12877 echo "${ECHO_T}no" >&6; }
 12878 fi
 12881 	  # Extract the first word of "xgettext", so it can be a program name with args.
 12882 set dummy xgettext; ac_word=$2
 12883 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 12884 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 12885 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 12886   echo $ECHO_N "(cached) $ECHO_C" >&6
 12887 else
 12888   case "$XGETTEXT" in
 12889   /*)
 12890   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
 12891   ;;
 12892   *)
 12893   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 12894   for ac_dir in $PATH; do
 12895     test -z "$ac_dir" && ac_dir=.
 12896     if test -f $ac_dir/$ac_word; then
 12897       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
 12898 	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
 12899 	break
 12900       fi
 12901     fi
 12902   done
 12903   IFS="$ac_save_ifs"
 12904   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
 12905   ;;
 12906 esac
 12907 fi
 12908 XGETTEXT="$ac_cv_path_XGETTEXT"
 12909 if test "$XGETTEXT" != ":"; then
 12910   { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 12911 echo "${ECHO_T}$XGETTEXT" >&6; }
 12912 else
 12913   { echo "$as_me:$LINENO: result: no" >&5
 12914 echo "${ECHO_T}no" >&6; }
 12915 fi
 12917 	  cat >conftest.$ac_ext <<_ACEOF
 12918 /* confdefs.h.  */
 12919 _ACEOF
 12920 cat confdefs.h >>conftest.$ac_ext
 12921 cat >>conftest.$ac_ext <<_ACEOF
 12922 /* end confdefs.h.  */
 12924 int
 12925 main ()
 12927 extern int _nl_msg_cat_cntr;
 12928 			 return _nl_msg_cat_cntr
 12930   return 0;
 12932 _ACEOF
 12933 rm -f conftest.$ac_objext conftest$ac_exeext
 12934 if { (ac_try="$ac_link"
 12935 case "(($ac_try" in
 12936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 12937   *) ac_try_echo=$ac_try;;
 12938 esac
 12939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 12940   (eval "$ac_link") 2>conftest.er1
 12941   ac_status=$?
 12942   grep -v '^ *+' conftest.er1 >conftest.err
 12943   rm -f conftest.er1
 12944   cat conftest.err >&5
 12945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 12946   (exit $ac_status); } && {
 12947 	 test -z "$ac_c_werror_flag" ||
 12948 	 test ! -s conftest.err
 12949        } && test -s conftest$ac_exeext &&
 12950        $as_test_x conftest$ac_exeext; then
 12951   CATOBJEXT=.gmo
 12952              DATADIRNAME=share
 12953 else
 12954   echo "$as_me: failed program was:" >&5
 12955 sed 's/^/| /' conftest.$ac_ext >&5
 12957 	case $host in
 12958 	    *-*-solaris*)
 12959 	    	                	    	                { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 12960 echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 12961 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 12962   echo $ECHO_N "(cached) $ECHO_C" >&6
 12963 else
 12964   cat >conftest.$ac_ext <<_ACEOF
 12965 /* confdefs.h.  */
 12966 _ACEOF
 12967 cat confdefs.h >>conftest.$ac_ext
 12968 cat >>conftest.$ac_ext <<_ACEOF
 12969 /* end confdefs.h.  */
 12970 /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 12971    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 12972 #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
 12974 /* System header to define __stub macros and hopefully few prototypes,
 12975     which can conflict with char bind_textdomain_codeset (); below.
 12976     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 12977     <limits.h> exists even on freestanding compilers.  */
 12979 #ifdef __STDC__
 12980 # include <limits.h>
 12981 #else
 12982 # include <assert.h>
 12983 #endif
 12985 #undef bind_textdomain_codeset
 12987 /* Override any GCC internal prototype to avoid an error.
 12988    Use char because int might match the return type of a GCC
 12989    builtin and then its argument prototype would still apply.  */
 12990 #ifdef __cplusplus
 12991 extern "C"
 12992 #endif
 12993 char bind_textdomain_codeset ();
 12994 /* The GNU C library defines this for functions which it implements
 12995     to always fail with ENOSYS.  Some functions are actually named
 12996     something starting with __ and the normal name is an alias.  */
 12997 #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 12998 choke me
 12999 #endif
 13001 int
 13002 main ()
 13004 return bind_textdomain_codeset ();
 13006   return 0;
 13008 _ACEOF
 13009 rm -f conftest.$ac_objext conftest$ac_exeext
 13010 if { (ac_try="$ac_link"
 13011 case "(($ac_try" in
 13012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 13013   *) ac_try_echo=$ac_try;;
 13014 esac
 13015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 13016   (eval "$ac_link") 2>conftest.er1
 13017   ac_status=$?
 13018   grep -v '^ *+' conftest.er1 >conftest.err
 13019   rm -f conftest.er1
 13020   cat conftest.err >&5
 13021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 13022   (exit $ac_status); } && {
 13023 	 test -z "$ac_c_werror_flag" ||
 13024 	 test ! -s conftest.err
 13025        } && test -s conftest$ac_exeext &&
 13026        $as_test_x conftest$ac_exeext; then
 13027   ac_cv_func_bind_textdomain_codeset=yes
 13028 else
 13029   echo "$as_me: failed program was:" >&5
 13030 sed 's/^/| /' conftest.$ac_ext >&5
 13032 	ac_cv_func_bind_textdomain_codeset=no
 13033 fi
 13035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13036       conftest$ac_exeext conftest.$ac_ext
 13037 fi
 13038 { echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 13039 echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 13040 if test $ac_cv_func_bind_textdomain_codeset = yes; then
 13041   CATOBJEXT=.gmo
 13042                DATADIRNAME=share
 13043 else
 13044   CATOBJEXT=.mo
 13045                DATADIRNAME=lib
 13046 fi
 13048 	    ;;
 13049 	    *)
 13050 	    CATOBJEXT=.mo
 13051             DATADIRNAME=lib
 13052 	    ;;
 13053 	    esac
 13054 fi
 13056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 13057       conftest$ac_exeext conftest.$ac_ext
 13058           LIBS="$glib_save_LIBS"
 13059 	  INSTOBJEXT=.mo
 13060 	else
 13061 	  gt_cv_have_gettext=no
 13062 	fi
 13063       fi
 13065 fi
 13069     if test "$gt_cv_have_gettext" = "yes" ; then
 13071 cat >>confdefs.h <<\_ACEOF
 13072 #define ENABLE_NLS 1
 13073 _ACEOF
 13075     fi
 13077         if test "$XGETTEXT" != ":"; then
 13078                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 13079         : ;
 13080       else
 13081         { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 13082 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
 13083         XGETTEXT=":"
 13084       fi
 13085     fi
 13087     # We need to process the po/ directory.
 13088     POSUB=po
 13090     ac_config_commands="$ac_config_commands default-1"
 13093                 for lang in $ALL_LINGUAS; do
 13094       GMOFILES="$GMOFILES $lang.gmo"
 13095       POFILES="$POFILES $lang.po"
 13096     done
 13110    if test "$gt_cv_have_gettext" = "yes"; then
 13111      if test "x$ALL_LINGUAS" = "x"; then
 13112        LINGUAS=
 13113      else
 13114        { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 13115 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
 13116        NEW_LINGUAS=
 13117        for presentlang in $ALL_LINGUAS; do
 13118          useit=no
 13119          if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
 13120            desiredlanguages="$LINGUAS"
 13121          else
 13122            desiredlanguages="$ALL_LINGUAS"
 13123          fi
 13124          for desiredlang in $desiredlanguages; do
 13125  	   # Use the presentlang catalog if desiredlang is
 13126            #   a. equal to presentlang, or
 13127            #   b. a variant of presentlang (because in this case,
 13128            #      presentlang can be used as a fallback for messages
 13129            #      which are not translated in the desiredlang catalog).
 13130            case "$desiredlang" in
 13131              "$presentlang"*) useit=yes;;
 13132            esac
 13133          done
 13134          if test $useit = yes; then
 13135            NEW_LINGUAS="$NEW_LINGUAS $presentlang"
 13136          fi
 13137        done
 13138        LINGUAS=$NEW_LINGUAS
 13139        { echo "$as_me:$LINENO: result: $LINGUAS" >&5
 13140 echo "${ECHO_T}$LINGUAS" >&6; }
 13141      fi
 13143           if test -n "$LINGUAS"; then
 13144        for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
 13145      fi
 13146    fi
 13148             MKINSTALLDIRS=
 13149    if test -n "$ac_aux_dir"; then
 13150      MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 13151    fi
 13152    if test -z "$MKINSTALLDIRS"; then
 13153      MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 13154    fi
 13157          test -d po || mkdir po
 13158    if test "x$srcdir" != "x."; then
 13159      if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
 13160        posrcprefix="$srcdir/"
 13161      else
 13162        posrcprefix="../$srcdir/"
 13163      fi
 13164    else
 13165      posrcprefix="../"
 13166    fi
 13167    rm -f po/POTFILES
 13168    sed -e "/^#/d" -e "/^\$/d" -e "s,.*,	$posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
 13169 	< $srcdir/po/POTFILES.in > po/POTFILES
 13172 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in test/Makefile Info.plist"
 13174 cat >confcache <<\_ACEOF
 13175 # This file is a shell script that caches the results of configure
 13176 # tests run on this system so they can be shared between configure
 13177 # scripts and configure runs, see configure's option --config-cache.
 13178 # It is not useful on other systems.  If it contains results you don't
 13179 # want to keep, you may remove or edit it.
 13181 # config.status only pays attention to the cache file if you give it
 13182 # the --recheck option to rerun configure.
 13184 # `ac_cv_env_foo' variables (set or unset) will be overridden when
 13185 # loading this file, other *unset* `ac_cv_foo' will be assigned the
 13186 # following values.
 13188 _ACEOF
 13190 # The following way of writing the cache mishandles newlines in values,
 13191 # but we know of no workaround that is simple, portable, and efficient.
 13192 # So, we kill variables containing newlines.
 13193 # Ultrix sh set writes to stderr and can't be redirected directly,
 13194 # and sets the high bit in the cache file unless we assign to the vars.
 13196   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 13197     eval ac_val=\$$ac_var
 13198     case $ac_val in #(
 13199     *${as_nl}*)
 13200       case $ac_var in #(
 13201       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 13202 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 13203       esac
 13204       case $ac_var in #(
 13205       _ | IFS | as_nl) ;; #(
 13206       *) $as_unset $ac_var ;;
 13207       esac ;;
 13208     esac
 13209   done
 13211   (set) 2>&1 |
 13212     case $as_nl`(ac_space=' '; set) 2>&1` in #(
 13213     *${as_nl}ac_space=\ *)
 13214       # `set' does not quote correctly, so add quotes (double-quote
 13215       # substitution turns \\\\ into \\, and sed turns \\ into \).
 13216       sed -n \
 13217 	"s/'/'\\\\''/g;
 13218 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 13219       ;; #(
 13220     *)
 13221       # `set' quotes correctly as required by POSIX, so do not add quotes.
 13222       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 13223       ;;
 13224     esac |
 13225     sort
 13226 ) |
 13227   sed '
 13228      /^ac_cv_env_/b end
 13229      t clear
 13230      :clear
 13231      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 13232      t end
 13233      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 13234      :end' >>confcache
 13235 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 13236   if test -w "$cache_file"; then
 13237     test "x$cache_file" != "x/dev/null" &&
 13238       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 13239 echo "$as_me: updating cache $cache_file" >&6;}
 13240     cat confcache >$cache_file
 13241   else
 13242     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 13243 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 13244   fi
 13245 fi
 13246 rm -f confcache
 13248 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 13249 # Let make expand exec_prefix.
 13250 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 13252 DEFS=-DHAVE_CONFIG_H
 13254 ac_libobjs=
 13255 ac_ltlibobjs=
 13256 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 13257   # 1. Remove the extension, and $U if already installed.
 13258   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 13259   ac_i=`echo "$ac_i" | sed "$ac_script"`
 13260   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 13261   #    will be set to the directory where LIBOBJS objects are built.
 13262   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 13263   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 13264 done
 13265 LIBOBJS=$ac_libobjs
 13267 LTLIBOBJS=$ac_ltlibobjs
 13270 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 13271   { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 13272 Usually this means the macro was only invoked conditionally." >&5
 13273 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 13274 Usually this means the macro was only invoked conditionally." >&2;}
 13275    { (exit 1); exit 1; }; }
 13276 fi
 13277 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 13278   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 13279 Usually this means the macro was only invoked conditionally." >&5
 13280 echo "$as_me: error: conditional \"AMDEP\" was never defined.
 13281 Usually this means the macro was only invoked conditionally." >&2;}
 13282    { (exit 1); exit 1; }; }
 13283 fi
 13284 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 13285   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 13286 Usually this means the macro was only invoked conditionally." >&5
 13287 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 13288 Usually this means the macro was only invoked conditionally." >&2;}
 13289    { (exit 1); exit 1; }; }
 13290 fi
 13291 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 13292   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 13293 Usually this means the macro was only invoked conditionally." >&5
 13294 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 13295 Usually this means the macro was only invoked conditionally." >&2;}
 13296    { (exit 1); exit 1; }; }
 13297 fi
 13298 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 13299   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 13300 Usually this means the macro was only invoked conditionally." >&5
 13301 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 13302 Usually this means the macro was only invoked conditionally." >&2;}
 13303    { (exit 1); exit 1; }; }
 13304 fi
 13305 if test -z "${am__fastdepOBJC_TRUE}" && test -z "${am__fastdepOBJC_FALSE}"; then
 13306   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepOBJC\" was never defined.
 13307 Usually this means the macro was only invoked conditionally." >&5
 13308 echo "$as_me: error: conditional \"am__fastdepOBJC\" was never defined.
 13309 Usually this means the macro was only invoked conditionally." >&2;}
 13310    { (exit 1); exit 1; }; }
 13311 fi
 13312 if test -z "${GUI_COCOA_TRUE}" && test -z "${GUI_COCOA_FALSE}"; then
 13313   { { echo "$as_me:$LINENO: error: conditional \"GUI_COCOA\" was never defined.
 13314 Usually this means the macro was only invoked conditionally." >&5
 13315 echo "$as_me: error: conditional \"GUI_COCOA\" was never defined.
 13316 Usually this means the macro was only invoked conditionally." >&2;}
 13317    { (exit 1); exit 1; }; }
 13318 fi
 13319 if test -z "${BUILD_SHARED_TRUE}" && test -z "${BUILD_SHARED_FALSE}"; then
 13320   { { echo "$as_me:$LINENO: error: conditional \"BUILD_SHARED\" was never defined.
 13321 Usually this means the macro was only invoked conditionally." >&5
 13322 echo "$as_me: error: conditional \"BUILD_SHARED\" was never defined.
 13323 Usually this means the macro was only invoked conditionally." >&2;}
 13324    { (exit 1); exit 1; }; }
 13325 fi
 13326 if test -z "${GUI_GTK_TRUE}" && test -z "${GUI_GTK_FALSE}"; then
 13327   { { echo "$as_me:$LINENO: error: conditional \"GUI_GTK\" was never defined.
 13328 Usually this means the macro was only invoked conditionally." >&5
 13329 echo "$as_me: error: conditional \"GUI_GTK\" was never defined.
 13330 Usually this means the macro was only invoked conditionally." >&2;}
 13331    { (exit 1); exit 1; }; }
 13332 fi
 13333 if test -z "${VIDEO_OSMESA_TRUE}" && test -z "${VIDEO_OSMESA_FALSE}"; then
 13334   { { echo "$as_me:$LINENO: error: conditional \"VIDEO_OSMESA\" was never defined.
 13335 Usually this means the macro was only invoked conditionally." >&5
 13336 echo "$as_me: error: conditional \"VIDEO_OSMESA\" was never defined.
 13337 Usually this means the macro was only invoked conditionally." >&2;}
 13338    { (exit 1); exit 1; }; }
 13339 fi
 13340 if test -z "${VIDEO_GLX_TRUE}" && test -z "${VIDEO_GLX_FALSE}"; then
 13341   { { echo "$as_me:$LINENO: error: conditional \"VIDEO_GLX\" was never defined.
 13342 Usually this means the macro was only invoked conditionally." >&5
 13343 echo "$as_me: error: conditional \"VIDEO_GLX\" was never defined.
 13344 Usually this means the macro was only invoked conditionally." >&2;}
 13345    { (exit 1); exit 1; }; }
 13346 fi
 13347 if test -z "${VIDEO_NSGL_TRUE}" && test -z "${VIDEO_NSGL_FALSE}"; then
 13348   { { echo "$as_me:$LINENO: error: conditional \"VIDEO_NSGL\" was never defined.
 13349 Usually this means the macro was only invoked conditionally." >&5
 13350 echo "$as_me: error: conditional \"VIDEO_NSGL\" was never defined.
 13351 Usually this means the macro was only invoked conditionally." >&2;}
 13352    { (exit 1); exit 1; }; }
 13353 fi
 13354 if test -z "${BUILD_SH4X86_TRUE}" && test -z "${BUILD_SH4X86_FALSE}"; then
 13355   { { echo "$as_me:$LINENO: error: conditional \"BUILD_SH4X86\" was never defined.
 13356 Usually this means the macro was only invoked conditionally." >&5
 13357 echo "$as_me: error: conditional \"BUILD_SH4X86\" was never defined.
 13358 Usually this means the macro was only invoked conditionally." >&2;}
 13359    { (exit 1); exit 1; }; }
 13360 fi
 13361 if test -z "${AUDIO_OSX_TRUE}" && test -z "${AUDIO_OSX_FALSE}"; then
 13362   { { echo "$as_me:$LINENO: error: conditional \"AUDIO_OSX\" was never defined.
 13363 Usually this means the macro was only invoked conditionally." >&5
 13364 echo "$as_me: error: conditional \"AUDIO_OSX\" was never defined.
 13365 Usually this means the macro was only invoked conditionally." >&2;}
 13366    { (exit 1); exit 1; }; }
 13367 fi
 13368 if test -z "${AUDIO_SDL_TRUE}" && test -z "${AUDIO_SDL_FALSE}"; then
 13369   { { echo "$as_me:$LINENO: error: conditional \"AUDIO_SDL\" was never defined.
 13370 Usually this means the macro was only invoked conditionally." >&5
 13371 echo "$as_me: error: conditional \"AUDIO_SDL\" was never defined.
 13372 Usually this means the macro was only invoked conditionally." >&2;}
 13373    { (exit 1); exit 1; }; }
 13374 fi
 13375 if test -z "${AUDIO_PULSE_TRUE}" && test -z "${AUDIO_PULSE_FALSE}"; then
 13376   { { echo "$as_me:$LINENO: error: conditional \"AUDIO_PULSE\" was never defined.
 13377 Usually this means the macro was only invoked conditionally." >&5
 13378 echo "$as_me: error: conditional \"AUDIO_PULSE\" was never defined.
 13379 Usually this means the macro was only invoked conditionally." >&2;}
 13380    { (exit 1); exit 1; }; }
 13381 fi
 13382 if test -z "${AUDIO_ESOUND_TRUE}" && test -z "${AUDIO_ESOUND_FALSE}"; then
 13383   { { echo "$as_me:$LINENO: error: conditional \"AUDIO_ESOUND\" was never defined.
 13384 Usually this means the macro was only invoked conditionally." >&5
 13385 echo "$as_me: error: conditional \"AUDIO_ESOUND\" was never defined.
 13386 Usually this means the macro was only invoked conditionally." >&2;}
 13387    { (exit 1); exit 1; }; }
 13388 fi
 13389 if test -z "${AUDIO_ALSA_TRUE}" && test -z "${AUDIO_ALSA_FALSE}"; then
 13390   { { echo "$as_me:$LINENO: error: conditional \"AUDIO_ALSA\" was never defined.
 13391 Usually this means the macro was only invoked conditionally." >&5
 13392 echo "$as_me: error: conditional \"AUDIO_ALSA\" was never defined.
 13393 Usually this means the macro was only invoked conditionally." >&2;}
 13394    { (exit 1); exit 1; }; }
 13395 fi
 13396 if test -z "${CDROM_LINUX_TRUE}" && test -z "${CDROM_LINUX_FALSE}"; then
 13397   { { echo "$as_me:$LINENO: error: conditional \"CDROM_LINUX\" was never defined.
 13398 Usually this means the macro was only invoked conditionally." >&5
 13399 echo "$as_me: error: conditional \"CDROM_LINUX\" was never defined.
 13400 Usually this means the macro was only invoked conditionally." >&2;}
 13401    { (exit 1); exit 1; }; }
 13402 fi
 13403 if test -z "${CDROM_OSX_TRUE}" && test -z "${CDROM_OSX_FALSE}"; then
 13404   { { echo "$as_me:$LINENO: error: conditional \"CDROM_OSX\" was never defined.
 13405 Usually this means the macro was only invoked conditionally." >&5
 13406 echo "$as_me: error: conditional \"CDROM_OSX\" was never defined.
 13407 Usually this means the macro was only invoked conditionally." >&2;}
 13408    { (exit 1); exit 1; }; }
 13409 fi
 13410 if test -z "${CDROM_NONE_TRUE}" && test -z "${CDROM_NONE_FALSE}"; then
 13411   { { echo "$as_me:$LINENO: error: conditional \"CDROM_NONE\" was never defined.
 13412 Usually this means the macro was only invoked conditionally." >&5
 13413 echo "$as_me: error: conditional \"CDROM_NONE\" was never defined.
 13414 Usually this means the macro was only invoked conditionally." >&2;}
 13415    { (exit 1); exit 1; }; }
 13416 fi
 13417 if test -z "${JOY_LINUX_TRUE}" && test -z "${JOY_LINUX_FALSE}"; then
 13418   { { echo "$as_me:$LINENO: error: conditional \"JOY_LINUX\" was never defined.
 13419 Usually this means the macro was only invoked conditionally." >&5
 13420 echo "$as_me: error: conditional \"JOY_LINUX\" was never defined.
 13421 Usually this means the macro was only invoked conditionally." >&2;}
 13422    { (exit 1); exit 1; }; }
 13423 fi
 13424 if test -z "${INPUT_LIRC_TRUE}" && test -z "${INPUT_LIRC_FALSE}"; then
 13425   { { echo "$as_me:$LINENO: error: conditional \"INPUT_LIRC\" was never defined.
 13426 Usually this means the macro was only invoked conditionally." >&5
 13427 echo "$as_me: error: conditional \"INPUT_LIRC\" was never defined.
 13428 Usually this means the macro was only invoked conditionally." >&2;}
 13429    { (exit 1); exit 1; }; }
 13430 fi
 13431 if test -z "${BUILD_SYSTEST_TRUE}" && test -z "${BUILD_SYSTEST_FALSE}"; then
 13432   { { echo "$as_me:$LINENO: error: conditional \"BUILD_SYSTEST\" was never defined.
 13433 Usually this means the macro was only invoked conditionally." >&5
 13434 echo "$as_me: error: conditional \"BUILD_SYSTEST\" was never defined.
 13435 Usually this means the macro was only invoked conditionally." >&2;}
 13436    { (exit 1); exit 1; }; }
 13437 fi
 13438 if test -z "${BUILD_ARMTEST_TRUE}" && test -z "${BUILD_ARMTEST_FALSE}"; then
 13439   { { echo "$as_me:$LINENO: error: conditional \"BUILD_ARMTEST\" was never defined.
 13440 Usually this means the macro was only invoked conditionally." >&5
 13441 echo "$as_me: error: conditional \"BUILD_ARMTEST\" was never defined.
 13442 Usually this means the macro was only invoked conditionally." >&2;}
 13443    { (exit 1); exit 1; }; }
 13444 fi
 13446 : ${CONFIG_STATUS=./config.status}
 13447 ac_clean_files_save=$ac_clean_files
 13448 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 13449 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 13450 echo "$as_me: creating $CONFIG_STATUS" >&6;}
 13451 cat >$CONFIG_STATUS <<_ACEOF
 13452 #! $SHELL
 13453 # Generated by $as_me.
 13454 # Run this file to recreate the current configuration.
 13455 # Compiler output produced by configure, useful for debugging
 13456 # configure, is in config.log if it exists.
 13458 debug=false
 13459 ac_cs_recheck=false
 13460 ac_cs_silent=false
 13461 SHELL=\${CONFIG_SHELL-$SHELL}
 13462 _ACEOF
 13464 cat >>$CONFIG_STATUS <<\_ACEOF
 13465 ## --------------------- ##
 13466 ## M4sh Initialization.  ##
 13467 ## --------------------- ##
 13469 # Be more Bourne compatible
 13470 DUALCASE=1; export DUALCASE # for MKS sh
 13471 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 13472   emulate sh
 13473   NULLCMD=:
 13474   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 13475   # is contrary to our usage.  Disable this feature.
 13476   alias -g '${1+"$@"}'='"$@"'
 13477   setopt NO_GLOB_SUBST
 13478 else
 13479   case `(set -o) 2>/dev/null` in
 13480   *posix*) set -o posix ;;
 13481 esac
 13483 fi
 13488 # PATH needs CR
 13489 # Avoid depending upon Character Ranges.
 13490 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 13491 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 13492 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 13493 as_cr_digits='0123456789'
 13494 as_cr_alnum=$as_cr_Letters$as_cr_digits
 13496 # The user is always right.
 13497 if test "${PATH_SEPARATOR+set}" != set; then
 13498   echo "#! /bin/sh" >conf$$.sh
 13499   echo  "exit 0"   >>conf$$.sh
 13500   chmod +x conf$$.sh
 13501   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 13502     PATH_SEPARATOR=';'
 13503   else
 13504     PATH_SEPARATOR=:
 13505   fi
 13506   rm -f conf$$.sh
 13507 fi
 13509 # Support unset when possible.
 13510 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 13511   as_unset=unset
 13512 else
 13513   as_unset=false
 13514 fi
 13517 # IFS
 13518 # We need space, tab and new line, in precisely that order.  Quoting is
 13519 # there to prevent editors from complaining about space-tab.
 13520 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 13521 # splitting by setting IFS to empty value.)
 13522 as_nl='
 13524 IFS=" ""	$as_nl"
 13526 # Find who we are.  Look in the path if we contain no directory separator.
 13527 case $0 in
 13528   *[\\/]* ) as_myself=$0 ;;
 13529   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 13530 for as_dir in $PATH
 13531 do
 13532   IFS=$as_save_IFS
 13533   test -z "$as_dir" && as_dir=.
 13534   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 13535 done
 13536 IFS=$as_save_IFS
 13538      ;;
 13539 esac
 13540 # We did not find ourselves, most probably we were run as `sh COMMAND'
 13541 # in which case we are not to be found in the path.
 13542 if test "x$as_myself" = x; then
 13543   as_myself=$0
 13544 fi
 13545 if test ! -f "$as_myself"; then
 13546   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 13547   { (exit 1); exit 1; }
 13548 fi
 13550 # Work around bugs in pre-3.0 UWIN ksh.
 13551 for as_var in ENV MAIL MAILPATH
 13552 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 13553 done
 13554 PS1='$ '
 13555 PS2='> '
 13556 PS4='+ '
 13558 # NLS nuisances.
 13559 for as_var in \
 13560   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 13561   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 13562   LC_TELEPHONE LC_TIME
 13563 do
 13564   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 13565     eval $as_var=C; export $as_var
 13566   else
 13567     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 13568   fi
 13569 done
 13571 # Required to use basename.
 13572 if expr a : '\(a\)' >/dev/null 2>&1 &&
 13573    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 13574   as_expr=expr
 13575 else
 13576   as_expr=false
 13577 fi
 13579 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 13580   as_basename=basename
 13581 else
 13582   as_basename=false
 13583 fi
 13586 # Name of the executable.
 13587 as_me=`$as_basename -- "$0" ||
 13588 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 13589 	 X"$0" : 'X\(//\)$' \| \
 13590 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 13591 echo X/"$0" |
 13592     sed '/^.*\/\([^/][^/]*\)\/*$/{
 13593 	    s//\1/
 13596 	  /^X\/\(\/\/\)$/{
 13597 	    s//\1/
 13600 	  /^X\/\(\/\).*/{
 13601 	    s//\1/
 13604 	  s/.*/./; q'`
 13606 # CDPATH.
 13607 $as_unset CDPATH
 13611   as_lineno_1=$LINENO
 13612   as_lineno_2=$LINENO
 13613   test "x$as_lineno_1" != "x$as_lineno_2" &&
 13614   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 13616   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 13617   # uniformly replaced by the line number.  The first 'sed' inserts a
 13618   # line-number line after each line using $LINENO; the second 'sed'
 13619   # does the real work.  The second script uses 'N' to pair each
 13620   # line-number line with the line containing $LINENO, and appends
 13621   # trailing '-' during substitution so that $LINENO is not a special
 13622   # case at line end.
 13623   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 13624   # scripts with optimization help from Paolo Bonzini.  Blame Lee
 13625   # E. McMahon (1931-1989) for sed's syntax.  :-)
 13626   sed -n '
 13628     /[$]LINENO/=
 13629   ' <$as_myself |
 13630     sed '
 13631       s/[$]LINENO.*/&-/
 13632       t lineno
 13634       :lineno
 13636       :loop
 13637       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 13638       t loop
 13639       s/-\n.*//
 13640     ' >$as_me.lineno &&
 13641   chmod +x "$as_me.lineno" ||
 13642     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 13643    { (exit 1); exit 1; }; }
 13645   # Don't try to exec as it changes $[0], causing all sort of problems
 13646   # (the dirname of $[0] is not the place where we might find the
 13647   # original and so on.  Autoconf is especially sensitive to this).
 13648   . "./$as_me.lineno"
 13649   # Exit status is that of the last command.
 13650   exit
 13654 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 13655   as_dirname=dirname
 13656 else
 13657   as_dirname=false
 13658 fi
 13660 ECHO_C= ECHO_N= ECHO_T=
 13661 case `echo -n x` in
 13662 -n*)
 13663   case `echo 'x\c'` in
 13664   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 13665   *)   ECHO_C='\c';;
 13666   esac;;
 13667 *)
 13668   ECHO_N='-n';;
 13669 esac
 13671 if expr a : '\(a\)' >/dev/null 2>&1 &&
 13672    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 13673   as_expr=expr
 13674 else
 13675   as_expr=false
 13676 fi
 13678 rm -f conf$$ conf$$.exe conf$$.file
 13679 if test -d conf$$.dir; then
 13680   rm -f conf$$.dir/conf$$.file
 13681 else
 13682   rm -f conf$$.dir
 13683   mkdir conf$$.dir
 13684 fi
 13685 echo >conf$$.file
 13686 if ln -s conf$$.file conf$$ 2>/dev/null; then
 13687   as_ln_s='ln -s'
 13688   # ... but there are two gotchas:
 13689   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 13690   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 13691   # In both cases, we have to default to `cp -p'.
 13692   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 13693     as_ln_s='cp -p'
 13694 elif ln conf$$.file conf$$ 2>/dev/null; then
 13695   as_ln_s=ln
 13696 else
 13697   as_ln_s='cp -p'
 13698 fi
 13699 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 13700 rmdir conf$$.dir 2>/dev/null
 13702 if mkdir -p . 2>/dev/null; then
 13703   as_mkdir_p=:
 13704 else
 13705   test -d ./-p && rmdir ./-p
 13706   as_mkdir_p=false
 13707 fi
 13709 if test -x / >/dev/null 2>&1; then
 13710   as_test_x='test -x'
 13711 else
 13712   if ls -dL / >/dev/null 2>&1; then
 13713     as_ls_L_option=L
 13714   else
 13715     as_ls_L_option=
 13716   fi
 13717   as_test_x='
 13718     eval sh -c '\''
 13719       if test -d "$1"; then
 13720         test -d "$1/.";
 13721       else
 13722 	case $1 in
 13723         -*)set "./$1";;
 13724 	esac;
 13725 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 13726 	???[sx]*):;;*)false;;esac;fi
 13727     '\'' sh
 13729 fi
 13730 as_executable_p=$as_test_x
 13732 # Sed expression to map a string onto a valid CPP name.
 13733 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 13735 # Sed expression to map a string onto a valid variable name.
 13736 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 13739 exec 6>&1
 13741 # Save the log message, to keep $[0] and so on meaningful, and to
 13742 # report actual input values of CONFIG_FILES etc. instead of their
 13743 # values after options handling.
 13744 ac_log="
 13745 This file was extended by $as_me, which was
 13746 generated by GNU Autoconf 2.61.  Invocation command line was
 13748   CONFIG_FILES    = $CONFIG_FILES
 13749   CONFIG_HEADERS  = $CONFIG_HEADERS
 13750   CONFIG_LINKS    = $CONFIG_LINKS
 13751   CONFIG_COMMANDS = $CONFIG_COMMANDS
 13752   $ $0 $@
 13754 on `(hostname || uname -n) 2>/dev/null | sed 1q`
 13757 _ACEOF
 13759 cat >>$CONFIG_STATUS <<_ACEOF
 13760 # Files that config.status was made for.
 13761 config_files="$ac_config_files"
 13762 config_headers="$ac_config_headers"
 13763 config_commands="$ac_config_commands"
 13765 _ACEOF
 13767 cat >>$CONFIG_STATUS <<\_ACEOF
 13768 ac_cs_usage="\
 13769 \`$as_me' instantiates files from templates according to the
 13770 current configuration.
 13772 Usage: $0 [OPTIONS] [FILE]...
 13774   -h, --help       print this help, then exit
 13775   -V, --version    print version number and configuration settings, then exit
 13776   -q, --quiet      do not print progress messages
 13777   -d, --debug      don't remove temporary files
 13778       --recheck    update $as_me by reconfiguring in the same conditions
 13779   --file=FILE[:TEMPLATE]
 13780 		   instantiate the configuration file FILE
 13781   --header=FILE[:TEMPLATE]
 13782 		   instantiate the configuration header FILE
 13784 Configuration files:
 13785 $config_files
 13787 Configuration headers:
 13788 $config_headers
 13790 Configuration commands:
 13791 $config_commands
 13793 Report bugs to <bug-autoconf@gnu.org>."
 13795 _ACEOF
 13796 cat >>$CONFIG_STATUS <<_ACEOF
 13797 ac_cs_version="\\
 13798 config.status
 13799 configured by $0, generated by GNU Autoconf 2.61,
 13800   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 13802 Copyright (C) 2006 Free Software Foundation, Inc.
 13803 This config.status script is free software; the Free Software Foundation
 13804 gives unlimited permission to copy, distribute and modify it."
 13806 ac_pwd='$ac_pwd'
 13807 srcdir='$srcdir'
 13808 INSTALL='$INSTALL'
 13809 _ACEOF
 13811 cat >>$CONFIG_STATUS <<\_ACEOF
 13812 # If no file are specified by the user, then we need to provide default
 13813 # value.  By we need to know if files were specified by the user.
 13814 ac_need_defaults=:
 13815 while test $# != 0
 13816 do
 13817   case $1 in
 13818   --*=*)
 13819     ac_option=`expr "X$1" : 'X\([^=]*\)='`
 13820     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 13821     ac_shift=:
 13822     ;;
 13823   *)
 13824     ac_option=$1
 13825     ac_optarg=$2
 13826     ac_shift=shift
 13827     ;;
 13828   esac
 13830   case $ac_option in
 13831   # Handling of the options.
 13832   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 13833     ac_cs_recheck=: ;;
 13834   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 13835     echo "$ac_cs_version"; exit ;;
 13836   --debug | --debu | --deb | --de | --d | -d )
 13837     debug=: ;;
 13838   --file | --fil | --fi | --f )
 13839     $ac_shift
 13840     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 13841     ac_need_defaults=false;;
 13842   --header | --heade | --head | --hea )
 13843     $ac_shift
 13844     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 13845     ac_need_defaults=false;;
 13846   --he | --h)
 13847     # Conflict between --help and --header
 13848     { echo "$as_me: error: ambiguous option: $1
 13849 Try \`$0 --help' for more information." >&2
 13850    { (exit 1); exit 1; }; };;
 13851   --help | --hel | -h )
 13852     echo "$ac_cs_usage"; exit ;;
 13853   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 13854   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 13855     ac_cs_silent=: ;;
 13857   # This is an error.
 13858   -*) { echo "$as_me: error: unrecognized option: $1
 13859 Try \`$0 --help' for more information." >&2
 13860    { (exit 1); exit 1; }; } ;;
 13862   *) ac_config_targets="$ac_config_targets $1"
 13863      ac_need_defaults=false ;;
 13865   esac
 13866   shift
 13867 done
 13869 ac_configure_extra_args=
 13871 if $ac_cs_silent; then
 13872   exec 6>/dev/null
 13873   ac_configure_extra_args="$ac_configure_extra_args --silent"
 13874 fi
 13876 _ACEOF
 13877 cat >>$CONFIG_STATUS <<_ACEOF
 13878 if \$ac_cs_recheck; then
 13879   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 13880   CONFIG_SHELL=$SHELL
 13881   export CONFIG_SHELL
 13882   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 13883 fi
 13885 _ACEOF
 13886 cat >>$CONFIG_STATUS <<\_ACEOF
 13887 exec 5>>config.log
 13889   echo
 13890   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 13891 ## Running $as_me. ##
 13892 _ASBOX
 13893   echo "$ac_log"
 13894 } >&5
 13896 _ACEOF
 13897 cat >>$CONFIG_STATUS <<_ACEOF
 13899 # INIT-COMMANDS
 13901 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 13904 _ACEOF
 13906 cat >>$CONFIG_STATUS <<\_ACEOF
 13908 # Handling of arguments.
 13909 for ac_config_target in $ac_config_targets
 13910 do
 13911   case $ac_config_target in
 13912     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 13913     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 13914     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
 13915     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 13916     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 13917     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 13918     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
 13919     "Info.plist") CONFIG_FILES="$CONFIG_FILES Info.plist" ;;
 13921   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 13922 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 13923    { (exit 1); exit 1; }; };;
 13924   esac
 13925 done
 13928 # If the user did not use the arguments to specify the items to instantiate,
 13929 # then the envvar interface is used.  Set only those that are not.
 13930 # We use the long form for the default assignment because of an extremely
 13931 # bizarre bug on SunOS 4.1.3.
 13932 if $ac_need_defaults; then
 13933   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 13934   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 13935   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 13936 fi
 13938 # Have a temporary directory for convenience.  Make it in the build tree
 13939 # simply because there is no reason against having it here, and in addition,
 13940 # creating and moving files from /tmp can sometimes cause problems.
 13941 # Hook for its removal unless debugging.
 13942 # Note that there is a small window in which the directory will not be cleaned:
 13943 # after its creation but before its name has been assigned to `$tmp'.
 13944 $debug ||
 13946   tmp=
 13947   trap 'exit_status=$?
 13948   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 13949 ' 0
 13950   trap '{ (exit 1); exit 1; }' 1 2 13 15
 13952 # Create a (secure) tmp directory for tmp files.
 13955   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 13956   test -n "$tmp" && test -d "$tmp"
 13957 }  ||
 13959   tmp=./conf$$-$RANDOM
 13960   (umask 077 && mkdir "$tmp")
 13961 } ||
 13963    echo "$me: cannot create a temporary directory in ." >&2
 13964    { (exit 1); exit 1; }
 13968 # Set up the sed scripts for CONFIG_FILES section.
 13971 # No need to generate the scripts if there are no CONFIG_FILES.
 13972 # This happens for instance when ./config.status config.h
 13973 if test -n "$CONFIG_FILES"; then
 13975 _ACEOF
 13979 ac_delim='%!_!# '
 13980 for ac_last_try in false false false false false :; do
 13981   cat >conf$$subs.sed <<_ACEOF
 13982 SHELL!$SHELL$ac_delim
 13983 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 13984 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 13985 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 13986 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 13987 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 13988 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 13989 exec_prefix!$exec_prefix$ac_delim
 13990 prefix!$prefix$ac_delim
 13991 program_transform_name!$program_transform_name$ac_delim
 13992 bindir!$bindir$ac_delim
 13993 sbindir!$sbindir$ac_delim
 13994 libexecdir!$libexecdir$ac_delim
 13995 datarootdir!$datarootdir$ac_delim
 13996 datadir!$datadir$ac_delim
 13997 sysconfdir!$sysconfdir$ac_delim
 13998 sharedstatedir!$sharedstatedir$ac_delim
 13999 localstatedir!$localstatedir$ac_delim
 14000 includedir!$includedir$ac_delim
 14001 oldincludedir!$oldincludedir$ac_delim
 14002 docdir!$docdir$ac_delim
 14003 infodir!$infodir$ac_delim
 14004 htmldir!$htmldir$ac_delim
 14005 dvidir!$dvidir$ac_delim
 14006 pdfdir!$pdfdir$ac_delim
 14007 psdir!$psdir$ac_delim
 14008 libdir!$libdir$ac_delim
 14009 localedir!$localedir$ac_delim
 14010 mandir!$mandir$ac_delim
 14011 DEFS!$DEFS$ac_delim
 14012 ECHO_C!$ECHO_C$ac_delim
 14013 ECHO_N!$ECHO_N$ac_delim
 14014 ECHO_T!$ECHO_T$ac_delim
 14015 LIBS!$LIBS$ac_delim
 14016 build_alias!$build_alias$ac_delim
 14017 host_alias!$host_alias$ac_delim
 14018 target_alias!$target_alias$ac_delim
 14019 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 14020 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 14021 INSTALL_DATA!$INSTALL_DATA$ac_delim
 14022 CYGPATH_W!$CYGPATH_W$ac_delim
 14023 PACKAGE!$PACKAGE$ac_delim
 14024 VERSION!$VERSION$ac_delim
 14025 ACLOCAL!$ACLOCAL$ac_delim
 14026 AUTOCONF!$AUTOCONF$ac_delim
 14027 AUTOMAKE!$AUTOMAKE$ac_delim
 14028 AUTOHEADER!$AUTOHEADER$ac_delim
 14029 MAKEINFO!$MAKEINFO$ac_delim
 14030 install_sh!$install_sh$ac_delim
 14031 STRIP!$STRIP$ac_delim
 14032 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 14033 mkdir_p!$mkdir_p$ac_delim
 14034 AWK!$AWK$ac_delim
 14035 SET_MAKE!$SET_MAKE$ac_delim
 14036 am__leading_dot!$am__leading_dot$ac_delim
 14037 AMTAR!$AMTAR$ac_delim
 14038 am__tar!$am__tar$ac_delim
 14039 am__untar!$am__untar$ac_delim
 14040 MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 14041 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 14042 MAINT!$MAINT$ac_delim
 14043 CC!$CC$ac_delim
 14044 CFLAGS!$CFLAGS$ac_delim
 14045 LDFLAGS!$LDFLAGS$ac_delim
 14046 CPPFLAGS!$CPPFLAGS$ac_delim
 14047 ac_ct_CC!$ac_ct_CC$ac_delim
 14048 EXEEXT!$EXEEXT$ac_delim
 14049 OBJEXT!$OBJEXT$ac_delim
 14050 DEPDIR!$DEPDIR$ac_delim
 14051 am__include!$am__include$ac_delim
 14052 am__quote!$am__quote$ac_delim
 14053 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 14054 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 14055 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 14056 CCDEPMODE!$CCDEPMODE$ac_delim
 14057 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 14058 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 14059 OBJC!$OBJC$ac_delim
 14060 OBJCFLAGS!$OBJCFLAGS$ac_delim
 14061 ac_ct_OBJC!$ac_ct_OBJC$ac_delim
 14062 SED!$SED$ac_delim
 14063 CCAS!$CCAS$ac_delim
 14064 CCASFLAGS!$CCASFLAGS$ac_delim
 14065 CPP!$CPP$ac_delim
 14066 GREP!$GREP$ac_delim
 14067 EGREP!$EGREP$ac_delim
 14068 build!$build$ac_delim
 14069 build_cpu!$build_cpu$ac_delim
 14070 build_vendor!$build_vendor$ac_delim
 14071 build_os!$build_os$ac_delim
 14072 host!$host$ac_delim
 14073 host_cpu!$host_cpu$ac_delim
 14074 host_vendor!$host_vendor$ac_delim
 14075 host_os!$host_os$ac_delim
 14076 OBJCDEPMODE!$OBJCDEPMODE$ac_delim
 14077 am__fastdepOBJC_TRUE!$am__fastdepOBJC_TRUE$ac_delim
 14078 am__fastdepOBJC_FALSE!$am__fastdepOBJC_FALSE$ac_delim
 14079 _ACEOF
 14081   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 14082     break
 14083   elif $ac_last_try; then
 14084     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 14085 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 14086    { (exit 1); exit 1; }; }
 14087   else
 14088     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 14089   fi
 14090 done
 14092 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 14093 if test -n "$ac_eof"; then
 14094   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 14095   ac_eof=`expr $ac_eof + 1`
 14096 fi
 14098 cat >>$CONFIG_STATUS <<_ACEOF
 14099 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 14100 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 14101 _ACEOF
 14102 sed '
 14103 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 14104 s/^/s,@/; s/!/@,|#_!!_#|/
 14105 :n
 14106 t n
 14107 s/'"$ac_delim"'$/,g/; t
 14108 s/$/\\/; p
 14109 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 14110 ' >>$CONFIG_STATUS <conf$$subs.sed
 14111 rm -f conf$$subs.sed
 14112 cat >>$CONFIG_STATUS <<_ACEOF
 14113 CEOF$ac_eof
 14114 _ACEOF
 14117 ac_delim='%!_!# '
 14118 for ac_last_try in false false false false false :; do
 14119   cat >conf$$subs.sed <<_ACEOF
 14120 POD2MAN!$POD2MAN$ac_delim
 14121 POD2HTML!$POD2HTML$ac_delim
 14122 GUI_COCOA_TRUE!$GUI_COCOA_TRUE$ac_delim
 14123 GUI_COCOA_FALSE!$GUI_COCOA_FALSE$ac_delim
 14124 SOEXT!$SOEXT$ac_delim
 14125 PLUGINCFLAGS!$PLUGINCFLAGS$ac_delim
 14126 PLUGINLDFLAGS!$PLUGINLDFLAGS$ac_delim
 14127 LXDREAMLDFLAGS!$LXDREAMLDFLAGS$ac_delim
 14128 BUILD_SHARED_TRUE!$BUILD_SHARED_TRUE$ac_delim
 14129 BUILD_SHARED_FALSE!$BUILD_SHARED_FALSE$ac_delim
 14130 LXDREAMCPPFLAGS!$LXDREAMCPPFLAGS$ac_delim
 14131 PKG_CONFIG!$PKG_CONFIG$ac_delim
 14132 LIBPNG_CFLAGS!$LIBPNG_CFLAGS$ac_delim
 14133 LIBPNG_LIBS!$LIBPNG_LIBS$ac_delim
 14134 GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim
 14135 GLIB_LIBS!$GLIB_LIBS$ac_delim
 14136 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
 14137 GTK_LIBS!$GTK_LIBS$ac_delim
 14138 GUI_GTK_TRUE!$GUI_GTK_TRUE$ac_delim
 14139 GUI_GTK_FALSE!$GUI_GTK_FALSE$ac_delim
 14140 LIBISOFS_CFLAGS!$LIBISOFS_CFLAGS$ac_delim
 14141 LIBISOFS_LIBS!$LIBISOFS_LIBS$ac_delim
 14142 LIBGL_CFLAGS!$LIBGL_CFLAGS$ac_delim
 14143 LIBGL_LIBS!$LIBGL_LIBS$ac_delim
 14144 VIDEO_OSMESA_TRUE!$VIDEO_OSMESA_TRUE$ac_delim
 14145 VIDEO_OSMESA_FALSE!$VIDEO_OSMESA_FALSE$ac_delim
 14146 VIDEO_GLX_TRUE!$VIDEO_GLX_TRUE$ac_delim
 14147 VIDEO_GLX_FALSE!$VIDEO_GLX_FALSE$ac_delim
 14148 VIDEO_NSGL_TRUE!$VIDEO_NSGL_TRUE$ac_delim
 14149 VIDEO_NSGL_FALSE!$VIDEO_NSGL_FALSE$ac_delim
 14150 BUILD_SH4X86_TRUE!$BUILD_SH4X86_TRUE$ac_delim
 14151 BUILD_SH4X86_FALSE!$BUILD_SH4X86_FALSE$ac_delim
 14152 AUDIO_OSX_TRUE!$AUDIO_OSX_TRUE$ac_delim
 14153 AUDIO_OSX_FALSE!$AUDIO_OSX_FALSE$ac_delim
 14154 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
 14155 SDL_LIBS!$SDL_LIBS$ac_delim
 14156 AUDIO_SDL_TRUE!$AUDIO_SDL_TRUE$ac_delim
 14157 AUDIO_SDL_FALSE!$AUDIO_SDL_FALSE$ac_delim
 14158 PULSE_CFLAGS!$PULSE_CFLAGS$ac_delim
 14159 PULSE_LIBS!$PULSE_LIBS$ac_delim
 14160 AUDIO_PULSE_TRUE!$AUDIO_PULSE_TRUE$ac_delim
 14161 AUDIO_PULSE_FALSE!$AUDIO_PULSE_FALSE$ac_delim
 14162 ESOUND_CFLAGS!$ESOUND_CFLAGS$ac_delim
 14163 ESOUND_LIBS!$ESOUND_LIBS$ac_delim
 14164 AUDIO_ESOUND_TRUE!$AUDIO_ESOUND_TRUE$ac_delim
 14165 AUDIO_ESOUND_FALSE!$AUDIO_ESOUND_FALSE$ac_delim
 14166 ALSA_CFLAGS!$ALSA_CFLAGS$ac_delim
 14167 ALSA_LIBS!$ALSA_LIBS$ac_delim
 14168 AUDIO_ALSA_TRUE!$AUDIO_ALSA_TRUE$ac_delim
 14169 AUDIO_ALSA_FALSE!$AUDIO_ALSA_FALSE$ac_delim
 14170 CDROM_LINUX_TRUE!$CDROM_LINUX_TRUE$ac_delim
 14171 CDROM_LINUX_FALSE!$CDROM_LINUX_FALSE$ac_delim
 14172 CDROM_OSX_TRUE!$CDROM_OSX_TRUE$ac_delim
 14173 CDROM_OSX_FALSE!$CDROM_OSX_FALSE$ac_delim
 14174 CDROM_NONE_TRUE!$CDROM_NONE_TRUE$ac_delim
 14175 CDROM_NONE_FALSE!$CDROM_NONE_FALSE$ac_delim
 14176 JOY_LINUX_TRUE!$JOY_LINUX_TRUE$ac_delim
 14177 JOY_LINUX_FALSE!$JOY_LINUX_FALSE$ac_delim
 14178 INPUT_LIRC_TRUE!$INPUT_LIRC_TRUE$ac_delim
 14179 INPUT_LIRC_FALSE!$INPUT_LIRC_FALSE$ac_delim
 14180 SHCC!$SHCC$ac_delim
 14181 SHLD!$SHLD$ac_delim
 14182 SHOBJCOPY!$SHOBJCOPY$ac_delim
 14183 ARMCC!$ARMCC$ac_delim
 14184 ARMLD!$ARMLD$ac_delim
 14185 ARMOBJCOPY!$ARMOBJCOPY$ac_delim
 14186 BUILD_SYSTEST_TRUE!$BUILD_SYSTEST_TRUE$ac_delim
 14187 BUILD_SYSTEST_FALSE!$BUILD_SYSTEST_FALSE$ac_delim
 14188 BUILD_ARMTEST_TRUE!$BUILD_ARMTEST_TRUE$ac_delim
 14189 BUILD_ARMTEST_FALSE!$BUILD_ARMTEST_FALSE$ac_delim
 14190 LXDREAM_LIBS!$LXDREAM_LIBS$ac_delim
 14191 GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 14192 USE_NLS!$USE_NLS$ac_delim
 14193 MSGFMT!$MSGFMT$ac_delim
 14194 MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 14195 GMSGFMT!$GMSGFMT$ac_delim
 14196 XGETTEXT!$XGETTEXT$ac_delim
 14197 CATALOGS!$CATALOGS$ac_delim
 14198 CATOBJEXT!$CATOBJEXT$ac_delim
 14199 DATADIRNAME!$DATADIRNAME$ac_delim
 14200 GMOFILES!$GMOFILES$ac_delim
 14201 INSTOBJEXT!$INSTOBJEXT$ac_delim
 14202 INTLLIBS!$INTLLIBS$ac_delim
 14203 PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
 14204 PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
 14205 POFILES!$POFILES$ac_delim
 14206 POSUB!$POSUB$ac_delim
 14207 MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
 14208 LIBOBJS!$LIBOBJS$ac_delim
 14209 LTLIBOBJS!$LTLIBOBJS$ac_delim
 14210 _ACEOF
 14212   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
 14213     break
 14214   elif $ac_last_try; then
 14215     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 14216 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 14217    { (exit 1); exit 1; }; }
 14218   else
 14219     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 14220   fi
 14221 done
 14223 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 14224 if test -n "$ac_eof"; then
 14225   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 14226   ac_eof=`expr $ac_eof + 1`
 14227 fi
 14229 cat >>$CONFIG_STATUS <<_ACEOF
 14230 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 14231 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 14232 _ACEOF
 14233 sed '
 14234 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 14235 s/^/s,@/; s/!/@,|#_!!_#|/
 14236 :n
 14237 t n
 14238 s/'"$ac_delim"'$/,g/; t
 14239 s/$/\\/; p
 14240 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 14241 ' >>$CONFIG_STATUS <conf$$subs.sed
 14242 rm -f conf$$subs.sed
 14243 cat >>$CONFIG_STATUS <<_ACEOF
 14244 :end
 14245 s/|#_!!_#|//g
 14246 CEOF$ac_eof
 14247 _ACEOF
 14250 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 14251 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 14252 # trailing colons and then remove the whole line if VPATH becomes empty
 14253 # (actually we leave an empty line to preserve line numbers).
 14254 if test "x$srcdir" = x.; then
 14255   ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 14256 s/:*\$(srcdir):*/:/
 14257 s/:*\${srcdir}:*/:/
 14258 s/:*@srcdir@:*/:/
 14259 s/^\([^=]*=[	 ]*\):*/\1/
 14260 s/:*$//
 14261 s/^[^=]*=[	 ]*$//
 14262 }'
 14263 fi
 14265 cat >>$CONFIG_STATUS <<\_ACEOF
 14266 fi # test -n "$CONFIG_FILES"
 14269 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 14270 do
 14271   case $ac_tag in
 14272   :[FHLC]) ac_mode=$ac_tag; continue;;
 14273   esac
 14274   case $ac_mode$ac_tag in
 14275   :[FHL]*:*);;
 14276   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 14277 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 14278    { (exit 1); exit 1; }; };;
 14279   :[FH]-) ac_tag=-:-;;
 14280   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 14281   esac
 14282   ac_save_IFS=$IFS
 14283   IFS=:
 14284   set x $ac_tag
 14285   IFS=$ac_save_IFS
 14286   shift
 14287   ac_file=$1
 14288   shift
 14290   case $ac_mode in
 14291   :L) ac_source=$1;;
 14292   :[FH])
 14293     ac_file_inputs=
 14294     for ac_f
 14295     do
 14296       case $ac_f in
 14297       -) ac_f="$tmp/stdin";;
 14298       *) # Look for the file first in the build tree, then in the source tree
 14299 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 14300 	 # because $ac_f cannot contain `:'.
 14301 	 test -f "$ac_f" ||
 14302 	   case $ac_f in
 14303 	   [\\/$]*) false;;
 14304 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 14305 	   esac ||
 14306 	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 14307 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 14308    { (exit 1); exit 1; }; };;
 14309       esac
 14310       ac_file_inputs="$ac_file_inputs $ac_f"
 14311     done
 14313     # Let's still pretend it is `configure' which instantiates (i.e., don't
 14314     # use $as_me), people would be surprised to read:
 14315     #    /* config.h.  Generated by config.status.  */
 14316     configure_input="Generated from "`IFS=:
 14317 	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 14318     if test x"$ac_file" != x-; then
 14319       configure_input="$ac_file.  $configure_input"
 14320       { echo "$as_me:$LINENO: creating $ac_file" >&5
 14321 echo "$as_me: creating $ac_file" >&6;}
 14322     fi
 14324     case $ac_tag in
 14325     *:-:* | *:-) cat >"$tmp/stdin";;
 14326     esac
 14327     ;;
 14328   esac
 14330   ac_dir=`$as_dirname -- "$ac_file" ||
 14331 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14332 	 X"$ac_file" : 'X\(//\)[^/]' \| \
 14333 	 X"$ac_file" : 'X\(//\)$' \| \
 14334 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 14335 echo X"$ac_file" |
 14336     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14337 	    s//\1/
 14340 	  /^X\(\/\/\)[^/].*/{
 14341 	    s//\1/
 14344 	  /^X\(\/\/\)$/{
 14345 	    s//\1/
 14348 	  /^X\(\/\).*/{
 14349 	    s//\1/
 14352 	  s/.*/./; q'`
 14353   { as_dir="$ac_dir"
 14354   case $as_dir in #(
 14355   -*) as_dir=./$as_dir;;
 14356   esac
 14357   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 14358     as_dirs=
 14359     while :; do
 14360       case $as_dir in #(
 14361       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 14362       *) as_qdir=$as_dir;;
 14363       esac
 14364       as_dirs="'$as_qdir' $as_dirs"
 14365       as_dir=`$as_dirname -- "$as_dir" ||
 14366 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14367 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 14368 	 X"$as_dir" : 'X\(//\)$' \| \
 14369 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 14370 echo X"$as_dir" |
 14371     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14372 	    s//\1/
 14375 	  /^X\(\/\/\)[^/].*/{
 14376 	    s//\1/
 14379 	  /^X\(\/\/\)$/{
 14380 	    s//\1/
 14383 	  /^X\(\/\).*/{
 14384 	    s//\1/
 14387 	  s/.*/./; q'`
 14388       test -d "$as_dir" && break
 14389     done
 14390     test -z "$as_dirs" || eval "mkdir $as_dirs"
 14391   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 14392 echo "$as_me: error: cannot create directory $as_dir" >&2;}
 14393    { (exit 1); exit 1; }; }; }
 14394   ac_builddir=.
 14396 case "$ac_dir" in
 14397 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 14398 *)
 14399   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 14400   # A ".." for each directory in $ac_dir_suffix.
 14401   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 14402   case $ac_top_builddir_sub in
 14403   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 14404   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 14405   esac ;;
 14406 esac
 14407 ac_abs_top_builddir=$ac_pwd
 14408 ac_abs_builddir=$ac_pwd$ac_dir_suffix
 14409 # for backward compatibility:
 14410 ac_top_builddir=$ac_top_build_prefix
 14412 case $srcdir in
 14413   .)  # We are building in place.
 14414     ac_srcdir=.
 14415     ac_top_srcdir=$ac_top_builddir_sub
 14416     ac_abs_top_srcdir=$ac_pwd ;;
 14417   [\\/]* | ?:[\\/]* )  # Absolute name.
 14418     ac_srcdir=$srcdir$ac_dir_suffix;
 14419     ac_top_srcdir=$srcdir
 14420     ac_abs_top_srcdir=$srcdir ;;
 14421   *) # Relative name.
 14422     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 14423     ac_top_srcdir=$ac_top_build_prefix$srcdir
 14424     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 14425 esac
 14426 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 14429   case $ac_mode in
 14430   :F)
 14432   # CONFIG_FILE
 14435   case $INSTALL in
 14436   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 14437   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 14438   esac
 14439 _ACEOF
 14441 cat >>$CONFIG_STATUS <<\_ACEOF
 14442 # If the template does not know about datarootdir, expand it.
 14443 # FIXME: This hack should be removed a few years after 2.60.
 14444 ac_datarootdir_hack=; ac_datarootdir_seen=
 14446 case `sed -n '/datarootdir/ {
 14450 /@datadir@/p
 14451 /@docdir@/p
 14452 /@infodir@/p
 14453 /@localedir@/p
 14454 /@mandir@/p
 14455 ' $ac_file_inputs` in
 14456 *datarootdir*) ac_datarootdir_seen=yes;;
 14457 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 14458   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 14459 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 14460 _ACEOF
 14461 cat >>$CONFIG_STATUS <<_ACEOF
 14462   ac_datarootdir_hack='
 14463   s&@datadir@&$datadir&g
 14464   s&@docdir@&$docdir&g
 14465   s&@infodir@&$infodir&g
 14466   s&@localedir@&$localedir&g
 14467   s&@mandir@&$mandir&g
 14468     s&\\\${datarootdir}&$datarootdir&g' ;;
 14469 esac
 14470 _ACEOF
 14472 # Neutralize VPATH when `$srcdir' = `.'.
 14473 # Shell code in configure.ac might set extrasub.
 14474 # FIXME: do we really want to maintain this feature?
 14475 cat >>$CONFIG_STATUS <<_ACEOF
 14476   sed "$ac_vpsub
 14477 $extrasub
 14478 _ACEOF
 14479 cat >>$CONFIG_STATUS <<\_ACEOF
 14480 :t
 14481 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 14482 s&@configure_input@&$configure_input&;t t
 14483 s&@top_builddir@&$ac_top_builddir_sub&;t t
 14484 s&@srcdir@&$ac_srcdir&;t t
 14485 s&@abs_srcdir@&$ac_abs_srcdir&;t t
 14486 s&@top_srcdir@&$ac_top_srcdir&;t t
 14487 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 14488 s&@builddir@&$ac_builddir&;t t
 14489 s&@abs_builddir@&$ac_abs_builddir&;t t
 14490 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 14491 s&@INSTALL@&$ac_INSTALL&;t t
 14492 $ac_datarootdir_hack
 14493 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
 14495 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 14496   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 14497   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 14498   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 14499 which seems to be undefined.  Please make sure it is defined." >&5
 14500 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 14501 which seems to be undefined.  Please make sure it is defined." >&2;}
 14503   rm -f "$tmp/stdin"
 14504   case $ac_file in
 14505   -) cat "$tmp/out"; rm -f "$tmp/out";;
 14506   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 14507   esac
 14508  ;;
 14509   :H)
 14511   # CONFIG_HEADER
 14513 _ACEOF
 14515 # Transform confdefs.h into a sed script `conftest.defines', that
 14516 # substitutes the proper values into config.h.in to produce config.h.
 14517 rm -f conftest.defines conftest.tail
 14518 # First, append a space to every undef/define line, to ease matching.
 14519 echo 's/$/ /' >conftest.defines
 14520 # Then, protect against being on the right side of a sed subst, or in
 14521 # an unquoted here document, in config.status.  If some macros were
 14522 # called several times there might be several #defines for the same
 14523 # symbol, which is useless.  But do not sort them, since the last
 14524 # AC_DEFINE must be honored.
 14525 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 14526 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
 14527 # NAME is the cpp macro being defined, VALUE is the value it is being given.
 14528 # PARAMS is the parameter list in the macro definition--in most cases, it's
 14529 # just an empty string.
 14530 ac_dA='s,^\\([	 #]*\\)[^	 ]*\\([	 ]*'
 14531 ac_dB='\\)[	 (].*,\\1define\\2'
 14532 ac_dC=' '
 14533 ac_dD=' ,'
 14535 uniq confdefs.h |
 14536   sed -n '
 14537 	t rset
 14538 	:rset
 14539 	s/^[	 ]*#[	 ]*define[	 ][	 ]*//
 14540 	t ok
 14542 	:ok
 14543 	s/[\\&,]/\\&/g
 14544 	s/^\('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
 14545 	s/^\('"$ac_word_re"'\)[	 ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
 14546   ' >>conftest.defines
 14548 # Remove the space that was appended to ease matching.
 14549 # Then replace #undef with comments.  This is necessary, for
 14550 # example, in the case of _POSIX_SOURCE, which is predefined and required
 14551 # on some systems where configure will not decide to define it.
 14552 # (The regexp can be short, since the line contains either #define or #undef.)
 14553 echo 's/ $//
 14554 s,^[	 #]*u.*,/* & */,' >>conftest.defines
 14556 # Break up conftest.defines:
 14557 ac_max_sed_lines=50
 14559 # First sed command is:	 sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 14560 # Second one is:	 sed -f defines.sed "$tmp/out1" >"$tmp/out2"
 14561 # Third one will be:	 sed -f defines.sed "$tmp/out2" >"$tmp/out1"
 14562 # et cetera.
 14563 ac_in='$ac_file_inputs'
 14564 ac_out='"$tmp/out1"'
 14565 ac_nxt='"$tmp/out2"'
 14567 while :
 14568 do
 14569   # Write a here document:
 14570     cat >>$CONFIG_STATUS <<_ACEOF
 14571     # First, check the format of the line:
 14572     cat >"\$tmp/defines.sed" <<\\CEOF
 14573 /^[	 ]*#[	 ]*undef[	 ][	 ]*$ac_word_re[	 ]*\$/b def
 14574 /^[	 ]*#[	 ]*define[	 ][	 ]*$ac_word_re[(	 ]/b def
 14576 :def
 14577 _ACEOF
 14578   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
 14579   echo 'CEOF
 14580     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
 14581   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
 14582   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
 14583   grep . conftest.tail >/dev/null || break
 14584   rm -f conftest.defines
 14585   mv conftest.tail conftest.defines
 14586 done
 14587 rm -f conftest.defines conftest.tail
 14589 echo "ac_result=$ac_in" >>$CONFIG_STATUS
 14590 cat >>$CONFIG_STATUS <<\_ACEOF
 14591   if test x"$ac_file" != x-; then
 14592     echo "/* $configure_input  */" >"$tmp/config.h"
 14593     cat "$ac_result" >>"$tmp/config.h"
 14594     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 14595       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 14596 echo "$as_me: $ac_file is unchanged" >&6;}
 14597     else
 14598       rm -f $ac_file
 14599       mv "$tmp/config.h" $ac_file
 14600     fi
 14601   else
 14602     echo "/* $configure_input  */"
 14603     cat "$ac_result"
 14604   fi
 14605   rm -f "$tmp/out12"
 14606 # Compute $ac_file's index in $config_headers.
 14607 _am_stamp_count=1
 14608 for _am_header in $config_headers :; do
 14609   case $_am_header in
 14610     $ac_file | $ac_file:* )
 14611       break ;;
 14612     * )
 14613       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 14614   esac
 14615 done
 14616 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
 14617 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14618 	 X$ac_file : 'X\(//\)[^/]' \| \
 14619 	 X$ac_file : 'X\(//\)$' \| \
 14620 	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
 14621 echo X$ac_file |
 14622     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14623 	    s//\1/
 14626 	  /^X\(\/\/\)[^/].*/{
 14627 	    s//\1/
 14630 	  /^X\(\/\/\)$/{
 14631 	    s//\1/
 14634 	  /^X\(\/\).*/{
 14635 	    s//\1/
 14638 	  s/.*/./; q'`/stamp-h$_am_stamp_count
 14639  ;;
 14641   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 14642 echo "$as_me: executing $ac_file commands" >&6;}
 14643  ;;
 14644   esac
 14647   case $ac_file$ac_mode in
 14648     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 14649   # Strip MF so we end up with the name of the file.
 14650   mf=`echo "$mf" | sed -e 's/:.*$//'`
 14651   # Check whether this is an Automake generated Makefile or not.
 14652   # We used to match only the files named `Makefile.in', but
 14653   # some people rename them; so instead we look at the file content.
 14654   # Grep'ing the first line is not enough: some people post-process
 14655   # each Makefile.in and add a new line on top of each file to say so.
 14656   # So let's grep whole file.
 14657   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 14658     dirpart=`$as_dirname -- "$mf" ||
 14659 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14660 	 X"$mf" : 'X\(//\)[^/]' \| \
 14661 	 X"$mf" : 'X\(//\)$' \| \
 14662 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 14663 echo X"$mf" |
 14664     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14665 	    s//\1/
 14668 	  /^X\(\/\/\)[^/].*/{
 14669 	    s//\1/
 14672 	  /^X\(\/\/\)$/{
 14673 	    s//\1/
 14676 	  /^X\(\/\).*/{
 14677 	    s//\1/
 14680 	  s/.*/./; q'`
 14681   else
 14682     continue
 14683   fi
 14684   # Extract the definition of DEPDIR, am__include, and am__quote
 14685   # from the Makefile without running `make'.
 14686   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 14687   test -z "$DEPDIR" && continue
 14688   am__include=`sed -n 's/^am__include = //p' < "$mf"`
 14689   test -z "am__include" && continue
 14690   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 14691   # When using ansi2knr, U may be empty or an underscore; expand it
 14692   U=`sed -n 's/^U = //p' < "$mf"`
 14693   # Find all dependency output files, they are included files with
 14694   # $(DEPDIR) in their names.  We invoke sed twice because it is the
 14695   # simplest approach to changing $(DEPDIR) to its actual value in the
 14696   # expansion.
 14697   for file in `sed -n "
 14698     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 14699        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 14700     # Make sure the directory exists.
 14701     test -f "$dirpart/$file" && continue
 14702     fdir=`$as_dirname -- "$file" ||
 14703 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14704 	 X"$file" : 'X\(//\)[^/]' \| \
 14705 	 X"$file" : 'X\(//\)$' \| \
 14706 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 14707 echo X"$file" |
 14708     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14709 	    s//\1/
 14712 	  /^X\(\/\/\)[^/].*/{
 14713 	    s//\1/
 14716 	  /^X\(\/\/\)$/{
 14717 	    s//\1/
 14720 	  /^X\(\/\).*/{
 14721 	    s//\1/
 14724 	  s/.*/./; q'`
 14725     { as_dir=$dirpart/$fdir
 14726   case $as_dir in #(
 14727   -*) as_dir=./$as_dir;;
 14728   esac
 14729   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 14730     as_dirs=
 14731     while :; do
 14732       case $as_dir in #(
 14733       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 14734       *) as_qdir=$as_dir;;
 14735       esac
 14736       as_dirs="'$as_qdir' $as_dirs"
 14737       as_dir=`$as_dirname -- "$as_dir" ||
 14738 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14739 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 14740 	 X"$as_dir" : 'X\(//\)$' \| \
 14741 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 14742 echo X"$as_dir" |
 14743     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14744 	    s//\1/
 14747 	  /^X\(\/\/\)[^/].*/{
 14748 	    s//\1/
 14751 	  /^X\(\/\/\)$/{
 14752 	    s//\1/
 14755 	  /^X\(\/\).*/{
 14756 	    s//\1/
 14759 	  s/.*/./; q'`
 14760       test -d "$as_dir" && break
 14761     done
 14762     test -z "$as_dirs" || eval "mkdir $as_dirs"
 14763   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 14764 echo "$as_me: error: cannot create directory $as_dir" >&2;}
 14765    { (exit 1); exit 1; }; }; }
 14766     # echo "creating $dirpart/$file"
 14767     echo '# dummy' > "$dirpart/$file"
 14768   done
 14769 done
 14770  ;;
 14771     "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
 14772         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 14773       esac ;;
 14775   esac
 14776 done # for ac_tag
 14779 { (exit 0); exit 0; }
 14780 _ACEOF
 14781 chmod +x $CONFIG_STATUS
 14782 ac_clean_files=$ac_clean_files_save
 14785 # configure is writing to config.log, and then calls config.status.
 14786 # config.status does its own redirection, appending to config.log.
 14787 # Unfortunately, on DOS this fails, as config.log is still kept open
 14788 # by configure, so config.status won't be able to write to it; its
 14789 # output is simply discarded.  So we exec the FD to /dev/null,
 14790 # effectively closing config.log, so it can be properly (re)opened and
 14791 # appended to by config.status.  When coming back to configure, we
 14792 # need to make the FD available again.
 14793 if test "$no_create" != yes; then
 14794   ac_cs_success=:
 14795   ac_config_status_args=
 14796   test "$silent" = yes &&
 14797     ac_config_status_args="$ac_config_status_args --quiet"
 14798   exec 5>/dev/null
 14799   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 14800   exec 5>>config.log
 14801   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 14802   # would make configure fail if this is the last instruction.
 14803   $ac_cs_success || { (exit 1); exit 1; }
 14804 fi
 14806 { as_dir=test/sh4
 14807   case $as_dir in #(
 14808   -*) as_dir=./$as_dir;;
 14809   esac
 14810   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 14811     as_dirs=
 14812     while :; do
 14813       case $as_dir in #(
 14814       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 14815       *) as_qdir=$as_dir;;
 14816       esac
 14817       as_dirs="'$as_qdir' $as_dirs"
 14818       as_dir=`$as_dirname -- "$as_dir" ||
 14819 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 14820 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 14821 	 X"$as_dir" : 'X\(//\)$' \| \
 14822 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 14823 echo X"$as_dir" |
 14824     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 14825 	    s//\1/
 14828 	  /^X\(\/\/\)[^/].*/{
 14829 	    s//\1/
 14832 	  /^X\(\/\/\)$/{
 14833 	    s//\1/
 14836 	  /^X\(\/\).*/{
 14837 	    s//\1/
 14840 	  s/.*/./; q'`
 14841       test -d "$as_dir" && break
 14842     done
 14843     test -z "$as_dirs" || eval "mkdir $as_dirs"
 14844   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 14845 echo "$as_me: error: cannot create directory $as_dir" >&2;}
 14846    { (exit 1); exit 1; }; }; }
 14849 echo
 14850 echo "Configuration complete"
 14851 echo
 14853 if test "x$HAVE_GTK" = x; then
 14854   if test "x$HAVE_COCOA" = x; then
 14855      echo "  User interface: none"
 14856   else
 14857      echo "  User interface: Cocoa"
 14858   fi
 14859 else
 14860   echo "  User interface: GTK"
 14861 fi
 14863 if test "x$SH4_TRANSLATOR" = "x"; then
 14864   echo "  SH4 translator: None (emulation core only)"
 14865 else
 14866   echo "  SH4 translator: $SH4_TRANSLATOR"
 14867 fi
 14869 if test "x$VIDEO_DRIVERS" = "x"; then
 14870    echo "  Video drivers: none (no supported GL found)"
 14871 else
 14872    echo "  Video drivers: $VIDEO_DRIVERS"
 14873 fi
 14875 if test "x$AUDIO_DRIVERS" = "x"; then
 14876    echo "  Audio drivers: none (no supported output devices found)"
 14877 else
 14878    echo "  Audio drivers: $AUDIO_DRIVERS"
 14879 fi
 14881 if test "x$INPUT_DRIVERS" = "x"; then
 14882    echo "  Input drivers: none (no supported input devices found)"
 14883 else
 14884    echo "  Input drivers: $INPUT_DRIVERS"
 14885 fi
 14887 if test "x$CDROM_DRIVER" = "x"; then
 14888    echo "  CD-ROM driver: none (no supported cd-rom devices found)"
 14889 else
 14890    echo "  CD-ROM driver:  $CDROM_DRIVER"
 14891 fi
.