Search
lxdream.org :: lxdream/configure
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 913:edc494bde24b
prev909:b4a21af8ce8c
next924:195577c0445c
author nkeynes
date Thu Dec 04 09:06:35 2008 +0000 (15 years ago)
permissions -rwxr-xr-x
last change Update to print symbols for matching operands
view annotate diff log raw
     1 #! /bin/sh
     2 # Guess values for system-dependent variables and create Makefiles.
     3 # Generated by GNU Autoconf 2.62.
     4 #
     5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 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   # Pre-4.2 versions of Zsh do 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 as_nl='
    41 '
    42 export as_nl
    43 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    47 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    48   as_echo='printf %s\n'
    49   as_echo_n='printf %s'
    50 else
    51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    53     as_echo_n='/usr/ucb/echo -n'
    54   else
    55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    56     as_echo_n_body='eval
    57       arg=$1;
    58       case $arg in
    59       *"$as_nl"*)
    60 	expr "X$arg" : "X\\(.*\\)$as_nl";
    61 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    62       esac;
    63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    64     '
    65     export as_echo_n_body
    66     as_echo_n='sh -c $as_echo_n_body as_echo'
    67   fi
    68   export as_echo_body
    69   as_echo='sh -c $as_echo_body as_echo'
    70 fi
    72 # The user is always right.
    73 if test "${PATH_SEPARATOR+set}" != set; then
    74   PATH_SEPARATOR=:
    75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    77       PATH_SEPARATOR=';'
    78   }
    79 fi
    81 # Support unset when possible.
    82 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    83   as_unset=unset
    84 else
    85   as_unset=false
    86 fi
    89 # IFS
    90 # We need space, tab and new line, in precisely that order.  Quoting is
    91 # there to prevent editors from complaining about space-tab.
    92 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    93 # splitting by setting IFS to empty value.)
    94 IFS=" ""	$as_nl"
    96 # Find who we are.  Look in the path if we contain no directory separator.
    97 case $0 in
    98   *[\\/]* ) as_myself=$0 ;;
    99   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   100 for as_dir in $PATH
   101 do
   102   IFS=$as_save_IFS
   103   test -z "$as_dir" && as_dir=.
   104   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   105 done
   106 IFS=$as_save_IFS
   108      ;;
   109 esac
   110 # We did not find ourselves, most probably we were run as `sh COMMAND'
   111 # in which case we are not to be found in the path.
   112 if test "x$as_myself" = x; then
   113   as_myself=$0
   114 fi
   115 if test ! -f "$as_myself"; then
   116   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   117   { (exit 1); exit 1; }
   118 fi
   120 # Work around bugs in pre-3.0 UWIN ksh.
   121 for as_var in ENV MAIL MAILPATH
   122 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   123 done
   124 PS1='$ '
   125 PS2='> '
   126 PS4='+ '
   128 # NLS nuisances.
   129 LC_ALL=C
   130 export LC_ALL
   131 LANGUAGE=C
   132 export LANGUAGE
   134 # Required to use basename.
   135 if expr a : '\(a\)' >/dev/null 2>&1 &&
   136    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   137   as_expr=expr
   138 else
   139   as_expr=false
   140 fi
   142 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   143   as_basename=basename
   144 else
   145   as_basename=false
   146 fi
   149 # Name of the executable.
   150 as_me=`$as_basename -- "$0" ||
   151 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   152 	 X"$0" : 'X\(//\)$' \| \
   153 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   154 $as_echo X/"$0" |
   155     sed '/^.*\/\([^/][^/]*\)\/*$/{
   156 	    s//\1/
   157 	    q
   158 	  }
   159 	  /^X\/\(\/\/\)$/{
   160 	    s//\1/
   161 	    q
   162 	  }
   163 	  /^X\/\(\/\).*/{
   164 	    s//\1/
   165 	    q
   166 	  }
   167 	  s/.*/./; q'`
   169 # CDPATH.
   170 $as_unset CDPATH
   173 if test "x$CONFIG_SHELL" = x; then
   174   if (eval ":") 2>/dev/null; then
   175   as_have_required=yes
   176 else
   177   as_have_required=no
   178 fi
   180   if test $as_have_required = yes &&	 (eval ":
   181 (as_func_return () {
   182   (exit \$1)
   183 }
   184 as_func_success () {
   185   as_func_return 0
   186 }
   187 as_func_failure () {
   188   as_func_return 1
   189 }
   190 as_func_ret_success () {
   191   return 0
   192 }
   193 as_func_ret_failure () {
   194   return 1
   195 }
   197 exitcode=0
   198 if as_func_success; then
   199   :
   200 else
   201   exitcode=1
   202   echo as_func_success failed.
   203 fi
   205 if as_func_failure; then
   206   exitcode=1
   207   echo as_func_failure succeeded.
   208 fi
   210 if as_func_ret_success; then
   211   :
   212 else
   213   exitcode=1
   214   echo as_func_ret_success failed.
   215 fi
   217 if as_func_ret_failure; then
   218   exitcode=1
   219   echo as_func_ret_failure succeeded.
   220 fi
   222 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   223   :
   224 else
   225   exitcode=1
   226   echo positional parameters were not saved.
   227 fi
   229 test \$exitcode = 0) || { (exit 1); exit 1; }
   231 (
   232   as_lineno_1=\$LINENO
   233   as_lineno_2=\$LINENO
   234   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
   235   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
   236 ") 2> /dev/null; then
   237   :
   238 else
   239   as_candidate_shells=
   240     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   241 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   242 do
   243   IFS=$as_save_IFS
   244   test -z "$as_dir" && as_dir=.
   245   case $as_dir in
   246 	 /*)
   247 	   for as_base in sh bash ksh sh5; do
   248 	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
   249 	   done;;
   250        esac
   251 done
   252 IFS=$as_save_IFS
   255       for as_shell in $as_candidate_shells $SHELL; do
   256 	 # Try only shells that exist, to save several forks.
   257 	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   258 		{ ("$as_shell") 2> /dev/null <<\_ASEOF
   259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   260   emulate sh
   261   NULLCMD=:
   262   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   263   # is contrary to our usage.  Disable this feature.
   264   alias -g '${1+"$@"}'='"$@"'
   265   setopt NO_GLOB_SUBST
   266 else
   267   case `(set -o) 2>/dev/null` in
   268   *posix*) set -o posix ;;
   269 esac
   271 fi
   274 :
   275 _ASEOF
   276 }; then
   277   CONFIG_SHELL=$as_shell
   278 	       as_have_required=yes
   279 	       if { "$as_shell" 2> /dev/null <<\_ASEOF
   280 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   281   emulate sh
   282   NULLCMD=:
   283   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   284   # is contrary to our usage.  Disable this feature.
   285   alias -g '${1+"$@"}'='"$@"'
   286   setopt NO_GLOB_SUBST
   287 else
   288   case `(set -o) 2>/dev/null` in
   289   *posix*) set -o posix ;;
   290 esac
   292 fi
   295 :
   296 (as_func_return () {
   297   (exit $1)
   298 }
   299 as_func_success () {
   300   as_func_return 0
   301 }
   302 as_func_failure () {
   303   as_func_return 1
   304 }
   305 as_func_ret_success () {
   306   return 0
   307 }
   308 as_func_ret_failure () {
   309   return 1
   310 }
   312 exitcode=0
   313 if as_func_success; then
   314   :
   315 else
   316   exitcode=1
   317   echo as_func_success failed.
   318 fi
   320 if as_func_failure; then
   321   exitcode=1
   322   echo as_func_failure succeeded.
   323 fi
   325 if as_func_ret_success; then
   326   :
   327 else
   328   exitcode=1
   329   echo as_func_ret_success failed.
   330 fi
   332 if as_func_ret_failure; then
   333   exitcode=1
   334   echo as_func_ret_failure succeeded.
   335 fi
   337 if ( set x; as_func_ret_success y && test x = "$1" ); then
   338   :
   339 else
   340   exitcode=1
   341   echo positional parameters were not saved.
   342 fi
   344 test $exitcode = 0) || { (exit 1); exit 1; }
   346 (
   347   as_lineno_1=$LINENO
   348   as_lineno_2=$LINENO
   349   test "x$as_lineno_1" != "x$as_lineno_2" &&
   350   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
   352 _ASEOF
   353 }; then
   354   break
   355 fi
   357 fi
   359       done
   361       if test "x$CONFIG_SHELL" != x; then
   362   for as_var in BASH_ENV ENV
   363 	do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   364 	done
   365 	export CONFIG_SHELL
   366 	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   367 fi
   370     if test $as_have_required = no; then
   371   echo This script requires a shell more modern than all the
   372       echo shells that I found on your system.  Please install a
   373       echo modern shell, or manually run the script under such a
   374       echo shell if you do have one.
   375       { (exit 1); exit 1; }
   376 fi
   379 fi
   381 fi
   385 (eval "as_func_return () {
   386   (exit \$1)
   387 }
   388 as_func_success () {
   389   as_func_return 0
   390 }
   391 as_func_failure () {
   392   as_func_return 1
   393 }
   394 as_func_ret_success () {
   395   return 0
   396 }
   397 as_func_ret_failure () {
   398   return 1
   399 }
   401 exitcode=0
   402 if as_func_success; then
   403   :
   404 else
   405   exitcode=1
   406   echo as_func_success failed.
   407 fi
   409 if as_func_failure; then
   410   exitcode=1
   411   echo as_func_failure succeeded.
   412 fi
   414 if as_func_ret_success; then
   415   :
   416 else
   417   exitcode=1
   418   echo as_func_ret_success failed.
   419 fi
   421 if as_func_ret_failure; then
   422   exitcode=1
   423   echo as_func_ret_failure succeeded.
   424 fi
   426 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
   427   :
   428 else
   429   exitcode=1
   430   echo positional parameters were not saved.
   431 fi
   433 test \$exitcode = 0") || {
   434   echo No shell found that supports shell functions.
   435   echo Please tell bug-autoconf@gnu.org about your system,
   436   echo including any error possibly output before this message.
   437   echo This can help us improve future autoconf versions.
   438   echo Configuration will now proceed without shell functions.
   439 }
   443   as_lineno_1=$LINENO
   444   as_lineno_2=$LINENO
   445   test "x$as_lineno_1" != "x$as_lineno_2" &&
   446   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
   448   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
   449   # uniformly replaced by the line number.  The first 'sed' inserts a
   450   # line-number line after each line using $LINENO; the second 'sed'
   451   # does the real work.  The second script uses 'N' to pair each
   452   # line-number line with the line containing $LINENO, and appends
   453   # trailing '-' during substitution so that $LINENO is not a special
   454   # case at line end.
   455   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
   456   # scripts with optimization help from Paolo Bonzini.  Blame Lee
   457   # E. McMahon (1931-1989) for sed's syntax.  :-)
   458   sed -n '
   459     p
   460     /[$]LINENO/=
   461   ' <$as_myself |
   462     sed '
   463       s/[$]LINENO.*/&-/
   464       t lineno
   465       b
   466       :lineno
   467       N
   468       :loop
   469       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   470       t loop
   471       s/-\n.*//
   472     ' >$as_me.lineno &&
   473   chmod +x "$as_me.lineno" ||
   474     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
   475    { (exit 1); exit 1; }; }
   477   # Don't try to exec as it changes $[0], causing all sort of problems
   478   # (the dirname of $[0] is not the place where we might find the
   479   # original and so on.  Autoconf is especially sensitive to this).
   480   . "./$as_me.lineno"
   481   # Exit status is that of the last command.
   482   exit
   483 }
   486 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   487   as_dirname=dirname
   488 else
   489   as_dirname=false
   490 fi
   492 ECHO_C= ECHO_N= ECHO_T=
   493 case `echo -n x` in
   494 -n*)
   495   case `echo 'x\c'` in
   496   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   497   *)   ECHO_C='\c';;
   498   esac;;
   499 *)
   500   ECHO_N='-n';;
   501 esac
   502 if expr a : '\(a\)' >/dev/null 2>&1 &&
   503    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   504   as_expr=expr
   505 else
   506   as_expr=false
   507 fi
   509 rm -f conf$$ conf$$.exe conf$$.file
   510 if test -d conf$$.dir; then
   511   rm -f conf$$.dir/conf$$.file
   512 else
   513   rm -f conf$$.dir
   514   mkdir conf$$.dir 2>/dev/null
   515 fi
   516 if (echo >conf$$.file) 2>/dev/null; then
   517   if ln -s conf$$.file conf$$ 2>/dev/null; then
   518     as_ln_s='ln -s'
   519     # ... but there are two gotchas:
   520     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   521     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   522     # In both cases, we have to default to `cp -p'.
   523     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   524       as_ln_s='cp -p'
   525   elif ln conf$$.file conf$$ 2>/dev/null; then
   526     as_ln_s=ln
   527   else
   528     as_ln_s='cp -p'
   529   fi
   530 else
   531   as_ln_s='cp -p'
   532 fi
   533 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   534 rmdir conf$$.dir 2>/dev/null
   536 if mkdir -p . 2>/dev/null; then
   537   as_mkdir_p=:
   538 else
   539   test -d ./-p && rmdir ./-p
   540   as_mkdir_p=false
   541 fi
   543 if test -x / >/dev/null 2>&1; then
   544   as_test_x='test -x'
   545 else
   546   if ls -dL / >/dev/null 2>&1; then
   547     as_ls_L_option=L
   548   else
   549     as_ls_L_option=
   550   fi
   551   as_test_x='
   552     eval sh -c '\''
   553       if test -d "$1"; then
   554 	test -d "$1/.";
   555       else
   556 	case $1 in
   557 	-*)set "./$1";;
   558 	esac;
   559 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
   560 	???[sx]*):;;*)false;;esac;fi
   561     '\'' sh
   562   '
   563 fi
   564 as_executable_p=$as_test_x
   566 # Sed expression to map a string onto a valid CPP name.
   567 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   569 # Sed expression to map a string onto a valid variable name.
   570 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   574 exec 7<&0 </dev/null 6>&1
   576 # Name of the host.
   577 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
   578 # so uname gets run too.
   579 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   581 #
   582 # Initializations.
   583 #
   584 ac_default_prefix=/usr/local
   585 ac_clean_files=
   586 ac_config_libobj_dir=.
   587 LIBOBJS=
   588 cross_compiling=no
   589 subdirs=
   590 MFLAGS=
   591 MAKEFLAGS=
   592 SHELL=${CONFIG_SHELL-/bin/sh}
   594 # Identity of this package.
   595 PACKAGE_NAME=
   596 PACKAGE_TARNAME=
   597 PACKAGE_VERSION=
   598 PACKAGE_STRING=
   599 PACKAGE_BUGREPORT=
   601 ac_unique_file="configure.in"
   602 # Factoring default headers for most tests.
   603 ac_includes_default="\
   604 #include <stdio.h>
   605 #ifdef HAVE_SYS_TYPES_H
   606 # include <sys/types.h>
   607 #endif
   608 #ifdef HAVE_SYS_STAT_H
   609 # include <sys/stat.h>
   610 #endif
   611 #ifdef STDC_HEADERS
   612 # include <stdlib.h>
   613 # include <stddef.h>
   614 #else
   615 # ifdef HAVE_STDLIB_H
   616 #  include <stdlib.h>
   617 # endif
   618 #endif
   619 #ifdef HAVE_STRING_H
   620 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   621 #  include <memory.h>
   622 # endif
   623 # include <string.h>
   624 #endif
   625 #ifdef HAVE_STRINGS_H
   626 # include <strings.h>
   627 #endif
   628 #ifdef HAVE_INTTYPES_H
   629 # include <inttypes.h>
   630 #endif
   631 #ifdef HAVE_STDINT_H
   632 # include <stdint.h>
   633 #endif
   634 #ifdef HAVE_UNISTD_H
   635 # include <unistd.h>
   636 #endif"
   638 ac_subst_vars='SHELL
   639 PATH_SEPARATOR
   640 PACKAGE_NAME
   641 PACKAGE_TARNAME
   642 PACKAGE_VERSION
   643 PACKAGE_STRING
   644 PACKAGE_BUGREPORT
   645 exec_prefix
   646 prefix
   647 program_transform_name
   648 bindir
   649 sbindir
   650 libexecdir
   651 datarootdir
   652 datadir
   653 sysconfdir
   654 sharedstatedir
   655 localstatedir
   656 includedir
   657 oldincludedir
   658 docdir
   659 infodir
   660 htmldir
   661 dvidir
   662 pdfdir
   663 psdir
   664 libdir
   665 localedir
   666 mandir
   667 DEFS
   668 ECHO_C
   669 ECHO_N
   670 ECHO_T
   671 LIBS
   672 build_alias
   673 host_alias
   674 target_alias
   675 INSTALL_PROGRAM
   676 INSTALL_SCRIPT
   677 INSTALL_DATA
   678 CYGPATH_W
   679 PACKAGE
   680 VERSION
   681 ACLOCAL
   682 AUTOCONF
   683 AUTOMAKE
   684 AUTOHEADER
   685 MAKEINFO
   686 install_sh
   687 STRIP
   688 INSTALL_STRIP_PROGRAM
   689 mkdir_p
   690 AWK
   691 SET_MAKE
   692 am__leading_dot
   693 AMTAR
   694 am__tar
   695 am__untar
   696 MAINTAINER_MODE_TRUE
   697 MAINTAINER_MODE_FALSE
   698 MAINT
   699 CC
   700 CFLAGS
   701 LDFLAGS
   702 CPPFLAGS
   703 ac_ct_CC
   704 EXEEXT
   705 OBJEXT
   706 DEPDIR
   707 am__include
   708 am__quote
   709 AMDEP_TRUE
   710 AMDEP_FALSE
   711 AMDEPBACKSLASH
   712 CCDEPMODE
   713 am__fastdepCC_TRUE
   714 am__fastdepCC_FALSE
   715 CCAS
   716 CCASFLAGS
   717 CPP
   718 GREP
   719 EGREP
   720 build
   721 build_cpu
   722 build_vendor
   723 build_os
   724 host
   725 host_cpu
   726 host_vendor
   727 host_os
   728 POD2MAN
   729 POD2HTML
   730 GUI_COCOA_TRUE
   731 GUI_COCOA_FALSE
   732 PKG_CONFIG
   733 LIBPNG_CFLAGS
   734 LIBPNG_LIBS
   735 GLIB_CFLAGS
   736 GLIB_LIBS
   737 GTK_CFLAGS
   738 GTK_LIBS
   739 GUI_GTK_TRUE
   740 GUI_GTK_FALSE
   741 VIDEO_OSMESA_TRUE
   742 VIDEO_OSMESA_FALSE
   743 VIDEO_GLX_TRUE
   744 VIDEO_GLX_FALSE
   745 VIDEO_NSGL_TRUE
   746 VIDEO_NSGL_FALSE
   747 BUILD_SH4X86_TRUE
   748 BUILD_SH4X86_FALSE
   749 AUDIO_OSX_TRUE
   750 AUDIO_OSX_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 SHCC
   772 SHLD
   773 SHOBJCOPY
   774 ARMCC
   775 ARMLD
   776 ARMOBJCOPY
   777 BUILD_SYSTEST_TRUE
   778 BUILD_SYSTEST_FALSE
   779 BUILD_ARMTEST_TRUE
   780 BUILD_ARMTEST_FALSE
   781 GETTEXT_PACKAGE
   782 USE_NLS
   783 MSGFMT
   784 MSGFMT_OPTS
   785 GMSGFMT
   786 XGETTEXT
   787 CATALOGS
   788 CATOBJEXT
   789 DATADIRNAME
   790 GMOFILES
   791 INSTOBJEXT
   792 INTLLIBS
   793 PO_IN_DATADIR_TRUE
   794 PO_IN_DATADIR_FALSE
   795 POFILES
   796 POSUB
   797 MKINSTALLDIRS
   798 LIBOBJS
   799 LTLIBOBJS'
   800 ac_subst_files=''
   801 ac_user_opts='
   802 enable_option_checking
   803 enable_maintainer_mode
   804 enable_dependency_tracking
   805 enable_strict_warn
   806 enable_translator
   807 enable_optimized
   808 enable_profiled
   809 enable_trace
   810 enable_watch
   811 enable_sh4stats
   812 with_osmesa
   813 with_gtk
   814 with_esd
   815 with_pulse
   816 '
   817       ac_precious_vars='build_alias
   818 host_alias
   819 target_alias
   820 CC
   821 CFLAGS
   822 LDFLAGS
   823 LIBS
   824 CPPFLAGS
   825 CCAS
   826 CCASFLAGS
   827 CPP
   828 PKG_CONFIG
   829 LIBPNG_CFLAGS
   830 LIBPNG_LIBS
   831 GLIB_CFLAGS
   832 GLIB_LIBS
   833 GTK_CFLAGS
   834 GTK_LIBS
   835 PULSE_CFLAGS
   836 PULSE_LIBS
   837 ESOUND_CFLAGS
   838 ESOUND_LIBS
   839 ALSA_CFLAGS
   840 ALSA_LIBS'
   843 # Initialize some variables set by options.
   844 ac_init_help=
   845 ac_init_version=false
   846 ac_unrecognized_opts=
   847 ac_unrecognized_sep=
   848 # The variables have the same names as the options, with
   849 # dashes changed to underlines.
   850 cache_file=/dev/null
   851 exec_prefix=NONE
   852 no_create=
   853 no_recursion=
   854 prefix=NONE
   855 program_prefix=NONE
   856 program_suffix=NONE
   857 program_transform_name=s,x,x,
   858 silent=
   859 site=
   860 srcdir=
   861 verbose=
   862 x_includes=NONE
   863 x_libraries=NONE
   865 # Installation directory options.
   866 # These are left unexpanded so users can "make install exec_prefix=/foo"
   867 # and all the variables that are supposed to be based on exec_prefix
   868 # by default will actually change.
   869 # Use braces instead of parens because sh, perl, etc. also accept them.
   870 # (The list follows the same order as the GNU Coding Standards.)
   871 bindir='${exec_prefix}/bin'
   872 sbindir='${exec_prefix}/sbin'
   873 libexecdir='${exec_prefix}/libexec'
   874 datarootdir='${prefix}/share'
   875 datadir='${datarootdir}'
   876 sysconfdir='${prefix}/etc'
   877 sharedstatedir='${prefix}/com'
   878 localstatedir='${prefix}/var'
   879 includedir='${prefix}/include'
   880 oldincludedir='/usr/include'
   881 docdir='${datarootdir}/doc/${PACKAGE}'
   882 infodir='${datarootdir}/info'
   883 htmldir='${docdir}'
   884 dvidir='${docdir}'
   885 pdfdir='${docdir}'
   886 psdir='${docdir}'
   887 libdir='${exec_prefix}/lib'
   888 localedir='${datarootdir}/locale'
   889 mandir='${datarootdir}/man'
   891 ac_prev=
   892 ac_dashdash=
   893 for ac_option
   894 do
   895   # If the previous option needs an argument, assign it.
   896   if test -n "$ac_prev"; then
   897     eval $ac_prev=\$ac_option
   898     ac_prev=
   899     continue
   900   fi
   902   case $ac_option in
   903   *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   904   *)	ac_optarg=yes ;;
   905   esac
   907   # Accept the important Cygnus configure options, so we can diagnose typos.
   909   case $ac_dashdash$ac_option in
   910   --)
   911     ac_dashdash=yes ;;
   913   -bindir | --bindir | --bindi | --bind | --bin | --bi)
   914     ac_prev=bindir ;;
   915   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   916     bindir=$ac_optarg ;;
   918   -build | --build | --buil | --bui | --bu)
   919     ac_prev=build_alias ;;
   920   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   921     build_alias=$ac_optarg ;;
   923   -cache-file | --cache-file | --cache-fil | --cache-fi \
   924   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   925     ac_prev=cache_file ;;
   926   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   927   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   928     cache_file=$ac_optarg ;;
   930   --config-cache | -C)
   931     cache_file=config.cache ;;
   933   -datadir | --datadir | --datadi | --datad)
   934     ac_prev=datadir ;;
   935   -datadir=* | --datadir=* | --datadi=* | --datad=*)
   936     datadir=$ac_optarg ;;
   938   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   939   | --dataroo | --dataro | --datar)
   940     ac_prev=datarootdir ;;
   941   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   942   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   943     datarootdir=$ac_optarg ;;
   945   -disable-* | --disable-*)
   946     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   947     # Reject names that are not valid shell variable names.
   948     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   949       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
   950    { (exit 1); exit 1; }; }
   951     ac_useropt_orig=$ac_useropt
   952     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   953     case $ac_user_opts in
   954       *"
   955 "enable_$ac_useropt"
   956 "*) ;;
   957       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
   958 	 ac_unrecognized_sep=', ';;
   959     esac
   960     eval enable_$ac_useropt=no ;;
   962   -docdir | --docdir | --docdi | --doc | --do)
   963     ac_prev=docdir ;;
   964   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   965     docdir=$ac_optarg ;;
   967   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   968     ac_prev=dvidir ;;
   969   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   970     dvidir=$ac_optarg ;;
   972   -enable-* | --enable-*)
   973     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   974     # Reject names that are not valid shell variable names.
   975     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   976       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
   977    { (exit 1); exit 1; }; }
   978     ac_useropt_orig=$ac_useropt
   979     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   980     case $ac_user_opts in
   981       *"
   982 "enable_$ac_useropt"
   983 "*) ;;
   984       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
   985 	 ac_unrecognized_sep=', ';;
   986     esac
   987     eval enable_$ac_useropt=\$ac_optarg ;;
   989   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   990   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   991   | --exec | --exe | --ex)
   992     ac_prev=exec_prefix ;;
   993   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   994   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   995   | --exec=* | --exe=* | --ex=*)
   996     exec_prefix=$ac_optarg ;;
   998   -gas | --gas | --ga | --g)
   999     # Obsolete; use --with-gas.
  1000     with_gas=yes ;;
  1002   -help | --help | --hel | --he | -h)
  1003     ac_init_help=long ;;
  1004   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1005     ac_init_help=recursive ;;
  1006   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1007     ac_init_help=short ;;
  1009   -host | --host | --hos | --ho)
  1010     ac_prev=host_alias ;;
  1011   -host=* | --host=* | --hos=* | --ho=*)
  1012     host_alias=$ac_optarg ;;
  1014   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1015     ac_prev=htmldir ;;
  1016   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  1017   | --ht=*)
  1018     htmldir=$ac_optarg ;;
  1020   -includedir | --includedir | --includedi | --included | --include \
  1021   | --includ | --inclu | --incl | --inc)
  1022     ac_prev=includedir ;;
  1023   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  1024   | --includ=* | --inclu=* | --incl=* | --inc=*)
  1025     includedir=$ac_optarg ;;
  1027   -infodir | --infodir | --infodi | --infod | --info | --inf)
  1028     ac_prev=infodir ;;
  1029   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1030     infodir=$ac_optarg ;;
  1032   -libdir | --libdir | --libdi | --libd)
  1033     ac_prev=libdir ;;
  1034   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1035     libdir=$ac_optarg ;;
  1037   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  1038   | --libexe | --libex | --libe)
  1039     ac_prev=libexecdir ;;
  1040   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  1041   | --libexe=* | --libex=* | --libe=*)
  1042     libexecdir=$ac_optarg ;;
  1044   -localedir | --localedir | --localedi | --localed | --locale)
  1045     ac_prev=localedir ;;
  1046   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1047     localedir=$ac_optarg ;;
  1049   -localstatedir | --localstatedir | --localstatedi | --localstated \
  1050   | --localstate | --localstat | --localsta | --localst | --locals)
  1051     ac_prev=localstatedir ;;
  1052   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  1053   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1054     localstatedir=$ac_optarg ;;
  1056   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1057     ac_prev=mandir ;;
  1058   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1059     mandir=$ac_optarg ;;
  1061   -nfp | --nfp | --nf)
  1062     # Obsolete; use --without-fp.
  1063     with_fp=no ;;
  1065   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1066   | --no-cr | --no-c | -n)
  1067     no_create=yes ;;
  1069   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1070   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1071     no_recursion=yes ;;
  1073   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1074   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1075   | --oldin | --oldi | --old | --ol | --o)
  1076     ac_prev=oldincludedir ;;
  1077   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1078   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1079   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1080     oldincludedir=$ac_optarg ;;
  1082   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1083     ac_prev=prefix ;;
  1084   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1085     prefix=$ac_optarg ;;
  1087   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1088   | --program-pre | --program-pr | --program-p)
  1089     ac_prev=program_prefix ;;
  1090   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1091   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1092     program_prefix=$ac_optarg ;;
  1094   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1095   | --program-suf | --program-su | --program-s)
  1096     ac_prev=program_suffix ;;
  1097   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1098   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1099     program_suffix=$ac_optarg ;;
  1101   -program-transform-name | --program-transform-name \
  1102   | --program-transform-nam | --program-transform-na \
  1103   | --program-transform-n | --program-transform- \
  1104   | --program-transform | --program-transfor \
  1105   | --program-transfo | --program-transf \
  1106   | --program-trans | --program-tran \
  1107   | --progr-tra | --program-tr | --program-t)
  1108     ac_prev=program_transform_name ;;
  1109   -program-transform-name=* | --program-transform-name=* \
  1110   | --program-transform-nam=* | --program-transform-na=* \
  1111   | --program-transform-n=* | --program-transform-=* \
  1112   | --program-transform=* | --program-transfor=* \
  1113   | --program-transfo=* | --program-transf=* \
  1114   | --program-trans=* | --program-tran=* \
  1115   | --progr-tra=* | --program-tr=* | --program-t=*)
  1116     program_transform_name=$ac_optarg ;;
  1118   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1119     ac_prev=pdfdir ;;
  1120   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1121     pdfdir=$ac_optarg ;;
  1123   -psdir | --psdir | --psdi | --psd | --ps)
  1124     ac_prev=psdir ;;
  1125   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1126     psdir=$ac_optarg ;;
  1128   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1129   | -silent | --silent | --silen | --sile | --sil)
  1130     silent=yes ;;
  1132   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1133     ac_prev=sbindir ;;
  1134   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1135   | --sbi=* | --sb=*)
  1136     sbindir=$ac_optarg ;;
  1138   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1139   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1140   | --sharedst | --shareds | --shared | --share | --shar \
  1141   | --sha | --sh)
  1142     ac_prev=sharedstatedir ;;
  1143   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1144   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1145   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1146   | --sha=* | --sh=*)
  1147     sharedstatedir=$ac_optarg ;;
  1149   -site | --site | --sit)
  1150     ac_prev=site ;;
  1151   -site=* | --site=* | --sit=*)
  1152     site=$ac_optarg ;;
  1154   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1155     ac_prev=srcdir ;;
  1156   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1157     srcdir=$ac_optarg ;;
  1159   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1160   | --syscon | --sysco | --sysc | --sys | --sy)
  1161     ac_prev=sysconfdir ;;
  1162   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1163   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1164     sysconfdir=$ac_optarg ;;
  1166   -target | --target | --targe | --targ | --tar | --ta | --t)
  1167     ac_prev=target_alias ;;
  1168   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1169     target_alias=$ac_optarg ;;
  1171   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1172     verbose=yes ;;
  1174   -version | --version | --versio | --versi | --vers | -V)
  1175     ac_init_version=: ;;
  1177   -with-* | --with-*)
  1178     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1179     # Reject names that are not valid shell variable names.
  1180     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1181       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
  1182    { (exit 1); exit 1; }; }
  1183     ac_useropt_orig=$ac_useropt
  1184     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1185     case $ac_user_opts in
  1186       *"
  1187 "with_$ac_useropt"
  1188 "*) ;;
  1189       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1190 	 ac_unrecognized_sep=', ';;
  1191     esac
  1192     eval with_$ac_useropt=\$ac_optarg ;;
  1194   -without-* | --without-*)
  1195     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1196     # Reject names that are not valid shell variable names.
  1197     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1198       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
  1199    { (exit 1); exit 1; }; }
  1200     ac_useropt_orig=$ac_useropt
  1201     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1202     case $ac_user_opts in
  1203       *"
  1204 "with_$ac_useropt"
  1205 "*) ;;
  1206       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1207 	 ac_unrecognized_sep=', ';;
  1208     esac
  1209     eval with_$ac_useropt=no ;;
  1211   --x)
  1212     # Obsolete; use --with-x.
  1213     with_x=yes ;;
  1215   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1216   | --x-incl | --x-inc | --x-in | --x-i)
  1217     ac_prev=x_includes ;;
  1218   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1219   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1220     x_includes=$ac_optarg ;;
  1222   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1223   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1224     ac_prev=x_libraries ;;
  1225   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1226   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1227     x_libraries=$ac_optarg ;;
  1229   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
  1230 Try \`$0 --help' for more information." >&2
  1231    { (exit 1); exit 1; }; }
  1232     ;;
  1234   *=*)
  1235     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1236     # Reject names that are not valid shell variable names.
  1237     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  1238       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  1239    { (exit 1); exit 1; }; }
  1240     eval $ac_envvar=\$ac_optarg
  1241     export $ac_envvar ;;
  1243   *)
  1244     # FIXME: should be removed in autoconf 3.0.
  1245     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1246     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1247       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1248     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1249     ;;
  1251   esac
  1252 done
  1254 if test -n "$ac_prev"; then
  1255   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1256   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
  1257    { (exit 1); exit 1; }; }
  1258 fi
  1260 if test -n "$ac_unrecognized_opts"; then
  1261   case $enable_option_checking in
  1262     no) ;;
  1263     fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
  1264    { (exit 1); exit 1; }; } ;;
  1265     *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1266   esac
  1267 fi
  1269 # Check all directory arguments for consistency.
  1270 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1271 		datadir sysconfdir sharedstatedir localstatedir includedir \
  1272 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1273 		libdir localedir mandir
  1274 do
  1275   eval ac_val=\$$ac_var
  1276   # Remove trailing slashes.
  1277   case $ac_val in
  1278     */ )
  1279       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1280       eval $ac_var=\$ac_val;;
  1281   esac
  1282   # Be sure to have absolute directory names.
  1283   case $ac_val in
  1284     [\\/$]* | ?:[\\/]* )  continue;;
  1285     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1286   esac
  1287   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  1288    { (exit 1); exit 1; }; }
  1289 done
  1291 # There might be people who depend on the old broken behavior: `$host'
  1292 # used to hold the argument of --host etc.
  1293 # FIXME: To remove some day.
  1294 build=$build_alias
  1295 host=$host_alias
  1296 target=$target_alias
  1298 # FIXME: To remove some day.
  1299 if test "x$host_alias" != x; then
  1300   if test "x$build_alias" = x; then
  1301     cross_compiling=maybe
  1302     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1303     If a cross compiler is detected then cross compile mode will be used." >&2
  1304   elif test "x$build_alias" != "x$host_alias"; then
  1305     cross_compiling=yes
  1306   fi
  1307 fi
  1309 ac_tool_prefix=
  1310 test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1312 test "$silent" = yes && exec 6>/dev/null
  1315 ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1316 ac_ls_di=`ls -di .` &&
  1317 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1318   { $as_echo "$as_me: error: Working directory cannot be determined" >&2
  1319    { (exit 1); exit 1; }; }
  1320 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1321   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
  1322    { (exit 1); exit 1; }; }
  1325 # Find the source files, if location was not specified.
  1326 if test -z "$srcdir"; then
  1327   ac_srcdir_defaulted=yes
  1328   # Try the directory containing this script, then the parent directory.
  1329   ac_confdir=`$as_dirname -- "$as_myself" ||
  1330 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1331 	 X"$as_myself" : 'X\(//\)[^/]' \| \
  1332 	 X"$as_myself" : 'X\(//\)$' \| \
  1333 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1334 $as_echo X"$as_myself" |
  1335     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1336 	    s//\1/
  1339 	  /^X\(\/\/\)[^/].*/{
  1340 	    s//\1/
  1343 	  /^X\(\/\/\)$/{
  1344 	    s//\1/
  1347 	  /^X\(\/\).*/{
  1348 	    s//\1/
  1351 	  s/.*/./; q'`
  1352   srcdir=$ac_confdir
  1353   if test ! -r "$srcdir/$ac_unique_file"; then
  1354     srcdir=..
  1355   fi
  1356 else
  1357   ac_srcdir_defaulted=no
  1358 fi
  1359 if test ! -r "$srcdir/$ac_unique_file"; then
  1360   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1361   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  1362    { (exit 1); exit 1; }; }
  1363 fi
  1364 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1365 ac_abs_confdir=`(
  1366 	cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
  1367    { (exit 1); exit 1; }; }
  1368 	pwd)`
  1369 # When building in place, set srcdir=.
  1370 if test "$ac_abs_confdir" = "$ac_pwd"; then
  1371   srcdir=.
  1372 fi
  1373 # Remove unnecessary trailing slashes from srcdir.
  1374 # Double slashes in file names in object file debugging info
  1375 # mess up M-x gdb in Emacs.
  1376 case $srcdir in
  1377 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1378 esac
  1379 for ac_var in $ac_precious_vars; do
  1380   eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1381   eval ac_env_${ac_var}_value=\$${ac_var}
  1382   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1383   eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1384 done
  1387 # Report the --help message.
  1389 if test "$ac_init_help" = "long"; then
  1390   # Omit some internal or obsolete options to make the list less imposing.
  1391   # This message is too long to be a string in the A/UX 3.1 sh.
  1392   cat <<_ACEOF
  1393 \`configure' configures this package to adapt to many kinds of systems.
  1395 Usage: $0 [OPTION]... [VAR=VALUE]...
  1397 To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1398 VAR=VALUE.  See below for descriptions of some of the useful variables.
  1400 Defaults for the options are specified in brackets.
  1402 Configuration:
  1403   -h, --help              display this help and exit
  1404       --help=short        display options specific to this package
  1405       --help=recursive    display the short help of all the included packages
  1406   -V, --version           display version information and exit
  1407   -q, --quiet, --silent   do not print \`checking...' messages
  1408       --cache-file=FILE   cache test results in FILE [disabled]
  1409   -C, --config-cache      alias for \`--cache-file=config.cache'
  1410   -n, --no-create         do not create output files
  1411       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  1413 Installation directories:
  1414   --prefix=PREFIX         install architecture-independent files in PREFIX
  1415                           [$ac_default_prefix]
  1416   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1417                           [PREFIX]
  1419 By default, \`make install' will install all the files in
  1420 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  1421 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1422 for instance \`--prefix=\$HOME'.
  1424 For better control, use the options below.
  1426 Fine tuning of the installation directories:
  1427   --bindir=DIR            user executables [EPREFIX/bin]
  1428   --sbindir=DIR           system admin executables [EPREFIX/sbin]
  1429   --libexecdir=DIR        program executables [EPREFIX/libexec]
  1430   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  1431   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  1432   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  1433   --libdir=DIR            object code libraries [EPREFIX/lib]
  1434   --includedir=DIR        C header files [PREFIX/include]
  1435   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  1436   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  1437   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  1438   --infodir=DIR           info documentation [DATAROOTDIR/info]
  1439   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  1440   --mandir=DIR            man documentation [DATAROOTDIR/man]
  1441   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
  1442   --htmldir=DIR           html documentation [DOCDIR]
  1443   --dvidir=DIR            dvi documentation [DOCDIR]
  1444   --pdfdir=DIR            pdf documentation [DOCDIR]
  1445   --psdir=DIR             ps documentation [DOCDIR]
  1446 _ACEOF
  1448   cat <<\_ACEOF
  1450 Program names:
  1451   --program-prefix=PREFIX            prepend PREFIX to installed program names
  1452   --program-suffix=SUFFIX            append SUFFIX to installed program names
  1453   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  1455 System types:
  1456   --build=BUILD     configure for building on BUILD [guessed]
  1457   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1458 _ACEOF
  1459 fi
  1461 if test -n "$ac_init_help"; then
  1463   cat <<\_ACEOF
  1465 Optional Features:
  1466   --disable-option-checking  ignore unrecognized --enable/--with options
  1467   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1468   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1469   --enable-maintainer-mode  enable make rules and dependencies not useful
  1470 			  (and sometimes confusing) to the casual installer
  1471   --disable-dependency-tracking  speeds up one-time build
  1472   --enable-dependency-tracking   do not reject slow dependency extractors
  1473   --enable-strict-warn    Enable strict compilation warnings
  1474   --disable-translator    Disable the SH4 translator (Enabled by default)
  1475   --disable-optimized     Disable compile-time optimizations (Enabled by
  1476                           default)
  1477   --enable-profiled       Enable profiling build
  1478   --enable-trace          Enable generation of IO traces (warning: hurts
  1479                           performance)
  1480   --enable-watch          Enable watchpoints in the debugger (warning: hurts
  1481                           performance)
  1482   --enable-sh4stats       Enable statistics on executed sh4 instructions
  1484 Optional Packages:
  1485   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1486   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1487   --with-osmesa           Build with the osmesa GL library (software
  1488                           rendering)
  1489   --with-gtk              Build with the GTK UI. Default on X11 systems
  1490   --with-esd              Build with support for the ESounD audio system
  1491   --with-pulse            Build with support for the PulseAudio audio system
  1493 Some influential environment variables:
  1494   CC          C compiler command
  1495   CFLAGS      C compiler flags
  1496   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1497               nonstandard directory <lib dir>
  1498   LIBS        libraries to pass to the linker, e.g. -l<library>
  1499   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1500               you have headers in a nonstandard directory <include dir>
  1501   CCAS        assembler compiler command (defaults to CC)
  1502   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  1503   CPP         C preprocessor
  1504   PKG_CONFIG  path to pkg-config utility
  1505   LIBPNG_CFLAGS
  1506               C compiler flags for LIBPNG, overriding pkg-config
  1507   LIBPNG_LIBS linker flags for LIBPNG, overriding pkg-config
  1508   GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
  1509   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
  1510   GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  1511   GTK_LIBS    linker flags for GTK, overriding pkg-config
  1512   PULSE_CFLAGS
  1513               C compiler flags for PULSE, overriding pkg-config
  1514   PULSE_LIBS  linker flags for PULSE, overriding pkg-config
  1515   ESOUND_CFLAGS
  1516               C compiler flags for ESOUND, overriding pkg-config
  1517   ESOUND_LIBS linker flags for ESOUND, overriding pkg-config
  1518   ALSA_CFLAGS C compiler flags for ALSA, overriding pkg-config
  1519   ALSA_LIBS   linker flags for ALSA, overriding pkg-config
  1521 Use these variables to override the choices made by `configure' or to help
  1522 it to find libraries and programs with nonstandard names/locations.
  1524 _ACEOF
  1525 ac_status=$?
  1526 fi
  1528 if test "$ac_init_help" = "recursive"; then
  1529   # If there are subdirs, report their specific --help.
  1530   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1531     test -d "$ac_dir" ||
  1532       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1533       continue
  1534     ac_builddir=.
  1536 case "$ac_dir" in
  1537 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1538 *)
  1539   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1540   # A ".." for each directory in $ac_dir_suffix.
  1541   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1542   case $ac_top_builddir_sub in
  1543   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1544   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1545   esac ;;
  1546 esac
  1547 ac_abs_top_builddir=$ac_pwd
  1548 ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1549 # for backward compatibility:
  1550 ac_top_builddir=$ac_top_build_prefix
  1552 case $srcdir in
  1553   .)  # We are building in place.
  1554     ac_srcdir=.
  1555     ac_top_srcdir=$ac_top_builddir_sub
  1556     ac_abs_top_srcdir=$ac_pwd ;;
  1557   [\\/]* | ?:[\\/]* )  # Absolute name.
  1558     ac_srcdir=$srcdir$ac_dir_suffix;
  1559     ac_top_srcdir=$srcdir
  1560     ac_abs_top_srcdir=$srcdir ;;
  1561   *) # Relative name.
  1562     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1563     ac_top_srcdir=$ac_top_build_prefix$srcdir
  1564     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1565 esac
  1566 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1568     cd "$ac_dir" || { ac_status=$?; continue; }
  1569     # Check for guested configure.
  1570     if test -f "$ac_srcdir/configure.gnu"; then
  1571       echo &&
  1572       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1573     elif test -f "$ac_srcdir/configure"; then
  1574       echo &&
  1575       $SHELL "$ac_srcdir/configure" --help=recursive
  1576     else
  1577       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1578     fi || ac_status=$?
  1579     cd "$ac_pwd" || { ac_status=$?; break; }
  1580   done
  1581 fi
  1583 test -n "$ac_init_help" && exit $ac_status
  1584 if $ac_init_version; then
  1585   cat <<\_ACEOF
  1586 configure
  1587 generated by GNU Autoconf 2.62
  1589 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  1590 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  1591 This configure script is free software; the Free Software Foundation
  1592 gives unlimited permission to copy, distribute and modify it.
  1593 _ACEOF
  1594   exit
  1595 fi
  1596 cat >config.log <<_ACEOF
  1597 This file contains any messages produced by compilers while
  1598 running configure, to aid debugging if configure makes a mistake.
  1600 It was created by $as_me, which was
  1601 generated by GNU Autoconf 2.62.  Invocation command line was
  1603   $ $0 $@
  1605 _ACEOF
  1606 exec 5>>config.log
  1608 cat <<_ASUNAME
  1609 ## --------- ##
  1610 ## Platform. ##
  1611 ## --------- ##
  1613 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1614 uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1615 uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1616 uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1617 uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1619 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1620 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1622 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1623 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1624 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1625 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1626 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1627 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1628 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1630 _ASUNAME
  1632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1633 for as_dir in $PATH
  1634 do
  1635   IFS=$as_save_IFS
  1636   test -z "$as_dir" && as_dir=.
  1637   $as_echo "PATH: $as_dir"
  1638 done
  1639 IFS=$as_save_IFS
  1641 } >&5
  1643 cat >&5 <<_ACEOF
  1646 ## ----------- ##
  1647 ## Core tests. ##
  1648 ## ----------- ##
  1650 _ACEOF
  1653 # Keep a trace of the command line.
  1654 # Strip out --no-create and --no-recursion so they do not pile up.
  1655 # Strip out --silent because we don't want to record it for future runs.
  1656 # Also quote any args containing shell meta-characters.
  1657 # Make two passes to allow for proper duplicate-argument suppression.
  1658 ac_configure_args=
  1659 ac_configure_args0=
  1660 ac_configure_args1=
  1661 ac_must_keep_next=false
  1662 for ac_pass in 1 2
  1663 do
  1664   for ac_arg
  1665   do
  1666     case $ac_arg in
  1667     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1668     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1669     | -silent | --silent | --silen | --sile | --sil)
  1670       continue ;;
  1671     *\'*)
  1672       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1673     esac
  1674     case $ac_pass in
  1675     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1676     2)
  1677       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1678       if test $ac_must_keep_next = true; then
  1679 	ac_must_keep_next=false # Got value, back to normal.
  1680       else
  1681 	case $ac_arg in
  1682 	  *=* | --config-cache | -C | -disable-* | --disable-* \
  1683 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1684 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1685 	  | -with-* | --with-* | -without-* | --without-* | --x)
  1686 	    case "$ac_configure_args0 " in
  1687 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1688 	    esac
  1689 	    ;;
  1690 	  -* ) ac_must_keep_next=true ;;
  1691 	esac
  1692       fi
  1693       ac_configure_args="$ac_configure_args '$ac_arg'"
  1694       ;;
  1695     esac
  1696   done
  1697 done
  1698 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1699 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1701 # When interrupted or exit'd, cleanup temporary files, and complete
  1702 # config.log.  We remove comments because anyway the quotes in there
  1703 # would cause problems or look ugly.
  1704 # WARNING: Use '\'' to represent an apostrophe within the trap.
  1705 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1706 trap 'exit_status=$?
  1707   # Save into config.log some information that might help in debugging.
  1709     echo
  1711     cat <<\_ASBOX
  1712 ## ---------------- ##
  1713 ## Cache variables. ##
  1714 ## ---------------- ##
  1715 _ASBOX
  1716     echo
  1717     # The following way of writing the cache mishandles newlines in values,
  1719   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1720     eval ac_val=\$$ac_var
  1721     case $ac_val in #(
  1722     *${as_nl}*)
  1723       case $ac_var in #(
  1724       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
  1725 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
  1726       esac
  1727       case $ac_var in #(
  1728       _ | IFS | as_nl) ;; #(
  1729       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  1730       *) $as_unset $ac_var ;;
  1731       esac ;;
  1732     esac
  1733   done
  1734   (set) 2>&1 |
  1735     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1736     *${as_nl}ac_space=\ *)
  1737       sed -n \
  1738 	"s/'\''/'\''\\\\'\'''\''/g;
  1739 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1740       ;; #(
  1741     *)
  1742       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1743       ;;
  1744     esac |
  1745     sort
  1747     echo
  1749     cat <<\_ASBOX
  1750 ## ----------------- ##
  1751 ## Output variables. ##
  1752 ## ----------------- ##
  1753 _ASBOX
  1754     echo
  1755     for ac_var in $ac_subst_vars
  1756     do
  1757       eval ac_val=\$$ac_var
  1758       case $ac_val in
  1759       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1760       esac
  1761       $as_echo "$ac_var='\''$ac_val'\''"
  1762     done | sort
  1763     echo
  1765     if test -n "$ac_subst_files"; then
  1766       cat <<\_ASBOX
  1767 ## ------------------- ##
  1768 ## File substitutions. ##
  1769 ## ------------------- ##
  1770 _ASBOX
  1771       echo
  1772       for ac_var in $ac_subst_files
  1773       do
  1774 	eval ac_val=\$$ac_var
  1775 	case $ac_val in
  1776 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1777 	esac
  1778 	$as_echo "$ac_var='\''$ac_val'\''"
  1779       done | sort
  1780       echo
  1781     fi
  1783     if test -s confdefs.h; then
  1784       cat <<\_ASBOX
  1785 ## ----------- ##
  1786 ## confdefs.h. ##
  1787 ## ----------- ##
  1788 _ASBOX
  1789       echo
  1790       cat confdefs.h
  1791       echo
  1792     fi
  1793     test "$ac_signal" != 0 &&
  1794       $as_echo "$as_me: caught signal $ac_signal"
  1795     $as_echo "$as_me: exit $exit_status"
  1796   } >&5
  1797   rm -f core *.core core.conftest.* &&
  1798     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1799     exit $exit_status
  1800 ' 0
  1801 for ac_signal in 1 2 13 15; do
  1802   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1803 done
  1804 ac_signal=0
  1806 # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1807 rm -f -r conftest* confdefs.h
  1809 # Predefined preprocessor variables.
  1811 cat >>confdefs.h <<_ACEOF
  1812 #define PACKAGE_NAME "$PACKAGE_NAME"
  1813 _ACEOF
  1816 cat >>confdefs.h <<_ACEOF
  1817 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1818 _ACEOF
  1821 cat >>confdefs.h <<_ACEOF
  1822 #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1823 _ACEOF
  1826 cat >>confdefs.h <<_ACEOF
  1827 #define PACKAGE_STRING "$PACKAGE_STRING"
  1828 _ACEOF
  1831 cat >>confdefs.h <<_ACEOF
  1832 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1833 _ACEOF
  1836 # Let the site file select an alternate cache file if it wants to.
  1837 # Prefer an explicitly selected file to automatically selected ones.
  1838 ac_site_file1=NONE
  1839 ac_site_file2=NONE
  1840 if test -n "$CONFIG_SITE"; then
  1841   ac_site_file1=$CONFIG_SITE
  1842 elif test "x$prefix" != xNONE; then
  1843   ac_site_file1=$prefix/share/config.site
  1844   ac_site_file2=$prefix/etc/config.site
  1845 else
  1846   ac_site_file1=$ac_default_prefix/share/config.site
  1847   ac_site_file2=$ac_default_prefix/etc/config.site
  1848 fi
  1849 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  1850 do
  1851   test "x$ac_site_file" = xNONE && continue
  1852   if test -r "$ac_site_file"; then
  1853     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1854 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
  1855     sed 's/^/| /' "$ac_site_file" >&5
  1856     . "$ac_site_file"
  1857   fi
  1858 done
  1860 if test -r "$cache_file"; then
  1861   # Some versions of bash will fail to source /dev/null (special
  1862   # files actually), so we avoid doing that.
  1863   if test -f "$cache_file"; then
  1864     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1865 $as_echo "$as_me: loading cache $cache_file" >&6;}
  1866     case $cache_file in
  1867       [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1868       *)                      . "./$cache_file";;
  1869     esac
  1870   fi
  1871 else
  1872   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1873 $as_echo "$as_me: creating cache $cache_file" >&6;}
  1874   >$cache_file
  1875 fi
  1877 # Check that the precious variables saved in the cache have kept the same
  1878 # value.
  1879 ac_cache_corrupted=false
  1880 for ac_var in $ac_precious_vars; do
  1881   eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1882   eval ac_new_set=\$ac_env_${ac_var}_set
  1883   eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1884   eval ac_new_val=\$ac_env_${ac_var}_value
  1885   case $ac_old_set,$ac_new_set in
  1886     set,)
  1887       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1888 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1889       ac_cache_corrupted=: ;;
  1890     ,set)
  1891       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
  1892 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1893       ac_cache_corrupted=: ;;
  1894     ,);;
  1895     *)
  1896       if test "x$ac_old_val" != "x$ac_new_val"; then
  1897 	# differences in whitespace do not lead to failure.
  1898 	ac_old_val_w=`echo x $ac_old_val`
  1899 	ac_new_val_w=`echo x $ac_new_val`
  1900 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
  1901 	  { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
  1902 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1903 	  ac_cache_corrupted=:
  1904 	else
  1905 	  { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
  1906 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
  1907 	  eval $ac_var=\$ac_old_val
  1908 	fi
  1909 	{ $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
  1910 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
  1911 	{ $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
  1912 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
  1913       fi;;
  1914   esac
  1915   # Pass precious variables to config.status.
  1916   if test "$ac_new_set" = set; then
  1917     case $ac_new_val in
  1918     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1919     *) ac_arg=$ac_var=$ac_new_val ;;
  1920     esac
  1921     case " $ac_configure_args " in
  1922       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1923       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1924     esac
  1925   fi
  1926 done
  1927 if $ac_cache_corrupted; then
  1928   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1929 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1930   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  1931 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
  1932    { (exit 1); exit 1; }; }
  1933 fi
  1951 ac_ext=c
  1952 ac_cpp='$CPP $CPPFLAGS'
  1953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1958 am__api_version="1.9"
  1959 ac_aux_dir=
  1960 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  1961   if test -f "$ac_dir/install-sh"; then
  1962     ac_aux_dir=$ac_dir
  1963     ac_install_sh="$ac_aux_dir/install-sh -c"
  1964     break
  1965   elif test -f "$ac_dir/install.sh"; then
  1966     ac_aux_dir=$ac_dir
  1967     ac_install_sh="$ac_aux_dir/install.sh -c"
  1968     break
  1969   elif test -f "$ac_dir/shtool"; then
  1970     ac_aux_dir=$ac_dir
  1971     ac_install_sh="$ac_aux_dir/shtool install -c"
  1972     break
  1973   fi
  1974 done
  1975 if test -z "$ac_aux_dir"; then
  1976   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
  1977 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
  1978    { (exit 1); exit 1; }; }
  1979 fi
  1981 # These three variables are undocumented and unsupported,
  1982 # and are intended to be withdrawn in a future Autoconf release.
  1983 # They can cause serious problems if a builder's source tree is in a directory
  1984 # whose full name contains unusual characters.
  1985 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  1986 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  1987 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  1990 # Find a good install program.  We prefer a C program (faster),
  1991 # so one script is as good as another.  But avoid the broken or
  1992 # incompatible versions:
  1993 # SysV /etc/install, /usr/sbin/install
  1994 # SunOS /usr/etc/install
  1995 # IRIX /sbin/install
  1996 # AIX /bin/install
  1997 # AmigaOS /C/install, which installs bootblocks on floppy discs
  1998 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1999 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  2000 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  2001 # OS/2's system install, which has a completely different semantic
  2002 # ./install, which can be erroneously created by make from ./install.sh.
  2003 # Reject install programs that cannot install multiple files.
  2004 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  2005 $as_echo_n "checking for a BSD-compatible install... " >&6; }
  2006 if test -z "$INSTALL"; then
  2007 if test "${ac_cv_path_install+set}" = set; then
  2008   $as_echo_n "(cached) " >&6
  2009 else
  2010   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2011 for as_dir in $PATH
  2012 do
  2013   IFS=$as_save_IFS
  2014   test -z "$as_dir" && as_dir=.
  2015   # Account for people who put trailing slashes in PATH elements.
  2016 case $as_dir/ in
  2017   ./ | .// | /cC/* | \
  2018   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  2019   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
  2020   /usr/ucb/* ) ;;
  2021   *)
  2022     # OSF1 and SCO ODT 3.0 have their own names for install.
  2023     # Don't use installbsd from OSF since it installs stuff as root
  2024     # by default.
  2025     for ac_prog in ginstall scoinst install; do
  2026       for ac_exec_ext in '' $ac_executable_extensions; do
  2027 	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  2028 	  if test $ac_prog = install &&
  2029 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  2030 	    # AIX install.  It has an incompatible calling convention.
  2032 	  elif test $ac_prog = install &&
  2033 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  2034 	    # program-specific install script used by HP pwplus--don't use.
  2036 	  else
  2037 	    rm -rf conftest.one conftest.two conftest.dir
  2038 	    echo one > conftest.one
  2039 	    echo two > conftest.two
  2040 	    mkdir conftest.dir
  2041 	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  2042 	      test -s conftest.one && test -s conftest.two &&
  2043 	      test -s conftest.dir/conftest.one &&
  2044 	      test -s conftest.dir/conftest.two
  2045 	    then
  2046 	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  2047 	      break 3
  2048 	    fi
  2049 	  fi
  2050 	fi
  2051       done
  2052     done
  2053     ;;
  2054 esac
  2056 done
  2057 IFS=$as_save_IFS
  2059 rm -rf conftest.one conftest.two conftest.dir
  2061 fi
  2062   if test "${ac_cv_path_install+set}" = set; then
  2063     INSTALL=$ac_cv_path_install
  2064   else
  2065     # As a last resort, use the slow shell script.  Don't cache a
  2066     # value for INSTALL within a source directory, because that will
  2067     # break other packages using the cache if that directory is
  2068     # removed, or if the value is a relative name.
  2069     INSTALL=$ac_install_sh
  2070   fi
  2071 fi
  2072 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
  2073 $as_echo "$INSTALL" >&6; }
  2075 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  2076 # It thinks the first close brace ends the variable substitution.
  2077 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2079 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  2081 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2083 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  2084 $as_echo_n "checking whether build environment is sane... " >&6; }
  2085 # Just in case
  2086 sleep 1
  2087 echo timestamp > conftest.file
  2088 # Do `set' in a subshell so we don't clobber the current shell's
  2089 # arguments.  Must try -L first in case configure is actually a
  2090 # symlink; some systems play weird games with the mod time of symlinks
  2091 # (eg FreeBSD returns the mod time of the symlink's containing
  2092 # directory).
  2093 if (
  2094    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  2095    if test "$*" = "X"; then
  2096       # -L didn't work.
  2097       set X `ls -t $srcdir/configure conftest.file`
  2098    fi
  2099    rm -f conftest.file
  2100    if test "$*" != "X $srcdir/configure conftest.file" \
  2101       && test "$*" != "X conftest.file $srcdir/configure"; then
  2103       # If neither matched, then we have a broken ls.  This can happen
  2104       # if, for instance, CONFIG_SHELL is bash and it inherits a
  2105       # broken ls alias from the environment.  This has actually
  2106       # happened.  Such a system could not be considered "sane".
  2107       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  2108 alias in your environment" >&5
  2109 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  2110 alias in your environment" >&2;}
  2111    { (exit 1); exit 1; }; }
  2112    fi
  2114    test "$2" = conftest.file
  2116 then
  2117    # Ok.
  2119 else
  2120    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  2121 Check your system clock" >&5
  2122 $as_echo "$as_me: error: newly created file is older than distributed files!
  2123 Check your system clock" >&2;}
  2124    { (exit 1); exit 1; }; }
  2125 fi
  2126 { $as_echo "$as_me:$LINENO: result: yes" >&5
  2127 $as_echo "yes" >&6; }
  2128 test "$program_prefix" != NONE &&
  2129   program_transform_name="s&^&$program_prefix&;$program_transform_name"
  2130 # Use a double $ so make ignores it.
  2131 test "$program_suffix" != NONE &&
  2132   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
  2133 # Double any \ or $.
  2134 # By default was `s,x,x', remove it if useless.
  2135 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
  2136 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
  2138 # expand $ac_aux_dir to an absolute path
  2139 am_aux_dir=`cd $ac_aux_dir && pwd`
  2141 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  2142 # Use eval to expand $SHELL
  2143 if eval "$MISSING --run true"; then
  2144   am_missing_run="$MISSING --run "
  2145 else
  2146   am_missing_run=
  2147   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
  2148 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
  2149 fi
  2151 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  2152   # We used to keeping the `.' as first argument, in order to
  2153   # allow $(mkdir_p) to be used without argument.  As in
  2154   #   $(mkdir_p) $(somedir)
  2155   # where $(somedir) is conditionally defined.  However this is wrong
  2156   # for two reasons:
  2157   #  1. if the package is installed by a user who cannot write `.'
  2158   #     make install will fail,
  2159   #  2. the above comment should most certainly read
  2160   #     $(mkdir_p) $(DESTDIR)$(somedir)
  2161   #     so it does not work when $(somedir) is undefined and
  2162   #     $(DESTDIR) is not.
  2163   #  To support the latter case, we have to write
  2164   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
  2165   #  so the `.' trick is pointless.
  2166   mkdir_p='mkdir -p --'
  2167 else
  2168   # On NextStep and OpenStep, the `mkdir' command does not
  2169   # recognize any option.  It will interpret all options as
  2170   # directories to create, and then abort because `.' already
  2171   # exists.
  2172   for d in ./-p ./--version;
  2173   do
  2174     test -d $d && rmdir $d
  2175   done
  2176   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  2177   if test -f "$ac_aux_dir/mkinstalldirs"; then
  2178     mkdir_p='$(mkinstalldirs)'
  2179   else
  2180     mkdir_p='$(install_sh) -d'
  2181   fi
  2182 fi
  2184 for ac_prog in gawk mawk nawk awk
  2185 do
  2186   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2187 set dummy $ac_prog; ac_word=$2
  2188 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2189 $as_echo_n "checking for $ac_word... " >&6; }
  2190 if test "${ac_cv_prog_AWK+set}" = set; then
  2191   $as_echo_n "(cached) " >&6
  2192 else
  2193   if test -n "$AWK"; then
  2194   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  2195 else
  2196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2197 for as_dir in $PATH
  2198 do
  2199   IFS=$as_save_IFS
  2200   test -z "$as_dir" && as_dir=.
  2201   for ac_exec_ext in '' $ac_executable_extensions; do
  2202   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2203     ac_cv_prog_AWK="$ac_prog"
  2204     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2205     break 2
  2206   fi
  2207 done
  2208 done
  2209 IFS=$as_save_IFS
  2211 fi
  2212 fi
  2213 AWK=$ac_cv_prog_AWK
  2214 if test -n "$AWK"; then
  2215   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
  2216 $as_echo "$AWK" >&6; }
  2217 else
  2218   { $as_echo "$as_me:$LINENO: result: no" >&5
  2219 $as_echo "no" >&6; }
  2220 fi
  2223   test -n "$AWK" && break
  2224 done
  2226 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
  2227 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
  2228 set x ${MAKE-make}
  2229 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  2230 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
  2231   $as_echo_n "(cached) " >&6
  2232 else
  2233   cat >conftest.make <<\_ACEOF
  2234 SHELL = /bin/sh
  2235 all:
  2236 	@echo '@@@%%%=$(MAKE)=@@@%%%'
  2237 _ACEOF
  2238 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  2239 case `${MAKE-make} -f conftest.make 2>/dev/null` in
  2240   *@@@%%%=?*=@@@%%%*)
  2241     eval ac_cv_prog_make_${ac_make}_set=yes;;
  2242   *)
  2243     eval ac_cv_prog_make_${ac_make}_set=no;;
  2244 esac
  2245 rm -f conftest.make
  2246 fi
  2247 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
  2248   { $as_echo "$as_me:$LINENO: result: yes" >&5
  2249 $as_echo "yes" >&6; }
  2250   SET_MAKE=
  2251 else
  2252   { $as_echo "$as_me:$LINENO: result: no" >&5
  2253 $as_echo "no" >&6; }
  2254   SET_MAKE="MAKE=${MAKE-make}"
  2255 fi
  2257 rm -rf .tst 2>/dev/null
  2258 mkdir .tst 2>/dev/null
  2259 if test -d .tst; then
  2260   am__leading_dot=.
  2261 else
  2262   am__leading_dot=_
  2263 fi
  2264 rmdir .tst 2>/dev/null
  2266 # test to see if srcdir already configured
  2267 if test "`cd $srcdir && pwd`" != "`pwd`" &&
  2268    test -f $srcdir/config.status; then
  2269   { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
  2270 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
  2271    { (exit 1); exit 1; }; }
  2272 fi
  2274 # test whether we have cygpath
  2275 if test -z "$CYGPATH_W"; then
  2276   if (cygpath --version) >/dev/null 2>/dev/null; then
  2277     CYGPATH_W='cygpath -w'
  2278   else
  2279     CYGPATH_W=echo
  2280   fi
  2281 fi
  2284 # Define the identity of the package.
  2285  PACKAGE=lxdream
  2286  VERSION=0.9
  2289 cat >>confdefs.h <<_ACEOF
  2290 #define PACKAGE "$PACKAGE"
  2291 _ACEOF
  2294 cat >>confdefs.h <<_ACEOF
  2295 #define VERSION "$VERSION"
  2296 _ACEOF
  2298 # Some tools Automake needs.
  2300 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  2303 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  2306 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  2309 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  2312 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  2314 install_sh=${install_sh-"$am_aux_dir/install-sh"}
  2316 # Installed binaries are usually stripped using `strip' when the user
  2317 # run `make install-strip'.  However `strip' might not be the right
  2318 # tool to use in cross-compilation environments, therefore Automake
  2319 # will honor the `STRIP' environment variable to overrule this program.
  2320 if test "$cross_compiling" != no; then
  2321   if test -n "$ac_tool_prefix"; then
  2322   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  2323 set dummy ${ac_tool_prefix}strip; ac_word=$2
  2324 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2325 $as_echo_n "checking for $ac_word... " >&6; }
  2326 if test "${ac_cv_prog_STRIP+set}" = set; then
  2327   $as_echo_n "(cached) " >&6
  2328 else
  2329   if test -n "$STRIP"; then
  2330   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  2331 else
  2332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2333 for as_dir in $PATH
  2334 do
  2335   IFS=$as_save_IFS
  2336   test -z "$as_dir" && as_dir=.
  2337   for ac_exec_ext in '' $ac_executable_extensions; do
  2338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2339     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  2340     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2341     break 2
  2342   fi
  2343 done
  2344 done
  2345 IFS=$as_save_IFS
  2347 fi
  2348 fi
  2349 STRIP=$ac_cv_prog_STRIP
  2350 if test -n "$STRIP"; then
  2351   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
  2352 $as_echo "$STRIP" >&6; }
  2353 else
  2354   { $as_echo "$as_me:$LINENO: result: no" >&5
  2355 $as_echo "no" >&6; }
  2356 fi
  2359 fi
  2360 if test -z "$ac_cv_prog_STRIP"; then
  2361   ac_ct_STRIP=$STRIP
  2362   # Extract the first word of "strip", so it can be a program name with args.
  2363 set dummy strip; ac_word=$2
  2364 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2365 $as_echo_n "checking for $ac_word... " >&6; }
  2366 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  2367   $as_echo_n "(cached) " >&6
  2368 else
  2369   if test -n "$ac_ct_STRIP"; then
  2370   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  2371 else
  2372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2373 for as_dir in $PATH
  2374 do
  2375   IFS=$as_save_IFS
  2376   test -z "$as_dir" && as_dir=.
  2377   for ac_exec_ext in '' $ac_executable_extensions; do
  2378   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2379     ac_cv_prog_ac_ct_STRIP="strip"
  2380     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2381     break 2
  2382   fi
  2383 done
  2384 done
  2385 IFS=$as_save_IFS
  2387 fi
  2388 fi
  2389 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  2390 if test -n "$ac_ct_STRIP"; then
  2391   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  2392 $as_echo "$ac_ct_STRIP" >&6; }
  2393 else
  2394   { $as_echo "$as_me:$LINENO: result: no" >&5
  2395 $as_echo "no" >&6; }
  2396 fi
  2398   if test "x$ac_ct_STRIP" = x; then
  2399     STRIP=":"
  2400   else
  2401     case $cross_compiling:$ac_tool_warned in
  2402 yes:)
  2403 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2404 whose name does not start with the host triplet.  If you think this
  2405 configuration is useful to you, please write to autoconf@gnu.org." >&5
  2406 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2407 whose name does not start with the host triplet.  If you think this
  2408 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2409 ac_tool_warned=yes ;;
  2410 esac
  2411     STRIP=$ac_ct_STRIP
  2412   fi
  2413 else
  2414   STRIP="$ac_cv_prog_STRIP"
  2415 fi
  2417 fi
  2418 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  2420 # We need awk for the "check" target.  The system "awk" is bad on
  2421 # some platforms.
  2422 # Always define AMTAR for backward compatibility.
  2424 AMTAR=${AMTAR-"${am_missing_run}tar"}
  2426 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  2432 { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  2433 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
  2434     # Check whether --enable-maintainer-mode was given.
  2435 if test "${enable_maintainer_mode+set}" = set; then
  2436   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  2437 else
  2438   USE_MAINTAINER_MODE=no
  2439 fi
  2441   { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  2442 $as_echo "$USE_MAINTAINER_MODE" >&6; }
  2445 if test $USE_MAINTAINER_MODE = yes; then
  2446   MAINTAINER_MODE_TRUE=
  2447   MAINTAINER_MODE_FALSE='#'
  2448 else
  2449   MAINTAINER_MODE_TRUE='#'
  2450   MAINTAINER_MODE_FALSE=
  2451 fi
  2453   MAINT=$MAINTAINER_MODE_TRUE
  2456 ac_config_headers="$ac_config_headers config.h"
  2459 DEPDIR="${am__leading_dot}deps"
  2461 ac_config_commands="$ac_config_commands depfiles"
  2464 am_make=${MAKE-make}
  2465 cat > confinc << 'END'
  2466 am__doit:
  2467 	@echo done
  2468 .PHONY: am__doit
  2469 END
  2470 # If we don't find an include directive, just comment out the code.
  2471 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  2472 $as_echo_n "checking for style of include used by $am_make... " >&6; }
  2473 am__include="#"
  2474 am__quote=
  2475 _am_result=none
  2476 # First try GNU make style include.
  2477 echo "include confinc" > confmf
  2478 # We grep out `Entering directory' and `Leaving directory'
  2479 # messages which can occur if `w' ends up in MAKEFLAGS.
  2480 # In particular we don't look at `^make:' because GNU make might
  2481 # be invoked under some other name (usually "gmake"), in which
  2482 # case it prints its new name instead of `make'.
  2483 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  2484    am__include=include
  2485    am__quote=
  2486    _am_result=GNU
  2487 fi
  2488 # Now try BSD make style include.
  2489 if test "$am__include" = "#"; then
  2490    echo '.include "confinc"' > confmf
  2491    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  2492       am__include=.include
  2493       am__quote="\""
  2494       _am_result=BSD
  2495    fi
  2496 fi
  2499 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
  2500 $as_echo "$_am_result" >&6; }
  2501 rm -f confinc confmf
  2503 # Check whether --enable-dependency-tracking was given.
  2504 if test "${enable_dependency_tracking+set}" = set; then
  2505   enableval=$enable_dependency_tracking;
  2506 fi
  2508 if test "x$enable_dependency_tracking" != xno; then
  2509   am_depcomp="$ac_aux_dir/depcomp"
  2510   AMDEPBACKSLASH='\'
  2511 fi
  2514 if test "x$enable_dependency_tracking" != xno; then
  2515   AMDEP_TRUE=
  2516   AMDEP_FALSE='#'
  2517 else
  2518   AMDEP_TRUE='#'
  2519   AMDEP_FALSE=
  2520 fi
  2524 ac_ext=c
  2525 ac_cpp='$CPP $CPPFLAGS'
  2526 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2527 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2528 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2529 if test -n "$ac_tool_prefix"; then
  2530   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  2531 set dummy ${ac_tool_prefix}gcc; ac_word=$2
  2532 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2533 $as_echo_n "checking for $ac_word... " >&6; }
  2534 if test "${ac_cv_prog_CC+set}" = set; then
  2535   $as_echo_n "(cached) " >&6
  2536 else
  2537   if test -n "$CC"; then
  2538   ac_cv_prog_CC="$CC" # Let the user override the test.
  2539 else
  2540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2541 for as_dir in $PATH
  2542 do
  2543   IFS=$as_save_IFS
  2544   test -z "$as_dir" && as_dir=.
  2545   for ac_exec_ext in '' $ac_executable_extensions; do
  2546   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2547     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  2548     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2549     break 2
  2550   fi
  2551 done
  2552 done
  2553 IFS=$as_save_IFS
  2555 fi
  2556 fi
  2557 CC=$ac_cv_prog_CC
  2558 if test -n "$CC"; then
  2559   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  2560 $as_echo "$CC" >&6; }
  2561 else
  2562   { $as_echo "$as_me:$LINENO: result: no" >&5
  2563 $as_echo "no" >&6; }
  2564 fi
  2567 fi
  2568 if test -z "$ac_cv_prog_CC"; then
  2569   ac_ct_CC=$CC
  2570   # Extract the first word of "gcc", so it can be a program name with args.
  2571 set dummy gcc; ac_word=$2
  2572 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2573 $as_echo_n "checking for $ac_word... " >&6; }
  2574 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2575   $as_echo_n "(cached) " >&6
  2576 else
  2577   if test -n "$ac_ct_CC"; then
  2578   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2579 else
  2580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2581 for as_dir in $PATH
  2582 do
  2583   IFS=$as_save_IFS
  2584   test -z "$as_dir" && as_dir=.
  2585   for ac_exec_ext in '' $ac_executable_extensions; do
  2586   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2587     ac_cv_prog_ac_ct_CC="gcc"
  2588     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2589     break 2
  2590   fi
  2591 done
  2592 done
  2593 IFS=$as_save_IFS
  2595 fi
  2596 fi
  2597 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2598 if test -n "$ac_ct_CC"; then
  2599   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2600 $as_echo "$ac_ct_CC" >&6; }
  2601 else
  2602   { $as_echo "$as_me:$LINENO: result: no" >&5
  2603 $as_echo "no" >&6; }
  2604 fi
  2606   if test "x$ac_ct_CC" = x; then
  2607     CC=""
  2608   else
  2609     case $cross_compiling:$ac_tool_warned in
  2610 yes:)
  2611 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2612 whose name does not start with the host triplet.  If you think this
  2613 configuration is useful to you, please write to autoconf@gnu.org." >&5
  2614 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2615 whose name does not start with the host triplet.  If you think this
  2616 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2617 ac_tool_warned=yes ;;
  2618 esac
  2619     CC=$ac_ct_CC
  2620   fi
  2621 else
  2622   CC="$ac_cv_prog_CC"
  2623 fi
  2625 if test -z "$CC"; then
  2626           if test -n "$ac_tool_prefix"; then
  2627     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  2628 set dummy ${ac_tool_prefix}cc; ac_word=$2
  2629 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2630 $as_echo_n "checking for $ac_word... " >&6; }
  2631 if test "${ac_cv_prog_CC+set}" = set; then
  2632   $as_echo_n "(cached) " >&6
  2633 else
  2634   if test -n "$CC"; then
  2635   ac_cv_prog_CC="$CC" # Let the user override the test.
  2636 else
  2637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2638 for as_dir in $PATH
  2639 do
  2640   IFS=$as_save_IFS
  2641   test -z "$as_dir" && as_dir=.
  2642   for ac_exec_ext in '' $ac_executable_extensions; do
  2643   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2644     ac_cv_prog_CC="${ac_tool_prefix}cc"
  2645     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2646     break 2
  2647   fi
  2648 done
  2649 done
  2650 IFS=$as_save_IFS
  2652 fi
  2653 fi
  2654 CC=$ac_cv_prog_CC
  2655 if test -n "$CC"; then
  2656   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  2657 $as_echo "$CC" >&6; }
  2658 else
  2659   { $as_echo "$as_me:$LINENO: result: no" >&5
  2660 $as_echo "no" >&6; }
  2661 fi
  2664   fi
  2665 fi
  2666 if test -z "$CC"; then
  2667   # Extract the first word of "cc", so it can be a program name with args.
  2668 set dummy cc; ac_word=$2
  2669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2670 $as_echo_n "checking for $ac_word... " >&6; }
  2671 if test "${ac_cv_prog_CC+set}" = set; then
  2672   $as_echo_n "(cached) " >&6
  2673 else
  2674   if test -n "$CC"; then
  2675   ac_cv_prog_CC="$CC" # Let the user override the test.
  2676 else
  2677   ac_prog_rejected=no
  2678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2679 for as_dir in $PATH
  2680 do
  2681   IFS=$as_save_IFS
  2682   test -z "$as_dir" && as_dir=.
  2683   for ac_exec_ext in '' $ac_executable_extensions; do
  2684   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2685     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2686        ac_prog_rejected=yes
  2687        continue
  2688      fi
  2689     ac_cv_prog_CC="cc"
  2690     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2691     break 2
  2692   fi
  2693 done
  2694 done
  2695 IFS=$as_save_IFS
  2697 if test $ac_prog_rejected = yes; then
  2698   # We found a bogon in the path, so make sure we never use it.
  2699   set dummy $ac_cv_prog_CC
  2700   shift
  2701   if test $# != 0; then
  2702     # We chose a different compiler from the bogus one.
  2703     # However, it has the same basename, so the bogon will be chosen
  2704     # first if we set CC to just the basename; use the full file name.
  2705     shift
  2706     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2707   fi
  2708 fi
  2709 fi
  2710 fi
  2711 CC=$ac_cv_prog_CC
  2712 if test -n "$CC"; then
  2713   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  2714 $as_echo "$CC" >&6; }
  2715 else
  2716   { $as_echo "$as_me:$LINENO: result: no" >&5
  2717 $as_echo "no" >&6; }
  2718 fi
  2721 fi
  2722 if test -z "$CC"; then
  2723   if test -n "$ac_tool_prefix"; then
  2724   for ac_prog in cl.exe
  2725   do
  2726     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2727 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2728 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2729 $as_echo_n "checking for $ac_word... " >&6; }
  2730 if test "${ac_cv_prog_CC+set}" = set; then
  2731   $as_echo_n "(cached) " >&6
  2732 else
  2733   if test -n "$CC"; then
  2734   ac_cv_prog_CC="$CC" # Let the user override the test.
  2735 else
  2736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2737 for as_dir in $PATH
  2738 do
  2739   IFS=$as_save_IFS
  2740   test -z "$as_dir" && as_dir=.
  2741   for ac_exec_ext in '' $ac_executable_extensions; do
  2742   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2743     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2744     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2745     break 2
  2746   fi
  2747 done
  2748 done
  2749 IFS=$as_save_IFS
  2751 fi
  2752 fi
  2753 CC=$ac_cv_prog_CC
  2754 if test -n "$CC"; then
  2755   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  2756 $as_echo "$CC" >&6; }
  2757 else
  2758   { $as_echo "$as_me:$LINENO: result: no" >&5
  2759 $as_echo "no" >&6; }
  2760 fi
  2763     test -n "$CC" && break
  2764   done
  2765 fi
  2766 if test -z "$CC"; then
  2767   ac_ct_CC=$CC
  2768   for ac_prog in cl.exe
  2769 do
  2770   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2771 set dummy $ac_prog; ac_word=$2
  2772 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  2773 $as_echo_n "checking for $ac_word... " >&6; }
  2774 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2775   $as_echo_n "(cached) " >&6
  2776 else
  2777   if test -n "$ac_ct_CC"; then
  2778   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2779 else
  2780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2781 for as_dir in $PATH
  2782 do
  2783   IFS=$as_save_IFS
  2784   test -z "$as_dir" && as_dir=.
  2785   for ac_exec_ext in '' $ac_executable_extensions; do
  2786   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2787     ac_cv_prog_ac_ct_CC="$ac_prog"
  2788     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2789     break 2
  2790   fi
  2791 done
  2792 done
  2793 IFS=$as_save_IFS
  2795 fi
  2796 fi
  2797 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2798 if test -n "$ac_ct_CC"; then
  2799   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2800 $as_echo "$ac_ct_CC" >&6; }
  2801 else
  2802   { $as_echo "$as_me:$LINENO: result: no" >&5
  2803 $as_echo "no" >&6; }
  2804 fi
  2807   test -n "$ac_ct_CC" && break
  2808 done
  2810   if test "x$ac_ct_CC" = x; then
  2811     CC=""
  2812   else
  2813     case $cross_compiling:$ac_tool_warned in
  2814 yes:)
  2815 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  2816 whose name does not start with the host triplet.  If you think this
  2817 configuration is useful to you, please write to autoconf@gnu.org." >&5
  2818 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  2819 whose name does not start with the host triplet.  If you think this
  2820 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  2821 ac_tool_warned=yes ;;
  2822 esac
  2823     CC=$ac_ct_CC
  2824   fi
  2825 fi
  2827 fi
  2830 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  2831 See \`config.log' for more details." >&5
  2832 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
  2833 See \`config.log' for more details." >&2;}
  2834    { (exit 1); exit 1; }; }
  2836 # Provide some information about the compiler.
  2837 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
  2838 set X $ac_compile
  2839 ac_compiler=$2
  2840 { (ac_try="$ac_compiler --version >&5"
  2841 case "(($ac_try" in
  2842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2843   *) ac_try_echo=$ac_try;;
  2844 esac
  2845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  2846 $as_echo "$ac_try_echo") >&5
  2847   (eval "$ac_compiler --version >&5") 2>&5
  2848   ac_status=$?
  2849   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2850   (exit $ac_status); }
  2851 { (ac_try="$ac_compiler -v >&5"
  2852 case "(($ac_try" in
  2853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2854   *) ac_try_echo=$ac_try;;
  2855 esac
  2856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  2857 $as_echo "$ac_try_echo") >&5
  2858   (eval "$ac_compiler -v >&5") 2>&5
  2859   ac_status=$?
  2860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2861   (exit $ac_status); }
  2862 { (ac_try="$ac_compiler -V >&5"
  2863 case "(($ac_try" in
  2864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2865   *) ac_try_echo=$ac_try;;
  2866 esac
  2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  2868 $as_echo "$ac_try_echo") >&5
  2869   (eval "$ac_compiler -V >&5") 2>&5
  2870   ac_status=$?
  2871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2872   (exit $ac_status); }
  2874 cat >conftest.$ac_ext <<_ACEOF
  2875 /* confdefs.h.  */
  2876 _ACEOF
  2877 cat confdefs.h >>conftest.$ac_ext
  2878 cat >>conftest.$ac_ext <<_ACEOF
  2879 /* end confdefs.h.  */
  2881 int
  2882 main ()
  2886   return 0;
  2888 _ACEOF
  2889 ac_clean_files_save=$ac_clean_files
  2890 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
  2891 # Try to create an executable without -o first, disregard a.out.
  2892 # It will help us diagnose broken compilers, and finding out an intuition
  2893 # of exeext.
  2894 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  2895 $as_echo_n "checking for C compiler default output file name... " >&6; }
  2896 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  2898 # The possible output files:
  2899 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  2901 ac_rmfiles=
  2902 for ac_file in $ac_files
  2903 do
  2904   case $ac_file in
  2905     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  2906     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  2907   esac
  2908 done
  2909 rm -f $ac_rmfiles
  2911 if { (ac_try="$ac_link_default"
  2912 case "(($ac_try" in
  2913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2914   *) ac_try_echo=$ac_try;;
  2915 esac
  2916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  2917 $as_echo "$ac_try_echo") >&5
  2918   (eval "$ac_link_default") 2>&5
  2919   ac_status=$?
  2920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2921   (exit $ac_status); }; then
  2922   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  2923 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  2924 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
  2925 # so that the user can short-circuit this test for compilers unknown to
  2926 # Autoconf.
  2927 for ac_file in $ac_files ''
  2928 do
  2929   test -f "$ac_file" || continue
  2930   case $ac_file in
  2931     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  2932 	;;
  2933     [ab].out )
  2934 	# We found the default executable, but exeext='' is most
  2935 	# certainly right.
  2936 	break;;
  2937     *.* )
  2938         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  2939 	then :; else
  2940 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  2941 	fi
  2942 	# We set ac_cv_exeext here because the later test for it is not
  2943 	# safe: cross compilers may not add the suffix if given an `-o'
  2944 	# argument, so we may need to know it at that point already.
  2945 	# Even if this section looks crufty: it has the advantage of
  2946 	# actually working.
  2947 	break;;
  2948     * )
  2949 	break;;
  2950   esac
  2951 done
  2952 test "$ac_cv_exeext" = no && ac_cv_exeext=
  2954 else
  2955   ac_file=''
  2956 fi
  2958 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
  2959 $as_echo "$ac_file" >&6; }
  2960 if test -z "$ac_file"; then
  2961   $as_echo "$as_me: failed program was:" >&5
  2962 sed 's/^/| /' conftest.$ac_ext >&5
  2964 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
  2965 See \`config.log' for more details." >&5
  2966 $as_echo "$as_me: error: C compiler cannot create executables
  2967 See \`config.log' for more details." >&2;}
  2968    { (exit 77); exit 77; }; }
  2969 fi
  2971 ac_exeext=$ac_cv_exeext
  2973 # Check that the compiler produces executables we can run.  If not, either
  2974 # the compiler is broken, or we cross compile.
  2975 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  2976 $as_echo_n "checking whether the C compiler works... " >&6; }
  2977 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  2978 # If not cross compiling, check that we can run a simple program.
  2979 if test "$cross_compiling" != yes; then
  2980   if { ac_try='./$ac_file'
  2981   { (case "(($ac_try" in
  2982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  2983   *) ac_try_echo=$ac_try;;
  2984 esac
  2985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  2986 $as_echo "$ac_try_echo") >&5
  2987   (eval "$ac_try") 2>&5
  2988   ac_status=$?
  2989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  2990   (exit $ac_status); }; }; then
  2991     cross_compiling=no
  2992   else
  2993     if test "$cross_compiling" = maybe; then
  2994 	cross_compiling=yes
  2995     else
  2996 	{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
  2997 If you meant to cross compile, use \`--host'.
  2998 See \`config.log' for more details." >&5
  2999 $as_echo "$as_me: error: cannot run C compiled programs.
  3000 If you meant to cross compile, use \`--host'.
  3001 See \`config.log' for more details." >&2;}
  3002    { (exit 1); exit 1; }; }
  3003     fi
  3004   fi
  3005 fi
  3006 { $as_echo "$as_me:$LINENO: result: yes" >&5
  3007 $as_echo "yes" >&6; }
  3009 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
  3010 ac_clean_files=$ac_clean_files_save
  3011 # Check that the compiler produces executables we can run.  If not, either
  3012 # the compiler is broken, or we cross compile.
  3013 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  3014 $as_echo_n "checking whether we are cross compiling... " >&6; }
  3015 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
  3016 $as_echo "$cross_compiling" >&6; }
  3018 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
  3019 $as_echo_n "checking for suffix of executables... " >&6; }
  3020 if { (ac_try="$ac_link"
  3021 case "(($ac_try" in
  3022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3023   *) ac_try_echo=$ac_try;;
  3024 esac
  3025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3026 $as_echo "$ac_try_echo") >&5
  3027   (eval "$ac_link") 2>&5
  3028   ac_status=$?
  3029   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3030   (exit $ac_status); }; then
  3031   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  3032 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  3033 # work properly (i.e., refer to `conftest.exe'), while it won't with
  3034 # `rm'.
  3035 for ac_file in conftest.exe conftest conftest.*; do
  3036   test -f "$ac_file" || continue
  3037   case $ac_file in
  3038     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  3039     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  3040 	  break;;
  3041     * ) break;;
  3042   esac
  3043 done
  3044 else
  3045   { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  3046 See \`config.log' for more details." >&5
  3047 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  3048 See \`config.log' for more details." >&2;}
  3049    { (exit 1); exit 1; }; }
  3050 fi
  3052 rm -f conftest$ac_cv_exeext
  3053 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  3054 $as_echo "$ac_cv_exeext" >&6; }
  3056 rm -f conftest.$ac_ext
  3057 EXEEXT=$ac_cv_exeext
  3058 ac_exeext=$EXEEXT
  3059 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
  3060 $as_echo_n "checking for suffix of object files... " >&6; }
  3061 if test "${ac_cv_objext+set}" = set; then
  3062   $as_echo_n "(cached) " >&6
  3063 else
  3064   cat >conftest.$ac_ext <<_ACEOF
  3065 /* confdefs.h.  */
  3066 _ACEOF
  3067 cat confdefs.h >>conftest.$ac_ext
  3068 cat >>conftest.$ac_ext <<_ACEOF
  3069 /* end confdefs.h.  */
  3071 int
  3072 main ()
  3076   return 0;
  3078 _ACEOF
  3079 rm -f conftest.o conftest.obj
  3080 if { (ac_try="$ac_compile"
  3081 case "(($ac_try" in
  3082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3083   *) ac_try_echo=$ac_try;;
  3084 esac
  3085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3086 $as_echo "$ac_try_echo") >&5
  3087   (eval "$ac_compile") 2>&5
  3088   ac_status=$?
  3089   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3090   (exit $ac_status); }; then
  3091   for ac_file in conftest.o conftest.obj conftest.*; do
  3092   test -f "$ac_file" || continue;
  3093   case $ac_file in
  3094     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  3095     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  3096        break;;
  3097   esac
  3098 done
  3099 else
  3100   $as_echo "$as_me: failed program was:" >&5
  3101 sed 's/^/| /' conftest.$ac_ext >&5
  3103 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  3104 See \`config.log' for more details." >&5
  3105 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
  3106 See \`config.log' for more details." >&2;}
  3107    { (exit 1); exit 1; }; }
  3108 fi
  3110 rm -f conftest.$ac_cv_objext conftest.$ac_ext
  3111 fi
  3112 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  3113 $as_echo "$ac_cv_objext" >&6; }
  3114 OBJEXT=$ac_cv_objext
  3115 ac_objext=$OBJEXT
  3116 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  3117 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  3118 if test "${ac_cv_c_compiler_gnu+set}" = set; then
  3119   $as_echo_n "(cached) " >&6
  3120 else
  3121   cat >conftest.$ac_ext <<_ACEOF
  3122 /* confdefs.h.  */
  3123 _ACEOF
  3124 cat confdefs.h >>conftest.$ac_ext
  3125 cat >>conftest.$ac_ext <<_ACEOF
  3126 /* end confdefs.h.  */
  3128 int
  3129 main ()
  3131 #ifndef __GNUC__
  3132        choke me
  3133 #endif
  3136   return 0;
  3138 _ACEOF
  3139 rm -f conftest.$ac_objext
  3140 if { (ac_try="$ac_compile"
  3141 case "(($ac_try" in
  3142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3143   *) ac_try_echo=$ac_try;;
  3144 esac
  3145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3146 $as_echo "$ac_try_echo") >&5
  3147   (eval "$ac_compile") 2>conftest.er1
  3148   ac_status=$?
  3149   grep -v '^ *+' conftest.er1 >conftest.err
  3150   rm -f conftest.er1
  3151   cat conftest.err >&5
  3152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3153   (exit $ac_status); } && {
  3154 	 test -z "$ac_c_werror_flag" ||
  3155 	 test ! -s conftest.err
  3156        } && test -s conftest.$ac_objext; then
  3157   ac_compiler_gnu=yes
  3158 else
  3159   $as_echo "$as_me: failed program was:" >&5
  3160 sed 's/^/| /' conftest.$ac_ext >&5
  3162 	ac_compiler_gnu=no
  3163 fi
  3165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3166 ac_cv_c_compiler_gnu=$ac_compiler_gnu
  3168 fi
  3169 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  3170 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
  3171 if test $ac_compiler_gnu = yes; then
  3172   GCC=yes
  3173 else
  3174   GCC=
  3175 fi
  3176 ac_test_CFLAGS=${CFLAGS+set}
  3177 ac_save_CFLAGS=$CFLAGS
  3178 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  3179 $as_echo_n "checking whether $CC accepts -g... " >&6; }
  3180 if test "${ac_cv_prog_cc_g+set}" = set; then
  3181   $as_echo_n "(cached) " >&6
  3182 else
  3183   ac_save_c_werror_flag=$ac_c_werror_flag
  3184    ac_c_werror_flag=yes
  3185    ac_cv_prog_cc_g=no
  3186    CFLAGS="-g"
  3187    cat >conftest.$ac_ext <<_ACEOF
  3188 /* confdefs.h.  */
  3189 _ACEOF
  3190 cat confdefs.h >>conftest.$ac_ext
  3191 cat >>conftest.$ac_ext <<_ACEOF
  3192 /* end confdefs.h.  */
  3194 int
  3195 main ()
  3199   return 0;
  3201 _ACEOF
  3202 rm -f conftest.$ac_objext
  3203 if { (ac_try="$ac_compile"
  3204 case "(($ac_try" in
  3205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3206   *) ac_try_echo=$ac_try;;
  3207 esac
  3208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3209 $as_echo "$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   $as_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   $as_echo "$as_me: failed program was:" >&5
  3223 sed 's/^/| /' conftest.$ac_ext >&5
  3225 	CFLAGS=""
  3226       cat >conftest.$ac_ext <<_ACEOF
  3227 /* confdefs.h.  */
  3228 _ACEOF
  3229 cat confdefs.h >>conftest.$ac_ext
  3230 cat >>conftest.$ac_ext <<_ACEOF
  3231 /* end confdefs.h.  */
  3233 int
  3234 main ()
  3238   return 0;
  3240 _ACEOF
  3241 rm -f conftest.$ac_objext
  3242 if { (ac_try="$ac_compile"
  3243 case "(($ac_try" in
  3244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3245   *) ac_try_echo=$ac_try;;
  3246 esac
  3247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3248 $as_echo "$ac_try_echo") >&5
  3249   (eval "$ac_compile") 2>conftest.er1
  3250   ac_status=$?
  3251   grep -v '^ *+' conftest.er1 >conftest.err
  3252   rm -f conftest.er1
  3253   cat conftest.err >&5
  3254   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3255   (exit $ac_status); } && {
  3256 	 test -z "$ac_c_werror_flag" ||
  3257 	 test ! -s conftest.err
  3258        } && test -s conftest.$ac_objext; then
  3260 else
  3261   $as_echo "$as_me: failed program was:" >&5
  3262 sed 's/^/| /' conftest.$ac_ext >&5
  3264 	ac_c_werror_flag=$ac_save_c_werror_flag
  3265 	 CFLAGS="-g"
  3266 	 cat >conftest.$ac_ext <<_ACEOF
  3267 /* confdefs.h.  */
  3268 _ACEOF
  3269 cat confdefs.h >>conftest.$ac_ext
  3270 cat >>conftest.$ac_ext <<_ACEOF
  3271 /* end confdefs.h.  */
  3273 int
  3274 main ()
  3278   return 0;
  3280 _ACEOF
  3281 rm -f conftest.$ac_objext
  3282 if { (ac_try="$ac_compile"
  3283 case "(($ac_try" in
  3284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3285   *) ac_try_echo=$ac_try;;
  3286 esac
  3287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3288 $as_echo "$ac_try_echo") >&5
  3289   (eval "$ac_compile") 2>conftest.er1
  3290   ac_status=$?
  3291   grep -v '^ *+' conftest.er1 >conftest.err
  3292   rm -f conftest.er1
  3293   cat conftest.err >&5
  3294   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3295   (exit $ac_status); } && {
  3296 	 test -z "$ac_c_werror_flag" ||
  3297 	 test ! -s conftest.err
  3298        } && test -s conftest.$ac_objext; then
  3299   ac_cv_prog_cc_g=yes
  3300 else
  3301   $as_echo "$as_me: failed program was:" >&5
  3302 sed 's/^/| /' conftest.$ac_ext >&5
  3305 fi
  3307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3308 fi
  3310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3311 fi
  3313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3314    ac_c_werror_flag=$ac_save_c_werror_flag
  3315 fi
  3316 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  3317 $as_echo "$ac_cv_prog_cc_g" >&6; }
  3318 if test "$ac_test_CFLAGS" = set; then
  3319   CFLAGS=$ac_save_CFLAGS
  3320 elif test $ac_cv_prog_cc_g = yes; then
  3321   if test "$GCC" = yes; then
  3322     CFLAGS="-g -O2"
  3323   else
  3324     CFLAGS="-g"
  3325   fi
  3326 else
  3327   if test "$GCC" = yes; then
  3328     CFLAGS="-O2"
  3329   else
  3330     CFLAGS=
  3331   fi
  3332 fi
  3333 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  3334 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  3335 if test "${ac_cv_prog_cc_c89+set}" = set; then
  3336   $as_echo_n "(cached) " >&6
  3337 else
  3338   ac_cv_prog_cc_c89=no
  3339 ac_save_CC=$CC
  3340 cat >conftest.$ac_ext <<_ACEOF
  3341 /* confdefs.h.  */
  3342 _ACEOF
  3343 cat confdefs.h >>conftest.$ac_ext
  3344 cat >>conftest.$ac_ext <<_ACEOF
  3345 /* end confdefs.h.  */
  3346 #include <stdarg.h>
  3347 #include <stdio.h>
  3348 #include <sys/types.h>
  3349 #include <sys/stat.h>
  3350 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  3351 struct buf { int x; };
  3352 FILE * (*rcsopen) (struct buf *, struct stat *, int);
  3353 static char *e (p, i)
  3354      char **p;
  3355      int i;
  3357   return p[i];
  3359 static char *f (char * (*g) (char **, int), char **p, ...)
  3361   char *s;
  3362   va_list v;
  3363   va_start (v,p);
  3364   s = g (p, va_arg (v,int));
  3365   va_end (v);
  3366   return s;
  3369 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  3370    function prototypes and stuff, but not '\xHH' hex character constants.
  3371    These don't provoke an error unfortunately, instead are silently treated
  3372    as 'x'.  The following induces an error, until -std is added to get
  3373    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  3374    array size at least.  It's necessary to write '\x00'==0 to get something
  3375    that's true only with -std.  */
  3376 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  3378 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  3379    inside strings and character constants.  */
  3380 #define FOO(x) 'x'
  3381 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  3383 int test (int i, double x);
  3384 struct s1 {int (*f) (int a);};
  3385 struct s2 {int (*f) (double a);};
  3386 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  3387 int argc;
  3388 char **argv;
  3389 int
  3390 main ()
  3392 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  3394   return 0;
  3396 _ACEOF
  3397 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  3398 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  3399 do
  3400   CC="$ac_save_CC $ac_arg"
  3401   rm -f conftest.$ac_objext
  3402 if { (ac_try="$ac_compile"
  3403 case "(($ac_try" in
  3404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3405   *) ac_try_echo=$ac_try;;
  3406 esac
  3407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3408 $as_echo "$ac_try_echo") >&5
  3409   (eval "$ac_compile") 2>conftest.er1
  3410   ac_status=$?
  3411   grep -v '^ *+' conftest.er1 >conftest.err
  3412   rm -f conftest.er1
  3413   cat conftest.err >&5
  3414   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3415   (exit $ac_status); } && {
  3416 	 test -z "$ac_c_werror_flag" ||
  3417 	 test ! -s conftest.err
  3418        } && test -s conftest.$ac_objext; then
  3419   ac_cv_prog_cc_c89=$ac_arg
  3420 else
  3421   $as_echo "$as_me: failed program was:" >&5
  3422 sed 's/^/| /' conftest.$ac_ext >&5
  3425 fi
  3427 rm -f core conftest.err conftest.$ac_objext
  3428   test "x$ac_cv_prog_cc_c89" != "xno" && break
  3429 done
  3430 rm -f conftest.$ac_ext
  3431 CC=$ac_save_CC
  3433 fi
  3434 # AC_CACHE_VAL
  3435 case "x$ac_cv_prog_cc_c89" in
  3436   x)
  3437     { $as_echo "$as_me:$LINENO: result: none needed" >&5
  3438 $as_echo "none needed" >&6; } ;;
  3439   xno)
  3440     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
  3441 $as_echo "unsupported" >&6; } ;;
  3442   *)
  3443     CC="$CC $ac_cv_prog_cc_c89"
  3444     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  3445 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  3446 esac
  3449 ac_ext=c
  3450 ac_cpp='$CPP $CPPFLAGS'
  3451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3455 depcc="$CC"   am_compiler_list=
  3457 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  3458 $as_echo_n "checking dependency style of $depcc... " >&6; }
  3459 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  3460   $as_echo_n "(cached) " >&6
  3461 else
  3462   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  3463   # We make a subdir and do the tests there.  Otherwise we can end up
  3464   # making bogus files that we don't know about and never remove.  For
  3465   # instance it was reported that on HP-UX the gcc test will end up
  3466   # making a dummy file named `D' -- because `-MD' means `put the output
  3467   # in D'.
  3468   mkdir conftest.dir
  3469   # Copy depcomp to subdir because otherwise we won't find it if we're
  3470   # using a relative directory.
  3471   cp "$am_depcomp" conftest.dir
  3472   cd conftest.dir
  3473   # We will build objects and dependencies in a subdirectory because
  3474   # it helps to detect inapplicable dependency modes.  For instance
  3475   # both Tru64's cc and ICC support -MD to output dependencies as a
  3476   # side effect of compilation, but ICC will put the dependencies in
  3477   # the current directory while Tru64 will put them in the object
  3478   # directory.
  3479   mkdir sub
  3481   am_cv_CC_dependencies_compiler_type=none
  3482   if test "$am_compiler_list" = ""; then
  3483      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  3484   fi
  3485   for depmode in $am_compiler_list; do
  3486     # Setup a source with many dependencies, because some compilers
  3487     # like to wrap large dependency lists on column 80 (with \), and
  3488     # we should not choose a depcomp mode which is confused by this.
  3490     # We need to recreate these files for each test, as the compiler may
  3491     # overwrite some of them when testing with obscure command lines.
  3492     # This happens at least with the AIX C compiler.
  3493     : > sub/conftest.c
  3494     for i in 1 2 3 4 5 6; do
  3495       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  3496       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  3497       # Solaris 8's {/usr,}/bin/sh.
  3498       touch sub/conftst$i.h
  3499     done
  3500     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  3502     case $depmode in
  3503     nosideeffect)
  3504       # after this tag, mechanisms are not by side-effect, so they'll
  3505       # only be used when explicitly requested
  3506       if test "x$enable_dependency_tracking" = xyes; then
  3507 	continue
  3508       else
  3509 	break
  3510       fi
  3511       ;;
  3512     none) break ;;
  3513     esac
  3514     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  3515     # mode.  It turns out that the SunPro C++ compiler does not properly
  3516     # handle `-M -o', and we need to detect this.
  3517     if depmode=$depmode \
  3518        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  3519        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  3520        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  3521          >/dev/null 2>conftest.err &&
  3522        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  3523        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  3524        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  3525       # icc doesn't choke on unknown options, it will just issue warnings
  3526       # or remarks (even with -Werror).  So we grep stderr for any message
  3527       # that says an option was ignored or not supported.
  3528       # When given -MP, icc 7.0 and 7.1 complain thusly:
  3529       #   icc: Command line warning: ignoring option '-M'; no argument required
  3530       # The diagnosis changed in icc 8.0:
  3531       #   icc: Command line remark: option '-MP' not supported
  3532       if (grep 'ignoring option' conftest.err ||
  3533           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  3534         am_cv_CC_dependencies_compiler_type=$depmode
  3535         break
  3536       fi
  3537     fi
  3538   done
  3540   cd ..
  3541   rm -rf conftest.dir
  3542 else
  3543   am_cv_CC_dependencies_compiler_type=none
  3544 fi
  3546 fi
  3547 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  3548 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  3549 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  3553 if
  3554   test "x$enable_dependency_tracking" != xno \
  3555   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  3556   am__fastdepCC_TRUE=
  3557   am__fastdepCC_FALSE='#'
  3558 else
  3559   am__fastdepCC_TRUE='#'
  3560   am__fastdepCC_FALSE=
  3561 fi
  3566         { $as_echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5
  3567 $as_echo_n "checking for strerror in -lcposix... " >&6; }
  3568 if test "${ac_cv_lib_cposix_strerror+set}" = set; then
  3569   $as_echo_n "(cached) " >&6
  3570 else
  3571   ac_check_lib_save_LIBS=$LIBS
  3572 LIBS="-lcposix  $LIBS"
  3573 cat >conftest.$ac_ext <<_ACEOF
  3574 /* confdefs.h.  */
  3575 _ACEOF
  3576 cat confdefs.h >>conftest.$ac_ext
  3577 cat >>conftest.$ac_ext <<_ACEOF
  3578 /* end confdefs.h.  */
  3580 /* Override any GCC internal prototype to avoid an error.
  3581    Use char because int might match the return type of a GCC
  3582    builtin and then its argument prototype would still apply.  */
  3583 #ifdef __cplusplus
  3584 extern "C"
  3585 #endif
  3586 char strerror ();
  3587 int
  3588 main ()
  3590 return strerror ();
  3592   return 0;
  3594 _ACEOF
  3595 rm -f conftest.$ac_objext conftest$ac_exeext
  3596 if { (ac_try="$ac_link"
  3597 case "(($ac_try" in
  3598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3599   *) ac_try_echo=$ac_try;;
  3600 esac
  3601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3602 $as_echo "$ac_try_echo") >&5
  3603   (eval "$ac_link") 2>conftest.er1
  3604   ac_status=$?
  3605   grep -v '^ *+' conftest.er1 >conftest.err
  3606   rm -f conftest.er1
  3607   cat conftest.err >&5
  3608   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3609   (exit $ac_status); } && {
  3610 	 test -z "$ac_c_werror_flag" ||
  3611 	 test ! -s conftest.err
  3612        } && test -s conftest$ac_exeext && {
  3613 	 test "$cross_compiling" = yes ||
  3614 	 $as_test_x conftest$ac_exeext
  3615        }; then
  3616   ac_cv_lib_cposix_strerror=yes
  3617 else
  3618   $as_echo "$as_me: failed program was:" >&5
  3619 sed 's/^/| /' conftest.$ac_ext >&5
  3621 	ac_cv_lib_cposix_strerror=no
  3622 fi
  3624 rm -rf conftest.dSYM
  3625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  3626       conftest$ac_exeext conftest.$ac_ext
  3627 LIBS=$ac_check_lib_save_LIBS
  3628 fi
  3629 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5
  3630 $as_echo "$ac_cv_lib_cposix_strerror" >&6; }
  3631 if test $ac_cv_lib_cposix_strerror = yes; then
  3632   LIBS="$LIBS -lcposix"
  3633 fi
  3637 ac_ext=c
  3638 ac_cpp='$CPP $CPPFLAGS'
  3639 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3640 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3641 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3642 if test -n "$ac_tool_prefix"; then
  3643   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  3644 set dummy ${ac_tool_prefix}gcc; ac_word=$2
  3645 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  3646 $as_echo_n "checking for $ac_word... " >&6; }
  3647 if test "${ac_cv_prog_CC+set}" = set; then
  3648   $as_echo_n "(cached) " >&6
  3649 else
  3650   if test -n "$CC"; then
  3651   ac_cv_prog_CC="$CC" # Let the user override the test.
  3652 else
  3653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3654 for as_dir in $PATH
  3655 do
  3656   IFS=$as_save_IFS
  3657   test -z "$as_dir" && as_dir=.
  3658   for ac_exec_ext in '' $ac_executable_extensions; do
  3659   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3660     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  3661     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3662     break 2
  3663   fi
  3664 done
  3665 done
  3666 IFS=$as_save_IFS
  3668 fi
  3669 fi
  3670 CC=$ac_cv_prog_CC
  3671 if test -n "$CC"; then
  3672   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  3673 $as_echo "$CC" >&6; }
  3674 else
  3675   { $as_echo "$as_me:$LINENO: result: no" >&5
  3676 $as_echo "no" >&6; }
  3677 fi
  3680 fi
  3681 if test -z "$ac_cv_prog_CC"; then
  3682   ac_ct_CC=$CC
  3683   # Extract the first word of "gcc", so it can be a program name with args.
  3684 set dummy gcc; ac_word=$2
  3685 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  3686 $as_echo_n "checking for $ac_word... " >&6; }
  3687 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  3688   $as_echo_n "(cached) " >&6
  3689 else
  3690   if test -n "$ac_ct_CC"; then
  3691   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  3692 else
  3693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3694 for as_dir in $PATH
  3695 do
  3696   IFS=$as_save_IFS
  3697   test -z "$as_dir" && as_dir=.
  3698   for ac_exec_ext in '' $ac_executable_extensions; do
  3699   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3700     ac_cv_prog_ac_ct_CC="gcc"
  3701     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3702     break 2
  3703   fi
  3704 done
  3705 done
  3706 IFS=$as_save_IFS
  3708 fi
  3709 fi
  3710 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  3711 if test -n "$ac_ct_CC"; then
  3712   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  3713 $as_echo "$ac_ct_CC" >&6; }
  3714 else
  3715   { $as_echo "$as_me:$LINENO: result: no" >&5
  3716 $as_echo "no" >&6; }
  3717 fi
  3719   if test "x$ac_ct_CC" = x; then
  3720     CC=""
  3721   else
  3722     case $cross_compiling:$ac_tool_warned in
  3723 yes:)
  3724 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3725 whose name does not start with the host triplet.  If you think this
  3726 configuration is useful to you, please write to autoconf@gnu.org." >&5
  3727 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3728 whose name does not start with the host triplet.  If you think this
  3729 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3730 ac_tool_warned=yes ;;
  3731 esac
  3732     CC=$ac_ct_CC
  3733   fi
  3734 else
  3735   CC="$ac_cv_prog_CC"
  3736 fi
  3738 if test -z "$CC"; then
  3739           if test -n "$ac_tool_prefix"; then
  3740     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  3741 set dummy ${ac_tool_prefix}cc; ac_word=$2
  3742 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  3743 $as_echo_n "checking for $ac_word... " >&6; }
  3744 if test "${ac_cv_prog_CC+set}" = set; then
  3745   $as_echo_n "(cached) " >&6
  3746 else
  3747   if test -n "$CC"; then
  3748   ac_cv_prog_CC="$CC" # Let the user override the test.
  3749 else
  3750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3751 for as_dir in $PATH
  3752 do
  3753   IFS=$as_save_IFS
  3754   test -z "$as_dir" && as_dir=.
  3755   for ac_exec_ext in '' $ac_executable_extensions; do
  3756   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3757     ac_cv_prog_CC="${ac_tool_prefix}cc"
  3758     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3759     break 2
  3760   fi
  3761 done
  3762 done
  3763 IFS=$as_save_IFS
  3765 fi
  3766 fi
  3767 CC=$ac_cv_prog_CC
  3768 if test -n "$CC"; then
  3769   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  3770 $as_echo "$CC" >&6; }
  3771 else
  3772   { $as_echo "$as_me:$LINENO: result: no" >&5
  3773 $as_echo "no" >&6; }
  3774 fi
  3777   fi
  3778 fi
  3779 if test -z "$CC"; then
  3780   # Extract the first word of "cc", so it can be a program name with args.
  3781 set dummy cc; ac_word=$2
  3782 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  3783 $as_echo_n "checking for $ac_word... " >&6; }
  3784 if test "${ac_cv_prog_CC+set}" = set; then
  3785   $as_echo_n "(cached) " >&6
  3786 else
  3787   if test -n "$CC"; then
  3788   ac_cv_prog_CC="$CC" # Let the user override the test.
  3789 else
  3790   ac_prog_rejected=no
  3791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3792 for as_dir in $PATH
  3793 do
  3794   IFS=$as_save_IFS
  3795   test -z "$as_dir" && as_dir=.
  3796   for ac_exec_ext in '' $ac_executable_extensions; do
  3797   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3798     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  3799        ac_prog_rejected=yes
  3800        continue
  3801      fi
  3802     ac_cv_prog_CC="cc"
  3803     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3804     break 2
  3805   fi
  3806 done
  3807 done
  3808 IFS=$as_save_IFS
  3810 if test $ac_prog_rejected = yes; then
  3811   # We found a bogon in the path, so make sure we never use it.
  3812   set dummy $ac_cv_prog_CC
  3813   shift
  3814   if test $# != 0; then
  3815     # We chose a different compiler from the bogus one.
  3816     # However, it has the same basename, so the bogon will be chosen
  3817     # first if we set CC to just the basename; use the full file name.
  3818     shift
  3819     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  3820   fi
  3821 fi
  3822 fi
  3823 fi
  3824 CC=$ac_cv_prog_CC
  3825 if test -n "$CC"; then
  3826   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  3827 $as_echo "$CC" >&6; }
  3828 else
  3829   { $as_echo "$as_me:$LINENO: result: no" >&5
  3830 $as_echo "no" >&6; }
  3831 fi
  3834 fi
  3835 if test -z "$CC"; then
  3836   if test -n "$ac_tool_prefix"; then
  3837   for ac_prog in cl.exe
  3838   do
  3839     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  3840 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  3841 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  3842 $as_echo_n "checking for $ac_word... " >&6; }
  3843 if test "${ac_cv_prog_CC+set}" = set; then
  3844   $as_echo_n "(cached) " >&6
  3845 else
  3846   if test -n "$CC"; then
  3847   ac_cv_prog_CC="$CC" # Let the user override the test.
  3848 else
  3849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3850 for as_dir in $PATH
  3851 do
  3852   IFS=$as_save_IFS
  3853   test -z "$as_dir" && as_dir=.
  3854   for ac_exec_ext in '' $ac_executable_extensions; do
  3855   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3856     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  3857     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3858     break 2
  3859   fi
  3860 done
  3861 done
  3862 IFS=$as_save_IFS
  3864 fi
  3865 fi
  3866 CC=$ac_cv_prog_CC
  3867 if test -n "$CC"; then
  3868   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  3869 $as_echo "$CC" >&6; }
  3870 else
  3871   { $as_echo "$as_me:$LINENO: result: no" >&5
  3872 $as_echo "no" >&6; }
  3873 fi
  3876     test -n "$CC" && break
  3877   done
  3878 fi
  3879 if test -z "$CC"; then
  3880   ac_ct_CC=$CC
  3881   for ac_prog in cl.exe
  3882 do
  3883   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3884 set dummy $ac_prog; ac_word=$2
  3885 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  3886 $as_echo_n "checking for $ac_word... " >&6; }
  3887 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  3888   $as_echo_n "(cached) " >&6
  3889 else
  3890   if test -n "$ac_ct_CC"; then
  3891   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  3892 else
  3893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3894 for as_dir in $PATH
  3895 do
  3896   IFS=$as_save_IFS
  3897   test -z "$as_dir" && as_dir=.
  3898   for ac_exec_ext in '' $ac_executable_extensions; do
  3899   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3900     ac_cv_prog_ac_ct_CC="$ac_prog"
  3901     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  3902     break 2
  3903   fi
  3904 done
  3905 done
  3906 IFS=$as_save_IFS
  3908 fi
  3909 fi
  3910 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  3911 if test -n "$ac_ct_CC"; then
  3912   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  3913 $as_echo "$ac_ct_CC" >&6; }
  3914 else
  3915   { $as_echo "$as_me:$LINENO: result: no" >&5
  3916 $as_echo "no" >&6; }
  3917 fi
  3920   test -n "$ac_ct_CC" && break
  3921 done
  3923   if test "x$ac_ct_CC" = x; then
  3924     CC=""
  3925   else
  3926     case $cross_compiling:$ac_tool_warned in
  3927 yes:)
  3928 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  3929 whose name does not start with the host triplet.  If you think this
  3930 configuration is useful to you, please write to autoconf@gnu.org." >&5
  3931 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  3932 whose name does not start with the host triplet.  If you think this
  3933 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  3934 ac_tool_warned=yes ;;
  3935 esac
  3936     CC=$ac_ct_CC
  3937   fi
  3938 fi
  3940 fi
  3943 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  3944 See \`config.log' for more details." >&5
  3945 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
  3946 See \`config.log' for more details." >&2;}
  3947    { (exit 1); exit 1; }; }
  3949 # Provide some information about the compiler.
  3950 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
  3951 set X $ac_compile
  3952 ac_compiler=$2
  3953 { (ac_try="$ac_compiler --version >&5"
  3954 case "(($ac_try" in
  3955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3956   *) ac_try_echo=$ac_try;;
  3957 esac
  3958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3959 $as_echo "$ac_try_echo") >&5
  3960   (eval "$ac_compiler --version >&5") 2>&5
  3961   ac_status=$?
  3962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3963   (exit $ac_status); }
  3964 { (ac_try="$ac_compiler -v >&5"
  3965 case "(($ac_try" in
  3966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3967   *) ac_try_echo=$ac_try;;
  3968 esac
  3969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3970 $as_echo "$ac_try_echo") >&5
  3971   (eval "$ac_compiler -v >&5") 2>&5
  3972   ac_status=$?
  3973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3974   (exit $ac_status); }
  3975 { (ac_try="$ac_compiler -V >&5"
  3976 case "(($ac_try" in
  3977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  3978   *) ac_try_echo=$ac_try;;
  3979 esac
  3980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  3981 $as_echo "$ac_try_echo") >&5
  3982   (eval "$ac_compiler -V >&5") 2>&5
  3983   ac_status=$?
  3984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  3985   (exit $ac_status); }
  3987 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  3988 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  3989 if test "${ac_cv_c_compiler_gnu+set}" = set; then
  3990   $as_echo_n "(cached) " >&6
  3991 else
  3992   cat >conftest.$ac_ext <<_ACEOF
  3993 /* confdefs.h.  */
  3994 _ACEOF
  3995 cat confdefs.h >>conftest.$ac_ext
  3996 cat >>conftest.$ac_ext <<_ACEOF
  3997 /* end confdefs.h.  */
  3999 int
  4000 main ()
  4002 #ifndef __GNUC__
  4003        choke me
  4004 #endif
  4007   return 0;
  4009 _ACEOF
  4010 rm -f conftest.$ac_objext
  4011 if { (ac_try="$ac_compile"
  4012 case "(($ac_try" in
  4013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4014   *) ac_try_echo=$ac_try;;
  4015 esac
  4016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4017 $as_echo "$ac_try_echo") >&5
  4018   (eval "$ac_compile") 2>conftest.er1
  4019   ac_status=$?
  4020   grep -v '^ *+' conftest.er1 >conftest.err
  4021   rm -f conftest.er1
  4022   cat conftest.err >&5
  4023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4024   (exit $ac_status); } && {
  4025 	 test -z "$ac_c_werror_flag" ||
  4026 	 test ! -s conftest.err
  4027        } && test -s conftest.$ac_objext; then
  4028   ac_compiler_gnu=yes
  4029 else
  4030   $as_echo "$as_me: failed program was:" >&5
  4031 sed 's/^/| /' conftest.$ac_ext >&5
  4033 	ac_compiler_gnu=no
  4034 fi
  4036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4037 ac_cv_c_compiler_gnu=$ac_compiler_gnu
  4039 fi
  4040 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  4041 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
  4042 if test $ac_compiler_gnu = yes; then
  4043   GCC=yes
  4044 else
  4045   GCC=
  4046 fi
  4047 ac_test_CFLAGS=${CFLAGS+set}
  4048 ac_save_CFLAGS=$CFLAGS
  4049 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  4050 $as_echo_n "checking whether $CC accepts -g... " >&6; }
  4051 if test "${ac_cv_prog_cc_g+set}" = set; then
  4052   $as_echo_n "(cached) " >&6
  4053 else
  4054   ac_save_c_werror_flag=$ac_c_werror_flag
  4055    ac_c_werror_flag=yes
  4056    ac_cv_prog_cc_g=no
  4057    CFLAGS="-g"
  4058    cat >conftest.$ac_ext <<_ACEOF
  4059 /* confdefs.h.  */
  4060 _ACEOF
  4061 cat confdefs.h >>conftest.$ac_ext
  4062 cat >>conftest.$ac_ext <<_ACEOF
  4063 /* end confdefs.h.  */
  4065 int
  4066 main ()
  4070   return 0;
  4072 _ACEOF
  4073 rm -f conftest.$ac_objext
  4074 if { (ac_try="$ac_compile"
  4075 case "(($ac_try" in
  4076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4077   *) ac_try_echo=$ac_try;;
  4078 esac
  4079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4080 $as_echo "$ac_try_echo") >&5
  4081   (eval "$ac_compile") 2>conftest.er1
  4082   ac_status=$?
  4083   grep -v '^ *+' conftest.er1 >conftest.err
  4084   rm -f conftest.er1
  4085   cat conftest.err >&5
  4086   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4087   (exit $ac_status); } && {
  4088 	 test -z "$ac_c_werror_flag" ||
  4089 	 test ! -s conftest.err
  4090        } && test -s conftest.$ac_objext; then
  4091   ac_cv_prog_cc_g=yes
  4092 else
  4093   $as_echo "$as_me: failed program was:" >&5
  4094 sed 's/^/| /' conftest.$ac_ext >&5
  4096 	CFLAGS=""
  4097       cat >conftest.$ac_ext <<_ACEOF
  4098 /* confdefs.h.  */
  4099 _ACEOF
  4100 cat confdefs.h >>conftest.$ac_ext
  4101 cat >>conftest.$ac_ext <<_ACEOF
  4102 /* end confdefs.h.  */
  4104 int
  4105 main ()
  4109   return 0;
  4111 _ACEOF
  4112 rm -f conftest.$ac_objext
  4113 if { (ac_try="$ac_compile"
  4114 case "(($ac_try" in
  4115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4116   *) ac_try_echo=$ac_try;;
  4117 esac
  4118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4119 $as_echo "$ac_try_echo") >&5
  4120   (eval "$ac_compile") 2>conftest.er1
  4121   ac_status=$?
  4122   grep -v '^ *+' conftest.er1 >conftest.err
  4123   rm -f conftest.er1
  4124   cat conftest.err >&5
  4125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4126   (exit $ac_status); } && {
  4127 	 test -z "$ac_c_werror_flag" ||
  4128 	 test ! -s conftest.err
  4129        } && test -s conftest.$ac_objext; then
  4131 else
  4132   $as_echo "$as_me: failed program was:" >&5
  4133 sed 's/^/| /' conftest.$ac_ext >&5
  4135 	ac_c_werror_flag=$ac_save_c_werror_flag
  4136 	 CFLAGS="-g"
  4137 	 cat >conftest.$ac_ext <<_ACEOF
  4138 /* confdefs.h.  */
  4139 _ACEOF
  4140 cat confdefs.h >>conftest.$ac_ext
  4141 cat >>conftest.$ac_ext <<_ACEOF
  4142 /* end confdefs.h.  */
  4144 int
  4145 main ()
  4149   return 0;
  4151 _ACEOF
  4152 rm -f conftest.$ac_objext
  4153 if { (ac_try="$ac_compile"
  4154 case "(($ac_try" in
  4155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4156   *) ac_try_echo=$ac_try;;
  4157 esac
  4158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4159 $as_echo "$ac_try_echo") >&5
  4160   (eval "$ac_compile") 2>conftest.er1
  4161   ac_status=$?
  4162   grep -v '^ *+' conftest.er1 >conftest.err
  4163   rm -f conftest.er1
  4164   cat conftest.err >&5
  4165   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4166   (exit $ac_status); } && {
  4167 	 test -z "$ac_c_werror_flag" ||
  4168 	 test ! -s conftest.err
  4169        } && test -s conftest.$ac_objext; then
  4170   ac_cv_prog_cc_g=yes
  4171 else
  4172   $as_echo "$as_me: failed program was:" >&5
  4173 sed 's/^/| /' conftest.$ac_ext >&5
  4176 fi
  4178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4179 fi
  4181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4182 fi
  4184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4185    ac_c_werror_flag=$ac_save_c_werror_flag
  4186 fi
  4187 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  4188 $as_echo "$ac_cv_prog_cc_g" >&6; }
  4189 if test "$ac_test_CFLAGS" = set; then
  4190   CFLAGS=$ac_save_CFLAGS
  4191 elif test $ac_cv_prog_cc_g = yes; then
  4192   if test "$GCC" = yes; then
  4193     CFLAGS="-g -O2"
  4194   else
  4195     CFLAGS="-g"
  4196   fi
  4197 else
  4198   if test "$GCC" = yes; then
  4199     CFLAGS="-O2"
  4200   else
  4201     CFLAGS=
  4202   fi
  4203 fi
  4204 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  4205 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  4206 if test "${ac_cv_prog_cc_c89+set}" = set; then
  4207   $as_echo_n "(cached) " >&6
  4208 else
  4209   ac_cv_prog_cc_c89=no
  4210 ac_save_CC=$CC
  4211 cat >conftest.$ac_ext <<_ACEOF
  4212 /* confdefs.h.  */
  4213 _ACEOF
  4214 cat confdefs.h >>conftest.$ac_ext
  4215 cat >>conftest.$ac_ext <<_ACEOF
  4216 /* end confdefs.h.  */
  4217 #include <stdarg.h>
  4218 #include <stdio.h>
  4219 #include <sys/types.h>
  4220 #include <sys/stat.h>
  4221 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  4222 struct buf { int x; };
  4223 FILE * (*rcsopen) (struct buf *, struct stat *, int);
  4224 static char *e (p, i)
  4225      char **p;
  4226      int i;
  4228   return p[i];
  4230 static char *f (char * (*g) (char **, int), char **p, ...)
  4232   char *s;
  4233   va_list v;
  4234   va_start (v,p);
  4235   s = g (p, va_arg (v,int));
  4236   va_end (v);
  4237   return s;
  4240 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  4241    function prototypes and stuff, but not '\xHH' hex character constants.
  4242    These don't provoke an error unfortunately, instead are silently treated
  4243    as 'x'.  The following induces an error, until -std is added to get
  4244    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  4245    array size at least.  It's necessary to write '\x00'==0 to get something
  4246    that's true only with -std.  */
  4247 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  4249 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  4250    inside strings and character constants.  */
  4251 #define FOO(x) 'x'
  4252 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  4254 int test (int i, double x);
  4255 struct s1 {int (*f) (int a);};
  4256 struct s2 {int (*f) (double a);};
  4257 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  4258 int argc;
  4259 char **argv;
  4260 int
  4261 main ()
  4263 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  4265   return 0;
  4267 _ACEOF
  4268 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  4269 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  4270 do
  4271   CC="$ac_save_CC $ac_arg"
  4272   rm -f conftest.$ac_objext
  4273 if { (ac_try="$ac_compile"
  4274 case "(($ac_try" in
  4275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4276   *) ac_try_echo=$ac_try;;
  4277 esac
  4278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4279 $as_echo "$ac_try_echo") >&5
  4280   (eval "$ac_compile") 2>conftest.er1
  4281   ac_status=$?
  4282   grep -v '^ *+' conftest.er1 >conftest.err
  4283   rm -f conftest.er1
  4284   cat conftest.err >&5
  4285   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4286   (exit $ac_status); } && {
  4287 	 test -z "$ac_c_werror_flag" ||
  4288 	 test ! -s conftest.err
  4289        } && test -s conftest.$ac_objext; then
  4290   ac_cv_prog_cc_c89=$ac_arg
  4291 else
  4292   $as_echo "$as_me: failed program was:" >&5
  4293 sed 's/^/| /' conftest.$ac_ext >&5
  4296 fi
  4298 rm -f core conftest.err conftest.$ac_objext
  4299   test "x$ac_cv_prog_cc_c89" != "xno" && break
  4300 done
  4301 rm -f conftest.$ac_ext
  4302 CC=$ac_save_CC
  4304 fi
  4305 # AC_CACHE_VAL
  4306 case "x$ac_cv_prog_cc_c89" in
  4307   x)
  4308     { $as_echo "$as_me:$LINENO: result: none needed" >&5
  4309 $as_echo "none needed" >&6; } ;;
  4310   xno)
  4311     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
  4312 $as_echo "unsupported" >&6; } ;;
  4313   *)
  4314     CC="$CC $ac_cv_prog_cc_c89"
  4315     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  4316 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  4317 esac
  4320 ac_ext=c
  4321 ac_cpp='$CPP $CPPFLAGS'
  4322 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4323 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4324 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4326 depcc="$CC"   am_compiler_list=
  4328 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  4329 $as_echo_n "checking dependency style of $depcc... " >&6; }
  4330 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  4331   $as_echo_n "(cached) " >&6
  4332 else
  4333   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  4334   # We make a subdir and do the tests there.  Otherwise we can end up
  4335   # making bogus files that we don't know about and never remove.  For
  4336   # instance it was reported that on HP-UX the gcc test will end up
  4337   # making a dummy file named `D' -- because `-MD' means `put the output
  4338   # in D'.
  4339   mkdir conftest.dir
  4340   # Copy depcomp to subdir because otherwise we won't find it if we're
  4341   # using a relative directory.
  4342   cp "$am_depcomp" conftest.dir
  4343   cd conftest.dir
  4344   # We will build objects and dependencies in a subdirectory because
  4345   # it helps to detect inapplicable dependency modes.  For instance
  4346   # both Tru64's cc and ICC support -MD to output dependencies as a
  4347   # side effect of compilation, but ICC will put the dependencies in
  4348   # the current directory while Tru64 will put them in the object
  4349   # directory.
  4350   mkdir sub
  4352   am_cv_CC_dependencies_compiler_type=none
  4353   if test "$am_compiler_list" = ""; then
  4354      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  4355   fi
  4356   for depmode in $am_compiler_list; do
  4357     # Setup a source with many dependencies, because some compilers
  4358     # like to wrap large dependency lists on column 80 (with \), and
  4359     # we should not choose a depcomp mode which is confused by this.
  4361     # We need to recreate these files for each test, as the compiler may
  4362     # overwrite some of them when testing with obscure command lines.
  4363     # This happens at least with the AIX C compiler.
  4364     : > sub/conftest.c
  4365     for i in 1 2 3 4 5 6; do
  4366       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  4367       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  4368       # Solaris 8's {/usr,}/bin/sh.
  4369       touch sub/conftst$i.h
  4370     done
  4371     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  4373     case $depmode in
  4374     nosideeffect)
  4375       # after this tag, mechanisms are not by side-effect, so they'll
  4376       # only be used when explicitly requested
  4377       if test "x$enable_dependency_tracking" = xyes; then
  4378 	continue
  4379       else
  4380 	break
  4381       fi
  4382       ;;
  4383     none) break ;;
  4384     esac
  4385     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  4386     # mode.  It turns out that the SunPro C++ compiler does not properly
  4387     # handle `-M -o', and we need to detect this.
  4388     if depmode=$depmode \
  4389        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  4390        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  4391        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  4392          >/dev/null 2>conftest.err &&
  4393        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  4394        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  4395        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  4396       # icc doesn't choke on unknown options, it will just issue warnings
  4397       # or remarks (even with -Werror).  So we grep stderr for any message
  4398       # that says an option was ignored or not supported.
  4399       # When given -MP, icc 7.0 and 7.1 complain thusly:
  4400       #   icc: Command line warning: ignoring option '-M'; no argument required
  4401       # The diagnosis changed in icc 8.0:
  4402       #   icc: Command line remark: option '-MP' not supported
  4403       if (grep 'ignoring option' conftest.err ||
  4404           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  4405         am_cv_CC_dependencies_compiler_type=$depmode
  4406         break
  4407       fi
  4408     fi
  4409   done
  4411   cd ..
  4412   rm -rf conftest.dir
  4413 else
  4414   am_cv_CC_dependencies_compiler_type=none
  4415 fi
  4417 fi
  4418 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  4419 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  4420 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  4424 if
  4425   test "x$enable_dependency_tracking" != xno \
  4426   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  4427   am__fastdepCC_TRUE=
  4428   am__fastdepCC_FALSE='#'
  4429 else
  4430   am__fastdepCC_TRUE='#'
  4431   am__fastdepCC_FALSE=
  4432 fi
  4435 ac_ext=c
  4436 ac_cpp='$CPP $CPPFLAGS'
  4437 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  4438 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  4439 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  4440 if test -n "$ac_tool_prefix"; then
  4441   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  4442 set dummy ${ac_tool_prefix}gcc; ac_word=$2
  4443 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  4444 $as_echo_n "checking for $ac_word... " >&6; }
  4445 if test "${ac_cv_prog_CC+set}" = set; then
  4446   $as_echo_n "(cached) " >&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}gcc"
  4459     $as_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   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  4471 $as_echo "$CC" >&6; }
  4472 else
  4473   { $as_echo "$as_me:$LINENO: result: no" >&5
  4474 $as_echo "no" >&6; }
  4475 fi
  4478 fi
  4479 if test -z "$ac_cv_prog_CC"; then
  4480   ac_ct_CC=$CC
  4481   # Extract the first word of "gcc", so it can be a program name with args.
  4482 set dummy gcc; ac_word=$2
  4483 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  4484 $as_echo_n "checking for $ac_word... " >&6; }
  4485 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  4486   $as_echo_n "(cached) " >&6
  4487 else
  4488   if test -n "$ac_ct_CC"; then
  4489   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  4490 else
  4491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4492 for as_dir in $PATH
  4493 do
  4494   IFS=$as_save_IFS
  4495   test -z "$as_dir" && as_dir=.
  4496   for ac_exec_ext in '' $ac_executable_extensions; do
  4497   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4498     ac_cv_prog_ac_ct_CC="gcc"
  4499     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4500     break 2
  4501   fi
  4502 done
  4503 done
  4504 IFS=$as_save_IFS
  4506 fi
  4507 fi
  4508 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  4509 if test -n "$ac_ct_CC"; then
  4510   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  4511 $as_echo "$ac_ct_CC" >&6; }
  4512 else
  4513   { $as_echo "$as_me:$LINENO: result: no" >&5
  4514 $as_echo "no" >&6; }
  4515 fi
  4517   if test "x$ac_ct_CC" = x; then
  4518     CC=""
  4519   else
  4520     case $cross_compiling:$ac_tool_warned in
  4521 yes:)
  4522 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  4523 whose name does not start with the host triplet.  If you think this
  4524 configuration is useful to you, please write to autoconf@gnu.org." >&5
  4525 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  4526 whose name does not start with the host triplet.  If you think this
  4527 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  4528 ac_tool_warned=yes ;;
  4529 esac
  4530     CC=$ac_ct_CC
  4531   fi
  4532 else
  4533   CC="$ac_cv_prog_CC"
  4534 fi
  4536 if test -z "$CC"; then
  4537           if test -n "$ac_tool_prefix"; then
  4538     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  4539 set dummy ${ac_tool_prefix}cc; ac_word=$2
  4540 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  4541 $as_echo_n "checking for $ac_word... " >&6; }
  4542 if test "${ac_cv_prog_CC+set}" = set; then
  4543   $as_echo_n "(cached) " >&6
  4544 else
  4545   if test -n "$CC"; then
  4546   ac_cv_prog_CC="$CC" # Let the user override the test.
  4547 else
  4548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4549 for as_dir in $PATH
  4550 do
  4551   IFS=$as_save_IFS
  4552   test -z "$as_dir" && as_dir=.
  4553   for ac_exec_ext in '' $ac_executable_extensions; do
  4554   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4555     ac_cv_prog_CC="${ac_tool_prefix}cc"
  4556     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4557     break 2
  4558   fi
  4559 done
  4560 done
  4561 IFS=$as_save_IFS
  4563 fi
  4564 fi
  4565 CC=$ac_cv_prog_CC
  4566 if test -n "$CC"; then
  4567   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  4568 $as_echo "$CC" >&6; }
  4569 else
  4570   { $as_echo "$as_me:$LINENO: result: no" >&5
  4571 $as_echo "no" >&6; }
  4572 fi
  4575   fi
  4576 fi
  4577 if test -z "$CC"; then
  4578   # Extract the first word of "cc", so it can be a program name with args.
  4579 set dummy cc; ac_word=$2
  4580 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  4581 $as_echo_n "checking for $ac_word... " >&6; }
  4582 if test "${ac_cv_prog_CC+set}" = set; then
  4583   $as_echo_n "(cached) " >&6
  4584 else
  4585   if test -n "$CC"; then
  4586   ac_cv_prog_CC="$CC" # Let the user override the test.
  4587 else
  4588   ac_prog_rejected=no
  4589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4590 for as_dir in $PATH
  4591 do
  4592   IFS=$as_save_IFS
  4593   test -z "$as_dir" && as_dir=.
  4594   for ac_exec_ext in '' $ac_executable_extensions; do
  4595   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4596     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  4597        ac_prog_rejected=yes
  4598        continue
  4599      fi
  4600     ac_cv_prog_CC="cc"
  4601     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4602     break 2
  4603   fi
  4604 done
  4605 done
  4606 IFS=$as_save_IFS
  4608 if test $ac_prog_rejected = yes; then
  4609   # We found a bogon in the path, so make sure we never use it.
  4610   set dummy $ac_cv_prog_CC
  4611   shift
  4612   if test $# != 0; then
  4613     # We chose a different compiler from the bogus one.
  4614     # However, it has the same basename, so the bogon will be chosen
  4615     # first if we set CC to just the basename; use the full file name.
  4616     shift
  4617     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  4618   fi
  4619 fi
  4620 fi
  4621 fi
  4622 CC=$ac_cv_prog_CC
  4623 if test -n "$CC"; then
  4624   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  4625 $as_echo "$CC" >&6; }
  4626 else
  4627   { $as_echo "$as_me:$LINENO: result: no" >&5
  4628 $as_echo "no" >&6; }
  4629 fi
  4632 fi
  4633 if test -z "$CC"; then
  4634   if test -n "$ac_tool_prefix"; then
  4635   for ac_prog in cl.exe
  4636   do
  4637     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  4638 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  4639 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  4640 $as_echo_n "checking for $ac_word... " >&6; }
  4641 if test "${ac_cv_prog_CC+set}" = set; then
  4642   $as_echo_n "(cached) " >&6
  4643 else
  4644   if test -n "$CC"; then
  4645   ac_cv_prog_CC="$CC" # Let the user override the test.
  4646 else
  4647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4648 for as_dir in $PATH
  4649 do
  4650   IFS=$as_save_IFS
  4651   test -z "$as_dir" && as_dir=.
  4652   for ac_exec_ext in '' $ac_executable_extensions; do
  4653   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4654     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  4655     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4656     break 2
  4657   fi
  4658 done
  4659 done
  4660 IFS=$as_save_IFS
  4662 fi
  4663 fi
  4664 CC=$ac_cv_prog_CC
  4665 if test -n "$CC"; then
  4666   { $as_echo "$as_me:$LINENO: result: $CC" >&5
  4667 $as_echo "$CC" >&6; }
  4668 else
  4669   { $as_echo "$as_me:$LINENO: result: no" >&5
  4670 $as_echo "no" >&6; }
  4671 fi
  4674     test -n "$CC" && break
  4675   done
  4676 fi
  4677 if test -z "$CC"; then
  4678   ac_ct_CC=$CC
  4679   for ac_prog in cl.exe
  4680 do
  4681   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4682 set dummy $ac_prog; ac_word=$2
  4683 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  4684 $as_echo_n "checking for $ac_word... " >&6; }
  4685 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  4686   $as_echo_n "(cached) " >&6
  4687 else
  4688   if test -n "$ac_ct_CC"; then
  4689   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  4690 else
  4691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  4692 for as_dir in $PATH
  4693 do
  4694   IFS=$as_save_IFS
  4695   test -z "$as_dir" && as_dir=.
  4696   for ac_exec_ext in '' $ac_executable_extensions; do
  4697   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  4698     ac_cv_prog_ac_ct_CC="$ac_prog"
  4699     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  4700     break 2
  4701   fi
  4702 done
  4703 done
  4704 IFS=$as_save_IFS
  4706 fi
  4707 fi
  4708 ac_ct_CC=$ac_cv_prog_ac_ct_CC
  4709 if test -n "$ac_ct_CC"; then
  4710   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  4711 $as_echo "$ac_ct_CC" >&6; }
  4712 else
  4713   { $as_echo "$as_me:$LINENO: result: no" >&5
  4714 $as_echo "no" >&6; }
  4715 fi
  4718   test -n "$ac_ct_CC" && break
  4719 done
  4721   if test "x$ac_ct_CC" = x; then
  4722     CC=""
  4723   else
  4724     case $cross_compiling:$ac_tool_warned in
  4725 yes:)
  4726 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  4727 whose name does not start with the host triplet.  If you think this
  4728 configuration is useful to you, please write to autoconf@gnu.org." >&5
  4729 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  4730 whose name does not start with the host triplet.  If you think this
  4731 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  4732 ac_tool_warned=yes ;;
  4733 esac
  4734     CC=$ac_ct_CC
  4735   fi
  4736 fi
  4738 fi
  4741 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
  4742 See \`config.log' for more details." >&5
  4743 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
  4744 See \`config.log' for more details." >&2;}
  4745    { (exit 1); exit 1; }; }
  4747 # Provide some information about the compiler.
  4748 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
  4749 set X $ac_compile
  4750 ac_compiler=$2
  4751 { (ac_try="$ac_compiler --version >&5"
  4752 case "(($ac_try" in
  4753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4754   *) ac_try_echo=$ac_try;;
  4755 esac
  4756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4757 $as_echo "$ac_try_echo") >&5
  4758   (eval "$ac_compiler --version >&5") 2>&5
  4759   ac_status=$?
  4760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4761   (exit $ac_status); }
  4762 { (ac_try="$ac_compiler -v >&5"
  4763 case "(($ac_try" in
  4764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4765   *) ac_try_echo=$ac_try;;
  4766 esac
  4767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4768 $as_echo "$ac_try_echo") >&5
  4769   (eval "$ac_compiler -v >&5") 2>&5
  4770   ac_status=$?
  4771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4772   (exit $ac_status); }
  4773 { (ac_try="$ac_compiler -V >&5"
  4774 case "(($ac_try" in
  4775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4776   *) ac_try_echo=$ac_try;;
  4777 esac
  4778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4779 $as_echo "$ac_try_echo") >&5
  4780   (eval "$ac_compiler -V >&5") 2>&5
  4781   ac_status=$?
  4782   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4783   (exit $ac_status); }
  4785 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  4786 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  4787 if test "${ac_cv_c_compiler_gnu+set}" = set; then
  4788   $as_echo_n "(cached) " >&6
  4789 else
  4790   cat >conftest.$ac_ext <<_ACEOF
  4791 /* confdefs.h.  */
  4792 _ACEOF
  4793 cat confdefs.h >>conftest.$ac_ext
  4794 cat >>conftest.$ac_ext <<_ACEOF
  4795 /* end confdefs.h.  */
  4797 int
  4798 main ()
  4800 #ifndef __GNUC__
  4801        choke me
  4802 #endif
  4805   return 0;
  4807 _ACEOF
  4808 rm -f conftest.$ac_objext
  4809 if { (ac_try="$ac_compile"
  4810 case "(($ac_try" in
  4811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4812   *) ac_try_echo=$ac_try;;
  4813 esac
  4814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4815 $as_echo "$ac_try_echo") >&5
  4816   (eval "$ac_compile") 2>conftest.er1
  4817   ac_status=$?
  4818   grep -v '^ *+' conftest.er1 >conftest.err
  4819   rm -f conftest.er1
  4820   cat conftest.err >&5
  4821   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4822   (exit $ac_status); } && {
  4823 	 test -z "$ac_c_werror_flag" ||
  4824 	 test ! -s conftest.err
  4825        } && test -s conftest.$ac_objext; then
  4826   ac_compiler_gnu=yes
  4827 else
  4828   $as_echo "$as_me: failed program was:" >&5
  4829 sed 's/^/| /' conftest.$ac_ext >&5
  4831 	ac_compiler_gnu=no
  4832 fi
  4834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4835 ac_cv_c_compiler_gnu=$ac_compiler_gnu
  4837 fi
  4838 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  4839 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
  4840 if test $ac_compiler_gnu = yes; then
  4841   GCC=yes
  4842 else
  4843   GCC=
  4844 fi
  4845 ac_test_CFLAGS=${CFLAGS+set}
  4846 ac_save_CFLAGS=$CFLAGS
  4847 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  4848 $as_echo_n "checking whether $CC accepts -g... " >&6; }
  4849 if test "${ac_cv_prog_cc_g+set}" = set; then
  4850   $as_echo_n "(cached) " >&6
  4851 else
  4852   ac_save_c_werror_flag=$ac_c_werror_flag
  4853    ac_c_werror_flag=yes
  4854    ac_cv_prog_cc_g=no
  4855    CFLAGS="-g"
  4856    cat >conftest.$ac_ext <<_ACEOF
  4857 /* confdefs.h.  */
  4858 _ACEOF
  4859 cat confdefs.h >>conftest.$ac_ext
  4860 cat >>conftest.$ac_ext <<_ACEOF
  4861 /* end confdefs.h.  */
  4863 int
  4864 main ()
  4868   return 0;
  4870 _ACEOF
  4871 rm -f conftest.$ac_objext
  4872 if { (ac_try="$ac_compile"
  4873 case "(($ac_try" in
  4874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4875   *) ac_try_echo=$ac_try;;
  4876 esac
  4877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4878 $as_echo "$ac_try_echo") >&5
  4879   (eval "$ac_compile") 2>conftest.er1
  4880   ac_status=$?
  4881   grep -v '^ *+' conftest.er1 >conftest.err
  4882   rm -f conftest.er1
  4883   cat conftest.err >&5
  4884   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4885   (exit $ac_status); } && {
  4886 	 test -z "$ac_c_werror_flag" ||
  4887 	 test ! -s conftest.err
  4888        } && test -s conftest.$ac_objext; then
  4889   ac_cv_prog_cc_g=yes
  4890 else
  4891   $as_echo "$as_me: failed program was:" >&5
  4892 sed 's/^/| /' conftest.$ac_ext >&5
  4894 	CFLAGS=""
  4895       cat >conftest.$ac_ext <<_ACEOF
  4896 /* confdefs.h.  */
  4897 _ACEOF
  4898 cat confdefs.h >>conftest.$ac_ext
  4899 cat >>conftest.$ac_ext <<_ACEOF
  4900 /* end confdefs.h.  */
  4902 int
  4903 main ()
  4907   return 0;
  4909 _ACEOF
  4910 rm -f conftest.$ac_objext
  4911 if { (ac_try="$ac_compile"
  4912 case "(($ac_try" in
  4913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4914   *) ac_try_echo=$ac_try;;
  4915 esac
  4916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4917 $as_echo "$ac_try_echo") >&5
  4918   (eval "$ac_compile") 2>conftest.er1
  4919   ac_status=$?
  4920   grep -v '^ *+' conftest.er1 >conftest.err
  4921   rm -f conftest.er1
  4922   cat conftest.err >&5
  4923   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4924   (exit $ac_status); } && {
  4925 	 test -z "$ac_c_werror_flag" ||
  4926 	 test ! -s conftest.err
  4927        } && test -s conftest.$ac_objext; then
  4929 else
  4930   $as_echo "$as_me: failed program was:" >&5
  4931 sed 's/^/| /' conftest.$ac_ext >&5
  4933 	ac_c_werror_flag=$ac_save_c_werror_flag
  4934 	 CFLAGS="-g"
  4935 	 cat >conftest.$ac_ext <<_ACEOF
  4936 /* confdefs.h.  */
  4937 _ACEOF
  4938 cat confdefs.h >>conftest.$ac_ext
  4939 cat >>conftest.$ac_ext <<_ACEOF
  4940 /* end confdefs.h.  */
  4942 int
  4943 main ()
  4947   return 0;
  4949 _ACEOF
  4950 rm -f conftest.$ac_objext
  4951 if { (ac_try="$ac_compile"
  4952 case "(($ac_try" in
  4953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  4954   *) ac_try_echo=$ac_try;;
  4955 esac
  4956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  4957 $as_echo "$ac_try_echo") >&5
  4958   (eval "$ac_compile") 2>conftest.er1
  4959   ac_status=$?
  4960   grep -v '^ *+' conftest.er1 >conftest.err
  4961   rm -f conftest.er1
  4962   cat conftest.err >&5
  4963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  4964   (exit $ac_status); } && {
  4965 	 test -z "$ac_c_werror_flag" ||
  4966 	 test ! -s conftest.err
  4967        } && test -s conftest.$ac_objext; then
  4968   ac_cv_prog_cc_g=yes
  4969 else
  4970   $as_echo "$as_me: failed program was:" >&5
  4971 sed 's/^/| /' conftest.$ac_ext >&5
  4974 fi
  4976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4977 fi
  4979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4980 fi
  4982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  4983    ac_c_werror_flag=$ac_save_c_werror_flag
  4984 fi
  4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  4986 $as_echo "$ac_cv_prog_cc_g" >&6; }
  4987 if test "$ac_test_CFLAGS" = set; then
  4988   CFLAGS=$ac_save_CFLAGS
  4989 elif test $ac_cv_prog_cc_g = yes; then
  4990   if test "$GCC" = yes; then
  4991     CFLAGS="-g -O2"
  4992   else
  4993     CFLAGS="-g"
  4994   fi
  4995 else
  4996   if test "$GCC" = yes; then
  4997     CFLAGS="-O2"
  4998   else
  4999     CFLAGS=
  5000   fi
  5001 fi
  5002 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
  5003 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  5004 if test "${ac_cv_prog_cc_c89+set}" = set; then
  5005   $as_echo_n "(cached) " >&6
  5006 else
  5007   ac_cv_prog_cc_c89=no
  5008 ac_save_CC=$CC
  5009 cat >conftest.$ac_ext <<_ACEOF
  5010 /* confdefs.h.  */
  5011 _ACEOF
  5012 cat confdefs.h >>conftest.$ac_ext
  5013 cat >>conftest.$ac_ext <<_ACEOF
  5014 /* end confdefs.h.  */
  5015 #include <stdarg.h>
  5016 #include <stdio.h>
  5017 #include <sys/types.h>
  5018 #include <sys/stat.h>
  5019 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  5020 struct buf { int x; };
  5021 FILE * (*rcsopen) (struct buf *, struct stat *, int);
  5022 static char *e (p, i)
  5023      char **p;
  5024      int i;
  5026   return p[i];
  5028 static char *f (char * (*g) (char **, int), char **p, ...)
  5030   char *s;
  5031   va_list v;
  5032   va_start (v,p);
  5033   s = g (p, va_arg (v,int));
  5034   va_end (v);
  5035   return s;
  5038 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  5039    function prototypes and stuff, but not '\xHH' hex character constants.
  5040    These don't provoke an error unfortunately, instead are silently treated
  5041    as 'x'.  The following induces an error, until -std is added to get
  5042    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  5043    array size at least.  It's necessary to write '\x00'==0 to get something
  5044    that's true only with -std.  */
  5045 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  5047 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  5048    inside strings and character constants.  */
  5049 #define FOO(x) 'x'
  5050 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  5052 int test (int i, double x);
  5053 struct s1 {int (*f) (int a);};
  5054 struct s2 {int (*f) (double a);};
  5055 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  5056 int argc;
  5057 char **argv;
  5058 int
  5059 main ()
  5061 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  5063   return 0;
  5065 _ACEOF
  5066 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  5067 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  5068 do
  5069   CC="$ac_save_CC $ac_arg"
  5070   rm -f conftest.$ac_objext
  5071 if { (ac_try="$ac_compile"
  5072 case "(($ac_try" in
  5073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5074   *) ac_try_echo=$ac_try;;
  5075 esac
  5076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5077 $as_echo "$ac_try_echo") >&5
  5078   (eval "$ac_compile") 2>conftest.er1
  5079   ac_status=$?
  5080   grep -v '^ *+' conftest.er1 >conftest.err
  5081   rm -f conftest.er1
  5082   cat conftest.err >&5
  5083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5084   (exit $ac_status); } && {
  5085 	 test -z "$ac_c_werror_flag" ||
  5086 	 test ! -s conftest.err
  5087        } && test -s conftest.$ac_objext; then
  5088   ac_cv_prog_cc_c89=$ac_arg
  5089 else
  5090   $as_echo "$as_me: failed program was:" >&5
  5091 sed 's/^/| /' conftest.$ac_ext >&5
  5094 fi
  5096 rm -f core conftest.err conftest.$ac_objext
  5097   test "x$ac_cv_prog_cc_c89" != "xno" && break
  5098 done
  5099 rm -f conftest.$ac_ext
  5100 CC=$ac_save_CC
  5102 fi
  5103 # AC_CACHE_VAL
  5104 case "x$ac_cv_prog_cc_c89" in
  5105   x)
  5106     { $as_echo "$as_me:$LINENO: result: none needed" >&5
  5107 $as_echo "none needed" >&6; } ;;
  5108   xno)
  5109     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
  5110 $as_echo "unsupported" >&6; } ;;
  5111   *)
  5112     CC="$CC $ac_cv_prog_cc_c89"
  5113     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
  5114 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  5115 esac
  5118 ac_ext=c
  5119 ac_cpp='$CPP $CPPFLAGS'
  5120 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5121 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5122 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5124 depcc="$CC"   am_compiler_list=
  5126 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  5127 $as_echo_n "checking dependency style of $depcc... " >&6; }
  5128 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  5129   $as_echo_n "(cached) " >&6
  5130 else
  5131   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  5132   # We make a subdir and do the tests there.  Otherwise we can end up
  5133   # making bogus files that we don't know about and never remove.  For
  5134   # instance it was reported that on HP-UX the gcc test will end up
  5135   # making a dummy file named `D' -- because `-MD' means `put the output
  5136   # in D'.
  5137   mkdir conftest.dir
  5138   # Copy depcomp to subdir because otherwise we won't find it if we're
  5139   # using a relative directory.
  5140   cp "$am_depcomp" conftest.dir
  5141   cd conftest.dir
  5142   # We will build objects and dependencies in a subdirectory because
  5143   # it helps to detect inapplicable dependency modes.  For instance
  5144   # both Tru64's cc and ICC support -MD to output dependencies as a
  5145   # side effect of compilation, but ICC will put the dependencies in
  5146   # the current directory while Tru64 will put them in the object
  5147   # directory.
  5148   mkdir sub
  5150   am_cv_CC_dependencies_compiler_type=none
  5151   if test "$am_compiler_list" = ""; then
  5152      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
  5153   fi
  5154   for depmode in $am_compiler_list; do
  5155     # Setup a source with many dependencies, because some compilers
  5156     # like to wrap large dependency lists on column 80 (with \), and
  5157     # we should not choose a depcomp mode which is confused by this.
  5159     # We need to recreate these files for each test, as the compiler may
  5160     # overwrite some of them when testing with obscure command lines.
  5161     # This happens at least with the AIX C compiler.
  5162     : > sub/conftest.c
  5163     for i in 1 2 3 4 5 6; do
  5164       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  5165       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  5166       # Solaris 8's {/usr,}/bin/sh.
  5167       touch sub/conftst$i.h
  5168     done
  5169     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  5171     case $depmode in
  5172     nosideeffect)
  5173       # after this tag, mechanisms are not by side-effect, so they'll
  5174       # only be used when explicitly requested
  5175       if test "x$enable_dependency_tracking" = xyes; then
  5176 	continue
  5177       else
  5178 	break
  5179       fi
  5180       ;;
  5181     none) break ;;
  5182     esac
  5183     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  5184     # mode.  It turns out that the SunPro C++ compiler does not properly
  5185     # handle `-M -o', and we need to detect this.
  5186     if depmode=$depmode \
  5187        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  5188        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  5189        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  5190          >/dev/null 2>conftest.err &&
  5191        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  5192        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  5193        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  5194       # icc doesn't choke on unknown options, it will just issue warnings
  5195       # or remarks (even with -Werror).  So we grep stderr for any message
  5196       # that says an option was ignored or not supported.
  5197       # When given -MP, icc 7.0 and 7.1 complain thusly:
  5198       #   icc: Command line warning: ignoring option '-M'; no argument required
  5199       # The diagnosis changed in icc 8.0:
  5200       #   icc: Command line remark: option '-MP' not supported
  5201       if (grep 'ignoring option' conftest.err ||
  5202           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  5203         am_cv_CC_dependencies_compiler_type=$depmode
  5204         break
  5205       fi
  5206     fi
  5207   done
  5209   cd ..
  5210   rm -rf conftest.dir
  5211 else
  5212   am_cv_CC_dependencies_compiler_type=none
  5213 fi
  5215 fi
  5216 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  5217 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  5218 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  5222 if
  5223   test "x$enable_dependency_tracking" != xno \
  5224   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  5225   am__fastdepCC_TRUE=
  5226   am__fastdepCC_FALSE='#'
  5227 else
  5228   am__fastdepCC_TRUE='#'
  5229   am__fastdepCC_FALSE=
  5230 fi
  5234 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
  5236 # By default we simply use the C compiler to build assembly code.
  5238 test "${CCAS+set}" = set || CCAS=$CC
  5239 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
  5243 ac_ext=c
  5244 ac_cpp='$CPP $CPPFLAGS'
  5245 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5246 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5247 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5248 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  5249 $as_echo_n "checking how to run the C preprocessor... " >&6; }
  5250 # On Suns, sometimes $CPP names a directory.
  5251 if test -n "$CPP" && test -d "$CPP"; then
  5252   CPP=
  5253 fi
  5254 if test -z "$CPP"; then
  5255   if test "${ac_cv_prog_CPP+set}" = set; then
  5256   $as_echo_n "(cached) " >&6
  5257 else
  5258       # Double quotes because CPP needs to be expanded
  5259     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  5260     do
  5261       ac_preproc_ok=false
  5262 for ac_c_preproc_warn_flag in '' yes
  5263 do
  5264   # Use a header file that comes with gcc, so configuring glibc
  5265   # with a fresh cross-compiler works.
  5266   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5267   # <limits.h> exists even on freestanding compilers.
  5268   # On the NeXT, cc -E runs the code through the compiler's parser,
  5269   # not just through cpp. "Syntax error" is here to catch this case.
  5270   cat >conftest.$ac_ext <<_ACEOF
  5271 /* confdefs.h.  */
  5272 _ACEOF
  5273 cat confdefs.h >>conftest.$ac_ext
  5274 cat >>conftest.$ac_ext <<_ACEOF
  5275 /* end confdefs.h.  */
  5276 #ifdef __STDC__
  5277 # include <limits.h>
  5278 #else
  5279 # include <assert.h>
  5280 #endif
  5281 		     Syntax error
  5282 _ACEOF
  5283 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5284 case "(($ac_try" in
  5285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5286   *) ac_try_echo=$ac_try;;
  5287 esac
  5288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5289 $as_echo "$ac_try_echo") >&5
  5290   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5291   ac_status=$?
  5292   grep -v '^ *+' conftest.er1 >conftest.err
  5293   rm -f conftest.er1
  5294   cat conftest.err >&5
  5295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5296   (exit $ac_status); } >/dev/null && {
  5297 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5298 	 test ! -s conftest.err
  5299        }; then
  5301 else
  5302   $as_echo "$as_me: failed program was:" >&5
  5303 sed 's/^/| /' conftest.$ac_ext >&5
  5305   # Broken: fails on valid input.
  5306 continue
  5307 fi
  5309 rm -f conftest.err conftest.$ac_ext
  5311   # OK, works on sane cases.  Now check whether nonexistent headers
  5312   # can be detected and how.
  5313   cat >conftest.$ac_ext <<_ACEOF
  5314 /* confdefs.h.  */
  5315 _ACEOF
  5316 cat confdefs.h >>conftest.$ac_ext
  5317 cat >>conftest.$ac_ext <<_ACEOF
  5318 /* end confdefs.h.  */
  5319 #include <ac_nonexistent.h>
  5320 _ACEOF
  5321 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5322 case "(($ac_try" in
  5323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5324   *) ac_try_echo=$ac_try;;
  5325 esac
  5326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5327 $as_echo "$ac_try_echo") >&5
  5328   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5329   ac_status=$?
  5330   grep -v '^ *+' conftest.er1 >conftest.err
  5331   rm -f conftest.er1
  5332   cat conftest.err >&5
  5333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5334   (exit $ac_status); } >/dev/null && {
  5335 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5336 	 test ! -s conftest.err
  5337        }; then
  5338   # Broken: success on invalid input.
  5339 continue
  5340 else
  5341   $as_echo "$as_me: failed program was:" >&5
  5342 sed 's/^/| /' conftest.$ac_ext >&5
  5344   # Passes both tests.
  5345 ac_preproc_ok=:
  5346 break
  5347 fi
  5349 rm -f conftest.err conftest.$ac_ext
  5351 done
  5352 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  5353 rm -f conftest.err conftest.$ac_ext
  5354 if $ac_preproc_ok; then
  5355   break
  5356 fi
  5358     done
  5359     ac_cv_prog_CPP=$CPP
  5361 fi
  5362   CPP=$ac_cv_prog_CPP
  5363 else
  5364   ac_cv_prog_CPP=$CPP
  5365 fi
  5366 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
  5367 $as_echo "$CPP" >&6; }
  5368 ac_preproc_ok=false
  5369 for ac_c_preproc_warn_flag in '' yes
  5370 do
  5371   # Use a header file that comes with gcc, so configuring glibc
  5372   # with a fresh cross-compiler works.
  5373   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5374   # <limits.h> exists even on freestanding compilers.
  5375   # On the NeXT, cc -E runs the code through the compiler's parser,
  5376   # not just through cpp. "Syntax error" is here to catch this case.
  5377   cat >conftest.$ac_ext <<_ACEOF
  5378 /* confdefs.h.  */
  5379 _ACEOF
  5380 cat confdefs.h >>conftest.$ac_ext
  5381 cat >>conftest.$ac_ext <<_ACEOF
  5382 /* end confdefs.h.  */
  5383 #ifdef __STDC__
  5384 # include <limits.h>
  5385 #else
  5386 # include <assert.h>
  5387 #endif
  5388 		     Syntax error
  5389 _ACEOF
  5390 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5391 case "(($ac_try" in
  5392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5393   *) ac_try_echo=$ac_try;;
  5394 esac
  5395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5396 $as_echo "$ac_try_echo") >&5
  5397   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5398   ac_status=$?
  5399   grep -v '^ *+' conftest.er1 >conftest.err
  5400   rm -f conftest.er1
  5401   cat conftest.err >&5
  5402   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5403   (exit $ac_status); } >/dev/null && {
  5404 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5405 	 test ! -s conftest.err
  5406        }; then
  5408 else
  5409   $as_echo "$as_me: failed program was:" >&5
  5410 sed 's/^/| /' conftest.$ac_ext >&5
  5412   # Broken: fails on valid input.
  5413 continue
  5414 fi
  5416 rm -f conftest.err conftest.$ac_ext
  5418   # OK, works on sane cases.  Now check whether nonexistent headers
  5419   # can be detected and how.
  5420   cat >conftest.$ac_ext <<_ACEOF
  5421 /* confdefs.h.  */
  5422 _ACEOF
  5423 cat confdefs.h >>conftest.$ac_ext
  5424 cat >>conftest.$ac_ext <<_ACEOF
  5425 /* end confdefs.h.  */
  5426 #include <ac_nonexistent.h>
  5427 _ACEOF
  5428 if { (ac_try="$ac_cpp conftest.$ac_ext"
  5429 case "(($ac_try" in
  5430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5431   *) ac_try_echo=$ac_try;;
  5432 esac
  5433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5434 $as_echo "$ac_try_echo") >&5
  5435   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  5436   ac_status=$?
  5437   grep -v '^ *+' conftest.er1 >conftest.err
  5438   rm -f conftest.er1
  5439   cat conftest.err >&5
  5440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5441   (exit $ac_status); } >/dev/null && {
  5442 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  5443 	 test ! -s conftest.err
  5444        }; then
  5445   # Broken: success on invalid input.
  5446 continue
  5447 else
  5448   $as_echo "$as_me: failed program was:" >&5
  5449 sed 's/^/| /' conftest.$ac_ext >&5
  5451   # Passes both tests.
  5452 ac_preproc_ok=:
  5453 break
  5454 fi
  5456 rm -f conftest.err conftest.$ac_ext
  5458 done
  5459 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  5460 rm -f conftest.err conftest.$ac_ext
  5461 if $ac_preproc_ok; then
  5463 else
  5464   { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  5465 See \`config.log' for more details." >&5
  5466 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  5467 See \`config.log' for more details." >&2;}
  5468    { (exit 1); exit 1; }; }
  5469 fi
  5471 ac_ext=c
  5472 ac_cpp='$CPP $CPPFLAGS'
  5473 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  5474 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  5475 ac_compiler_gnu=$ac_cv_c_compiler_gnu
  5478 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
  5479 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  5480 if test "${ac_cv_path_GREP+set}" = set; then
  5481   $as_echo_n "(cached) " >&6
  5482 else
  5483   if test -z "$GREP"; then
  5484   ac_path_GREP_found=false
  5485   # Loop through the user's path and test for each of PROGNAME-LIST
  5486   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5487 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  5488 do
  5489   IFS=$as_save_IFS
  5490   test -z "$as_dir" && as_dir=.
  5491   for ac_prog in grep ggrep; do
  5492     for ac_exec_ext in '' $ac_executable_extensions; do
  5493       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  5494       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  5495 # Check for GNU ac_path_GREP and select it if it is found.
  5496   # Check for GNU $ac_path_GREP
  5497 case `"$ac_path_GREP" --version 2>&1` in
  5498 *GNU*)
  5499   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  5500 *)
  5501   ac_count=0
  5502   $as_echo_n 0123456789 >"conftest.in"
  5503   while :
  5504   do
  5505     cat "conftest.in" "conftest.in" >"conftest.tmp"
  5506     mv "conftest.tmp" "conftest.in"
  5507     cp "conftest.in" "conftest.nl"
  5508     $as_echo 'GREP' >> "conftest.nl"
  5509     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  5510     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  5511     ac_count=`expr $ac_count + 1`
  5512     if test $ac_count -gt ${ac_path_GREP_max-0}; then
  5513       # Best one so far, save it but keep looking for a better one
  5514       ac_cv_path_GREP="$ac_path_GREP"
  5515       ac_path_GREP_max=$ac_count
  5516     fi
  5517     # 10*(2^10) chars as input seems more than enough
  5518     test $ac_count -gt 10 && break
  5519   done
  5520   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  5521 esac
  5523       $ac_path_GREP_found && break 3
  5524     done
  5525   done
  5526 done
  5527 IFS=$as_save_IFS
  5528   if test -z "$ac_cv_path_GREP"; then
  5529     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  5530 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  5531    { (exit 1); exit 1; }; }
  5532   fi
  5533 else
  5534   ac_cv_path_GREP=$GREP
  5535 fi
  5537 fi
  5538 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
  5539 $as_echo "$ac_cv_path_GREP" >&6; }
  5540  GREP="$ac_cv_path_GREP"
  5543 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
  5544 $as_echo_n "checking for egrep... " >&6; }
  5545 if test "${ac_cv_path_EGREP+set}" = set; then
  5546   $as_echo_n "(cached) " >&6
  5547 else
  5548   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  5549    then ac_cv_path_EGREP="$GREP -E"
  5550    else
  5551      if test -z "$EGREP"; then
  5552   ac_path_EGREP_found=false
  5553   # Loop through the user's path and test for each of PROGNAME-LIST
  5554   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  5555 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  5556 do
  5557   IFS=$as_save_IFS
  5558   test -z "$as_dir" && as_dir=.
  5559   for ac_prog in egrep; do
  5560     for ac_exec_ext in '' $ac_executable_extensions; do
  5561       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  5562       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  5563 # Check for GNU ac_path_EGREP and select it if it is found.
  5564   # Check for GNU $ac_path_EGREP
  5565 case `"$ac_path_EGREP" --version 2>&1` in
  5566 *GNU*)
  5567   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  5568 *)
  5569   ac_count=0
  5570   $as_echo_n 0123456789 >"conftest.in"
  5571   while :
  5572   do
  5573     cat "conftest.in" "conftest.in" >"conftest.tmp"
  5574     mv "conftest.tmp" "conftest.in"
  5575     cp "conftest.in" "conftest.nl"
  5576     $as_echo 'EGREP' >> "conftest.nl"
  5577     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  5578     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  5579     ac_count=`expr $ac_count + 1`
  5580     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  5581       # Best one so far, save it but keep looking for a better one
  5582       ac_cv_path_EGREP="$ac_path_EGREP"
  5583       ac_path_EGREP_max=$ac_count
  5584     fi
  5585     # 10*(2^10) chars as input seems more than enough
  5586     test $ac_count -gt 10 && break
  5587   done
  5588   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  5589 esac
  5591       $ac_path_EGREP_found && break 3
  5592     done
  5593   done
  5594 done
  5595 IFS=$as_save_IFS
  5596   if test -z "$ac_cv_path_EGREP"; then
  5597     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
  5598 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
  5599    { (exit 1); exit 1; }; }
  5600   fi
  5601 else
  5602   ac_cv_path_EGREP=$EGREP
  5603 fi
  5605    fi
  5606 fi
  5607 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
  5608 $as_echo "$ac_cv_path_EGREP" >&6; }
  5609  EGREP="$ac_cv_path_EGREP"
  5612 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  5613 $as_echo_n "checking for ANSI C header files... " >&6; }
  5614 if test "${ac_cv_header_stdc+set}" = set; then
  5615   $as_echo_n "(cached) " >&6
  5616 else
  5617   cat >conftest.$ac_ext <<_ACEOF
  5618 /* confdefs.h.  */
  5619 _ACEOF
  5620 cat confdefs.h >>conftest.$ac_ext
  5621 cat >>conftest.$ac_ext <<_ACEOF
  5622 /* end confdefs.h.  */
  5623 #include <stdlib.h>
  5624 #include <stdarg.h>
  5625 #include <string.h>
  5626 #include <float.h>
  5628 int
  5629 main ()
  5633   return 0;
  5635 _ACEOF
  5636 rm -f conftest.$ac_objext
  5637 if { (ac_try="$ac_compile"
  5638 case "(($ac_try" in
  5639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5640   *) ac_try_echo=$ac_try;;
  5641 esac
  5642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5643 $as_echo "$ac_try_echo") >&5
  5644   (eval "$ac_compile") 2>conftest.er1
  5645   ac_status=$?
  5646   grep -v '^ *+' conftest.er1 >conftest.err
  5647   rm -f conftest.er1
  5648   cat conftest.err >&5
  5649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5650   (exit $ac_status); } && {
  5651 	 test -z "$ac_c_werror_flag" ||
  5652 	 test ! -s conftest.err
  5653        } && test -s conftest.$ac_objext; then
  5654   ac_cv_header_stdc=yes
  5655 else
  5656   $as_echo "$as_me: failed program was:" >&5
  5657 sed 's/^/| /' conftest.$ac_ext >&5
  5659 	ac_cv_header_stdc=no
  5660 fi
  5662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5664 if test $ac_cv_header_stdc = yes; then
  5665   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  5666   cat >conftest.$ac_ext <<_ACEOF
  5667 /* confdefs.h.  */
  5668 _ACEOF
  5669 cat confdefs.h >>conftest.$ac_ext
  5670 cat >>conftest.$ac_ext <<_ACEOF
  5671 /* end confdefs.h.  */
  5672 #include <string.h>
  5674 _ACEOF
  5675 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  5676   $EGREP "memchr" >/dev/null 2>&1; then
  5678 else
  5679   ac_cv_header_stdc=no
  5680 fi
  5681 rm -f conftest*
  5683 fi
  5685 if test $ac_cv_header_stdc = yes; then
  5686   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  5687   cat >conftest.$ac_ext <<_ACEOF
  5688 /* confdefs.h.  */
  5689 _ACEOF
  5690 cat confdefs.h >>conftest.$ac_ext
  5691 cat >>conftest.$ac_ext <<_ACEOF
  5692 /* end confdefs.h.  */
  5693 #include <stdlib.h>
  5695 _ACEOF
  5696 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  5697   $EGREP "free" >/dev/null 2>&1; then
  5699 else
  5700   ac_cv_header_stdc=no
  5701 fi
  5702 rm -f conftest*
  5704 fi
  5706 if test $ac_cv_header_stdc = yes; then
  5707   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  5708   if test "$cross_compiling" = yes; then
  5710 else
  5711   cat >conftest.$ac_ext <<_ACEOF
  5712 /* confdefs.h.  */
  5713 _ACEOF
  5714 cat confdefs.h >>conftest.$ac_ext
  5715 cat >>conftest.$ac_ext <<_ACEOF
  5716 /* end confdefs.h.  */
  5717 #include <ctype.h>
  5718 #include <stdlib.h>
  5719 #if ((' ' & 0x0FF) == 0x020)
  5720 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  5721 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  5722 #else
  5723 # define ISLOWER(c) \
  5724 		   (('a' <= (c) && (c) <= 'i') \
  5725 		     || ('j' <= (c) && (c) <= 'r') \
  5726 		     || ('s' <= (c) && (c) <= 'z'))
  5727 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  5728 #endif
  5730 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  5731 int
  5732 main ()
  5734   int i;
  5735   for (i = 0; i < 256; i++)
  5736     if (XOR (islower (i), ISLOWER (i))
  5737 	|| toupper (i) != TOUPPER (i))
  5738       return 2;
  5739   return 0;
  5741 _ACEOF
  5742 rm -f conftest$ac_exeext
  5743 if { (ac_try="$ac_link"
  5744 case "(($ac_try" in
  5745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5746   *) ac_try_echo=$ac_try;;
  5747 esac
  5748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5749 $as_echo "$ac_try_echo") >&5
  5750   (eval "$ac_link") 2>&5
  5751   ac_status=$?
  5752   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5753   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  5754   { (case "(($ac_try" in
  5755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5756   *) ac_try_echo=$ac_try;;
  5757 esac
  5758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5759 $as_echo "$ac_try_echo") >&5
  5760   (eval "$ac_try") 2>&5
  5761   ac_status=$?
  5762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5763   (exit $ac_status); }; }; then
  5765 else
  5766   $as_echo "$as_me: program exited with status $ac_status" >&5
  5767 $as_echo "$as_me: failed program was:" >&5
  5768 sed 's/^/| /' conftest.$ac_ext >&5
  5770 ( exit $ac_status )
  5771 ac_cv_header_stdc=no
  5772 fi
  5773 rm -rf conftest.dSYM
  5774 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  5775 fi
  5778 fi
  5779 fi
  5780 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  5781 $as_echo "$ac_cv_header_stdc" >&6; }
  5782 if test $ac_cv_header_stdc = yes; then
  5784 cat >>confdefs.h <<\_ACEOF
  5785 #define STDC_HEADERS 1
  5786 _ACEOF
  5788 fi
  5790 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  5800 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  5801 		  inttypes.h stdint.h unistd.h
  5802 do
  5803 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  5804 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
  5805 $as_echo_n "checking for $ac_header... " >&6; }
  5806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  5807   $as_echo_n "(cached) " >&6
  5808 else
  5809   cat >conftest.$ac_ext <<_ACEOF
  5810 /* confdefs.h.  */
  5811 _ACEOF
  5812 cat confdefs.h >>conftest.$ac_ext
  5813 cat >>conftest.$ac_ext <<_ACEOF
  5814 /* end confdefs.h.  */
  5815 $ac_includes_default
  5817 #include <$ac_header>
  5818 _ACEOF
  5819 rm -f conftest.$ac_objext
  5820 if { (ac_try="$ac_compile"
  5821 case "(($ac_try" in
  5822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5823   *) ac_try_echo=$ac_try;;
  5824 esac
  5825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5826 $as_echo "$ac_try_echo") >&5
  5827   (eval "$ac_compile") 2>conftest.er1
  5828   ac_status=$?
  5829   grep -v '^ *+' conftest.er1 >conftest.err
  5830   rm -f conftest.er1
  5831   cat conftest.err >&5
  5832   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5833   (exit $ac_status); } && {
  5834 	 test -z "$ac_c_werror_flag" ||
  5835 	 test ! -s conftest.err
  5836        } && test -s conftest.$ac_objext; then
  5837   eval "$as_ac_Header=yes"
  5838 else
  5839   $as_echo "$as_me: failed program was:" >&5
  5840 sed 's/^/| /' conftest.$ac_ext >&5
  5842 	eval "$as_ac_Header=no"
  5843 fi
  5845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5846 fi
  5847 ac_res=`eval 'as_val=${'$as_ac_Header'}
  5848 		 $as_echo "$as_val"'`
  5849 	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
  5850 $as_echo "$ac_res" >&6; }
  5851 if test `eval 'as_val=${'$as_ac_Header'}
  5852 		 $as_echo "$as_val"'` = yes; then
  5853   cat >>confdefs.h <<_ACEOF
  5854 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  5855 _ACEOF
  5857 fi
  5859 done
  5862 # The cast to long int works around a bug in the HP C Compiler
  5863 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  5864 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  5865 # This bug is HP SR number 8606223364.
  5866 { $as_echo "$as_me:$LINENO: checking size of void *" >&5
  5867 $as_echo_n "checking size of void *... " >&6; }
  5868 if test "${ac_cv_sizeof_void_p+set}" = set; then
  5869   $as_echo_n "(cached) " >&6
  5870 else
  5871   if test "$cross_compiling" = yes; then
  5872   # Depending upon the size, compute the lo and hi bounds.
  5873 cat >conftest.$ac_ext <<_ACEOF
  5874 /* confdefs.h.  */
  5875 _ACEOF
  5876 cat confdefs.h >>conftest.$ac_ext
  5877 cat >>conftest.$ac_ext <<_ACEOF
  5878 /* end confdefs.h.  */
  5879 $ac_includes_default
  5880 int
  5881 main ()
  5883 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= 0)];
  5884 test_array [0] = 0
  5887   return 0;
  5889 _ACEOF
  5890 rm -f conftest.$ac_objext
  5891 if { (ac_try="$ac_compile"
  5892 case "(($ac_try" in
  5893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5894   *) ac_try_echo=$ac_try;;
  5895 esac
  5896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5897 $as_echo "$ac_try_echo") >&5
  5898   (eval "$ac_compile") 2>conftest.er1
  5899   ac_status=$?
  5900   grep -v '^ *+' conftest.er1 >conftest.err
  5901   rm -f conftest.er1
  5902   cat conftest.err >&5
  5903   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5904   (exit $ac_status); } && {
  5905 	 test -z "$ac_c_werror_flag" ||
  5906 	 test ! -s conftest.err
  5907        } && test -s conftest.$ac_objext; then
  5908   ac_lo=0 ac_mid=0
  5909   while :; do
  5910     cat >conftest.$ac_ext <<_ACEOF
  5911 /* confdefs.h.  */
  5912 _ACEOF
  5913 cat confdefs.h >>conftest.$ac_ext
  5914 cat >>conftest.$ac_ext <<_ACEOF
  5915 /* end confdefs.h.  */
  5916 $ac_includes_default
  5917 int
  5918 main ()
  5920 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
  5921 test_array [0] = 0
  5924   return 0;
  5926 _ACEOF
  5927 rm -f conftest.$ac_objext
  5928 if { (ac_try="$ac_compile"
  5929 case "(($ac_try" in
  5930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5931   *) ac_try_echo=$ac_try;;
  5932 esac
  5933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5934 $as_echo "$ac_try_echo") >&5
  5935   (eval "$ac_compile") 2>conftest.er1
  5936   ac_status=$?
  5937   grep -v '^ *+' conftest.er1 >conftest.err
  5938   rm -f conftest.er1
  5939   cat conftest.err >&5
  5940   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5941   (exit $ac_status); } && {
  5942 	 test -z "$ac_c_werror_flag" ||
  5943 	 test ! -s conftest.err
  5944        } && test -s conftest.$ac_objext; then
  5945   ac_hi=$ac_mid; break
  5946 else
  5947   $as_echo "$as_me: failed program was:" >&5
  5948 sed 's/^/| /' conftest.$ac_ext >&5
  5950 	ac_lo=`expr $ac_mid + 1`
  5951 			if test $ac_lo -le $ac_mid; then
  5952 			  ac_lo= ac_hi=
  5953 			  break
  5954 			fi
  5955 			ac_mid=`expr 2 '*' $ac_mid + 1`
  5956 fi
  5958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  5959   done
  5960 else
  5961   $as_echo "$as_me: failed program was:" >&5
  5962 sed 's/^/| /' conftest.$ac_ext >&5
  5964 	cat >conftest.$ac_ext <<_ACEOF
  5965 /* confdefs.h.  */
  5966 _ACEOF
  5967 cat confdefs.h >>conftest.$ac_ext
  5968 cat >>conftest.$ac_ext <<_ACEOF
  5969 /* end confdefs.h.  */
  5970 $ac_includes_default
  5971 int
  5972 main ()
  5974 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) < 0)];
  5975 test_array [0] = 0
  5978   return 0;
  5980 _ACEOF
  5981 rm -f conftest.$ac_objext
  5982 if { (ac_try="$ac_compile"
  5983 case "(($ac_try" in
  5984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  5985   *) ac_try_echo=$ac_try;;
  5986 esac
  5987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  5988 $as_echo "$ac_try_echo") >&5
  5989   (eval "$ac_compile") 2>conftest.er1
  5990   ac_status=$?
  5991   grep -v '^ *+' conftest.er1 >conftest.err
  5992   rm -f conftest.er1
  5993   cat conftest.err >&5
  5994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  5995   (exit $ac_status); } && {
  5996 	 test -z "$ac_c_werror_flag" ||
  5997 	 test ! -s conftest.err
  5998        } && test -s conftest.$ac_objext; then
  5999   ac_hi=-1 ac_mid=-1
  6000   while :; do
  6001     cat >conftest.$ac_ext <<_ACEOF
  6002 /* confdefs.h.  */
  6003 _ACEOF
  6004 cat confdefs.h >>conftest.$ac_ext
  6005 cat >>conftest.$ac_ext <<_ACEOF
  6006 /* end confdefs.h.  */
  6007 $ac_includes_default
  6008 int
  6009 main ()
  6011 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) >= $ac_mid)];
  6012 test_array [0] = 0
  6015   return 0;
  6017 _ACEOF
  6018 rm -f conftest.$ac_objext
  6019 if { (ac_try="$ac_compile"
  6020 case "(($ac_try" in
  6021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6022   *) ac_try_echo=$ac_try;;
  6023 esac
  6024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6025 $as_echo "$ac_try_echo") >&5
  6026   (eval "$ac_compile") 2>conftest.er1
  6027   ac_status=$?
  6028   grep -v '^ *+' conftest.er1 >conftest.err
  6029   rm -f conftest.er1
  6030   cat conftest.err >&5
  6031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6032   (exit $ac_status); } && {
  6033 	 test -z "$ac_c_werror_flag" ||
  6034 	 test ! -s conftest.err
  6035        } && test -s conftest.$ac_objext; then
  6036   ac_lo=$ac_mid; break
  6037 else
  6038   $as_echo "$as_me: failed program was:" >&5
  6039 sed 's/^/| /' conftest.$ac_ext >&5
  6041 	ac_hi=`expr '(' $ac_mid ')' - 1`
  6042 			if test $ac_mid -le $ac_hi; then
  6043 			  ac_lo= ac_hi=
  6044 			  break
  6045 			fi
  6046 			ac_mid=`expr 2 '*' $ac_mid`
  6047 fi
  6049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6050   done
  6051 else
  6052   $as_echo "$as_me: failed program was:" >&5
  6053 sed 's/^/| /' conftest.$ac_ext >&5
  6055 	ac_lo= ac_hi=
  6056 fi
  6058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6059 fi
  6061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6062 # Binary search between lo and hi bounds.
  6063 while test "x$ac_lo" != "x$ac_hi"; do
  6064   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
  6065   cat >conftest.$ac_ext <<_ACEOF
  6066 /* confdefs.h.  */
  6067 _ACEOF
  6068 cat confdefs.h >>conftest.$ac_ext
  6069 cat >>conftest.$ac_ext <<_ACEOF
  6070 /* end confdefs.h.  */
  6071 $ac_includes_default
  6072 int
  6073 main ()
  6075 static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= $ac_mid)];
  6076 test_array [0] = 0
  6079   return 0;
  6081 _ACEOF
  6082 rm -f conftest.$ac_objext
  6083 if { (ac_try="$ac_compile"
  6084 case "(($ac_try" in
  6085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6086   *) ac_try_echo=$ac_try;;
  6087 esac
  6088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6089 $as_echo "$ac_try_echo") >&5
  6090   (eval "$ac_compile") 2>conftest.er1
  6091   ac_status=$?
  6092   grep -v '^ *+' conftest.er1 >conftest.err
  6093   rm -f conftest.er1
  6094   cat conftest.err >&5
  6095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6096   (exit $ac_status); } && {
  6097 	 test -z "$ac_c_werror_flag" ||
  6098 	 test ! -s conftest.err
  6099        } && test -s conftest.$ac_objext; then
  6100   ac_hi=$ac_mid
  6101 else
  6102   $as_echo "$as_me: failed program was:" >&5
  6103 sed 's/^/| /' conftest.$ac_ext >&5
  6105 	ac_lo=`expr '(' $ac_mid ')' + 1`
  6106 fi
  6108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6109 done
  6110 case $ac_lo in
  6111 ?*) ac_cv_sizeof_void_p=$ac_lo;;
  6112 '') if test "$ac_cv_type_void_p" = yes; then
  6113      { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
  6114 See \`config.log' for more details." >&5
  6115 $as_echo "$as_me: error: cannot compute sizeof (void *)
  6116 See \`config.log' for more details." >&2;}
  6117    { (exit 77); exit 77; }; }
  6118    else
  6119      ac_cv_sizeof_void_p=0
  6120    fi ;;
  6121 esac
  6122 else
  6123   cat >conftest.$ac_ext <<_ACEOF
  6124 /* confdefs.h.  */
  6125 _ACEOF
  6126 cat confdefs.h >>conftest.$ac_ext
  6127 cat >>conftest.$ac_ext <<_ACEOF
  6128 /* end confdefs.h.  */
  6129 $ac_includes_default
  6130 static long int longval () { return (long int) (sizeof (void *)); }
  6131 static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
  6132 #include <stdio.h>
  6133 #include <stdlib.h>
  6134 int
  6135 main ()
  6138   FILE *f = fopen ("conftest.val", "w");
  6139   if (! f)
  6140     return 1;
  6141   if (((long int) (sizeof (void *))) < 0)
  6143       long int i = longval ();
  6144       if (i != ((long int) (sizeof (void *))))
  6145 	return 1;
  6146       fprintf (f, "%ld", i);
  6148   else
  6150       unsigned long int i = ulongval ();
  6151       if (i != ((long int) (sizeof (void *))))
  6152 	return 1;
  6153       fprintf (f, "%lu", i);
  6155   /* Do not output a trailing newline, as this causes \r\n confusion
  6156      on some platforms.  */
  6157   return ferror (f) || fclose (f) != 0;
  6160   return 0;
  6162 _ACEOF
  6163 rm -f conftest$ac_exeext
  6164 if { (ac_try="$ac_link"
  6165 case "(($ac_try" in
  6166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6167   *) ac_try_echo=$ac_try;;
  6168 esac
  6169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6170 $as_echo "$ac_try_echo") >&5
  6171   (eval "$ac_link") 2>&5
  6172   ac_status=$?
  6173   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6174   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  6175   { (case "(($ac_try" in
  6176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6177   *) ac_try_echo=$ac_try;;
  6178 esac
  6179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6180 $as_echo "$ac_try_echo") >&5
  6181   (eval "$ac_try") 2>&5
  6182   ac_status=$?
  6183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6184   (exit $ac_status); }; }; then
  6185   ac_cv_sizeof_void_p=`cat conftest.val`
  6186 else
  6187   $as_echo "$as_me: program exited with status $ac_status" >&5
  6188 $as_echo "$as_me: failed program was:" >&5
  6189 sed 's/^/| /' conftest.$ac_ext >&5
  6191 ( exit $ac_status )
  6192 if test "$ac_cv_type_void_p" = yes; then
  6193      { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
  6194 See \`config.log' for more details." >&5
  6195 $as_echo "$as_me: error: cannot compute sizeof (void *)
  6196 See \`config.log' for more details." >&2;}
  6197    { (exit 77); exit 77; }; }
  6198    else
  6199      ac_cv_sizeof_void_p=0
  6200    fi
  6201 fi
  6202 rm -rf conftest.dSYM
  6203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  6204 fi
  6205 rm -f conftest.val
  6206 fi
  6207 { $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
  6208 $as_echo "$ac_cv_sizeof_void_p" >&6; }
  6212 cat >>confdefs.h <<_ACEOF
  6213 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
  6214 _ACEOF
  6217 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  6218 $as_echo_n "checking for ANSI C header files... " >&6; }
  6219 if test "${ac_cv_header_stdc+set}" = set; then
  6220   $as_echo_n "(cached) " >&6
  6221 else
  6222   cat >conftest.$ac_ext <<_ACEOF
  6223 /* confdefs.h.  */
  6224 _ACEOF
  6225 cat confdefs.h >>conftest.$ac_ext
  6226 cat >>conftest.$ac_ext <<_ACEOF
  6227 /* end confdefs.h.  */
  6228 #include <stdlib.h>
  6229 #include <stdarg.h>
  6230 #include <string.h>
  6231 #include <float.h>
  6233 int
  6234 main ()
  6238   return 0;
  6240 _ACEOF
  6241 rm -f conftest.$ac_objext
  6242 if { (ac_try="$ac_compile"
  6243 case "(($ac_try" in
  6244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6245   *) ac_try_echo=$ac_try;;
  6246 esac
  6247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6248 $as_echo "$ac_try_echo") >&5
  6249   (eval "$ac_compile") 2>conftest.er1
  6250   ac_status=$?
  6251   grep -v '^ *+' conftest.er1 >conftest.err
  6252   rm -f conftest.er1
  6253   cat conftest.err >&5
  6254   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6255   (exit $ac_status); } && {
  6256 	 test -z "$ac_c_werror_flag" ||
  6257 	 test ! -s conftest.err
  6258        } && test -s conftest.$ac_objext; then
  6259   ac_cv_header_stdc=yes
  6260 else
  6261   $as_echo "$as_me: failed program was:" >&5
  6262 sed 's/^/| /' conftest.$ac_ext >&5
  6264 	ac_cv_header_stdc=no
  6265 fi
  6267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6269 if test $ac_cv_header_stdc = yes; then
  6270   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  6271   cat >conftest.$ac_ext <<_ACEOF
  6272 /* confdefs.h.  */
  6273 _ACEOF
  6274 cat confdefs.h >>conftest.$ac_ext
  6275 cat >>conftest.$ac_ext <<_ACEOF
  6276 /* end confdefs.h.  */
  6277 #include <string.h>
  6279 _ACEOF
  6280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6281   $EGREP "memchr" >/dev/null 2>&1; then
  6283 else
  6284   ac_cv_header_stdc=no
  6285 fi
  6286 rm -f conftest*
  6288 fi
  6290 if test $ac_cv_header_stdc = yes; then
  6291   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  6292   cat >conftest.$ac_ext <<_ACEOF
  6293 /* confdefs.h.  */
  6294 _ACEOF
  6295 cat confdefs.h >>conftest.$ac_ext
  6296 cat >>conftest.$ac_ext <<_ACEOF
  6297 /* end confdefs.h.  */
  6298 #include <stdlib.h>
  6300 _ACEOF
  6301 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  6302   $EGREP "free" >/dev/null 2>&1; then
  6304 else
  6305   ac_cv_header_stdc=no
  6306 fi
  6307 rm -f conftest*
  6309 fi
  6311 if test $ac_cv_header_stdc = yes; then
  6312   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  6313   if test "$cross_compiling" = yes; then
  6315 else
  6316   cat >conftest.$ac_ext <<_ACEOF
  6317 /* confdefs.h.  */
  6318 _ACEOF
  6319 cat confdefs.h >>conftest.$ac_ext
  6320 cat >>conftest.$ac_ext <<_ACEOF
  6321 /* end confdefs.h.  */
  6322 #include <ctype.h>
  6323 #include <stdlib.h>
  6324 #if ((' ' & 0x0FF) == 0x020)
  6325 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  6326 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  6327 #else
  6328 # define ISLOWER(c) \
  6329 		   (('a' <= (c) && (c) <= 'i') \
  6330 		     || ('j' <= (c) && (c) <= 'r') \
  6331 		     || ('s' <= (c) && (c) <= 'z'))
  6332 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  6333 #endif
  6335 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  6336 int
  6337 main ()
  6339   int i;
  6340   for (i = 0; i < 256; i++)
  6341     if (XOR (islower (i), ISLOWER (i))
  6342 	|| toupper (i) != TOUPPER (i))
  6343       return 2;
  6344   return 0;
  6346 _ACEOF
  6347 rm -f conftest$ac_exeext
  6348 if { (ac_try="$ac_link"
  6349 case "(($ac_try" in
  6350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6351   *) ac_try_echo=$ac_try;;
  6352 esac
  6353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6354 $as_echo "$ac_try_echo") >&5
  6355   (eval "$ac_link") 2>&5
  6356   ac_status=$?
  6357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6358   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  6359   { (case "(($ac_try" in
  6360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6361   *) ac_try_echo=$ac_try;;
  6362 esac
  6363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6364 $as_echo "$ac_try_echo") >&5
  6365   (eval "$ac_try") 2>&5
  6366   ac_status=$?
  6367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6368   (exit $ac_status); }; }; then
  6370 else
  6371   $as_echo "$as_me: program exited with status $ac_status" >&5
  6372 $as_echo "$as_me: failed program was:" >&5
  6373 sed 's/^/| /' conftest.$ac_ext >&5
  6375 ( exit $ac_status )
  6376 ac_cv_header_stdc=no
  6377 fi
  6378 rm -rf conftest.dSYM
  6379 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  6380 fi
  6383 fi
  6384 fi
  6385 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
  6386 $as_echo "$ac_cv_header_stdc" >&6; }
  6387 if test $ac_cv_header_stdc = yes; then
  6389 cat >>confdefs.h <<\_ACEOF
  6390 #define STDC_HEADERS 1
  6391 _ACEOF
  6393 fi
  6395 # Make sure we can run config.sub.
  6396 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  6397   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
  6398 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
  6399    { (exit 1); exit 1; }; }
  6401 { $as_echo "$as_me:$LINENO: checking build system type" >&5
  6402 $as_echo_n "checking build system type... " >&6; }
  6403 if test "${ac_cv_build+set}" = set; then
  6404   $as_echo_n "(cached) " >&6
  6405 else
  6406   ac_build_alias=$build_alias
  6407 test "x$ac_build_alias" = x &&
  6408   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  6409 test "x$ac_build_alias" = x &&
  6410   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  6411 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  6412    { (exit 1); exit 1; }; }
  6413 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  6414   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
  6415 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
  6416    { (exit 1); exit 1; }; }
  6418 fi
  6419 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  6420 $as_echo "$ac_cv_build" >&6; }
  6421 case $ac_cv_build in
  6422 *-*-*) ;;
  6423 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
  6424 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
  6425    { (exit 1); exit 1; }; };;
  6426 esac
  6427 build=$ac_cv_build
  6428 ac_save_IFS=$IFS; IFS='-'
  6429 set x $ac_cv_build
  6430 shift
  6431 build_cpu=$1
  6432 build_vendor=$2
  6433 shift; shift
  6434 # Remember, the first character of IFS is used to create $*,
  6435 # except with old shells:
  6436 build_os=$*
  6437 IFS=$ac_save_IFS
  6438 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  6441 { $as_echo "$as_me:$LINENO: checking host system type" >&5
  6442 $as_echo_n "checking host system type... " >&6; }
  6443 if test "${ac_cv_host+set}" = set; then
  6444   $as_echo_n "(cached) " >&6
  6445 else
  6446   if test "x$host_alias" = x; then
  6447   ac_cv_host=$ac_cv_build
  6448 else
  6449   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  6450     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
  6451 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
  6452    { (exit 1); exit 1; }; }
  6453 fi
  6455 fi
  6456 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  6457 $as_echo "$ac_cv_host" >&6; }
  6458 case $ac_cv_host in
  6459 *-*-*) ;;
  6460 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
  6461 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
  6462    { (exit 1); exit 1; }; };;
  6463 esac
  6464 host=$ac_cv_host
  6465 ac_save_IFS=$IFS; IFS='-'
  6466 set x $ac_cv_host
  6467 shift
  6468 host_cpu=$1
  6469 host_vendor=$2
  6470 shift; shift
  6471 # Remember, the first character of IFS is used to create $*,
  6472 # except with old shells:
  6473 host_os=$*
  6474 IFS=$ac_save_IFS
  6475 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  6479 # Extract the first word of "pod2man", so it can be a program name with args.
  6480 set dummy pod2man; ac_word=$2
  6481 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  6482 $as_echo_n "checking for $ac_word... " >&6; }
  6483 if test "${ac_cv_path_POD2MAN+set}" = set; then
  6484   $as_echo_n "(cached) " >&6
  6485 else
  6486   case $POD2MAN in
  6487   [\\/]* | ?:[\\/]*)
  6488   ac_cv_path_POD2MAN="$POD2MAN" # Let the user override the test with a path.
  6489   ;;
  6490   *)
  6491   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6492 for as_dir in $PATH
  6493 do
  6494   IFS=$as_save_IFS
  6495   test -z "$as_dir" && as_dir=.
  6496   for ac_exec_ext in '' $ac_executable_extensions; do
  6497   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  6498     ac_cv_path_POD2MAN="$as_dir/$ac_word$ac_exec_ext"
  6499     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6500     break 2
  6501   fi
  6502 done
  6503 done
  6504 IFS=$as_save_IFS
  6506   ;;
  6507 esac
  6508 fi
  6509 POD2MAN=$ac_cv_path_POD2MAN
  6510 if test -n "$POD2MAN"; then
  6511   { $as_echo "$as_me:$LINENO: result: $POD2MAN" >&5
  6512 $as_echo "$POD2MAN" >&6; }
  6513 else
  6514   { $as_echo "$as_me:$LINENO: result: no" >&5
  6515 $as_echo "no" >&6; }
  6516 fi
  6519 # Extract the first word of "pod2html", so it can be a program name with args.
  6520 set dummy pod2html; ac_word=$2
  6521 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  6522 $as_echo_n "checking for $ac_word... " >&6; }
  6523 if test "${ac_cv_path_POD2HTML+set}" = set; then
  6524   $as_echo_n "(cached) " >&6
  6525 else
  6526   case $POD2HTML in
  6527   [\\/]* | ?:[\\/]*)
  6528   ac_cv_path_POD2HTML="$POD2HTML" # Let the user override the test with a path.
  6529   ;;
  6530   *)
  6531   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6532 for as_dir in $PATH
  6533 do
  6534   IFS=$as_save_IFS
  6535   test -z "$as_dir" && as_dir=.
  6536   for ac_exec_ext in '' $ac_executable_extensions; do
  6537   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  6538     ac_cv_path_POD2HTML="$as_dir/$ac_word$ac_exec_ext"
  6539     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6540     break 2
  6541   fi
  6542 done
  6543 done
  6544 IFS=$as_save_IFS
  6546   ;;
  6547 esac
  6548 fi
  6549 POD2HTML=$ac_cv_path_POD2HTML
  6550 if test -n "$POD2HTML"; then
  6551   { $as_echo "$as_me:$LINENO: result: $POD2HTML" >&5
  6552 $as_echo "$POD2HTML" >&6; }
  6553 else
  6554   { $as_echo "$as_me:$LINENO: result: no" >&5
  6555 $as_echo "no" >&6; }
  6556 fi
  6561 # Check whether --enable-strict-warn was given.
  6562 if test "${enable_strict_warn+set}" = set; then
  6563   enableval=$enable_strict_warn; CFLAGS="$CFLAGS -Werror -Wall -Wno-unused"
  6564 fi
  6566 # Check whether --enable-translator was given.
  6567 if test "${enable_translator+set}" = set; then
  6568   enableval=$enable_translator; true
  6569 else
  6570   enable_translator=yes
  6571 fi
  6573 # Check whether --enable-optimized was given.
  6574 if test "${enable_optimized+set}" = set; then
  6575   enableval=$enable_optimized; true
  6576 else
  6577   enable_optimized=yes
  6578 fi
  6580 # Check whether --enable-profiled was given.
  6581 if test "${enable_profiled+set}" = set; then
  6582   enableval=$enable_profiled; if test "$enableval" == "yes"; then
  6583       enable_profiled=yes;
  6584     fi
  6585 fi
  6587 # Check whether --enable-trace was given.
  6588 if test "${enable_trace+set}" = set; then
  6589   enableval=$enable_trace; if test "$enableval" == "yes"; then
  6591 cat >>confdefs.h <<\_ACEOF
  6592 #define ENABLE_TRACE_IO 1
  6593 _ACEOF
  6595     fi
  6596 fi
  6598 # Check whether --enable-watch was given.
  6599 if test "${enable_watch+set}" = set; then
  6600   enableval=$enable_watch; if test "$enableval" == "yes"; then
  6602 cat >>confdefs.h <<\_ACEOF
  6603 #define ENABLE_WATCH 1
  6604 _ACEOF
  6606    fi
  6607 fi
  6609 # Check whether --enable-sh4stats was given.
  6610 if test "${enable_sh4stats+set}" = set; then
  6611   enableval=$enable_sh4stats; if test "$enableval" == "yes"; then
  6613 cat >>confdefs.h <<\_ACEOF
  6614 #define ENABLE_SH4STATS 1
  6615 _ACEOF
  6617     fi
  6618 fi
  6621 # Check whether --with-osmesa was given.
  6622 if test "${with_osmesa+set}" = set; then
  6623   withval=$with_osmesa;
  6624 else
  6625   with_osmesa=no
  6626 fi
  6629 # Check whether --with-gtk was given.
  6630 if test "${with_gtk+set}" = set; then
  6631   withval=$with_gtk; with_gtk=yes
  6632 else
  6633   with_gtk=x11
  6634 fi
  6637 # Check whether --with-esd was given.
  6638 if test "${with_esd+set}" = set; then
  6639   withval=$with_esd;
  6640 fi
  6643 # Check whether --with-pulse was given.
  6644 if test "${with_pulse+set}" = set; then
  6645   withval=$with_pulse;
  6646 fi
  6650 if test "x$enable_optimized" = "xyes"; then
  6651    CFLAGS="-g -O2 -msse2 -mfpmath=sse"
  6652    if test "x$enable_profiled" != "xyes"; then
  6653               CFLAGS="$CFLAGS -fexceptions -fomit-frame-pointer"
  6655 cat >>confdefs.h <<\_ACEOF
  6656 #define HAVE_EXCEPTIONS 1
  6657 _ACEOF
  6659    fi
  6661 cat >>confdefs.h <<\_ACEOF
  6662 #define HAVE_FASTCALL 1
  6663 _ACEOF
  6665 else
  6666    CFLAGS="-g3"
  6667 fi
  6669 if test "x$enable_profiled" = "xyes"; then
  6670    CFLAGS="$CFLAGS -pg"
  6671    LDFLAGS="$LDFLAGS -pg";
  6672 fi
  6674 if test "x$GCC" = "xyes"; then
  6675    CFLAGS="$CFLAGS -fno-strict-aliasing"
  6676 fi
  6680 lxdream_save_cppflags="$CPPFLAGS"
  6681 CPPFLAGS="$CPPFLAGS -x objective-c"
  6682 cat >conftest.$ac_ext <<_ACEOF
  6683 /* confdefs.h.  */
  6684 _ACEOF
  6685 cat confdefs.h >>conftest.$ac_ext
  6686 cat >>conftest.$ac_ext <<_ACEOF
  6687 /* end confdefs.h.  */
  6688 @interface Foo @end
  6689 int
  6690 main ()
  6694   return 0;
  6696 _ACEOF
  6697 rm -f conftest.$ac_objext
  6698 if { (ac_try="$ac_compile"
  6699 case "(($ac_try" in
  6700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6701   *) ac_try_echo=$ac_try;;
  6702 esac
  6703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6704 $as_echo "$ac_try_echo") >&5
  6705   (eval "$ac_compile") 2>conftest.er1
  6706   ac_status=$?
  6707   grep -v '^ *+' conftest.er1 >conftest.err
  6708   rm -f conftest.er1
  6709   cat conftest.err >&5
  6710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6711   (exit $ac_status); } && {
  6712 	 test -z "$ac_c_werror_flag" ||
  6713 	 test ! -s conftest.err
  6714        } && test -s conftest.$ac_objext; then
  6717    if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
  6718   { $as_echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
  6719 $as_echo_n "checking for Cocoa/Cocoa.h... " >&6; }
  6720 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
  6721   $as_echo_n "(cached) " >&6
  6722 fi
  6723 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
  6724 $as_echo "$ac_cv_header_Cocoa_Cocoa_h" >&6; }
  6725 else
  6726   # Is the header compilable?
  6727 { $as_echo "$as_me:$LINENO: checking Cocoa/Cocoa.h usability" >&5
  6728 $as_echo_n "checking Cocoa/Cocoa.h usability... " >&6; }
  6729 cat >conftest.$ac_ext <<_ACEOF
  6730 /* confdefs.h.  */
  6731 _ACEOF
  6732 cat confdefs.h >>conftest.$ac_ext
  6733 cat >>conftest.$ac_ext <<_ACEOF
  6734 /* end confdefs.h.  */
  6735 $ac_includes_default
  6736 #include <Cocoa/Cocoa.h>
  6737 _ACEOF
  6738 rm -f conftest.$ac_objext
  6739 if { (ac_try="$ac_compile"
  6740 case "(($ac_try" in
  6741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6742   *) ac_try_echo=$ac_try;;
  6743 esac
  6744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6745 $as_echo "$ac_try_echo") >&5
  6746   (eval "$ac_compile") 2>conftest.er1
  6747   ac_status=$?
  6748   grep -v '^ *+' conftest.er1 >conftest.err
  6749   rm -f conftest.er1
  6750   cat conftest.err >&5
  6751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6752   (exit $ac_status); } && {
  6753 	 test -z "$ac_c_werror_flag" ||
  6754 	 test ! -s conftest.err
  6755        } && test -s conftest.$ac_objext; then
  6756   ac_header_compiler=yes
  6757 else
  6758   $as_echo "$as_me: failed program was:" >&5
  6759 sed 's/^/| /' conftest.$ac_ext >&5
  6761 	ac_header_compiler=no
  6762 fi
  6764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6765 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  6766 $as_echo "$ac_header_compiler" >&6; }
  6768 # Is the header present?
  6769 { $as_echo "$as_me:$LINENO: checking Cocoa/Cocoa.h presence" >&5
  6770 $as_echo_n "checking Cocoa/Cocoa.h presence... " >&6; }
  6771 cat >conftest.$ac_ext <<_ACEOF
  6772 /* confdefs.h.  */
  6773 _ACEOF
  6774 cat confdefs.h >>conftest.$ac_ext
  6775 cat >>conftest.$ac_ext <<_ACEOF
  6776 /* end confdefs.h.  */
  6777 #include <Cocoa/Cocoa.h>
  6778 _ACEOF
  6779 if { (ac_try="$ac_cpp conftest.$ac_ext"
  6780 case "(($ac_try" in
  6781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  6782   *) ac_try_echo=$ac_try;;
  6783 esac
  6784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  6785 $as_echo "$ac_try_echo") >&5
  6786   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  6787   ac_status=$?
  6788   grep -v '^ *+' conftest.er1 >conftest.err
  6789   rm -f conftest.er1
  6790   cat conftest.err >&5
  6791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  6792   (exit $ac_status); } >/dev/null && {
  6793 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  6794 	 test ! -s conftest.err
  6795        }; then
  6796   ac_header_preproc=yes
  6797 else
  6798   $as_echo "$as_me: failed program was:" >&5
  6799 sed 's/^/| /' conftest.$ac_ext >&5
  6801   ac_header_preproc=no
  6802 fi
  6804 rm -f conftest.err conftest.$ac_ext
  6805 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  6806 $as_echo "$ac_header_preproc" >&6; }
  6808 # So?  What about this header?
  6809 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  6810   yes:no: )
  6811     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&5
  6812 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  6813     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&5
  6814 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result" >&2;}
  6815     ac_header_preproc=yes
  6816     ;;
  6817   no:yes:* )
  6818     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&5
  6819 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: present but cannot be compiled" >&2;}
  6820     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h:     check for missing prerequisite headers?" >&5
  6821 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h:     check for missing prerequisite headers?" >&2;}
  6822     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&5
  6823 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation" >&2;}
  6824     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h:     section \"Present But Cannot Be Compiled\"" >&5
  6825 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  6826     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&5
  6827 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result" >&2;}
  6828     { $as_echo "$as_me:$LINENO: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&5
  6829 $as_echo "$as_me: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence" >&2;}
  6831     ;;
  6832 esac
  6833 { $as_echo "$as_me:$LINENO: checking for Cocoa/Cocoa.h" >&5
  6834 $as_echo_n "checking for Cocoa/Cocoa.h... " >&6; }
  6835 if test "${ac_cv_header_Cocoa_Cocoa_h+set}" = set; then
  6836   $as_echo_n "(cached) " >&6
  6837 else
  6838   ac_cv_header_Cocoa_Cocoa_h=$ac_header_preproc
  6839 fi
  6840 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_Cocoa_Cocoa_h" >&5
  6841 $as_echo "$ac_cv_header_Cocoa_Cocoa_h" >&6; }
  6843 fi
  6844 if test $ac_cv_header_Cocoa_Cocoa_h = yes; then
  6846       HAVE_COCOA='yes'
  6847       APPLE_BUILD='yes'
  6848       LIBS="$LIBS -framework AppKit"
  6849       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"
  6850       CPPFLAGS="$CPPFLAGS -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_4 -mdynamic-no-pic"
  6851       LDFLAGS="$LDFLAGS -Wl,-headerpad_max_install_names"
  6853 cat >>confdefs.h <<\_ACEOF
  6854 #define HAVE_COCOA 1
  6855 _ACEOF
  6858 cat >>confdefs.h <<\_ACEOF
  6859 #define APPLE_BUILD 1
  6860 _ACEOF
  6862       if test "x$with_gtk" = "xx11"; then
  6863         with_gtk=no
  6864       fi
  6866 fi
  6871 else
  6872   $as_echo "$as_me: failed program was:" >&5
  6873 sed 's/^/| /' conftest.$ac_ext >&5
  6875 	CPPFLAGS="$lxdream_save_cppflags"
  6876 fi
  6878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  6881 if test "$HAVE_COCOA" = 'yes' -a "$with_gtk" = "no"; then
  6882   GUI_COCOA_TRUE=
  6883   GUI_COCOA_FALSE='#'
  6884 else
  6885   GUI_COCOA_TRUE='#'
  6886   GUI_COCOA_FALSE=
  6887 fi
  6889 if test "x$HAVE_COCOA" = 'xyes' -a "x$with_gtk" = "xno"; then
  6891 cat >>confdefs.h <<\_ACEOF
  6892 #define OSX_BUNDLE 1
  6893 _ACEOF
  6895 fi
  6899 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
  6900 	if test -n "$ac_tool_prefix"; then
  6901   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
  6902 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
  6903 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  6904 $as_echo_n "checking for $ac_word... " >&6; }
  6905 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  6906   $as_echo_n "(cached) " >&6
  6907 else
  6908   case $PKG_CONFIG in
  6909   [\\/]* | ?:[\\/]*)
  6910   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  6911   ;;
  6912   *)
  6913   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6914 for as_dir in $PATH
  6915 do
  6916   IFS=$as_save_IFS
  6917   test -z "$as_dir" && as_dir=.
  6918   for ac_exec_ext in '' $ac_executable_extensions; do
  6919   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  6920     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  6921     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6922     break 2
  6923   fi
  6924 done
  6925 done
  6926 IFS=$as_save_IFS
  6928   ;;
  6929 esac
  6930 fi
  6931 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  6932 if test -n "$PKG_CONFIG"; then
  6933   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  6934 $as_echo "$PKG_CONFIG" >&6; }
  6935 else
  6936   { $as_echo "$as_me:$LINENO: result: no" >&5
  6937 $as_echo "no" >&6; }
  6938 fi
  6941 fi
  6942 if test -z "$ac_cv_path_PKG_CONFIG"; then
  6943   ac_pt_PKG_CONFIG=$PKG_CONFIG
  6944   # Extract the first word of "pkg-config", so it can be a program name with args.
  6945 set dummy pkg-config; ac_word=$2
  6946 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  6947 $as_echo_n "checking for $ac_word... " >&6; }
  6948 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
  6949   $as_echo_n "(cached) " >&6
  6950 else
  6951   case $ac_pt_PKG_CONFIG in
  6952   [\\/]* | ?:[\\/]*)
  6953   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
  6954   ;;
  6955   *)
  6956   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6957 for as_dir in $PATH
  6958 do
  6959   IFS=$as_save_IFS
  6960   test -z "$as_dir" && as_dir=.
  6961   for ac_exec_ext in '' $ac_executable_extensions; do
  6962   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  6963     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  6964     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  6965     break 2
  6966   fi
  6967 done
  6968 done
  6969 IFS=$as_save_IFS
  6971   ;;
  6972 esac
  6973 fi
  6974 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
  6975 if test -n "$ac_pt_PKG_CONFIG"; then
  6976   { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
  6977 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
  6978 else
  6979   { $as_echo "$as_me:$LINENO: result: no" >&5
  6980 $as_echo "no" >&6; }
  6981 fi
  6983   if test "x$ac_pt_PKG_CONFIG" = x; then
  6984     PKG_CONFIG=""
  6985   else
  6986     case $cross_compiling:$ac_tool_warned in
  6987 yes:)
  6988 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  6989 whose name does not start with the host triplet.  If you think this
  6990 configuration is useful to you, please write to autoconf@gnu.org." >&5
  6991 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  6992 whose name does not start with the host triplet.  If you think this
  6993 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  6994 ac_tool_warned=yes ;;
  6995 esac
  6996     PKG_CONFIG=$ac_pt_PKG_CONFIG
  6997   fi
  6998 else
  6999   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
  7000 fi
  7002 fi
  7003 if test -n "$PKG_CONFIG"; then
  7004 	_pkg_min_version=0.9.0
  7005 	{ $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
  7006 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
  7007 	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
  7008 		{ $as_echo "$as_me:$LINENO: result: yes" >&5
  7009 $as_echo "yes" >&6; }
  7010 	else
  7011 		{ $as_echo "$as_me:$LINENO: result: no" >&5
  7012 $as_echo "no" >&6; }
  7013 		PKG_CONFIG=""
  7014 	fi
  7016 fi
  7018 pkg_failed=no
  7019 { $as_echo "$as_me:$LINENO: checking for LIBPNG" >&5
  7020 $as_echo_n "checking for LIBPNG... " >&6; }
  7022 if test -n "$PKG_CONFIG"; then
  7023     if test -n "$LIBPNG_CFLAGS"; then
  7024         pkg_cv_LIBPNG_CFLAGS="$LIBPNG_CFLAGS"
  7025     else
  7026         if test -n "$PKG_CONFIG" && \
  7027     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
  7028   ($PKG_CONFIG --exists --print-errors "libpng ") 2>&5
  7029   ac_status=$?
  7030   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7031   (exit $ac_status); }; then
  7032   pkg_cv_LIBPNG_CFLAGS=`$PKG_CONFIG --cflags "libpng " 2>/dev/null`
  7033 else
  7034   pkg_failed=yes
  7035 fi
  7036     fi
  7037 else
  7038 	pkg_failed=untried
  7039 fi
  7040 if test -n "$PKG_CONFIG"; then
  7041     if test -n "$LIBPNG_LIBS"; then
  7042         pkg_cv_LIBPNG_LIBS="$LIBPNG_LIBS"
  7043     else
  7044         if test -n "$PKG_CONFIG" && \
  7045     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpng \"") >&5
  7046   ($PKG_CONFIG --exists --print-errors "libpng ") 2>&5
  7047   ac_status=$?
  7048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7049   (exit $ac_status); }; then
  7050   pkg_cv_LIBPNG_LIBS=`$PKG_CONFIG --libs "libpng " 2>/dev/null`
  7051 else
  7052   pkg_failed=yes
  7053 fi
  7054     fi
  7055 else
  7056 	pkg_failed=untried
  7057 fi
  7061 if test $pkg_failed = yes; then
  7063 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  7064         _pkg_short_errors_supported=yes
  7065 else
  7066         _pkg_short_errors_supported=no
  7067 fi
  7068         if test $_pkg_short_errors_supported = yes; then
  7069 	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpng "`
  7070         else
  7071 	        LIBPNG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpng "`
  7072         fi
  7073 	# Put the nasty error message in config.log where it belongs
  7074 	echo "$LIBPNG_PKG_ERRORS" >&5
  7076 	{ { $as_echo "$as_me:$LINENO: error: Package requirements (libpng ) were not met:
  7078 $LIBPNG_PKG_ERRORS
  7080 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  7081 installed software in a non-standard prefix.
  7083 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  7084 and LIBPNG_LIBS to avoid the need to call pkg-config.
  7085 See the pkg-config man page for more details.
  7086 " >&5
  7087 $as_echo "$as_me: error: Package requirements (libpng ) were not met:
  7089 $LIBPNG_PKG_ERRORS
  7091 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  7092 installed software in a non-standard prefix.
  7094 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  7095 and LIBPNG_LIBS to avoid the need to call pkg-config.
  7096 See the pkg-config man page for more details.
  7097 " >&2;}
  7098    { (exit 1); exit 1; }; }
  7099 elif test $pkg_failed = untried; then
  7100 	{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  7101 is in your PATH or set the PKG_CONFIG environment variable to the full
  7102 path to pkg-config.
  7104 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  7105 and LIBPNG_LIBS to avoid the need to call pkg-config.
  7106 See the pkg-config man page for more details.
  7108 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  7109 See \`config.log' for more details." >&5
  7110 $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  7111 is in your PATH or set the PKG_CONFIG environment variable to the full
  7112 path to pkg-config.
  7114 Alternatively, you may set the environment variables LIBPNG_CFLAGS
  7115 and LIBPNG_LIBS to avoid the need to call pkg-config.
  7116 See the pkg-config man page for more details.
  7118 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  7119 See \`config.log' for more details." >&2;}
  7120    { (exit 1); exit 1; }; }
  7121 else
  7122 	LIBPNG_CFLAGS=$pkg_cv_LIBPNG_CFLAGS
  7123 	LIBPNG_LIBS=$pkg_cv_LIBPNG_LIBS
  7124         { $as_echo "$as_me:$LINENO: result: yes" >&5
  7125 $as_echo "yes" >&6; }
  7127 fi
  7130 { $as_echo "$as_me:$LINENO: checking for uncompress in -lz" >&5
  7131 $as_echo_n "checking for uncompress in -lz... " >&6; }
  7132 if test "${ac_cv_lib_z_uncompress+set}" = set; then
  7133   $as_echo_n "(cached) " >&6
  7134 else
  7135   ac_check_lib_save_LIBS=$LIBS
  7136 LIBS="-lz  $LIBS"
  7137 cat >conftest.$ac_ext <<_ACEOF
  7138 /* confdefs.h.  */
  7139 _ACEOF
  7140 cat confdefs.h >>conftest.$ac_ext
  7141 cat >>conftest.$ac_ext <<_ACEOF
  7142 /* end confdefs.h.  */
  7144 /* Override any GCC internal prototype to avoid an error.
  7145    Use char because int might match the return type of a GCC
  7146    builtin and then its argument prototype would still apply.  */
  7147 #ifdef __cplusplus
  7148 extern "C"
  7149 #endif
  7150 char uncompress ();
  7151 int
  7152 main ()
  7154 return uncompress ();
  7156   return 0;
  7158 _ACEOF
  7159 rm -f conftest.$ac_objext conftest$ac_exeext
  7160 if { (ac_try="$ac_link"
  7161 case "(($ac_try" in
  7162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7163   *) ac_try_echo=$ac_try;;
  7164 esac
  7165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7166 $as_echo "$ac_try_echo") >&5
  7167   (eval "$ac_link") 2>conftest.er1
  7168   ac_status=$?
  7169   grep -v '^ *+' conftest.er1 >conftest.err
  7170   rm -f conftest.er1
  7171   cat conftest.err >&5
  7172   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7173   (exit $ac_status); } && {
  7174 	 test -z "$ac_c_werror_flag" ||
  7175 	 test ! -s conftest.err
  7176        } && test -s conftest$ac_exeext && {
  7177 	 test "$cross_compiling" = yes ||
  7178 	 $as_test_x conftest$ac_exeext
  7179        }; then
  7180   ac_cv_lib_z_uncompress=yes
  7181 else
  7182   $as_echo "$as_me: failed program was:" >&5
  7183 sed 's/^/| /' conftest.$ac_ext >&5
  7185 	ac_cv_lib_z_uncompress=no
  7186 fi
  7188 rm -rf conftest.dSYM
  7189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  7190       conftest$ac_exeext conftest.$ac_ext
  7191 LIBS=$ac_check_lib_save_LIBS
  7192 fi
  7193 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_uncompress" >&5
  7194 $as_echo "$ac_cv_lib_z_uncompress" >&6; }
  7195 if test $ac_cv_lib_z_uncompress = yes; then
  7196   cat >>confdefs.h <<_ACEOF
  7197 #define HAVE_LIBZ 1
  7198 _ACEOF
  7200   LIBS="-lz $LIBS"
  7202 else
  7204     echo "Zlib (libz.so) could not be found, but is required."
  7205     exit 1
  7206 fi
  7209 if test "x$with_gtk" = "xno"; then
  7211 pkg_failed=no
  7212 { $as_echo "$as_me:$LINENO: checking for GLIB" >&5
  7213 $as_echo_n "checking for GLIB... " >&6; }
  7215 if test -n "$PKG_CONFIG"; then
  7216     if test -n "$GLIB_CFLAGS"; then
  7217         pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
  7218     else
  7219         if test -n "$PKG_CONFIG" && \
  7220     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  7221   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  7222   ac_status=$?
  7223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7224   (exit $ac_status); }; then
  7225   pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
  7226 else
  7227   pkg_failed=yes
  7228 fi
  7229     fi
  7230 else
  7231 	pkg_failed=untried
  7232 fi
  7233 if test -n "$PKG_CONFIG"; then
  7234     if test -n "$GLIB_LIBS"; then
  7235         pkg_cv_GLIB_LIBS="$GLIB_LIBS"
  7236     else
  7237         if test -n "$PKG_CONFIG" && \
  7238     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
  7239   ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
  7240   ac_status=$?
  7241   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7242   (exit $ac_status); }; then
  7243   pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
  7244 else
  7245   pkg_failed=yes
  7246 fi
  7247     fi
  7248 else
  7249 	pkg_failed=untried
  7250 fi
  7254 if test $pkg_failed = yes; then
  7256 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  7257         _pkg_short_errors_supported=yes
  7258 else
  7259         _pkg_short_errors_supported=no
  7260 fi
  7261         if test $_pkg_short_errors_supported = yes; then
  7262 	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"`
  7263         else
  7264 	        GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"`
  7265         fi
  7266 	# Put the nasty error message in config.log where it belongs
  7267 	echo "$GLIB_PKG_ERRORS" >&5
  7269 	{ { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met:
  7271 $GLIB_PKG_ERRORS
  7273 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  7274 installed software in a non-standard prefix.
  7276 Alternatively, you may set the environment variables GLIB_CFLAGS
  7277 and GLIB_LIBS to avoid the need to call pkg-config.
  7278 See the pkg-config man page for more details.
  7279 " >&5
  7280 $as_echo "$as_me: error: Package requirements (glib-2.0) were not met:
  7282 $GLIB_PKG_ERRORS
  7284 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  7285 installed software in a non-standard prefix.
  7287 Alternatively, you may set the environment variables GLIB_CFLAGS
  7288 and GLIB_LIBS to avoid the need to call pkg-config.
  7289 See the pkg-config man page for more details.
  7290 " >&2;}
  7291    { (exit 1); exit 1; }; }
  7292 elif test $pkg_failed = untried; then
  7293 	{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  7294 is in your PATH or set the PKG_CONFIG environment variable to the full
  7295 path to pkg-config.
  7297 Alternatively, you may set the environment variables GLIB_CFLAGS
  7298 and GLIB_LIBS to avoid the need to call pkg-config.
  7299 See the pkg-config man page for more details.
  7301 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  7302 See \`config.log' for more details." >&5
  7303 $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  7304 is in your PATH or set the PKG_CONFIG environment variable to the full
  7305 path to pkg-config.
  7307 Alternatively, you may set the environment variables GLIB_CFLAGS
  7308 and GLIB_LIBS to avoid the need to call pkg-config.
  7309 See the pkg-config man page for more details.
  7311 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  7312 See \`config.log' for more details." >&2;}
  7313    { (exit 1); exit 1; }; }
  7314 else
  7315 	GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
  7316 	GLIB_LIBS=$pkg_cv_GLIB_LIBS
  7317         { $as_echo "$as_me:$LINENO: result: yes" >&5
  7318 $as_echo "yes" >&6; }
  7320 fi
  7321 else
  7323 pkg_failed=no
  7324 { $as_echo "$as_me:$LINENO: checking for GTK" >&5
  7325 $as_echo_n "checking for GTK... " >&6; }
  7327 if test -n "$PKG_CONFIG"; then
  7328     if test -n "$GTK_CFLAGS"; then
  7329         pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
  7330     else
  7331         if test -n "$PKG_CONFIG" && \
  7332     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
  7333   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
  7334   ac_status=$?
  7335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7336   (exit $ac_status); }; then
  7337   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
  7338 else
  7339   pkg_failed=yes
  7340 fi
  7341     fi
  7342 else
  7343 	pkg_failed=untried
  7344 fi
  7345 if test -n "$PKG_CONFIG"; then
  7346     if test -n "$GTK_LIBS"; then
  7347         pkg_cv_GTK_LIBS="$GTK_LIBS"
  7348     else
  7349         if test -n "$PKG_CONFIG" && \
  7350     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
  7351   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
  7352   ac_status=$?
  7353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7354   (exit $ac_status); }; then
  7355   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
  7356 else
  7357   pkg_failed=yes
  7358 fi
  7359     fi
  7360 else
  7361 	pkg_failed=untried
  7362 fi
  7366 if test $pkg_failed = yes; then
  7368 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  7369         _pkg_short_errors_supported=yes
  7370 else
  7371         _pkg_short_errors_supported=no
  7372 fi
  7373         if test $_pkg_short_errors_supported = yes; then
  7374 	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0"`
  7375         else
  7376 	        GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0"`
  7377         fi
  7378 	# Put the nasty error message in config.log where it belongs
  7379 	echo "$GTK_PKG_ERRORS" >&5
  7381 	{ { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0) were not met:
  7383 $GTK_PKG_ERRORS
  7385 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  7386 installed software in a non-standard prefix.
  7388 Alternatively, you may set the environment variables GTK_CFLAGS
  7389 and GTK_LIBS to avoid the need to call pkg-config.
  7390 See the pkg-config man page for more details.
  7391 " >&5
  7392 $as_echo "$as_me: error: Package requirements (gtk+-2.0) were not met:
  7394 $GTK_PKG_ERRORS
  7396 Consider adjusting the PKG_CONFIG_PATH environment variable if you
  7397 installed software in a non-standard prefix.
  7399 Alternatively, you may set the environment variables GTK_CFLAGS
  7400 and GTK_LIBS to avoid the need to call pkg-config.
  7401 See the pkg-config man page for more details.
  7402 " >&2;}
  7403    { (exit 1); exit 1; }; }
  7404 elif test $pkg_failed = untried; then
  7405 	{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
  7406 is in your PATH or set the PKG_CONFIG environment variable to the full
  7407 path to pkg-config.
  7409 Alternatively, you may set the environment variables GTK_CFLAGS
  7410 and GTK_LIBS to avoid the need to call pkg-config.
  7411 See the pkg-config man page for more details.
  7413 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  7414 See \`config.log' for more details." >&5
  7415 $as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
  7416 is in your PATH or set the PKG_CONFIG environment variable to the full
  7417 path to pkg-config.
  7419 Alternatively, you may set the environment variables GTK_CFLAGS
  7420 and GTK_LIBS to avoid the need to call pkg-config.
  7421 See the pkg-config man page for more details.
  7423 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  7424 See \`config.log' for more details." >&2;}
  7425    { (exit 1); exit 1; }; }
  7426 else
  7427 	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
  7428 	GTK_LIBS=$pkg_cv_GTK_LIBS
  7429         { $as_echo "$as_me:$LINENO: result: yes" >&5
  7430 $as_echo "yes" >&6; }
  7432        HAVE_GTK='yes'
  7434 cat >>confdefs.h <<\_ACEOF
  7435 #define HAVE_GTK 1
  7436 _ACEOF
  7439 fi
  7441       LIBS="$LIBS $GTK_LIBS"
  7442    { $as_echo "$as_me:$LINENO: checking for gdk_x11_display_get_xdisplay" >&5
  7443 $as_echo_n "checking for gdk_x11_display_get_xdisplay... " >&6; }
  7444 if test "${ac_cv_func_gdk_x11_display_get_xdisplay+set}" = set; then
  7445   $as_echo_n "(cached) " >&6
  7446 else
  7447   cat >conftest.$ac_ext <<_ACEOF
  7448 /* confdefs.h.  */
  7449 _ACEOF
  7450 cat confdefs.h >>conftest.$ac_ext
  7451 cat >>conftest.$ac_ext <<_ACEOF
  7452 /* end confdefs.h.  */
  7453 /* Define gdk_x11_display_get_xdisplay to an innocuous variant, in case <limits.h> declares gdk_x11_display_get_xdisplay.
  7454    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  7455 #define gdk_x11_display_get_xdisplay innocuous_gdk_x11_display_get_xdisplay
  7457 /* System header to define __stub macros and hopefully few prototypes,
  7458     which can conflict with char gdk_x11_display_get_xdisplay (); below.
  7459     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7460     <limits.h> exists even on freestanding compilers.  */
  7462 #ifdef __STDC__
  7463 # include <limits.h>
  7464 #else
  7465 # include <assert.h>
  7466 #endif
  7468 #undef gdk_x11_display_get_xdisplay
  7470 /* Override any GCC internal prototype to avoid an error.
  7471    Use char because int might match the return type of a GCC
  7472    builtin and then its argument prototype would still apply.  */
  7473 #ifdef __cplusplus
  7474 extern "C"
  7475 #endif
  7476 char gdk_x11_display_get_xdisplay ();
  7477 /* The GNU C library defines this for functions which it implements
  7478     to always fail with ENOSYS.  Some functions are actually named
  7479     something starting with __ and the normal name is an alias.  */
  7480 #if defined __stub_gdk_x11_display_get_xdisplay || defined __stub___gdk_x11_display_get_xdisplay
  7481 choke me
  7482 #endif
  7484 int
  7485 main ()
  7487 return gdk_x11_display_get_xdisplay ();
  7489   return 0;
  7491 _ACEOF
  7492 rm -f conftest.$ac_objext conftest$ac_exeext
  7493 if { (ac_try="$ac_link"
  7494 case "(($ac_try" in
  7495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7496   *) ac_try_echo=$ac_try;;
  7497 esac
  7498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7499 $as_echo "$ac_try_echo") >&5
  7500   (eval "$ac_link") 2>conftest.er1
  7501   ac_status=$?
  7502   grep -v '^ *+' conftest.er1 >conftest.err
  7503   rm -f conftest.er1
  7504   cat conftest.err >&5
  7505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7506   (exit $ac_status); } && {
  7507 	 test -z "$ac_c_werror_flag" ||
  7508 	 test ! -s conftest.err
  7509        } && test -s conftest$ac_exeext && {
  7510 	 test "$cross_compiling" = yes ||
  7511 	 $as_test_x conftest$ac_exeext
  7512        }; then
  7513   ac_cv_func_gdk_x11_display_get_xdisplay=yes
  7514 else
  7515   $as_echo "$as_me: failed program was:" >&5
  7516 sed 's/^/| /' conftest.$ac_ext >&5
  7518 	ac_cv_func_gdk_x11_display_get_xdisplay=no
  7519 fi
  7521 rm -rf conftest.dSYM
  7522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  7523       conftest$ac_exeext conftest.$ac_ext
  7524 fi
  7525 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gdk_x11_display_get_xdisplay" >&5
  7526 $as_echo "$ac_cv_func_gdk_x11_display_get_xdisplay" >&6; }
  7527 if test $ac_cv_func_gdk_x11_display_get_xdisplay = yes; then
  7529       HAVE_GTK_X11='yes'
  7531 cat >>confdefs.h <<\_ACEOF
  7532 #define HAVE_GTK_X11 1
  7533 _ACEOF
  7535 fi
  7537    { $as_echo "$as_me:$LINENO: checking for gdk_quartz_window_get_nsview" >&5
  7538 $as_echo_n "checking for gdk_quartz_window_get_nsview... " >&6; }
  7539 if test "${ac_cv_func_gdk_quartz_window_get_nsview+set}" = set; then
  7540   $as_echo_n "(cached) " >&6
  7541 else
  7542   cat >conftest.$ac_ext <<_ACEOF
  7543 /* confdefs.h.  */
  7544 _ACEOF
  7545 cat confdefs.h >>conftest.$ac_ext
  7546 cat >>conftest.$ac_ext <<_ACEOF
  7547 /* end confdefs.h.  */
  7548 /* Define gdk_quartz_window_get_nsview to an innocuous variant, in case <limits.h> declares gdk_quartz_window_get_nsview.
  7549    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  7550 #define gdk_quartz_window_get_nsview innocuous_gdk_quartz_window_get_nsview
  7552 /* System header to define __stub macros and hopefully few prototypes,
  7553     which can conflict with char gdk_quartz_window_get_nsview (); below.
  7554     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7555     <limits.h> exists even on freestanding compilers.  */
  7557 #ifdef __STDC__
  7558 # include <limits.h>
  7559 #else
  7560 # include <assert.h>
  7561 #endif
  7563 #undef gdk_quartz_window_get_nsview
  7565 /* Override any GCC internal prototype to avoid an error.
  7566    Use char because int might match the return type of a GCC
  7567    builtin and then its argument prototype would still apply.  */
  7568 #ifdef __cplusplus
  7569 extern "C"
  7570 #endif
  7571 char gdk_quartz_window_get_nsview ();
  7572 /* The GNU C library defines this for functions which it implements
  7573     to always fail with ENOSYS.  Some functions are actually named
  7574     something starting with __ and the normal name is an alias.  */
  7575 #if defined __stub_gdk_quartz_window_get_nsview || defined __stub___gdk_quartz_window_get_nsview
  7576 choke me
  7577 #endif
  7579 int
  7580 main ()
  7582 return gdk_quartz_window_get_nsview ();
  7584   return 0;
  7586 _ACEOF
  7587 rm -f conftest.$ac_objext conftest$ac_exeext
  7588 if { (ac_try="$ac_link"
  7589 case "(($ac_try" in
  7590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7591   *) ac_try_echo=$ac_try;;
  7592 esac
  7593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7594 $as_echo "$ac_try_echo") >&5
  7595   (eval "$ac_link") 2>conftest.er1
  7596   ac_status=$?
  7597   grep -v '^ *+' conftest.er1 >conftest.err
  7598   rm -f conftest.er1
  7599   cat conftest.err >&5
  7600   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7601   (exit $ac_status); } && {
  7602 	 test -z "$ac_c_werror_flag" ||
  7603 	 test ! -s conftest.err
  7604        } && test -s conftest$ac_exeext && {
  7605 	 test "$cross_compiling" = yes ||
  7606 	 $as_test_x conftest$ac_exeext
  7607        }; then
  7608   ac_cv_func_gdk_quartz_window_get_nsview=yes
  7609 else
  7610   $as_echo "$as_me: failed program was:" >&5
  7611 sed 's/^/| /' conftest.$ac_ext >&5
  7613 	ac_cv_func_gdk_quartz_window_get_nsview=no
  7614 fi
  7616 rm -rf conftest.dSYM
  7617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  7618       conftest$ac_exeext conftest.$ac_ext
  7619 fi
  7620 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gdk_quartz_window_get_nsview" >&5
  7621 $as_echo "$ac_cv_func_gdk_quartz_window_get_nsview" >&6; }
  7622 if test $ac_cv_func_gdk_quartz_window_get_nsview = yes; then
  7624       HAVE_GTK_OSX='yes'
  7626 cat >>confdefs.h <<\_ACEOF
  7627 #define HAVE_GTK_OSX 1
  7628 _ACEOF
  7630 fi
  7632 fi
  7636 if test "$HAVE_GTK" = 'yes'; then
  7637   GUI_GTK_TRUE=
  7638   GUI_GTK_FALSE='#'
  7639 else
  7640   GUI_GTK_TRUE='#'
  7641   GUI_GTK_FALSE=
  7642 fi
  7645 if test "x$with_osmesa" != xno; then
  7649 { $as_echo "$as_me:$LINENO: checking for OSMesaCreateContext in -lOSMesa" >&5
  7650 $as_echo_n "checking for OSMesaCreateContext in -lOSMesa... " >&6; }
  7651 if test "${ac_cv_lib_OSMesa_OSMesaCreateContext+set}" = set; then
  7652   $as_echo_n "(cached) " >&6
  7653 else
  7654   ac_check_lib_save_LIBS=$LIBS
  7655 LIBS="-lOSMesa  $LIBS"
  7656 cat >conftest.$ac_ext <<_ACEOF
  7657 /* confdefs.h.  */
  7658 _ACEOF
  7659 cat confdefs.h >>conftest.$ac_ext
  7660 cat >>conftest.$ac_ext <<_ACEOF
  7661 /* end confdefs.h.  */
  7663 /* Override any GCC internal prototype to avoid an error.
  7664    Use char because int might match the return type of a GCC
  7665    builtin and then its argument prototype would still apply.  */
  7666 #ifdef __cplusplus
  7667 extern "C"
  7668 #endif
  7669 char OSMesaCreateContext ();
  7670 int
  7671 main ()
  7673 return OSMesaCreateContext ();
  7675   return 0;
  7677 _ACEOF
  7678 rm -f conftest.$ac_objext conftest$ac_exeext
  7679 if { (ac_try="$ac_link"
  7680 case "(($ac_try" in
  7681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7682   *) ac_try_echo=$ac_try;;
  7683 esac
  7684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7685 $as_echo "$ac_try_echo") >&5
  7686   (eval "$ac_link") 2>conftest.er1
  7687   ac_status=$?
  7688   grep -v '^ *+' conftest.er1 >conftest.err
  7689   rm -f conftest.er1
  7690   cat conftest.err >&5
  7691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7692   (exit $ac_status); } && {
  7693 	 test -z "$ac_c_werror_flag" ||
  7694 	 test ! -s conftest.err
  7695        } && test -s conftest$ac_exeext && {
  7696 	 test "$cross_compiling" = yes ||
  7697 	 $as_test_x conftest$ac_exeext
  7698        }; then
  7699   ac_cv_lib_OSMesa_OSMesaCreateContext=yes
  7700 else
  7701   $as_echo "$as_me: failed program was:" >&5
  7702 sed 's/^/| /' conftest.$ac_ext >&5
  7704 	ac_cv_lib_OSMesa_OSMesaCreateContext=no
  7705 fi
  7707 rm -rf conftest.dSYM
  7708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  7709       conftest$ac_exeext conftest.$ac_ext
  7710 LIBS=$ac_check_lib_save_LIBS
  7711 fi
  7712 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_OSMesa_OSMesaCreateContext" >&5
  7713 $as_echo "$ac_cv_lib_OSMesa_OSMesaCreateContext" >&6; }
  7714 if test $ac_cv_lib_OSMesa_OSMesaCreateContext = yes; then
  7715   cat >>confdefs.h <<_ACEOF
  7716 #define HAVE_LIBOSMESA 1
  7717 _ACEOF
  7719   LIBS="-lOSMesa $LIBS"
  7721 else
  7722   { { $as_echo "$as_me:$LINENO: error: --with-osmesa was given, but OSMesa library could not be found
  7723 See \`config.log' for more details." >&5
  7724 $as_echo "$as_me: error: --with-osmesa was given, but OSMesa library could not be found
  7725 See \`config.log' for more details." >&2;}
  7726    { (exit 1); exit 1; }; }
  7727 fi
  7729   if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
  7730   { $as_echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
  7731 $as_echo_n "checking for GL/osmesa.h... " >&6; }
  7732 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
  7733   $as_echo_n "(cached) " >&6
  7734 fi
  7735 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
  7736 $as_echo "$ac_cv_header_GL_osmesa_h" >&6; }
  7737 else
  7738   # Is the header compilable?
  7739 { $as_echo "$as_me:$LINENO: checking GL/osmesa.h usability" >&5
  7740 $as_echo_n "checking GL/osmesa.h usability... " >&6; }
  7741 cat >conftest.$ac_ext <<_ACEOF
  7742 /* confdefs.h.  */
  7743 _ACEOF
  7744 cat confdefs.h >>conftest.$ac_ext
  7745 cat >>conftest.$ac_ext <<_ACEOF
  7746 /* end confdefs.h.  */
  7747 $ac_includes_default
  7748 #include <GL/osmesa.h>
  7749 _ACEOF
  7750 rm -f conftest.$ac_objext
  7751 if { (ac_try="$ac_compile"
  7752 case "(($ac_try" in
  7753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7754   *) ac_try_echo=$ac_try;;
  7755 esac
  7756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7757 $as_echo "$ac_try_echo") >&5
  7758   (eval "$ac_compile") 2>conftest.er1
  7759   ac_status=$?
  7760   grep -v '^ *+' conftest.er1 >conftest.err
  7761   rm -f conftest.er1
  7762   cat conftest.err >&5
  7763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7764   (exit $ac_status); } && {
  7765 	 test -z "$ac_c_werror_flag" ||
  7766 	 test ! -s conftest.err
  7767        } && test -s conftest.$ac_objext; then
  7768   ac_header_compiler=yes
  7769 else
  7770   $as_echo "$as_me: failed program was:" >&5
  7771 sed 's/^/| /' conftest.$ac_ext >&5
  7773 	ac_header_compiler=no
  7774 fi
  7776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  7777 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  7778 $as_echo "$ac_header_compiler" >&6; }
  7780 # Is the header present?
  7781 { $as_echo "$as_me:$LINENO: checking GL/osmesa.h presence" >&5
  7782 $as_echo_n "checking GL/osmesa.h presence... " >&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 #include <GL/osmesa.h>
  7790 _ACEOF
  7791 if { (ac_try="$ac_cpp conftest.$ac_ext"
  7792 case "(($ac_try" in
  7793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7794   *) ac_try_echo=$ac_try;;
  7795 esac
  7796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7797 $as_echo "$ac_try_echo") >&5
  7798   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  7799   ac_status=$?
  7800   grep -v '^ *+' conftest.er1 >conftest.err
  7801   rm -f conftest.er1
  7802   cat conftest.err >&5
  7803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7804   (exit $ac_status); } >/dev/null && {
  7805 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  7806 	 test ! -s conftest.err
  7807        }; then
  7808   ac_header_preproc=yes
  7809 else
  7810   $as_echo "$as_me: failed program was:" >&5
  7811 sed 's/^/| /' conftest.$ac_ext >&5
  7813   ac_header_preproc=no
  7814 fi
  7816 rm -f conftest.err conftest.$ac_ext
  7817 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  7818 $as_echo "$ac_header_preproc" >&6; }
  7820 # So?  What about this header?
  7821 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  7822   yes:no: )
  7823     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&5
  7824 $as_echo "$as_me: WARNING: GL/osmesa.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  7825     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&5
  7826 $as_echo "$as_me: WARNING: GL/osmesa.h: proceeding with the compiler's result" >&2;}
  7827     ac_header_preproc=yes
  7828     ;;
  7829   no:yes:* )
  7830     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: present but cannot be compiled" >&5
  7831 $as_echo "$as_me: WARNING: GL/osmesa.h: present but cannot be compiled" >&2;}
  7832     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h:     check for missing prerequisite headers?" >&5
  7833 $as_echo "$as_me: WARNING: GL/osmesa.h:     check for missing prerequisite headers?" >&2;}
  7834     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: see the Autoconf documentation" >&5
  7835 $as_echo "$as_me: WARNING: GL/osmesa.h: see the Autoconf documentation" >&2;}
  7836     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h:     section \"Present But Cannot Be Compiled\"" >&5
  7837 $as_echo "$as_me: WARNING: GL/osmesa.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  7838     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&5
  7839 $as_echo "$as_me: WARNING: GL/osmesa.h: proceeding with the preprocessor's result" >&2;}
  7840     { $as_echo "$as_me:$LINENO: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&5
  7841 $as_echo "$as_me: WARNING: GL/osmesa.h: in the future, the compiler will take precedence" >&2;}
  7843     ;;
  7844 esac
  7845 { $as_echo "$as_me:$LINENO: checking for GL/osmesa.h" >&5
  7846 $as_echo_n "checking for GL/osmesa.h... " >&6; }
  7847 if test "${ac_cv_header_GL_osmesa_h+set}" = set; then
  7848   $as_echo_n "(cached) " >&6
  7849 else
  7850   ac_cv_header_GL_osmesa_h=$ac_header_preproc
  7851 fi
  7852 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_osmesa_h" >&5
  7853 $as_echo "$ac_cv_header_GL_osmesa_h" >&6; }
  7855 fi
  7856 if test $ac_cv_header_GL_osmesa_h = yes; then
  7858 else
  7859   { { $as_echo "$as_me:$LINENO: error: --with-osmesa was given, but osmesa.h could not be found
  7860 See \`config.log' for more details." >&5
  7861 $as_echo "$as_me: error: --with-osmesa was given, but osmesa.h could not be found
  7862 See \`config.log' for more details." >&2;}
  7863    { (exit 1); exit 1; }; }
  7864 fi
  7867   HAVE_OSMESA='yes'
  7868   VIDEO_DRIVERS="$VIDEO_DRIVERS osmesa"
  7870 cat >>confdefs.h <<\_ACEOF
  7871 #define HAVE_OSMESA 1
  7872 _ACEOF
  7874 else
  7877    if test "x$APPLE_BUILD" != 'xyes'; then
  7879 { $as_echo "$as_me:$LINENO: checking for glVertex3f in -lGL" >&5
  7880 $as_echo_n "checking for glVertex3f in -lGL... " >&6; }
  7881 if test "${ac_cv_lib_GL_glVertex3f+set}" = set; then
  7882   $as_echo_n "(cached) " >&6
  7883 else
  7884   ac_check_lib_save_LIBS=$LIBS
  7885 LIBS="-lGL  $LIBS"
  7886 cat >conftest.$ac_ext <<_ACEOF
  7887 /* confdefs.h.  */
  7888 _ACEOF
  7889 cat confdefs.h >>conftest.$ac_ext
  7890 cat >>conftest.$ac_ext <<_ACEOF
  7891 /* end confdefs.h.  */
  7893 /* Override any GCC internal prototype to avoid an error.
  7894    Use char because int might match the return type of a GCC
  7895    builtin and then its argument prototype would still apply.  */
  7896 #ifdef __cplusplus
  7897 extern "C"
  7898 #endif
  7899 char glVertex3f ();
  7900 int
  7901 main ()
  7903 return glVertex3f ();
  7905   return 0;
  7907 _ACEOF
  7908 rm -f conftest.$ac_objext conftest$ac_exeext
  7909 if { (ac_try="$ac_link"
  7910 case "(($ac_try" in
  7911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7912   *) ac_try_echo=$ac_try;;
  7913 esac
  7914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7915 $as_echo "$ac_try_echo") >&5
  7916   (eval "$ac_link") 2>conftest.er1
  7917   ac_status=$?
  7918   grep -v '^ *+' conftest.er1 >conftest.err
  7919   rm -f conftest.er1
  7920   cat conftest.err >&5
  7921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7922   (exit $ac_status); } && {
  7923 	 test -z "$ac_c_werror_flag" ||
  7924 	 test ! -s conftest.err
  7925        } && test -s conftest$ac_exeext && {
  7926 	 test "$cross_compiling" = yes ||
  7927 	 $as_test_x conftest$ac_exeext
  7928        }; then
  7929   ac_cv_lib_GL_glVertex3f=yes
  7930 else
  7931   $as_echo "$as_me: failed program was:" >&5
  7932 sed 's/^/| /' conftest.$ac_ext >&5
  7934 	ac_cv_lib_GL_glVertex3f=no
  7935 fi
  7937 rm -rf conftest.dSYM
  7938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  7939       conftest$ac_exeext conftest.$ac_ext
  7940 LIBS=$ac_check_lib_save_LIBS
  7941 fi
  7942 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glVertex3f" >&5
  7943 $as_echo "$ac_cv_lib_GL_glVertex3f" >&6; }
  7944 if test $ac_cv_lib_GL_glVertex3f = yes; then
  7945   cat >>confdefs.h <<_ACEOF
  7946 #define HAVE_LIBGL 1
  7947 _ACEOF
  7949   LIBS="-lGL $LIBS"
  7951 else
  7953           { { $as_echo "$as_me:$LINENO: error: \"The OpenGL library (libGL.so) could not be found, but is required.\"
  7954 See \`config.log' for more details." >&5
  7955 $as_echo "$as_me: error: \"The OpenGL library (libGL.so) could not be found, but is required.\"
  7956 See \`config.log' for more details." >&2;}
  7957    { (exit 1); exit 1; }; }
  7958 fi
  7960       if test "${ac_cv_header_GL_gl_h+set}" = set; then
  7961   { $as_echo "$as_me:$LINENO: checking for GL/gl.h" >&5
  7962 $as_echo_n "checking for GL/gl.h... " >&6; }
  7963 if test "${ac_cv_header_GL_gl_h+set}" = set; then
  7964   $as_echo_n "(cached) " >&6
  7965 fi
  7966 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
  7967 $as_echo "$ac_cv_header_GL_gl_h" >&6; }
  7968 else
  7969   # Is the header compilable?
  7970 { $as_echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
  7971 $as_echo_n "checking GL/gl.h usability... " >&6; }
  7972 cat >conftest.$ac_ext <<_ACEOF
  7973 /* confdefs.h.  */
  7974 _ACEOF
  7975 cat confdefs.h >>conftest.$ac_ext
  7976 cat >>conftest.$ac_ext <<_ACEOF
  7977 /* end confdefs.h.  */
  7978 $ac_includes_default
  7979 #include <GL/gl.h>
  7980 _ACEOF
  7981 rm -f conftest.$ac_objext
  7982 if { (ac_try="$ac_compile"
  7983 case "(($ac_try" in
  7984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  7985   *) ac_try_echo=$ac_try;;
  7986 esac
  7987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  7988 $as_echo "$ac_try_echo") >&5
  7989   (eval "$ac_compile") 2>conftest.er1
  7990   ac_status=$?
  7991   grep -v '^ *+' conftest.er1 >conftest.err
  7992   rm -f conftest.er1
  7993   cat conftest.err >&5
  7994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  7995   (exit $ac_status); } && {
  7996 	 test -z "$ac_c_werror_flag" ||
  7997 	 test ! -s conftest.err
  7998        } && test -s conftest.$ac_objext; then
  7999   ac_header_compiler=yes
  8000 else
  8001   $as_echo "$as_me: failed program was:" >&5
  8002 sed 's/^/| /' conftest.$ac_ext >&5
  8004 	ac_header_compiler=no
  8005 fi
  8007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  8008 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  8009 $as_echo "$ac_header_compiler" >&6; }
  8011 # Is the header present?
  8012 { $as_echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
  8013 $as_echo_n "checking GL/gl.h presence... " >&6; }
  8014 cat >conftest.$ac_ext <<_ACEOF
  8015 /* confdefs.h.  */
  8016 _ACEOF
  8017 cat confdefs.h >>conftest.$ac_ext
  8018 cat >>conftest.$ac_ext <<_ACEOF
  8019 /* end confdefs.h.  */
  8020 #include <GL/gl.h>
  8021 _ACEOF
  8022 if { (ac_try="$ac_cpp conftest.$ac_ext"
  8023 case "(($ac_try" in
  8024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8025   *) ac_try_echo=$ac_try;;
  8026 esac
  8027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8028 $as_echo "$ac_try_echo") >&5
  8029   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  8030   ac_status=$?
  8031   grep -v '^ *+' conftest.er1 >conftest.err
  8032   rm -f conftest.er1
  8033   cat conftest.err >&5
  8034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8035   (exit $ac_status); } >/dev/null && {
  8036 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  8037 	 test ! -s conftest.err
  8038        }; then
  8039   ac_header_preproc=yes
  8040 else
  8041   $as_echo "$as_me: failed program was:" >&5
  8042 sed 's/^/| /' conftest.$ac_ext >&5
  8044   ac_header_preproc=no
  8045 fi
  8047 rm -f conftest.err conftest.$ac_ext
  8048 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  8049 $as_echo "$ac_header_preproc" >&6; }
  8051 # So?  What about this header?
  8052 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  8053   yes:no: )
  8054     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
  8055 $as_echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  8056     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
  8057 $as_echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
  8058     ac_header_preproc=yes
  8059     ;;
  8060   no:yes:* )
  8061     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
  8062 $as_echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
  8063     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h:     check for missing prerequisite headers?" >&5
  8064 $as_echo "$as_me: WARNING: GL/gl.h:     check for missing prerequisite headers?" >&2;}
  8065     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
  8066 $as_echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
  8067     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h:     section \"Present But Cannot Be Compiled\"" >&5
  8068 $as_echo "$as_me: WARNING: GL/gl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  8069     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
  8070 $as_echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
  8071     { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
  8072 $as_echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
  8074     ;;
  8075 esac
  8076 { $as_echo "$as_me:$LINENO: checking for GL/gl.h" >&5
  8077 $as_echo_n "checking for GL/gl.h... " >&6; }
  8078 if test "${ac_cv_header_GL_gl_h+set}" = set; then
  8079   $as_echo_n "(cached) " >&6
  8080 else
  8081   ac_cv_header_GL_gl_h=$ac_header_preproc
  8082 fi
  8083 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
  8084 $as_echo "$ac_cv_header_GL_gl_h" >&6; }
  8086 fi
  8087 if test $ac_cv_header_GL_gl_h = yes; then
  8089 else
  8091           { { $as_echo "$as_me:$LINENO: error: \"The OpenGL header files (eg GL/gl.h) could not be found, but are required.\"
  8092 See \`config.log' for more details." >&5
  8093 $as_echo "$as_me: error: \"The OpenGL header files (eg GL/gl.h) could not be found, but are required.\"
  8094 See \`config.log' for more details." >&2;}
  8095    { (exit 1); exit 1; }; }
  8096 fi
  8099    else
  8100       { $as_echo "$as_me:$LINENO: checking for NSOpenGLGetVersion" >&5
  8101 $as_echo_n "checking for NSOpenGLGetVersion... " >&6; }
  8102 if test "${ac_cv_func_NSOpenGLGetVersion+set}" = set; then
  8103   $as_echo_n "(cached) " >&6
  8104 else
  8105   cat >conftest.$ac_ext <<_ACEOF
  8106 /* confdefs.h.  */
  8107 _ACEOF
  8108 cat confdefs.h >>conftest.$ac_ext
  8109 cat >>conftest.$ac_ext <<_ACEOF
  8110 /* end confdefs.h.  */
  8111 /* Define NSOpenGLGetVersion to an innocuous variant, in case <limits.h> declares NSOpenGLGetVersion.
  8112    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8113 #define NSOpenGLGetVersion innocuous_NSOpenGLGetVersion
  8115 /* System header to define __stub macros and hopefully few prototypes,
  8116     which can conflict with char NSOpenGLGetVersion (); below.
  8117     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8118     <limits.h> exists even on freestanding compilers.  */
  8120 #ifdef __STDC__
  8121 # include <limits.h>
  8122 #else
  8123 # include <assert.h>
  8124 #endif
  8126 #undef NSOpenGLGetVersion
  8128 /* Override any GCC internal prototype to avoid an error.
  8129    Use char because int might match the return type of a GCC
  8130    builtin and then its argument prototype would still apply.  */
  8131 #ifdef __cplusplus
  8132 extern "C"
  8133 #endif
  8134 char NSOpenGLGetVersion ();
  8135 /* The GNU C library defines this for functions which it implements
  8136     to always fail with ENOSYS.  Some functions are actually named
  8137     something starting with __ and the normal name is an alias.  */
  8138 #if defined __stub_NSOpenGLGetVersion || defined __stub___NSOpenGLGetVersion
  8139 choke me
  8140 #endif
  8142 int
  8143 main ()
  8145 return NSOpenGLGetVersion ();
  8147   return 0;
  8149 _ACEOF
  8150 rm -f conftest.$ac_objext conftest$ac_exeext
  8151 if { (ac_try="$ac_link"
  8152 case "(($ac_try" in
  8153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8154   *) ac_try_echo=$ac_try;;
  8155 esac
  8156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8157 $as_echo "$ac_try_echo") >&5
  8158   (eval "$ac_link") 2>conftest.er1
  8159   ac_status=$?
  8160   grep -v '^ *+' conftest.er1 >conftest.err
  8161   rm -f conftest.er1
  8162   cat conftest.err >&5
  8163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8164   (exit $ac_status); } && {
  8165 	 test -z "$ac_c_werror_flag" ||
  8166 	 test ! -s conftest.err
  8167        } && test -s conftest$ac_exeext && {
  8168 	 test "$cross_compiling" = yes ||
  8169 	 $as_test_x conftest$ac_exeext
  8170        }; then
  8171   ac_cv_func_NSOpenGLGetVersion=yes
  8172 else
  8173   $as_echo "$as_me: failed program was:" >&5
  8174 sed 's/^/| /' conftest.$ac_ext >&5
  8176 	ac_cv_func_NSOpenGLGetVersion=no
  8177 fi
  8179 rm -rf conftest.dSYM
  8180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8181       conftest$ac_exeext conftest.$ac_ext
  8182 fi
  8183 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_NSOpenGLGetVersion" >&5
  8184 $as_echo "$ac_cv_func_NSOpenGLGetVersion" >&6; }
  8185 if test $ac_cv_func_NSOpenGLGetVersion = yes; then
  8187          HAVE_NSGL='yes'
  8188          VIDEO_DRIVERS="$VIDEO_DRIVERS nsgl"
  8190 cat >>confdefs.h <<\_ACEOF
  8191 #define HAVE_NSGL 1
  8192 _ACEOF
  8194 fi
  8196    fi
  8198    if test "x$HAVE_GTK_X11" = "xyes"; then
  8199       if test "x$APPLE_BUILD" = "xyes"; then
  8200          LIBS="$LIBS -L/usr/X11/lib -lGL"
  8201       fi
  8202       { $as_echo "$as_me:$LINENO: checking for glXQueryVersion" >&5
  8203 $as_echo_n "checking for glXQueryVersion... " >&6; }
  8204 if test "${ac_cv_func_glXQueryVersion+set}" = set; then
  8205   $as_echo_n "(cached) " >&6
  8206 else
  8207   cat >conftest.$ac_ext <<_ACEOF
  8208 /* confdefs.h.  */
  8209 _ACEOF
  8210 cat confdefs.h >>conftest.$ac_ext
  8211 cat >>conftest.$ac_ext <<_ACEOF
  8212 /* end confdefs.h.  */
  8213 /* Define glXQueryVersion to an innocuous variant, in case <limits.h> declares glXQueryVersion.
  8214    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8215 #define glXQueryVersion innocuous_glXQueryVersion
  8217 /* System header to define __stub macros and hopefully few prototypes,
  8218     which can conflict with char glXQueryVersion (); below.
  8219     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8220     <limits.h> exists even on freestanding compilers.  */
  8222 #ifdef __STDC__
  8223 # include <limits.h>
  8224 #else
  8225 # include <assert.h>
  8226 #endif
  8228 #undef glXQueryVersion
  8230 /* Override any GCC internal prototype to avoid an error.
  8231    Use char because int might match the return type of a GCC
  8232    builtin and then its argument prototype would still apply.  */
  8233 #ifdef __cplusplus
  8234 extern "C"
  8235 #endif
  8236 char glXQueryVersion ();
  8237 /* The GNU C library defines this for functions which it implements
  8238     to always fail with ENOSYS.  Some functions are actually named
  8239     something starting with __ and the normal name is an alias.  */
  8240 #if defined __stub_glXQueryVersion || defined __stub___glXQueryVersion
  8241 choke me
  8242 #endif
  8244 int
  8245 main ()
  8247 return glXQueryVersion ();
  8249   return 0;
  8251 _ACEOF
  8252 rm -f conftest.$ac_objext conftest$ac_exeext
  8253 if { (ac_try="$ac_link"
  8254 case "(($ac_try" in
  8255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8256   *) ac_try_echo=$ac_try;;
  8257 esac
  8258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8259 $as_echo "$ac_try_echo") >&5
  8260   (eval "$ac_link") 2>conftest.er1
  8261   ac_status=$?
  8262   grep -v '^ *+' conftest.er1 >conftest.err
  8263   rm -f conftest.er1
  8264   cat conftest.err >&5
  8265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8266   (exit $ac_status); } && {
  8267 	 test -z "$ac_c_werror_flag" ||
  8268 	 test ! -s conftest.err
  8269        } && test -s conftest$ac_exeext && {
  8270 	 test "$cross_compiling" = yes ||
  8271 	 $as_test_x conftest$ac_exeext
  8272        }; then
  8273   ac_cv_func_glXQueryVersion=yes
  8274 else
  8275   $as_echo "$as_me: failed program was:" >&5
  8276 sed 's/^/| /' conftest.$ac_ext >&5
  8278 	ac_cv_func_glXQueryVersion=no
  8279 fi
  8281 rm -rf conftest.dSYM
  8282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8283       conftest$ac_exeext conftest.$ac_ext
  8284 fi
  8285 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_glXQueryVersion" >&5
  8286 $as_echo "$ac_cv_func_glXQueryVersion" >&6; }
  8287 if test $ac_cv_func_glXQueryVersion = yes; then
  8289          HAVE_GLX='yes'
  8290          VIDEO_DRIVERS="$VIDEO_DRIVERS glx"
  8292 cat >>confdefs.h <<\_ACEOF
  8293 #define HAVE_GLX 1
  8294 _ACEOF
  8296 fi
  8298    fi
  8301 fi
  8308 if test "x$HAVE_OSMESA" = "xyes"; then
  8309   VIDEO_OSMESA_TRUE=
  8310   VIDEO_OSMESA_FALSE='#'
  8311 else
  8312   VIDEO_OSMESA_TRUE='#'
  8313   VIDEO_OSMESA_FALSE=
  8314 fi
  8318 if test "x$HAVE_GLX" = "xyes"; then
  8319   VIDEO_GLX_TRUE=
  8320   VIDEO_GLX_FALSE='#'
  8321 else
  8322   VIDEO_GLX_TRUE='#'
  8323   VIDEO_GLX_FALSE=
  8324 fi
  8328 if test "x$HAVE_NSGL" = "xyes"; then
  8329   VIDEO_NSGL_TRUE=
  8330   VIDEO_NSGL_FALSE='#'
  8331 else
  8332   VIDEO_NSGL_TRUE='#'
  8333   VIDEO_NSGL_FALSE=
  8334 fi
  8337 { $as_echo "$as_me:$LINENO: checking for glGenFramebuffersEXT" >&5
  8338 $as_echo_n "checking for glGenFramebuffersEXT... " >&6; }
  8339 if test "${ac_cv_func_glGenFramebuffersEXT+set}" = set; then
  8340   $as_echo_n "(cached) " >&6
  8341 else
  8342   cat >conftest.$ac_ext <<_ACEOF
  8343 /* confdefs.h.  */
  8344 _ACEOF
  8345 cat confdefs.h >>conftest.$ac_ext
  8346 cat >>conftest.$ac_ext <<_ACEOF
  8347 /* end confdefs.h.  */
  8348 /* Define glGenFramebuffersEXT to an innocuous variant, in case <limits.h> declares glGenFramebuffersEXT.
  8349    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8350 #define glGenFramebuffersEXT innocuous_glGenFramebuffersEXT
  8352 /* System header to define __stub macros and hopefully few prototypes,
  8353     which can conflict with char glGenFramebuffersEXT (); below.
  8354     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8355     <limits.h> exists even on freestanding compilers.  */
  8357 #ifdef __STDC__
  8358 # include <limits.h>
  8359 #else
  8360 # include <assert.h>
  8361 #endif
  8363 #undef glGenFramebuffersEXT
  8365 /* Override any GCC internal prototype to avoid an error.
  8366    Use char because int might match the return type of a GCC
  8367    builtin and then its argument prototype would still apply.  */
  8368 #ifdef __cplusplus
  8369 extern "C"
  8370 #endif
  8371 char glGenFramebuffersEXT ();
  8372 /* The GNU C library defines this for functions which it implements
  8373     to always fail with ENOSYS.  Some functions are actually named
  8374     something starting with __ and the normal name is an alias.  */
  8375 #if defined __stub_glGenFramebuffersEXT || defined __stub___glGenFramebuffersEXT
  8376 choke me
  8377 #endif
  8379 int
  8380 main ()
  8382 return glGenFramebuffersEXT ();
  8384   return 0;
  8386 _ACEOF
  8387 rm -f conftest.$ac_objext conftest$ac_exeext
  8388 if { (ac_try="$ac_link"
  8389 case "(($ac_try" in
  8390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8391   *) ac_try_echo=$ac_try;;
  8392 esac
  8393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8394 $as_echo "$ac_try_echo") >&5
  8395   (eval "$ac_link") 2>conftest.er1
  8396   ac_status=$?
  8397   grep -v '^ *+' conftest.er1 >conftest.err
  8398   rm -f conftest.er1
  8399   cat conftest.err >&5
  8400   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8401   (exit $ac_status); } && {
  8402 	 test -z "$ac_c_werror_flag" ||
  8403 	 test ! -s conftest.err
  8404        } && test -s conftest$ac_exeext && {
  8405 	 test "$cross_compiling" = yes ||
  8406 	 $as_test_x conftest$ac_exeext
  8407        }; then
  8408   ac_cv_func_glGenFramebuffersEXT=yes
  8409 else
  8410   $as_echo "$as_me: failed program was:" >&5
  8411 sed 's/^/| /' conftest.$ac_ext >&5
  8413 	ac_cv_func_glGenFramebuffersEXT=no
  8414 fi
  8416 rm -rf conftest.dSYM
  8417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8418       conftest$ac_exeext conftest.$ac_ext
  8419 fi
  8420 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_glGenFramebuffersEXT" >&5
  8421 $as_echo "$ac_cv_func_glGenFramebuffersEXT" >&6; }
  8422 if test $ac_cv_func_glGenFramebuffersEXT = yes; then
  8424 cat >>confdefs.h <<\_ACEOF
  8425 #define HAVE_OPENGL_FBO 1
  8426 _ACEOF
  8428 fi
  8430 { $as_echo "$as_me:$LINENO: checking for glCreateShader" >&5
  8431 $as_echo_n "checking for glCreateShader... " >&6; }
  8432 if test "${ac_cv_func_glCreateShader+set}" = set; then
  8433   $as_echo_n "(cached) " >&6
  8434 else
  8435   cat >conftest.$ac_ext <<_ACEOF
  8436 /* confdefs.h.  */
  8437 _ACEOF
  8438 cat confdefs.h >>conftest.$ac_ext
  8439 cat >>conftest.$ac_ext <<_ACEOF
  8440 /* end confdefs.h.  */
  8441 /* Define glCreateShader to an innocuous variant, in case <limits.h> declares glCreateShader.
  8442    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8443 #define glCreateShader innocuous_glCreateShader
  8445 /* System header to define __stub macros and hopefully few prototypes,
  8446     which can conflict with char glCreateShader (); below.
  8447     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8448     <limits.h> exists even on freestanding compilers.  */
  8450 #ifdef __STDC__
  8451 # include <limits.h>
  8452 #else
  8453 # include <assert.h>
  8454 #endif
  8456 #undef glCreateShader
  8458 /* Override any GCC internal prototype to avoid an error.
  8459    Use char because int might match the return type of a GCC
  8460    builtin and then its argument prototype would still apply.  */
  8461 #ifdef __cplusplus
  8462 extern "C"
  8463 #endif
  8464 char glCreateShader ();
  8465 /* The GNU C library defines this for functions which it implements
  8466     to always fail with ENOSYS.  Some functions are actually named
  8467     something starting with __ and the normal name is an alias.  */
  8468 #if defined __stub_glCreateShader || defined __stub___glCreateShader
  8469 choke me
  8470 #endif
  8472 int
  8473 main ()
  8475 return glCreateShader ();
  8477   return 0;
  8479 _ACEOF
  8480 rm -f conftest.$ac_objext conftest$ac_exeext
  8481 if { (ac_try="$ac_link"
  8482 case "(($ac_try" in
  8483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8484   *) ac_try_echo=$ac_try;;
  8485 esac
  8486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8487 $as_echo "$ac_try_echo") >&5
  8488   (eval "$ac_link") 2>conftest.er1
  8489   ac_status=$?
  8490   grep -v '^ *+' conftest.er1 >conftest.err
  8491   rm -f conftest.er1
  8492   cat conftest.err >&5
  8493   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8494   (exit $ac_status); } && {
  8495 	 test -z "$ac_c_werror_flag" ||
  8496 	 test ! -s conftest.err
  8497        } && test -s conftest$ac_exeext && {
  8498 	 test "$cross_compiling" = yes ||
  8499 	 $as_test_x conftest$ac_exeext
  8500        }; then
  8501   ac_cv_func_glCreateShader=yes
  8502 else
  8503   $as_echo "$as_me: failed program was:" >&5
  8504 sed 's/^/| /' conftest.$ac_ext >&5
  8506 	ac_cv_func_glCreateShader=no
  8507 fi
  8509 rm -rf conftest.dSYM
  8510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8511       conftest$ac_exeext conftest.$ac_ext
  8512 fi
  8513 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShader" >&5
  8514 $as_echo "$ac_cv_func_glCreateShader" >&6; }
  8515 if test $ac_cv_func_glCreateShader = yes; then
  8517 cat >>confdefs.h <<\_ACEOF
  8518 #define HAVE_OPENGL_SHADER 1
  8519 _ACEOF
  8521 fi
  8523 { $as_echo "$as_me:$LINENO: checking for glCreateShaderObjectARB" >&5
  8524 $as_echo_n "checking for glCreateShaderObjectARB... " >&6; }
  8525 if test "${ac_cv_func_glCreateShaderObjectARB+set}" = set; then
  8526   $as_echo_n "(cached) " >&6
  8527 else
  8528   cat >conftest.$ac_ext <<_ACEOF
  8529 /* confdefs.h.  */
  8530 _ACEOF
  8531 cat confdefs.h >>conftest.$ac_ext
  8532 cat >>conftest.$ac_ext <<_ACEOF
  8533 /* end confdefs.h.  */
  8534 /* Define glCreateShaderObjectARB to an innocuous variant, in case <limits.h> declares glCreateShaderObjectARB.
  8535    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8536 #define glCreateShaderObjectARB innocuous_glCreateShaderObjectARB
  8538 /* System header to define __stub macros and hopefully few prototypes,
  8539     which can conflict with char glCreateShaderObjectARB (); below.
  8540     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8541     <limits.h> exists even on freestanding compilers.  */
  8543 #ifdef __STDC__
  8544 # include <limits.h>
  8545 #else
  8546 # include <assert.h>
  8547 #endif
  8549 #undef glCreateShaderObjectARB
  8551 /* Override any GCC internal prototype to avoid an error.
  8552    Use char because int might match the return type of a GCC
  8553    builtin and then its argument prototype would still apply.  */
  8554 #ifdef __cplusplus
  8555 extern "C"
  8556 #endif
  8557 char glCreateShaderObjectARB ();
  8558 /* The GNU C library defines this for functions which it implements
  8559     to always fail with ENOSYS.  Some functions are actually named
  8560     something starting with __ and the normal name is an alias.  */
  8561 #if defined __stub_glCreateShaderObjectARB || defined __stub___glCreateShaderObjectARB
  8562 choke me
  8563 #endif
  8565 int
  8566 main ()
  8568 return glCreateShaderObjectARB ();
  8570   return 0;
  8572 _ACEOF
  8573 rm -f conftest.$ac_objext conftest$ac_exeext
  8574 if { (ac_try="$ac_link"
  8575 case "(($ac_try" in
  8576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8577   *) ac_try_echo=$ac_try;;
  8578 esac
  8579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8580 $as_echo "$ac_try_echo") >&5
  8581   (eval "$ac_link") 2>conftest.er1
  8582   ac_status=$?
  8583   grep -v '^ *+' conftest.er1 >conftest.err
  8584   rm -f conftest.er1
  8585   cat conftest.err >&5
  8586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8587   (exit $ac_status); } && {
  8588 	 test -z "$ac_c_werror_flag" ||
  8589 	 test ! -s conftest.err
  8590        } && test -s conftest$ac_exeext && {
  8591 	 test "$cross_compiling" = yes ||
  8592 	 $as_test_x conftest$ac_exeext
  8593        }; then
  8594   ac_cv_func_glCreateShaderObjectARB=yes
  8595 else
  8596   $as_echo "$as_me: failed program was:" >&5
  8597 sed 's/^/| /' conftest.$ac_ext >&5
  8599 	ac_cv_func_glCreateShaderObjectARB=no
  8600 fi
  8602 rm -rf conftest.dSYM
  8603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8604       conftest$ac_exeext conftest.$ac_ext
  8605 fi
  8606 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_glCreateShaderObjectARB" >&5
  8607 $as_echo "$ac_cv_func_glCreateShaderObjectARB" >&6; }
  8608 if test $ac_cv_func_glCreateShaderObjectARB = yes; then
  8610 cat >>confdefs.h <<\_ACEOF
  8611 #define HAVE_OPENGL_SHADER_ARB 1
  8612 _ACEOF
  8614 fi
  8616 { $as_echo "$as_me:$LINENO: checking for glClampColorARB" >&5
  8617 $as_echo_n "checking for glClampColorARB... " >&6; }
  8618 if test "${ac_cv_func_glClampColorARB+set}" = set; then
  8619   $as_echo_n "(cached) " >&6
  8620 else
  8621   cat >conftest.$ac_ext <<_ACEOF
  8622 /* confdefs.h.  */
  8623 _ACEOF
  8624 cat confdefs.h >>conftest.$ac_ext
  8625 cat >>conftest.$ac_ext <<_ACEOF
  8626 /* end confdefs.h.  */
  8627 /* Define glClampColorARB to an innocuous variant, in case <limits.h> declares glClampColorARB.
  8628    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8629 #define glClampColorARB innocuous_glClampColorARB
  8631 /* System header to define __stub macros and hopefully few prototypes,
  8632     which can conflict with char glClampColorARB (); below.
  8633     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8634     <limits.h> exists even on freestanding compilers.  */
  8636 #ifdef __STDC__
  8637 # include <limits.h>
  8638 #else
  8639 # include <assert.h>
  8640 #endif
  8642 #undef glClampColorARB
  8644 /* Override any GCC internal prototype to avoid an error.
  8645    Use char because int might match the return type of a GCC
  8646    builtin and then its argument prototype would still apply.  */
  8647 #ifdef __cplusplus
  8648 extern "C"
  8649 #endif
  8650 char glClampColorARB ();
  8651 /* The GNU C library defines this for functions which it implements
  8652     to always fail with ENOSYS.  Some functions are actually named
  8653     something starting with __ and the normal name is an alias.  */
  8654 #if defined __stub_glClampColorARB || defined __stub___glClampColorARB
  8655 choke me
  8656 #endif
  8658 int
  8659 main ()
  8661 return glClampColorARB ();
  8663   return 0;
  8665 _ACEOF
  8666 rm -f conftest.$ac_objext conftest$ac_exeext
  8667 if { (ac_try="$ac_link"
  8668 case "(($ac_try" in
  8669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8670   *) ac_try_echo=$ac_try;;
  8671 esac
  8672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8673 $as_echo "$ac_try_echo") >&5
  8674   (eval "$ac_link") 2>conftest.er1
  8675   ac_status=$?
  8676   grep -v '^ *+' conftest.er1 >conftest.err
  8677   rm -f conftest.er1
  8678   cat conftest.err >&5
  8679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8680   (exit $ac_status); } && {
  8681 	 test -z "$ac_c_werror_flag" ||
  8682 	 test ! -s conftest.err
  8683        } && test -s conftest$ac_exeext && {
  8684 	 test "$cross_compiling" = yes ||
  8685 	 $as_test_x conftest$ac_exeext
  8686        }; then
  8687   ac_cv_func_glClampColorARB=yes
  8688 else
  8689   $as_echo "$as_me: failed program was:" >&5
  8690 sed 's/^/| /' conftest.$ac_ext >&5
  8692 	ac_cv_func_glClampColorARB=no
  8693 fi
  8695 rm -rf conftest.dSYM
  8696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  8697       conftest$ac_exeext conftest.$ac_ext
  8698 fi
  8699 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_glClampColorARB" >&5
  8700 $as_echo "$ac_cv_func_glClampColorARB" >&6; }
  8701 if test $ac_cv_func_glClampColorARB = yes; then
  8703 cat >>confdefs.h <<\_ACEOF
  8704 #define HAVE_OPENGL_CLAMP_COLOR 1
  8705 _ACEOF
  8707 fi
  8712 if test "x$enable_translator" != "xno"; then
  8713     case $host_cpu in
  8714         i386|i486|i586|i686|x86_64)
  8715 	    SH4_TRANSLATOR="x86"
  8717 cat >>confdefs.h <<_ACEOF
  8718 #define SH4_TRANSLATOR TARGET_X86
  8719 _ACEOF
  8720 ;;
  8721     esac
  8722 fi
  8725 if test "$SH4_TRANSLATOR" = "x86"; then
  8726   BUILD_SH4X86_TRUE=
  8727   BUILD_SH4X86_FALSE='#'
  8728 else
  8729   BUILD_SH4X86_TRUE='#'
  8730   BUILD_SH4X86_FALSE=
  8731 fi
  8734 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
  8735   { $as_echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
  8736 $as_echo_n "checking for CoreAudio/CoreAudio.h... " >&6; }
  8737 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
  8738   $as_echo_n "(cached) " >&6
  8739 fi
  8740 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
  8741 $as_echo "$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
  8742 else
  8743   # Is the header compilable?
  8744 { $as_echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
  8745 $as_echo_n "checking CoreAudio/CoreAudio.h usability... " >&6; }
  8746 cat >conftest.$ac_ext <<_ACEOF
  8747 /* confdefs.h.  */
  8748 _ACEOF
  8749 cat confdefs.h >>conftest.$ac_ext
  8750 cat >>conftest.$ac_ext <<_ACEOF
  8751 /* end confdefs.h.  */
  8752 $ac_includes_default
  8753 #include <CoreAudio/CoreAudio.h>
  8754 _ACEOF
  8755 rm -f conftest.$ac_objext
  8756 if { (ac_try="$ac_compile"
  8757 case "(($ac_try" in
  8758   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8759   *) ac_try_echo=$ac_try;;
  8760 esac
  8761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8762 $as_echo "$ac_try_echo") >&5
  8763   (eval "$ac_compile") 2>conftest.er1
  8764   ac_status=$?
  8765   grep -v '^ *+' conftest.er1 >conftest.err
  8766   rm -f conftest.er1
  8767   cat conftest.err >&5
  8768   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8769   (exit $ac_status); } && {
  8770 	 test -z "$ac_c_werror_flag" ||
  8771 	 test ! -s conftest.err
  8772        } && test -s conftest.$ac_objext; then
  8773   ac_header_compiler=yes
  8774 else
  8775   $as_echo "$as_me: failed program was:" >&5
  8776 sed 's/^/| /' conftest.$ac_ext >&5
  8778 	ac_header_compiler=no
  8779 fi
  8781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  8782 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  8783 $as_echo "$ac_header_compiler" >&6; }
  8785 # Is the header present?
  8786 { $as_echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
  8787 $as_echo_n "checking CoreAudio/CoreAudio.h presence... " >&6; }
  8788 cat >conftest.$ac_ext <<_ACEOF
  8789 /* confdefs.h.  */
  8790 _ACEOF
  8791 cat confdefs.h >>conftest.$ac_ext
  8792 cat >>conftest.$ac_ext <<_ACEOF
  8793 /* end confdefs.h.  */
  8794 #include <CoreAudio/CoreAudio.h>
  8795 _ACEOF
  8796 if { (ac_try="$ac_cpp conftest.$ac_ext"
  8797 case "(($ac_try" in
  8798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  8799   *) ac_try_echo=$ac_try;;
  8800 esac
  8801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  8802 $as_echo "$ac_try_echo") >&5
  8803   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  8804   ac_status=$?
  8805   grep -v '^ *+' conftest.er1 >conftest.err
  8806   rm -f conftest.er1
  8807   cat conftest.err >&5
  8808   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8809   (exit $ac_status); } >/dev/null && {
  8810 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  8811 	 test ! -s conftest.err
  8812        }; then
  8813   ac_header_preproc=yes
  8814 else
  8815   $as_echo "$as_me: failed program was:" >&5
  8816 sed 's/^/| /' conftest.$ac_ext >&5
  8818   ac_header_preproc=no
  8819 fi
  8821 rm -f conftest.err conftest.$ac_ext
  8822 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  8823 $as_echo "$ac_header_preproc" >&6; }
  8825 # So?  What about this header?
  8826 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  8827   yes:no: )
  8828     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&5
  8829 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  8830     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&5
  8831 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the compiler's result" >&2;}
  8832     ac_header_preproc=yes
  8833     ;;
  8834   no:yes:* )
  8835     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&5
  8836 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: present but cannot be compiled" >&2;}
  8837     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&5
  8838 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     check for missing prerequisite headers?" >&2;}
  8839     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&5
  8840 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: see the Autoconf documentation" >&2;}
  8841     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&5
  8842 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  8843     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&5
  8844 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
  8845     { $as_echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
  8846 $as_echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
  8848     ;;
  8849 esac
  8850 { $as_echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
  8851 $as_echo_n "checking for CoreAudio/CoreAudio.h... " >&6; }
  8852 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
  8853   $as_echo_n "(cached) " >&6
  8854 else
  8855   ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
  8856 fi
  8857 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
  8858 $as_echo "$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
  8860 fi
  8861 if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
  8863      HAVE_CORE_AUDIO=yes
  8864      LIBS="$LIBS -framework CoreAudio"
  8865      AUDIO_DRIVERS="$AUDIO_DRIVERS osx"
  8867 cat >>confdefs.h <<\_ACEOF
  8868 #define HAVE_CORE_AUDIO 1
  8869 _ACEOF
  8871 else
  8872   true
  8873 fi
  8878 if test "$HAVE_CORE_AUDIO" = 'yes' ; then
  8879   AUDIO_OSX_TRUE=
  8880   AUDIO_OSX_FALSE='#'
  8881 else
  8882   AUDIO_OSX_TRUE='#'
  8883   AUDIO_OSX_FALSE=
  8884 fi
  8887 if test "x$with_pulse" != "xno"; then
  8889 pkg_failed=no
  8890 { $as_echo "$as_me:$LINENO: checking for PULSE" >&5
  8891 $as_echo_n "checking for PULSE... " >&6; }
  8893 if test -n "$PKG_CONFIG"; then
  8894     if test -n "$PULSE_CFLAGS"; then
  8895         pkg_cv_PULSE_CFLAGS="$PULSE_CFLAGS"
  8896     else
  8897         if test -n "$PKG_CONFIG" && \
  8898     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
  8899   ($PKG_CONFIG --exists --print-errors "libpulse-simple") 2>&5
  8900   ac_status=$?
  8901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8902   (exit $ac_status); }; then
  8903   pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse-simple" 2>/dev/null`
  8904 else
  8905   pkg_failed=yes
  8906 fi
  8907     fi
  8908 else
  8909 	pkg_failed=untried
  8910 fi
  8911 if test -n "$PKG_CONFIG"; then
  8912     if test -n "$PULSE_LIBS"; then
  8913         pkg_cv_PULSE_LIBS="$PULSE_LIBS"
  8914     else
  8915         if test -n "$PKG_CONFIG" && \
  8916     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse-simple\"") >&5
  8917   ($PKG_CONFIG --exists --print-errors "libpulse-simple") 2>&5
  8918   ac_status=$?
  8919   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  8920   (exit $ac_status); }; then
  8921   pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse-simple" 2>/dev/null`
  8922 else
  8923   pkg_failed=yes
  8924 fi
  8925     fi
  8926 else
  8927 	pkg_failed=untried
  8928 fi
  8932 if test $pkg_failed = yes; then
  8934 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  8935         _pkg_short_errors_supported=yes
  8936 else
  8937         _pkg_short_errors_supported=no
  8938 fi
  8939         if test $_pkg_short_errors_supported = yes; then
  8940 	        PULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpulse-simple"`
  8941         else
  8942 	        PULSE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpulse-simple"`
  8943         fi
  8944 	# Put the nasty error message in config.log where it belongs
  8945 	echo "$PULSE_PKG_ERRORS" >&5
  8947 	{ $as_echo "$as_me:$LINENO: result: no" >&5
  8948 $as_echo "no" >&6; }
  8950        if test "x$with_pulse" = "xyes"; then
  8951           { { $as_echo "$as_me:$LINENO: error: PulseAudio audio package could not be found (but was required)
  8952 See \`config.log' for more details." >&5
  8953 $as_echo "$as_me: error: PulseAudio audio package could not be found (but was required)
  8954 See \`config.log' for more details." >&2;}
  8955    { (exit 1); exit 1; }; }
  8956        fi
  8958 elif test $pkg_failed = untried; then
  8960        if test "x$with_pulse" = "xyes"; then
  8961           { { $as_echo "$as_me:$LINENO: error: PulseAudio audio package could not be found (but was required)
  8962 See \`config.log' for more details." >&5
  8963 $as_echo "$as_me: error: PulseAudio audio package could not be found (but was required)
  8964 See \`config.log' for more details." >&2;}
  8965    { (exit 1); exit 1; }; }
  8966        fi
  8968 else
  8969 	PULSE_CFLAGS=$pkg_cv_PULSE_CFLAGS
  8970 	PULSE_LIBS=$pkg_cv_PULSE_LIBS
  8971         { $as_echo "$as_me:$LINENO: result: yes" >&5
  8972 $as_echo "yes" >&6; }
  8974        HAVE_PULSE='yes'
  8975        AUDIO_DRIVERS="$AUDIO_DRIVERS pulse"
  8977 cat >>confdefs.h <<\_ACEOF
  8978 #define HAVE_PULSE 1
  8979 _ACEOF
  8982 fi
  8983 fi
  8986 if test "$HAVE_PULSE" = 'yes' ; then
  8987   AUDIO_PULSE_TRUE=
  8988   AUDIO_PULSE_FALSE='#'
  8989 else
  8990   AUDIO_PULSE_TRUE='#'
  8991   AUDIO_PULSE_FALSE=
  8992 fi
  8995 if test "x$with_esd" != "xno"; then
  8997 pkg_failed=no
  8998 { $as_echo "$as_me:$LINENO: checking for ESOUND" >&5
  8999 $as_echo_n "checking for ESOUND... " >&6; }
  9001 if test -n "$PKG_CONFIG"; then
  9002     if test -n "$ESOUND_CFLAGS"; then
  9003         pkg_cv_ESOUND_CFLAGS="$ESOUND_CFLAGS"
  9004     else
  9005         if test -n "$PKG_CONFIG" && \
  9006     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
  9007   ($PKG_CONFIG --exists --print-errors "esound") 2>&5
  9008   ac_status=$?
  9009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9010   (exit $ac_status); }; then
  9011   pkg_cv_ESOUND_CFLAGS=`$PKG_CONFIG --cflags "esound" 2>/dev/null`
  9012 else
  9013   pkg_failed=yes
  9014 fi
  9015     fi
  9016 else
  9017 	pkg_failed=untried
  9018 fi
  9019 if test -n "$PKG_CONFIG"; then
  9020     if test -n "$ESOUND_LIBS"; then
  9021         pkg_cv_ESOUND_LIBS="$ESOUND_LIBS"
  9022     else
  9023         if test -n "$PKG_CONFIG" && \
  9024     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"esound\"") >&5
  9025   ($PKG_CONFIG --exists --print-errors "esound") 2>&5
  9026   ac_status=$?
  9027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9028   (exit $ac_status); }; then
  9029   pkg_cv_ESOUND_LIBS=`$PKG_CONFIG --libs "esound" 2>/dev/null`
  9030 else
  9031   pkg_failed=yes
  9032 fi
  9033     fi
  9034 else
  9035 	pkg_failed=untried
  9036 fi
  9040 if test $pkg_failed = yes; then
  9042 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  9043         _pkg_short_errors_supported=yes
  9044 else
  9045         _pkg_short_errors_supported=no
  9046 fi
  9047         if test $_pkg_short_errors_supported = yes; then
  9048 	        ESOUND_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "esound"`
  9049         else
  9050 	        ESOUND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "esound"`
  9051         fi
  9052 	# Put the nasty error message in config.log where it belongs
  9053 	echo "$ESOUND_PKG_ERRORS" >&5
  9055 	{ $as_echo "$as_me:$LINENO: result: no" >&5
  9056 $as_echo "no" >&6; }
  9058        if test "x$with_esd" = "xyes"; then
  9059           { { $as_echo "$as_me:$LINENO: error: ESounD audio package could not be found (but was required)
  9060 See \`config.log' for more details." >&5
  9061 $as_echo "$as_me: error: ESounD audio package could not be found (but was required)
  9062 See \`config.log' for more details." >&2;}
  9063    { (exit 1); exit 1; }; }
  9064        fi
  9066 elif test $pkg_failed = untried; then
  9068        if test "x$with_esd" = "xyes"; then
  9069           { { $as_echo "$as_me:$LINENO: error: ESounD audio package could not be found (but was required)
  9070 See \`config.log' for more details." >&5
  9071 $as_echo "$as_me: error: ESounD audio package could not be found (but was required)
  9072 See \`config.log' for more details." >&2;}
  9073    { (exit 1); exit 1; }; }
  9074        fi
  9076 else
  9077 	ESOUND_CFLAGS=$pkg_cv_ESOUND_CFLAGS
  9078 	ESOUND_LIBS=$pkg_cv_ESOUND_LIBS
  9079         { $as_echo "$as_me:$LINENO: result: yes" >&5
  9080 $as_echo "yes" >&6; }
  9082        HAVE_ESOUND='yes'
  9083        AUDIO_DRIVERS="$AUDIO_DRIVERS esd"
  9085 cat >>confdefs.h <<\_ACEOF
  9086 #define HAVE_ESOUND 1
  9087 _ACEOF
  9090 fi
  9091 fi
  9094 if test "$HAVE_ESOUND" = 'yes' ; then
  9095   AUDIO_ESOUND_TRUE=
  9096   AUDIO_ESOUND_FALSE='#'
  9097 else
  9098   AUDIO_ESOUND_TRUE='#'
  9099   AUDIO_ESOUND_FALSE=
  9100 fi
  9104 pkg_failed=no
  9105 { $as_echo "$as_me:$LINENO: checking for ALSA" >&5
  9106 $as_echo_n "checking for ALSA... " >&6; }
  9108 if test -n "$PKG_CONFIG"; then
  9109     if test -n "$ALSA_CFLAGS"; then
  9110         pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
  9111     else
  9112         if test -n "$PKG_CONFIG" && \
  9113     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
  9114   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
  9115   ac_status=$?
  9116   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9117   (exit $ac_status); }; then
  9118   pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa" 2>/dev/null`
  9119 else
  9120   pkg_failed=yes
  9121 fi
  9122     fi
  9123 else
  9124 	pkg_failed=untried
  9125 fi
  9126 if test -n "$PKG_CONFIG"; then
  9127     if test -n "$ALSA_LIBS"; then
  9128         pkg_cv_ALSA_LIBS="$ALSA_LIBS"
  9129     else
  9130         if test -n "$PKG_CONFIG" && \
  9131     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa\"") >&5
  9132   ($PKG_CONFIG --exists --print-errors "alsa") 2>&5
  9133   ac_status=$?
  9134   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9135   (exit $ac_status); }; then
  9136   pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa" 2>/dev/null`
  9137 else
  9138   pkg_failed=yes
  9139 fi
  9140     fi
  9141 else
  9142 	pkg_failed=untried
  9143 fi
  9147 if test $pkg_failed = yes; then
  9149 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  9150         _pkg_short_errors_supported=yes
  9151 else
  9152         _pkg_short_errors_supported=no
  9153 fi
  9154         if test $_pkg_short_errors_supported = yes; then
  9155 	        ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "alsa"`
  9156         else
  9157 	        ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "alsa"`
  9158         fi
  9159 	# Put the nasty error message in config.log where it belongs
  9160 	echo "$ALSA_PKG_ERRORS" >&5
  9162 	{ $as_echo "$as_me:$LINENO: result: no" >&5
  9163 $as_echo "no" >&6; }
  9164                 true
  9165 elif test $pkg_failed = untried; then
  9166 	true
  9167 else
  9168 	ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS
  9169 	ALSA_LIBS=$pkg_cv_ALSA_LIBS
  9170         { $as_echo "$as_me:$LINENO: result: yes" >&5
  9171 $as_echo "yes" >&6; }
  9173      HAVE_ALSA='yes'
  9174      AUDIO_DRIVERS="$AUDIO_DRIVERS alsa"
  9176 cat >>confdefs.h <<\_ACEOF
  9177 #define HAVE_ALSA 1
  9178 _ACEOF
  9180 fi
  9183 if test "$HAVE_ALSA" = 'yes' ; then
  9184   AUDIO_ALSA_TRUE=
  9185   AUDIO_ALSA_FALSE='#'
  9186 else
  9187   AUDIO_ALSA_TRUE='#'
  9188   AUDIO_ALSA_FALSE=
  9189 fi
  9193 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
  9194   { $as_echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
  9195 $as_echo_n "checking for linux/cdrom.h... " >&6; }
  9196 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
  9197   $as_echo_n "(cached) " >&6
  9198 fi
  9199 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
  9200 $as_echo "$ac_cv_header_linux_cdrom_h" >&6; }
  9201 else
  9202   # Is the header compilable?
  9203 { $as_echo "$as_me:$LINENO: checking linux/cdrom.h usability" >&5
  9204 $as_echo_n "checking linux/cdrom.h usability... " >&6; }
  9205 cat >conftest.$ac_ext <<_ACEOF
  9206 /* confdefs.h.  */
  9207 _ACEOF
  9208 cat confdefs.h >>conftest.$ac_ext
  9209 cat >>conftest.$ac_ext <<_ACEOF
  9210 /* end confdefs.h.  */
  9211 $ac_includes_default
  9212 #include <linux/cdrom.h>
  9213 _ACEOF
  9214 rm -f conftest.$ac_objext
  9215 if { (ac_try="$ac_compile"
  9216 case "(($ac_try" in
  9217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9218   *) ac_try_echo=$ac_try;;
  9219 esac
  9220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9221 $as_echo "$ac_try_echo") >&5
  9222   (eval "$ac_compile") 2>conftest.er1
  9223   ac_status=$?
  9224   grep -v '^ *+' conftest.er1 >conftest.err
  9225   rm -f conftest.er1
  9226   cat conftest.err >&5
  9227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9228   (exit $ac_status); } && {
  9229 	 test -z "$ac_c_werror_flag" ||
  9230 	 test ! -s conftest.err
  9231        } && test -s conftest.$ac_objext; then
  9232   ac_header_compiler=yes
  9233 else
  9234   $as_echo "$as_me: failed program was:" >&5
  9235 sed 's/^/| /' conftest.$ac_ext >&5
  9237 	ac_header_compiler=no
  9238 fi
  9240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9241 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9242 $as_echo "$ac_header_compiler" >&6; }
  9244 # Is the header present?
  9245 { $as_echo "$as_me:$LINENO: checking linux/cdrom.h presence" >&5
  9246 $as_echo_n "checking linux/cdrom.h presence... " >&6; }
  9247 cat >conftest.$ac_ext <<_ACEOF
  9248 /* confdefs.h.  */
  9249 _ACEOF
  9250 cat confdefs.h >>conftest.$ac_ext
  9251 cat >>conftest.$ac_ext <<_ACEOF
  9252 /* end confdefs.h.  */
  9253 #include <linux/cdrom.h>
  9254 _ACEOF
  9255 if { (ac_try="$ac_cpp conftest.$ac_ext"
  9256 case "(($ac_try" in
  9257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9258   *) ac_try_echo=$ac_try;;
  9259 esac
  9260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9261 $as_echo "$ac_try_echo") >&5
  9262   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  9263   ac_status=$?
  9264   grep -v '^ *+' conftest.er1 >conftest.err
  9265   rm -f conftest.er1
  9266   cat conftest.err >&5
  9267   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9268   (exit $ac_status); } >/dev/null && {
  9269 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  9270 	 test ! -s conftest.err
  9271        }; then
  9272   ac_header_preproc=yes
  9273 else
  9274   $as_echo "$as_me: failed program was:" >&5
  9275 sed 's/^/| /' conftest.$ac_ext >&5
  9277   ac_header_preproc=no
  9278 fi
  9280 rm -f conftest.err conftest.$ac_ext
  9281 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  9282 $as_echo "$ac_header_preproc" >&6; }
  9284 # So?  What about this header?
  9285 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  9286   yes:no: )
  9287     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&5
  9288 $as_echo "$as_me: WARNING: linux/cdrom.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  9289     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&5
  9290 $as_echo "$as_me: WARNING: linux/cdrom.h: proceeding with the compiler's result" >&2;}
  9291     ac_header_preproc=yes
  9292     ;;
  9293   no:yes:* )
  9294     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: present but cannot be compiled" >&5
  9295 $as_echo "$as_me: WARNING: linux/cdrom.h: present but cannot be compiled" >&2;}
  9296     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h:     check for missing prerequisite headers?" >&5
  9297 $as_echo "$as_me: WARNING: linux/cdrom.h:     check for missing prerequisite headers?" >&2;}
  9298     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: see the Autoconf documentation" >&5
  9299 $as_echo "$as_me: WARNING: linux/cdrom.h: see the Autoconf documentation" >&2;}
  9300     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h:     section \"Present But Cannot Be Compiled\"" >&5
  9301 $as_echo "$as_me: WARNING: linux/cdrom.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  9302     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&5
  9303 $as_echo "$as_me: WARNING: linux/cdrom.h: proceeding with the preprocessor's result" >&2;}
  9304     { $as_echo "$as_me:$LINENO: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&5
  9305 $as_echo "$as_me: WARNING: linux/cdrom.h: in the future, the compiler will take precedence" >&2;}
  9307     ;;
  9308 esac
  9309 { $as_echo "$as_me:$LINENO: checking for linux/cdrom.h" >&5
  9310 $as_echo_n "checking for linux/cdrom.h... " >&6; }
  9311 if test "${ac_cv_header_linux_cdrom_h+set}" = set; then
  9312   $as_echo_n "(cached) " >&6
  9313 else
  9314   ac_cv_header_linux_cdrom_h=$ac_header_preproc
  9315 fi
  9316 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_cdrom_h" >&5
  9317 $as_echo "$ac_cv_header_linux_cdrom_h" >&6; }
  9319 fi
  9320 if test $ac_cv_header_linux_cdrom_h = yes; then
  9321   CDROM_DRIVER=linux
  9322 else
  9323   true
  9324 fi
  9327 if test "${ac_cv_header_IOKit_IOKitLib_h+set}" = set; then
  9328   { $as_echo "$as_me:$LINENO: checking for IOKit/IOKitLib.h" >&5
  9329 $as_echo_n "checking for IOKit/IOKitLib.h... " >&6; }
  9330 if test "${ac_cv_header_IOKit_IOKitLib_h+set}" = set; then
  9331   $as_echo_n "(cached) " >&6
  9332 fi
  9333 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_IOKit_IOKitLib_h" >&5
  9334 $as_echo "$ac_cv_header_IOKit_IOKitLib_h" >&6; }
  9335 else
  9336   # Is the header compilable?
  9337 { $as_echo "$as_me:$LINENO: checking IOKit/IOKitLib.h usability" >&5
  9338 $as_echo_n "checking IOKit/IOKitLib.h usability... " >&6; }
  9339 cat >conftest.$ac_ext <<_ACEOF
  9340 /* confdefs.h.  */
  9341 _ACEOF
  9342 cat confdefs.h >>conftest.$ac_ext
  9343 cat >>conftest.$ac_ext <<_ACEOF
  9344 /* end confdefs.h.  */
  9345 $ac_includes_default
  9346 #include <IOKit/IOKitLib.h>
  9347 _ACEOF
  9348 rm -f conftest.$ac_objext
  9349 if { (ac_try="$ac_compile"
  9350 case "(($ac_try" in
  9351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9352   *) ac_try_echo=$ac_try;;
  9353 esac
  9354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9355 $as_echo "$ac_try_echo") >&5
  9356   (eval "$ac_compile") 2>conftest.er1
  9357   ac_status=$?
  9358   grep -v '^ *+' conftest.er1 >conftest.err
  9359   rm -f conftest.er1
  9360   cat conftest.err >&5
  9361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9362   (exit $ac_status); } && {
  9363 	 test -z "$ac_c_werror_flag" ||
  9364 	 test ! -s conftest.err
  9365        } && test -s conftest.$ac_objext; then
  9366   ac_header_compiler=yes
  9367 else
  9368   $as_echo "$as_me: failed program was:" >&5
  9369 sed 's/^/| /' conftest.$ac_ext >&5
  9371 	ac_header_compiler=no
  9372 fi
  9374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9375 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9376 $as_echo "$ac_header_compiler" >&6; }
  9378 # Is the header present?
  9379 { $as_echo "$as_me:$LINENO: checking IOKit/IOKitLib.h presence" >&5
  9380 $as_echo_n "checking IOKit/IOKitLib.h presence... " >&6; }
  9381 cat >conftest.$ac_ext <<_ACEOF
  9382 /* confdefs.h.  */
  9383 _ACEOF
  9384 cat confdefs.h >>conftest.$ac_ext
  9385 cat >>conftest.$ac_ext <<_ACEOF
  9386 /* end confdefs.h.  */
  9387 #include <IOKit/IOKitLib.h>
  9388 _ACEOF
  9389 if { (ac_try="$ac_cpp conftest.$ac_ext"
  9390 case "(($ac_try" in
  9391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9392   *) ac_try_echo=$ac_try;;
  9393 esac
  9394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9395 $as_echo "$ac_try_echo") >&5
  9396   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  9397   ac_status=$?
  9398   grep -v '^ *+' conftest.er1 >conftest.err
  9399   rm -f conftest.er1
  9400   cat conftest.err >&5
  9401   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9402   (exit $ac_status); } >/dev/null && {
  9403 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  9404 	 test ! -s conftest.err
  9405        }; then
  9406   ac_header_preproc=yes
  9407 else
  9408   $as_echo "$as_me: failed program was:" >&5
  9409 sed 's/^/| /' conftest.$ac_ext >&5
  9411   ac_header_preproc=no
  9412 fi
  9414 rm -f conftest.err conftest.$ac_ext
  9415 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  9416 $as_echo "$ac_header_preproc" >&6; }
  9418 # So?  What about this header?
  9419 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  9420   yes:no: )
  9421     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: accepted by the compiler, rejected by the preprocessor!" >&5
  9422 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  9423     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: proceeding with the compiler's result" >&5
  9424 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h: proceeding with the compiler's result" >&2;}
  9425     ac_header_preproc=yes
  9426     ;;
  9427   no:yes:* )
  9428     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: present but cannot be compiled" >&5
  9429 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h: present but cannot be compiled" >&2;}
  9430     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h:     check for missing prerequisite headers?" >&5
  9431 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h:     check for missing prerequisite headers?" >&2;}
  9432     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: see the Autoconf documentation" >&5
  9433 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h: see the Autoconf documentation" >&2;}
  9434     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h:     section \"Present But Cannot Be Compiled\"" >&5
  9435 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  9436     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: proceeding with the preprocessor's result" >&5
  9437 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h: proceeding with the preprocessor's result" >&2;}
  9438     { $as_echo "$as_me:$LINENO: WARNING: IOKit/IOKitLib.h: in the future, the compiler will take precedence" >&5
  9439 $as_echo "$as_me: WARNING: IOKit/IOKitLib.h: in the future, the compiler will take precedence" >&2;}
  9441     ;;
  9442 esac
  9443 { $as_echo "$as_me:$LINENO: checking for IOKit/IOKitLib.h" >&5
  9444 $as_echo_n "checking for IOKit/IOKitLib.h... " >&6; }
  9445 if test "${ac_cv_header_IOKit_IOKitLib_h+set}" = set; then
  9446   $as_echo_n "(cached) " >&6
  9447 else
  9448   ac_cv_header_IOKit_IOKitLib_h=$ac_header_preproc
  9449 fi
  9450 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_IOKit_IOKitLib_h" >&5
  9451 $as_echo "$ac_cv_header_IOKit_IOKitLib_h" >&6; }
  9453 fi
  9454 if test $ac_cv_header_IOKit_IOKitLib_h = yes; then
  9456      CDROM_DRIVER=osx
  9457      LIBS="$LIBS -framework IOKit"
  9458 else
  9459   true
  9460 fi
  9465 if test "x$CDROM_DRIVER" = "xlinux"; then
  9466   CDROM_LINUX_TRUE=
  9467   CDROM_LINUX_FALSE='#'
  9468 else
  9469   CDROM_LINUX_TRUE='#'
  9470   CDROM_LINUX_FALSE=
  9471 fi
  9475 if test "x$CDROM_DRIVER" = "xosx"; then
  9476   CDROM_OSX_TRUE=
  9477   CDROM_OSX_FALSE='#'
  9478 else
  9479   CDROM_OSX_TRUE='#'
  9480   CDROM_OSX_FALSE=
  9481 fi
  9485 if test "x$CDROM_DRIVER" = "x"; then
  9486   CDROM_NONE_TRUE=
  9487   CDROM_NONE_FALSE='#'
  9488 else
  9489   CDROM_NONE_TRUE='#'
  9490   CDROM_NONE_FALSE=
  9491 fi
  9494 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
  9495   { $as_echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
  9496 $as_echo_n "checking for linux/joystick.h... " >&6; }
  9497 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
  9498   $as_echo_n "(cached) " >&6
  9499 fi
  9500 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
  9501 $as_echo "$ac_cv_header_linux_joystick_h" >&6; }
  9502 else
  9503   # Is the header compilable?
  9504 { $as_echo "$as_me:$LINENO: checking linux/joystick.h usability" >&5
  9505 $as_echo_n "checking linux/joystick.h usability... " >&6; }
  9506 cat >conftest.$ac_ext <<_ACEOF
  9507 /* confdefs.h.  */
  9508 _ACEOF
  9509 cat confdefs.h >>conftest.$ac_ext
  9510 cat >>conftest.$ac_ext <<_ACEOF
  9511 /* end confdefs.h.  */
  9512 $ac_includes_default
  9513 #include <linux/joystick.h>
  9514 _ACEOF
  9515 rm -f conftest.$ac_objext
  9516 if { (ac_try="$ac_compile"
  9517 case "(($ac_try" in
  9518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9519   *) ac_try_echo=$ac_try;;
  9520 esac
  9521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9522 $as_echo "$ac_try_echo") >&5
  9523   (eval "$ac_compile") 2>conftest.er1
  9524   ac_status=$?
  9525   grep -v '^ *+' conftest.er1 >conftest.err
  9526   rm -f conftest.er1
  9527   cat conftest.err >&5
  9528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9529   (exit $ac_status); } && {
  9530 	 test -z "$ac_c_werror_flag" ||
  9531 	 test ! -s conftest.err
  9532        } && test -s conftest.$ac_objext; then
  9533   ac_header_compiler=yes
  9534 else
  9535   $as_echo "$as_me: failed program was:" >&5
  9536 sed 's/^/| /' conftest.$ac_ext >&5
  9538 	ac_header_compiler=no
  9539 fi
  9541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9542 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9543 $as_echo "$ac_header_compiler" >&6; }
  9545 # Is the header present?
  9546 { $as_echo "$as_me:$LINENO: checking linux/joystick.h presence" >&5
  9547 $as_echo_n "checking linux/joystick.h presence... " >&6; }
  9548 cat >conftest.$ac_ext <<_ACEOF
  9549 /* confdefs.h.  */
  9550 _ACEOF
  9551 cat confdefs.h >>conftest.$ac_ext
  9552 cat >>conftest.$ac_ext <<_ACEOF
  9553 /* end confdefs.h.  */
  9554 #include <linux/joystick.h>
  9555 _ACEOF
  9556 if { (ac_try="$ac_cpp conftest.$ac_ext"
  9557 case "(($ac_try" in
  9558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9559   *) ac_try_echo=$ac_try;;
  9560 esac
  9561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9562 $as_echo "$ac_try_echo") >&5
  9563   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  9564   ac_status=$?
  9565   grep -v '^ *+' conftest.er1 >conftest.err
  9566   rm -f conftest.er1
  9567   cat conftest.err >&5
  9568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9569   (exit $ac_status); } >/dev/null && {
  9570 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  9571 	 test ! -s conftest.err
  9572        }; then
  9573   ac_header_preproc=yes
  9574 else
  9575   $as_echo "$as_me: failed program was:" >&5
  9576 sed 's/^/| /' conftest.$ac_ext >&5
  9578   ac_header_preproc=no
  9579 fi
  9581 rm -f conftest.err conftest.$ac_ext
  9582 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  9583 $as_echo "$ac_header_preproc" >&6; }
  9585 # So?  What about this header?
  9586 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  9587   yes:no: )
  9588     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&5
  9589 $as_echo "$as_me: WARNING: linux/joystick.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  9590     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the compiler's result" >&5
  9591 $as_echo "$as_me: WARNING: linux/joystick.h: proceeding with the compiler's result" >&2;}
  9592     ac_header_preproc=yes
  9593     ;;
  9594   no:yes:* )
  9595     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: present but cannot be compiled" >&5
  9596 $as_echo "$as_me: WARNING: linux/joystick.h: present but cannot be compiled" >&2;}
  9597     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h:     check for missing prerequisite headers?" >&5
  9598 $as_echo "$as_me: WARNING: linux/joystick.h:     check for missing prerequisite headers?" >&2;}
  9599     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: see the Autoconf documentation" >&5
  9600 $as_echo "$as_me: WARNING: linux/joystick.h: see the Autoconf documentation" >&2;}
  9601     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h:     section \"Present But Cannot Be Compiled\"" >&5
  9602 $as_echo "$as_me: WARNING: linux/joystick.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  9603     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&5
  9604 $as_echo "$as_me: WARNING: linux/joystick.h: proceeding with the preprocessor's result" >&2;}
  9605     { $as_echo "$as_me:$LINENO: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&5
  9606 $as_echo "$as_me: WARNING: linux/joystick.h: in the future, the compiler will take precedence" >&2;}
  9608     ;;
  9609 esac
  9610 { $as_echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
  9611 $as_echo_n "checking for linux/joystick.h... " >&6; }
  9612 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
  9613   $as_echo_n "(cached) " >&6
  9614 else
  9615   ac_cv_header_linux_joystick_h=$ac_header_preproc
  9616 fi
  9617 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_joystick_h" >&5
  9618 $as_echo "$ac_cv_header_linux_joystick_h" >&6; }
  9620 fi
  9621 if test $ac_cv_header_linux_joystick_h = yes; then
  9623     HAVE_LINUX_JOYSTICK_H=yes
  9625 cat >>confdefs.h <<\_ACEOF
  9626 #define HAVE_LINUX_JOYSTICK 1
  9627 _ACEOF
  9629 else
  9630    echo "Linux Joystick support not found, building without it."
  9631 fi
  9636 if test "$HAVE_LINUX_JOYSTICK_H" = "yes"; then
  9637   JOY_LINUX_TRUE=
  9638   JOY_LINUX_FALSE='#'
  9639 else
  9640   JOY_LINUX_TRUE='#'
  9641   JOY_LINUX_FALSE=
  9642 fi
  9645 # Extract the first word of "sh-elf-gcc", so it can be a program name with args.
  9646 set dummy sh-elf-gcc; ac_word=$2
  9647 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  9648 $as_echo_n "checking for $ac_word... " >&6; }
  9649 if test "${ac_cv_path_SHCC+set}" = set; then
  9650   $as_echo_n "(cached) " >&6
  9651 else
  9652   case $SHCC in
  9653   [\\/]* | ?:[\\/]*)
  9654   ac_cv_path_SHCC="$SHCC" # Let the user override the test with a path.
  9655   ;;
  9656   *)
  9657   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9658 for as_dir in $PATH
  9659 do
  9660   IFS=$as_save_IFS
  9661   test -z "$as_dir" && as_dir=.
  9662   for ac_exec_ext in '' $ac_executable_extensions; do
  9663   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9664     ac_cv_path_SHCC="$as_dir/$ac_word$ac_exec_ext"
  9665     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9666     break 2
  9667   fi
  9668 done
  9669 done
  9670 IFS=$as_save_IFS
  9672   ;;
  9673 esac
  9674 fi
  9675 SHCC=$ac_cv_path_SHCC
  9676 if test -n "$SHCC"; then
  9677   { $as_echo "$as_me:$LINENO: result: $SHCC" >&5
  9678 $as_echo "$SHCC" >&6; }
  9679 else
  9680   { $as_echo "$as_me:$LINENO: result: no" >&5
  9681 $as_echo "no" >&6; }
  9682 fi
  9685 # Extract the first word of "sh-elf-ld", so it can be a program name with args.
  9686 set dummy sh-elf-ld; ac_word=$2
  9687 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  9688 $as_echo_n "checking for $ac_word... " >&6; }
  9689 if test "${ac_cv_path_SHLD+set}" = set; then
  9690   $as_echo_n "(cached) " >&6
  9691 else
  9692   case $SHLD in
  9693   [\\/]* | ?:[\\/]*)
  9694   ac_cv_path_SHLD="$SHLD" # Let the user override the test with a path.
  9695   ;;
  9696   *)
  9697   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9698 for as_dir in $PATH
  9699 do
  9700   IFS=$as_save_IFS
  9701   test -z "$as_dir" && as_dir=.
  9702   for ac_exec_ext in '' $ac_executable_extensions; do
  9703   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9704     ac_cv_path_SHLD="$as_dir/$ac_word$ac_exec_ext"
  9705     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9706     break 2
  9707   fi
  9708 done
  9709 done
  9710 IFS=$as_save_IFS
  9712   ;;
  9713 esac
  9714 fi
  9715 SHLD=$ac_cv_path_SHLD
  9716 if test -n "$SHLD"; then
  9717   { $as_echo "$as_me:$LINENO: result: $SHLD" >&5
  9718 $as_echo "$SHLD" >&6; }
  9719 else
  9720   { $as_echo "$as_me:$LINENO: result: no" >&5
  9721 $as_echo "no" >&6; }
  9722 fi
  9725 # Extract the first word of "sh-elf-objcopy", so it can be a program name with args.
  9726 set dummy sh-elf-objcopy; ac_word=$2
  9727 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  9728 $as_echo_n "checking for $ac_word... " >&6; }
  9729 if test "${ac_cv_path_SHOBJCOPY+set}" = set; then
  9730   $as_echo_n "(cached) " >&6
  9731 else
  9732   case $SHOBJCOPY in
  9733   [\\/]* | ?:[\\/]*)
  9734   ac_cv_path_SHOBJCOPY="$SHOBJCOPY" # Let the user override the test with a path.
  9735   ;;
  9736   *)
  9737   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9738 for as_dir in $PATH
  9739 do
  9740   IFS=$as_save_IFS
  9741   test -z "$as_dir" && as_dir=.
  9742   for ac_exec_ext in '' $ac_executable_extensions; do
  9743   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9744     ac_cv_path_SHOBJCOPY="$as_dir/$ac_word$ac_exec_ext"
  9745     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9746     break 2
  9747   fi
  9748 done
  9749 done
  9750 IFS=$as_save_IFS
  9752   ;;
  9753 esac
  9754 fi
  9755 SHOBJCOPY=$ac_cv_path_SHOBJCOPY
  9756 if test -n "$SHOBJCOPY"; then
  9757   { $as_echo "$as_me:$LINENO: result: $SHOBJCOPY" >&5
  9758 $as_echo "$SHOBJCOPY" >&6; }
  9759 else
  9760   { $as_echo "$as_me:$LINENO: result: no" >&5
  9761 $as_echo "no" >&6; }
  9762 fi
  9765 # Extract the first word of "arm-elf-gcc", so it can be a program name with args.
  9766 set dummy arm-elf-gcc; ac_word=$2
  9767 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  9768 $as_echo_n "checking for $ac_word... " >&6; }
  9769 if test "${ac_cv_path_ARMCC+set}" = set; then
  9770   $as_echo_n "(cached) " >&6
  9771 else
  9772   case $ARMCC in
  9773   [\\/]* | ?:[\\/]*)
  9774   ac_cv_path_ARMCC="$ARMCC" # Let the user override the test with a path.
  9775   ;;
  9776   *)
  9777   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9778 for as_dir in $PATH
  9779 do
  9780   IFS=$as_save_IFS
  9781   test -z "$as_dir" && as_dir=.
  9782   for ac_exec_ext in '' $ac_executable_extensions; do
  9783   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9784     ac_cv_path_ARMCC="$as_dir/$ac_word$ac_exec_ext"
  9785     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9786     break 2
  9787   fi
  9788 done
  9789 done
  9790 IFS=$as_save_IFS
  9792   ;;
  9793 esac
  9794 fi
  9795 ARMCC=$ac_cv_path_ARMCC
  9796 if test -n "$ARMCC"; then
  9797   { $as_echo "$as_me:$LINENO: result: $ARMCC" >&5
  9798 $as_echo "$ARMCC" >&6; }
  9799 else
  9800   { $as_echo "$as_me:$LINENO: result: no" >&5
  9801 $as_echo "no" >&6; }
  9802 fi
  9805 # Extract the first word of "arm-elf-ld", so it can be a program name with args.
  9806 set dummy arm-elf-ld; ac_word=$2
  9807 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  9808 $as_echo_n "checking for $ac_word... " >&6; }
  9809 if test "${ac_cv_path_ARMLD+set}" = set; then
  9810   $as_echo_n "(cached) " >&6
  9811 else
  9812   case $ARMLD in
  9813   [\\/]* | ?:[\\/]*)
  9814   ac_cv_path_ARMLD="$ARMLD" # Let the user override the test with a path.
  9815   ;;
  9816   *)
  9817   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9818 for as_dir in $PATH
  9819 do
  9820   IFS=$as_save_IFS
  9821   test -z "$as_dir" && as_dir=.
  9822   for ac_exec_ext in '' $ac_executable_extensions; do
  9823   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9824     ac_cv_path_ARMLD="$as_dir/$ac_word$ac_exec_ext"
  9825     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9826     break 2
  9827   fi
  9828 done
  9829 done
  9830 IFS=$as_save_IFS
  9832   ;;
  9833 esac
  9834 fi
  9835 ARMLD=$ac_cv_path_ARMLD
  9836 if test -n "$ARMLD"; then
  9837   { $as_echo "$as_me:$LINENO: result: $ARMLD" >&5
  9838 $as_echo "$ARMLD" >&6; }
  9839 else
  9840   { $as_echo "$as_me:$LINENO: result: no" >&5
  9841 $as_echo "no" >&6; }
  9842 fi
  9845 # Extract the first word of "arm-elf-objcopy", so it can be a program name with args.
  9846 set dummy arm-elf-objcopy; ac_word=$2
  9847 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
  9848 $as_echo_n "checking for $ac_word... " >&6; }
  9849 if test "${ac_cv_path_ARMOBJCOPY+set}" = set; then
  9850   $as_echo_n "(cached) " >&6
  9851 else
  9852   case $ARMOBJCOPY in
  9853   [\\/]* | ?:[\\/]*)
  9854   ac_cv_path_ARMOBJCOPY="$ARMOBJCOPY" # Let the user override the test with a path.
  9855   ;;
  9856   *)
  9857   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  9858 for as_dir in $PATH
  9859 do
  9860   IFS=$as_save_IFS
  9861   test -z "$as_dir" && as_dir=.
  9862   for ac_exec_ext in '' $ac_executable_extensions; do
  9863   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  9864     ac_cv_path_ARMOBJCOPY="$as_dir/$ac_word$ac_exec_ext"
  9865     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  9866     break 2
  9867   fi
  9868 done
  9869 done
  9870 IFS=$as_save_IFS
  9872   ;;
  9873 esac
  9874 fi
  9875 ARMOBJCOPY=$ac_cv_path_ARMOBJCOPY
  9876 if test -n "$ARMOBJCOPY"; then
  9877   { $as_echo "$as_me:$LINENO: result: $ARMOBJCOPY" >&5
  9878 $as_echo "$ARMOBJCOPY" >&6; }
  9879 else
  9880   { $as_echo "$as_me:$LINENO: result: no" >&5
  9881 $as_echo "no" >&6; }
  9882 fi
  9886 if test "x$SHCC" = "x" -o "x$SHLD" = "x" -o "x$SHOBJCOPY" = "x"; then
  9887   BUILD_SH="no"
  9888   echo "Warning: SH4 cross-compiler not found, system tests will be disabled."
  9889 else
  9890   BUILD_SH="yes"
  9891 fi
  9892 if test "x$ARMCC" = "x" -o "x$ARMLD" = "x" -o "x$ARMOBJCOPY" = "x"; then
  9893   BUILD_ARM="no"
  9894   echo "Warning: ARM cross-compiler not found, AICA tests will be disabled."
  9895 else
  9896   BUILD_ARM="yes"
  9897 fi
  9900 if test "$BUILD_SH" = "yes"; then
  9901   BUILD_SYSTEST_TRUE=
  9902   BUILD_SYSTEST_FALSE='#'
  9903 else
  9904   BUILD_SYSTEST_TRUE='#'
  9905   BUILD_SYSTEST_FALSE=
  9906 fi
  9910 if test "$BUILD_ARM" = "yes"; then
  9911   BUILD_ARMTEST_TRUE=
  9912   BUILD_ARMTEST_FALSE='#'
  9913 else
  9914   BUILD_ARMTEST_TRUE='#'
  9915   BUILD_ARMTEST_FALSE=
  9916 fi
  9920 GETTEXT_PACKAGE=lxdream
  9923 cat >>confdefs.h <<_ACEOF
  9924 #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
  9925 _ACEOF
  9928 ALL_LINGUAS="de es it pt_BR"
  9931 for ac_header in locale.h
  9932 do
  9933 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  9934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  9935   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
  9936 $as_echo_n "checking for $ac_header... " >&6; }
  9937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
  9938   $as_echo_n "(cached) " >&6
  9939 fi
  9940 ac_res=`eval 'as_val=${'$as_ac_Header'}
  9941 		 $as_echo "$as_val"'`
  9942 	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
  9943 $as_echo "$ac_res" >&6; }
  9944 else
  9945   # Is the header compilable?
  9946 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
  9947 $as_echo_n "checking $ac_header usability... " >&6; }
  9948 cat >conftest.$ac_ext <<_ACEOF
  9949 /* confdefs.h.  */
  9950 _ACEOF
  9951 cat confdefs.h >>conftest.$ac_ext
  9952 cat >>conftest.$ac_ext <<_ACEOF
  9953 /* end confdefs.h.  */
  9954 $ac_includes_default
  9955 #include <$ac_header>
  9956 _ACEOF
  9957 rm -f conftest.$ac_objext
  9958 if { (ac_try="$ac_compile"
  9959 case "(($ac_try" in
  9960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  9961   *) ac_try_echo=$ac_try;;
  9962 esac
  9963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
  9964 $as_echo "$ac_try_echo") >&5
  9965   (eval "$ac_compile") 2>conftest.er1
  9966   ac_status=$?
  9967   grep -v '^ *+' conftest.er1 >conftest.err
  9968   rm -f conftest.er1
  9969   cat conftest.err >&5
  9970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
  9971   (exit $ac_status); } && {
  9972 	 test -z "$ac_c_werror_flag" ||
  9973 	 test ! -s conftest.err
  9974        } && test -s conftest.$ac_objext; then
  9975   ac_header_compiler=yes
  9976 else
  9977   $as_echo "$as_me: failed program was:" >&5
  9978 sed 's/^/| /' conftest.$ac_ext >&5
  9980 	ac_header_compiler=no
  9981 fi
  9983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  9984 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  9985 $as_echo "$ac_header_compiler" >&6; }
  9987 # Is the header present?
  9988 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
  9989 $as_echo_n "checking $ac_header presence... " >&6; }
  9990 cat >conftest.$ac_ext <<_ACEOF
  9991 /* confdefs.h.  */
  9992 _ACEOF
  9993 cat confdefs.h >>conftest.$ac_ext
  9994 cat >>conftest.$ac_ext <<_ACEOF
  9995 /* end confdefs.h.  */
  9996 #include <$ac_header>
  9997 _ACEOF
  9998 if { (ac_try="$ac_cpp conftest.$ac_ext"
  9999 case "(($ac_try" in
 10000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10001   *) ac_try_echo=$ac_try;;
 10002 esac
 10003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10004 $as_echo "$ac_try_echo") >&5
 10005   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 10006   ac_status=$?
 10007   grep -v '^ *+' conftest.er1 >conftest.err
 10008   rm -f conftest.er1
 10009   cat conftest.err >&5
 10010   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10011   (exit $ac_status); } >/dev/null && {
 10012 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 10013 	 test ! -s conftest.err
 10014        }; then
 10015   ac_header_preproc=yes
 10016 else
 10017   $as_echo "$as_me: failed program was:" >&5
 10018 sed 's/^/| /' conftest.$ac_ext >&5
 10020   ac_header_preproc=no
 10021 fi
 10023 rm -f conftest.err conftest.$ac_ext
 10024 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 10025 $as_echo "$ac_header_preproc" >&6; }
 10027 # So?  What about this header?
 10028 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 10029   yes:no: )
 10030     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 10031 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 10032     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 10033 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 10034     ac_header_preproc=yes
 10035     ;;
 10036   no:yes:* )
 10037     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 10038 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 10039     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 10040 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 10041     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 10042 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 10043     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 10044 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 10045     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 10046 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 10047     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 10048 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 10050     ;;
 10051 esac
 10052 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 10053 $as_echo_n "checking for $ac_header... " >&6; }
 10054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 10055   $as_echo_n "(cached) " >&6
 10056 else
 10057   eval "$as_ac_Header=\$ac_header_preproc"
 10058 fi
 10059 ac_res=`eval 'as_val=${'$as_ac_Header'}
 10060 		 $as_echo "$as_val"'`
 10061 	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 10062 $as_echo "$ac_res" >&6; }
 10064 fi
 10065 if test `eval 'as_val=${'$as_ac_Header'}
 10066 		 $as_echo "$as_val"'` = yes; then
 10067   cat >>confdefs.h <<_ACEOF
 10068 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 10069 _ACEOF
 10071 fi
 10073 done
 10075     if test $ac_cv_header_locale_h = yes; then
 10076     { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 10077 $as_echo_n "checking for LC_MESSAGES... " >&6; }
 10078 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
 10079   $as_echo_n "(cached) " >&6
 10080 else
 10081   cat >conftest.$ac_ext <<_ACEOF
 10082 /* confdefs.h.  */
 10083 _ACEOF
 10084 cat confdefs.h >>conftest.$ac_ext
 10085 cat >>conftest.$ac_ext <<_ACEOF
 10086 /* end confdefs.h.  */
 10087 #include <locale.h>
 10088 int
 10089 main ()
 10091 return LC_MESSAGES
 10093   return 0;
 10095 _ACEOF
 10096 rm -f conftest.$ac_objext conftest$ac_exeext
 10097 if { (ac_try="$ac_link"
 10098 case "(($ac_try" in
 10099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10100   *) ac_try_echo=$ac_try;;
 10101 esac
 10102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10103 $as_echo "$ac_try_echo") >&5
 10104   (eval "$ac_link") 2>conftest.er1
 10105   ac_status=$?
 10106   grep -v '^ *+' conftest.er1 >conftest.err
 10107   rm -f conftest.er1
 10108   cat conftest.err >&5
 10109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10110   (exit $ac_status); } && {
 10111 	 test -z "$ac_c_werror_flag" ||
 10112 	 test ! -s conftest.err
 10113        } && test -s conftest$ac_exeext && {
 10114 	 test "$cross_compiling" = yes ||
 10115 	 $as_test_x conftest$ac_exeext
 10116        }; then
 10117   am_cv_val_LC_MESSAGES=yes
 10118 else
 10119   $as_echo "$as_me: failed program was:" >&5
 10120 sed 's/^/| /' conftest.$ac_ext >&5
 10122 	am_cv_val_LC_MESSAGES=no
 10123 fi
 10125 rm -rf conftest.dSYM
 10126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10127       conftest$ac_exeext conftest.$ac_ext
 10128 fi
 10129 { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 10130 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
 10131     if test $am_cv_val_LC_MESSAGES = yes; then
 10133 cat >>confdefs.h <<\_ACEOF
 10134 #define HAVE_LC_MESSAGES 1
 10135 _ACEOF
 10137     fi
 10138   fi
 10139          USE_NLS=yes
 10142     gt_cv_have_gettext=no
 10144     CATOBJEXT=NONE
 10145     XGETTEXT=:
 10146     INTLLIBS=
 10148     if test "${ac_cv_header_libintl_h+set}" = set; then
 10149   { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 10150 $as_echo_n "checking for libintl.h... " >&6; }
 10151 if test "${ac_cv_header_libintl_h+set}" = set; then
 10152   $as_echo_n "(cached) " >&6
 10153 fi
 10154 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 10155 $as_echo "$ac_cv_header_libintl_h" >&6; }
 10156 else
 10157   # Is the header compilable?
 10158 { $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
 10159 $as_echo_n "checking libintl.h usability... " >&6; }
 10160 cat >conftest.$ac_ext <<_ACEOF
 10161 /* confdefs.h.  */
 10162 _ACEOF
 10163 cat confdefs.h >>conftest.$ac_ext
 10164 cat >>conftest.$ac_ext <<_ACEOF
 10165 /* end confdefs.h.  */
 10166 $ac_includes_default
 10167 #include <libintl.h>
 10168 _ACEOF
 10169 rm -f conftest.$ac_objext
 10170 if { (ac_try="$ac_compile"
 10171 case "(($ac_try" in
 10172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10173   *) ac_try_echo=$ac_try;;
 10174 esac
 10175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10176 $as_echo "$ac_try_echo") >&5
 10177   (eval "$ac_compile") 2>conftest.er1
 10178   ac_status=$?
 10179   grep -v '^ *+' conftest.er1 >conftest.err
 10180   rm -f conftest.er1
 10181   cat conftest.err >&5
 10182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10183   (exit $ac_status); } && {
 10184 	 test -z "$ac_c_werror_flag" ||
 10185 	 test ! -s conftest.err
 10186        } && test -s conftest.$ac_objext; then
 10187   ac_header_compiler=yes
 10188 else
 10189   $as_echo "$as_me: failed program was:" >&5
 10190 sed 's/^/| /' conftest.$ac_ext >&5
 10192 	ac_header_compiler=no
 10193 fi
 10195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 10196 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 10197 $as_echo "$ac_header_compiler" >&6; }
 10199 # Is the header present?
 10200 { $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
 10201 $as_echo_n "checking libintl.h presence... " >&6; }
 10202 cat >conftest.$ac_ext <<_ACEOF
 10203 /* confdefs.h.  */
 10204 _ACEOF
 10205 cat confdefs.h >>conftest.$ac_ext
 10206 cat >>conftest.$ac_ext <<_ACEOF
 10207 /* end confdefs.h.  */
 10208 #include <libintl.h>
 10209 _ACEOF
 10210 if { (ac_try="$ac_cpp conftest.$ac_ext"
 10211 case "(($ac_try" in
 10212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10213   *) ac_try_echo=$ac_try;;
 10214 esac
 10215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10216 $as_echo "$ac_try_echo") >&5
 10217   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 10218   ac_status=$?
 10219   grep -v '^ *+' conftest.er1 >conftest.err
 10220   rm -f conftest.er1
 10221   cat conftest.err >&5
 10222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10223   (exit $ac_status); } >/dev/null && {
 10224 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 10225 	 test ! -s conftest.err
 10226        }; then
 10227   ac_header_preproc=yes
 10228 else
 10229   $as_echo "$as_me: failed program was:" >&5
 10230 sed 's/^/| /' conftest.$ac_ext >&5
 10232   ac_header_preproc=no
 10233 fi
 10235 rm -f conftest.err conftest.$ac_ext
 10236 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 10237 $as_echo "$ac_header_preproc" >&6; }
 10239 # So?  What about this header?
 10240 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 10241   yes:no: )
 10242     { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 10243 $as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 10244     { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 10245 $as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 10246     ac_header_preproc=yes
 10247     ;;
 10248   no:yes:* )
 10249     { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 10250 $as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 10251     { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 10252 $as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 10253     { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 10254 $as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 10255     { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 10256 $as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 10257     { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 10258 $as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 10259     { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 10260 $as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 10262     ;;
 10263 esac
 10264 { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 10265 $as_echo_n "checking for libintl.h... " >&6; }
 10266 if test "${ac_cv_header_libintl_h+set}" = set; then
 10267   $as_echo_n "(cached) " >&6
 10268 else
 10269   ac_cv_header_libintl_h=$ac_header_preproc
 10270 fi
 10271 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 10272 $as_echo "$ac_cv_header_libintl_h" >&6; }
 10274 fi
 10275 if test $ac_cv_header_libintl_h = yes; then
 10276   gt_cv_func_dgettext_libintl="no"
 10277       libintl_extra_libs=""
 10280       # First check in libc
 10282       { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 10283 $as_echo_n "checking for ngettext in libc... " >&6; }
 10284 if test "${gt_cv_func_ngettext_libc+set}" = set; then
 10285   $as_echo_n "(cached) " >&6
 10286 else
 10287   cat >conftest.$ac_ext <<_ACEOF
 10288 /* confdefs.h.  */
 10289 _ACEOF
 10290 cat confdefs.h >>conftest.$ac_ext
 10291 cat >>conftest.$ac_ext <<_ACEOF
 10292 /* end confdefs.h.  */
 10294 #include <libintl.h>
 10296 int
 10297 main ()
 10299 return !ngettext ("","", 1)
 10301   return 0;
 10303 _ACEOF
 10304 rm -f conftest.$ac_objext conftest$ac_exeext
 10305 if { (ac_try="$ac_link"
 10306 case "(($ac_try" in
 10307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10308   *) ac_try_echo=$ac_try;;
 10309 esac
 10310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10311 $as_echo "$ac_try_echo") >&5
 10312   (eval "$ac_link") 2>conftest.er1
 10313   ac_status=$?
 10314   grep -v '^ *+' conftest.er1 >conftest.err
 10315   rm -f conftest.er1
 10316   cat conftest.err >&5
 10317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10318   (exit $ac_status); } && {
 10319 	 test -z "$ac_c_werror_flag" ||
 10320 	 test ! -s conftest.err
 10321        } && test -s conftest$ac_exeext && {
 10322 	 test "$cross_compiling" = yes ||
 10323 	 $as_test_x conftest$ac_exeext
 10324        }; then
 10325   gt_cv_func_ngettext_libc=yes
 10326 else
 10327   $as_echo "$as_me: failed program was:" >&5
 10328 sed 's/^/| /' conftest.$ac_ext >&5
 10330 	gt_cv_func_ngettext_libc=no
 10331 fi
 10333 rm -rf conftest.dSYM
 10334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10335       conftest$ac_exeext conftest.$ac_ext
 10337 fi
 10338 { $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 10339 $as_echo "$gt_cv_func_ngettext_libc" >&6; }
 10341       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 10342 	      { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 10343 $as_echo_n "checking for dgettext in libc... " >&6; }
 10344 if test "${gt_cv_func_dgettext_libc+set}" = set; then
 10345   $as_echo_n "(cached) " >&6
 10346 else
 10347   cat >conftest.$ac_ext <<_ACEOF
 10348 /* confdefs.h.  */
 10349 _ACEOF
 10350 cat confdefs.h >>conftest.$ac_ext
 10351 cat >>conftest.$ac_ext <<_ACEOF
 10352 /* end confdefs.h.  */
 10354 #include <libintl.h>
 10356 int
 10357 main ()
 10359 return !dgettext ("","")
 10361   return 0;
 10363 _ACEOF
 10364 rm -f conftest.$ac_objext conftest$ac_exeext
 10365 if { (ac_try="$ac_link"
 10366 case "(($ac_try" in
 10367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10368   *) ac_try_echo=$ac_try;;
 10369 esac
 10370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10371 $as_echo "$ac_try_echo") >&5
 10372   (eval "$ac_link") 2>conftest.er1
 10373   ac_status=$?
 10374   grep -v '^ *+' conftest.er1 >conftest.err
 10375   rm -f conftest.er1
 10376   cat conftest.err >&5
 10377   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10378   (exit $ac_status); } && {
 10379 	 test -z "$ac_c_werror_flag" ||
 10380 	 test ! -s conftest.err
 10381        } && test -s conftest$ac_exeext && {
 10382 	 test "$cross_compiling" = yes ||
 10383 	 $as_test_x conftest$ac_exeext
 10384        }; then
 10385   gt_cv_func_dgettext_libc=yes
 10386 else
 10387   $as_echo "$as_me: failed program was:" >&5
 10388 sed 's/^/| /' conftest.$ac_ext >&5
 10390 	gt_cv_func_dgettext_libc=no
 10391 fi
 10393 rm -rf conftest.dSYM
 10394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10395       conftest$ac_exeext conftest.$ac_ext
 10397 fi
 10398 { $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 10399 $as_echo "$gt_cv_func_dgettext_libc" >&6; }
 10400       fi
 10402       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 10404 for ac_func in bind_textdomain_codeset
 10405 do
 10406 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 10407 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 10408 $as_echo_n "checking for $ac_func... " >&6; }
 10409 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 10410   $as_echo_n "(cached) " >&6
 10411 else
 10412   cat >conftest.$ac_ext <<_ACEOF
 10413 /* confdefs.h.  */
 10414 _ACEOF
 10415 cat confdefs.h >>conftest.$ac_ext
 10416 cat >>conftest.$ac_ext <<_ACEOF
 10417 /* end confdefs.h.  */
 10418 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 10419    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 10420 #define $ac_func innocuous_$ac_func
 10422 /* System header to define __stub macros and hopefully few prototypes,
 10423     which can conflict with char $ac_func (); below.
 10424     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 10425     <limits.h> exists even on freestanding compilers.  */
 10427 #ifdef __STDC__
 10428 # include <limits.h>
 10429 #else
 10430 # include <assert.h>
 10431 #endif
 10433 #undef $ac_func
 10435 /* Override any GCC internal prototype to avoid an error.
 10436    Use char because int might match the return type of a GCC
 10437    builtin and then its argument prototype would still apply.  */
 10438 #ifdef __cplusplus
 10439 extern "C"
 10440 #endif
 10441 char $ac_func ();
 10442 /* The GNU C library defines this for functions which it implements
 10443     to always fail with ENOSYS.  Some functions are actually named
 10444     something starting with __ and the normal name is an alias.  */
 10445 #if defined __stub_$ac_func || defined __stub___$ac_func
 10446 choke me
 10447 #endif
 10449 int
 10450 main ()
 10452 return $ac_func ();
 10454   return 0;
 10456 _ACEOF
 10457 rm -f conftest.$ac_objext conftest$ac_exeext
 10458 if { (ac_try="$ac_link"
 10459 case "(($ac_try" in
 10460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10461   *) ac_try_echo=$ac_try;;
 10462 esac
 10463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10464 $as_echo "$ac_try_echo") >&5
 10465   (eval "$ac_link") 2>conftest.er1
 10466   ac_status=$?
 10467   grep -v '^ *+' conftest.er1 >conftest.err
 10468   rm -f conftest.er1
 10469   cat conftest.err >&5
 10470   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10471   (exit $ac_status); } && {
 10472 	 test -z "$ac_c_werror_flag" ||
 10473 	 test ! -s conftest.err
 10474        } && test -s conftest$ac_exeext && {
 10475 	 test "$cross_compiling" = yes ||
 10476 	 $as_test_x conftest$ac_exeext
 10477        }; then
 10478   eval "$as_ac_var=yes"
 10479 else
 10480   $as_echo "$as_me: failed program was:" >&5
 10481 sed 's/^/| /' conftest.$ac_ext >&5
 10483 	eval "$as_ac_var=no"
 10484 fi
 10486 rm -rf conftest.dSYM
 10487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10488       conftest$ac_exeext conftest.$ac_ext
 10489 fi
 10490 ac_res=`eval 'as_val=${'$as_ac_var'}
 10491 		 $as_echo "$as_val"'`
 10492 	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 10493 $as_echo "$ac_res" >&6; }
 10494 if test `eval 'as_val=${'$as_ac_var'}
 10495 		 $as_echo "$as_val"'` = yes; then
 10496   cat >>confdefs.h <<_ACEOF
 10497 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 10498 _ACEOF
 10500 fi
 10501 done
 10503       fi
 10506       # If we don't have everything we want, check in libintl
 10508       if test "$gt_cv_func_dgettext_libc" != "yes" \
 10509 	 || test "$gt_cv_func_ngettext_libc" != "yes" \
 10510          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 10512         { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 10513 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
 10514 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
 10515   $as_echo_n "(cached) " >&6
 10516 else
 10517   ac_check_lib_save_LIBS=$LIBS
 10518 LIBS="-lintl  $LIBS"
 10519 cat >conftest.$ac_ext <<_ACEOF
 10520 /* confdefs.h.  */
 10521 _ACEOF
 10522 cat confdefs.h >>conftest.$ac_ext
 10523 cat >>conftest.$ac_ext <<_ACEOF
 10524 /* end confdefs.h.  */
 10526 /* Override any GCC internal prototype to avoid an error.
 10527    Use char because int might match the return type of a GCC
 10528    builtin and then its argument prototype would still apply.  */
 10529 #ifdef __cplusplus
 10530 extern "C"
 10531 #endif
 10532 char bindtextdomain ();
 10533 int
 10534 main ()
 10536 return bindtextdomain ();
 10538   return 0;
 10540 _ACEOF
 10541 rm -f conftest.$ac_objext conftest$ac_exeext
 10542 if { (ac_try="$ac_link"
 10543 case "(($ac_try" in
 10544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10545   *) ac_try_echo=$ac_try;;
 10546 esac
 10547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10548 $as_echo "$ac_try_echo") >&5
 10549   (eval "$ac_link") 2>conftest.er1
 10550   ac_status=$?
 10551   grep -v '^ *+' conftest.er1 >conftest.err
 10552   rm -f conftest.er1
 10553   cat conftest.err >&5
 10554   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10555   (exit $ac_status); } && {
 10556 	 test -z "$ac_c_werror_flag" ||
 10557 	 test ! -s conftest.err
 10558        } && test -s conftest$ac_exeext && {
 10559 	 test "$cross_compiling" = yes ||
 10560 	 $as_test_x conftest$ac_exeext
 10561        }; then
 10562   ac_cv_lib_intl_bindtextdomain=yes
 10563 else
 10564   $as_echo "$as_me: failed program was:" >&5
 10565 sed 's/^/| /' conftest.$ac_ext >&5
 10567 	ac_cv_lib_intl_bindtextdomain=no
 10568 fi
 10570 rm -rf conftest.dSYM
 10571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10572       conftest$ac_exeext conftest.$ac_ext
 10573 LIBS=$ac_check_lib_save_LIBS
 10574 fi
 10575 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 10576 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
 10577 if test $ac_cv_lib_intl_bindtextdomain = yes; then
 10578   { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 10579 $as_echo_n "checking for ngettext in -lintl... " >&6; }
 10580 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 10581   $as_echo_n "(cached) " >&6
 10582 else
 10583   ac_check_lib_save_LIBS=$LIBS
 10584 LIBS="-lintl  $LIBS"
 10585 cat >conftest.$ac_ext <<_ACEOF
 10586 /* confdefs.h.  */
 10587 _ACEOF
 10588 cat confdefs.h >>conftest.$ac_ext
 10589 cat >>conftest.$ac_ext <<_ACEOF
 10590 /* end confdefs.h.  */
 10592 /* Override any GCC internal prototype to avoid an error.
 10593    Use char because int might match the return type of a GCC
 10594    builtin and then its argument prototype would still apply.  */
 10595 #ifdef __cplusplus
 10596 extern "C"
 10597 #endif
 10598 char ngettext ();
 10599 int
 10600 main ()
 10602 return ngettext ();
 10604   return 0;
 10606 _ACEOF
 10607 rm -f conftest.$ac_objext conftest$ac_exeext
 10608 if { (ac_try="$ac_link"
 10609 case "(($ac_try" in
 10610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10611   *) ac_try_echo=$ac_try;;
 10612 esac
 10613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10614 $as_echo "$ac_try_echo") >&5
 10615   (eval "$ac_link") 2>conftest.er1
 10616   ac_status=$?
 10617   grep -v '^ *+' conftest.er1 >conftest.err
 10618   rm -f conftest.er1
 10619   cat conftest.err >&5
 10620   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10621   (exit $ac_status); } && {
 10622 	 test -z "$ac_c_werror_flag" ||
 10623 	 test ! -s conftest.err
 10624        } && test -s conftest$ac_exeext && {
 10625 	 test "$cross_compiling" = yes ||
 10626 	 $as_test_x conftest$ac_exeext
 10627        }; then
 10628   ac_cv_lib_intl_ngettext=yes
 10629 else
 10630   $as_echo "$as_me: failed program was:" >&5
 10631 sed 's/^/| /' conftest.$ac_ext >&5
 10633 	ac_cv_lib_intl_ngettext=no
 10634 fi
 10636 rm -rf conftest.dSYM
 10637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10638       conftest$ac_exeext conftest.$ac_ext
 10639 LIBS=$ac_check_lib_save_LIBS
 10640 fi
 10641 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 10642 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 10643 if test $ac_cv_lib_intl_ngettext = yes; then
 10644   { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 10645 $as_echo_n "checking for dgettext in -lintl... " >&6; }
 10646 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
 10647   $as_echo_n "(cached) " >&6
 10648 else
 10649   ac_check_lib_save_LIBS=$LIBS
 10650 LIBS="-lintl  $LIBS"
 10651 cat >conftest.$ac_ext <<_ACEOF
 10652 /* confdefs.h.  */
 10653 _ACEOF
 10654 cat confdefs.h >>conftest.$ac_ext
 10655 cat >>conftest.$ac_ext <<_ACEOF
 10656 /* end confdefs.h.  */
 10658 /* Override any GCC internal prototype to avoid an error.
 10659    Use char because int might match the return type of a GCC
 10660    builtin and then its argument prototype would still apply.  */
 10661 #ifdef __cplusplus
 10662 extern "C"
 10663 #endif
 10664 char dgettext ();
 10665 int
 10666 main ()
 10668 return dgettext ();
 10670   return 0;
 10672 _ACEOF
 10673 rm -f conftest.$ac_objext conftest$ac_exeext
 10674 if { (ac_try="$ac_link"
 10675 case "(($ac_try" in
 10676   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10677   *) ac_try_echo=$ac_try;;
 10678 esac
 10679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10680 $as_echo "$ac_try_echo") >&5
 10681   (eval "$ac_link") 2>conftest.er1
 10682   ac_status=$?
 10683   grep -v '^ *+' conftest.er1 >conftest.err
 10684   rm -f conftest.er1
 10685   cat conftest.err >&5
 10686   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10687   (exit $ac_status); } && {
 10688 	 test -z "$ac_c_werror_flag" ||
 10689 	 test ! -s conftest.err
 10690        } && test -s conftest$ac_exeext && {
 10691 	 test "$cross_compiling" = yes ||
 10692 	 $as_test_x conftest$ac_exeext
 10693        }; then
 10694   ac_cv_lib_intl_dgettext=yes
 10695 else
 10696   $as_echo "$as_me: failed program was:" >&5
 10697 sed 's/^/| /' conftest.$ac_ext >&5
 10699 	ac_cv_lib_intl_dgettext=no
 10700 fi
 10702 rm -rf conftest.dSYM
 10703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10704       conftest$ac_exeext conftest.$ac_ext
 10705 LIBS=$ac_check_lib_save_LIBS
 10706 fi
 10707 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 10708 $as_echo "$ac_cv_lib_intl_dgettext" >&6; }
 10709 if test $ac_cv_lib_intl_dgettext = yes; then
 10710   gt_cv_func_dgettext_libintl=yes
 10711 fi
 10713 fi
 10715 fi
 10718 	if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 10719 	  { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 10720 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
 10721 	  { $as_echo "$as_me:$LINENO: result: " >&5
 10722 $as_echo "" >&6; }
 10723   	  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 10724 $as_echo_n "checking for ngettext in -lintl... " >&6; }
 10725 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 10726   $as_echo_n "(cached) " >&6
 10727 else
 10728   ac_check_lib_save_LIBS=$LIBS
 10729 LIBS="-lintl -liconv $LIBS"
 10730 cat >conftest.$ac_ext <<_ACEOF
 10731 /* confdefs.h.  */
 10732 _ACEOF
 10733 cat confdefs.h >>conftest.$ac_ext
 10734 cat >>conftest.$ac_ext <<_ACEOF
 10735 /* end confdefs.h.  */
 10737 /* Override any GCC internal prototype to avoid an error.
 10738    Use char because int might match the return type of a GCC
 10739    builtin and then its argument prototype would still apply.  */
 10740 #ifdef __cplusplus
 10741 extern "C"
 10742 #endif
 10743 char ngettext ();
 10744 int
 10745 main ()
 10747 return ngettext ();
 10749   return 0;
 10751 _ACEOF
 10752 rm -f conftest.$ac_objext conftest$ac_exeext
 10753 if { (ac_try="$ac_link"
 10754 case "(($ac_try" in
 10755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10756   *) ac_try_echo=$ac_try;;
 10757 esac
 10758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10759 $as_echo "$ac_try_echo") >&5
 10760   (eval "$ac_link") 2>conftest.er1
 10761   ac_status=$?
 10762   grep -v '^ *+' conftest.er1 >conftest.err
 10763   rm -f conftest.er1
 10764   cat conftest.err >&5
 10765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10766   (exit $ac_status); } && {
 10767 	 test -z "$ac_c_werror_flag" ||
 10768 	 test ! -s conftest.err
 10769        } && test -s conftest$ac_exeext && {
 10770 	 test "$cross_compiling" = yes ||
 10771 	 $as_test_x conftest$ac_exeext
 10772        }; then
 10773   ac_cv_lib_intl_ngettext=yes
 10774 else
 10775   $as_echo "$as_me: failed program was:" >&5
 10776 sed 's/^/| /' conftest.$ac_ext >&5
 10778 	ac_cv_lib_intl_ngettext=no
 10779 fi
 10781 rm -rf conftest.dSYM
 10782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10783       conftest$ac_exeext conftest.$ac_ext
 10784 LIBS=$ac_check_lib_save_LIBS
 10785 fi
 10786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 10787 $as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 10788 if test $ac_cv_lib_intl_ngettext = yes; then
 10789   { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 10790 $as_echo_n "checking for dcgettext in -lintl... " >&6; }
 10791 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
 10792   $as_echo_n "(cached) " >&6
 10793 else
 10794   ac_check_lib_save_LIBS=$LIBS
 10795 LIBS="-lintl -liconv $LIBS"
 10796 cat >conftest.$ac_ext <<_ACEOF
 10797 /* confdefs.h.  */
 10798 _ACEOF
 10799 cat confdefs.h >>conftest.$ac_ext
 10800 cat >>conftest.$ac_ext <<_ACEOF
 10801 /* end confdefs.h.  */
 10803 /* Override any GCC internal prototype to avoid an error.
 10804    Use char because int might match the return type of a GCC
 10805    builtin and then its argument prototype would still apply.  */
 10806 #ifdef __cplusplus
 10807 extern "C"
 10808 #endif
 10809 char dcgettext ();
 10810 int
 10811 main ()
 10813 return dcgettext ();
 10815   return 0;
 10817 _ACEOF
 10818 rm -f conftest.$ac_objext conftest$ac_exeext
 10819 if { (ac_try="$ac_link"
 10820 case "(($ac_try" in
 10821   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10822   *) ac_try_echo=$ac_try;;
 10823 esac
 10824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10825 $as_echo "$ac_try_echo") >&5
 10826   (eval "$ac_link") 2>conftest.er1
 10827   ac_status=$?
 10828   grep -v '^ *+' conftest.er1 >conftest.err
 10829   rm -f conftest.er1
 10830   cat conftest.err >&5
 10831   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10832   (exit $ac_status); } && {
 10833 	 test -z "$ac_c_werror_flag" ||
 10834 	 test ! -s conftest.err
 10835        } && test -s conftest$ac_exeext && {
 10836 	 test "$cross_compiling" = yes ||
 10837 	 $as_test_x conftest$ac_exeext
 10838        }; then
 10839   ac_cv_lib_intl_dcgettext=yes
 10840 else
 10841   $as_echo "$as_me: failed program was:" >&5
 10842 sed 's/^/| /' conftest.$ac_ext >&5
 10844 	ac_cv_lib_intl_dcgettext=no
 10845 fi
 10847 rm -rf conftest.dSYM
 10848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10849       conftest$ac_exeext conftest.$ac_ext
 10850 LIBS=$ac_check_lib_save_LIBS
 10851 fi
 10852 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 10853 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
 10854 if test $ac_cv_lib_intl_dcgettext = yes; then
 10855   gt_cv_func_dgettext_libintl=yes
 10856 			libintl_extra_libs=-liconv
 10857 else
 10859 fi
 10861 else
 10863 fi
 10865         fi
 10868         # If we found libintl, then check in it for bind_textdomain_codeset();
 10869         # we'll prefer libc if neither have bind_textdomain_codeset(),
 10870         # and both have dgettext and ngettext
 10872         if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 10873           glib_save_LIBS="$LIBS"
 10874           LIBS="$LIBS -lintl $libintl_extra_libs"
 10875           unset ac_cv_func_bind_textdomain_codeset
 10877 for ac_func in bind_textdomain_codeset
 10878 do
 10879 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 10880 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 10881 $as_echo_n "checking for $ac_func... " >&6; }
 10882 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 10883   $as_echo_n "(cached) " >&6
 10884 else
 10885   cat >conftest.$ac_ext <<_ACEOF
 10886 /* confdefs.h.  */
 10887 _ACEOF
 10888 cat confdefs.h >>conftest.$ac_ext
 10889 cat >>conftest.$ac_ext <<_ACEOF
 10890 /* end confdefs.h.  */
 10891 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 10892    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 10893 #define $ac_func innocuous_$ac_func
 10895 /* System header to define __stub macros and hopefully few prototypes,
 10896     which can conflict with char $ac_func (); below.
 10897     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 10898     <limits.h> exists even on freestanding compilers.  */
 10900 #ifdef __STDC__
 10901 # include <limits.h>
 10902 #else
 10903 # include <assert.h>
 10904 #endif
 10906 #undef $ac_func
 10908 /* Override any GCC internal prototype to avoid an error.
 10909    Use char because int might match the return type of a GCC
 10910    builtin and then its argument prototype would still apply.  */
 10911 #ifdef __cplusplus
 10912 extern "C"
 10913 #endif
 10914 char $ac_func ();
 10915 /* The GNU C library defines this for functions which it implements
 10916     to always fail with ENOSYS.  Some functions are actually named
 10917     something starting with __ and the normal name is an alias.  */
 10918 #if defined __stub_$ac_func || defined __stub___$ac_func
 10919 choke me
 10920 #endif
 10922 int
 10923 main ()
 10925 return $ac_func ();
 10927   return 0;
 10929 _ACEOF
 10930 rm -f conftest.$ac_objext conftest$ac_exeext
 10931 if { (ac_try="$ac_link"
 10932 case "(($ac_try" in
 10933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 10934   *) ac_try_echo=$ac_try;;
 10935 esac
 10936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 10937 $as_echo "$ac_try_echo") >&5
 10938   (eval "$ac_link") 2>conftest.er1
 10939   ac_status=$?
 10940   grep -v '^ *+' conftest.er1 >conftest.err
 10941   rm -f conftest.er1
 10942   cat conftest.err >&5
 10943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 10944   (exit $ac_status); } && {
 10945 	 test -z "$ac_c_werror_flag" ||
 10946 	 test ! -s conftest.err
 10947        } && test -s conftest$ac_exeext && {
 10948 	 test "$cross_compiling" = yes ||
 10949 	 $as_test_x conftest$ac_exeext
 10950        }; then
 10951   eval "$as_ac_var=yes"
 10952 else
 10953   $as_echo "$as_me: failed program was:" >&5
 10954 sed 's/^/| /' conftest.$ac_ext >&5
 10956 	eval "$as_ac_var=no"
 10957 fi
 10959 rm -rf conftest.dSYM
 10960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 10961       conftest$ac_exeext conftest.$ac_ext
 10962 fi
 10963 ac_res=`eval 'as_val=${'$as_ac_var'}
 10964 		 $as_echo "$as_val"'`
 10965 	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 10966 $as_echo "$ac_res" >&6; }
 10967 if test `eval 'as_val=${'$as_ac_var'}
 10968 		 $as_echo "$as_val"'` = yes; then
 10969   cat >>confdefs.h <<_ACEOF
 10970 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 10971 _ACEOF
 10973 fi
 10974 done
 10976           LIBS="$glib_save_LIBS"
 10978           if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
 10979             gt_cv_func_dgettext_libc=no
 10980           else
 10981             if test "$gt_cv_func_dgettext_libc" = "yes" \
 10982 		&& test "$gt_cv_func_ngettext_libc" = "yes"; then
 10983               gt_cv_func_dgettext_libintl=no
 10984             fi
 10985           fi
 10986         fi
 10987       fi
 10989       if test "$gt_cv_func_dgettext_libc" = "yes" \
 10990 	|| test "$gt_cv_func_dgettext_libintl" = "yes"; then
 10991         gt_cv_have_gettext=yes
 10992       fi
 10994       if test "$gt_cv_func_dgettext_libintl" = "yes"; then
 10995         INTLLIBS="-lintl $libintl_extra_libs"
 10996       fi
 10998       if test "$gt_cv_have_gettext" = "yes"; then
 11000 cat >>confdefs.h <<\_ACEOF
 11001 #define HAVE_GETTEXT 1
 11002 _ACEOF
 11004 	# Extract the first word of "msgfmt", so it can be a program name with args.
 11005 set dummy msgfmt; ac_word=$2
 11006 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 11007 $as_echo_n "checking for $ac_word... " >&6; }
 11008 if test "${ac_cv_path_MSGFMT+set}" = set; then
 11009   $as_echo_n "(cached) " >&6
 11010 else
 11011   case "$MSGFMT" in
 11012   /*)
 11013   ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
 11014   ;;
 11015   *)
 11016   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 11017   for ac_dir in $PATH; do
 11018     test -z "$ac_dir" && ac_dir=.
 11019     if test -f $ac_dir/$ac_word; then
 11020       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
 11021 	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
 11022 	break
 11023       fi
 11024     fi
 11025   done
 11026   IFS="$ac_save_ifs"
 11027   test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
 11028   ;;
 11029 esac
 11030 fi
 11031 MSGFMT="$ac_cv_path_MSGFMT"
 11032 if test "$MSGFMT" != "no"; then
 11033   { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 11034 $as_echo "$MSGFMT" >&6; }
 11035 else
 11036   { $as_echo "$as_me:$LINENO: result: no" >&5
 11037 $as_echo "no" >&6; }
 11038 fi
 11039 	if test "$MSGFMT" != "no"; then
 11040           glib_save_LIBS="$LIBS"
 11041           LIBS="$LIBS $INTLLIBS"
 11043 for ac_func in dcgettext
 11044 do
 11045 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 11046 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 11047 $as_echo_n "checking for $ac_func... " >&6; }
 11048 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 11049   $as_echo_n "(cached) " >&6
 11050 else
 11051   cat >conftest.$ac_ext <<_ACEOF
 11052 /* confdefs.h.  */
 11053 _ACEOF
 11054 cat confdefs.h >>conftest.$ac_ext
 11055 cat >>conftest.$ac_ext <<_ACEOF
 11056 /* end confdefs.h.  */
 11057 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 11058    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 11059 #define $ac_func innocuous_$ac_func
 11061 /* System header to define __stub macros and hopefully few prototypes,
 11062     which can conflict with char $ac_func (); below.
 11063     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 11064     <limits.h> exists even on freestanding compilers.  */
 11066 #ifdef __STDC__
 11067 # include <limits.h>
 11068 #else
 11069 # include <assert.h>
 11070 #endif
 11072 #undef $ac_func
 11074 /* Override any GCC internal prototype to avoid an error.
 11075    Use char because int might match the return type of a GCC
 11076    builtin and then its argument prototype would still apply.  */
 11077 #ifdef __cplusplus
 11078 extern "C"
 11079 #endif
 11080 char $ac_func ();
 11081 /* The GNU C library defines this for functions which it implements
 11082     to always fail with ENOSYS.  Some functions are actually named
 11083     something starting with __ and the normal name is an alias.  */
 11084 #if defined __stub_$ac_func || defined __stub___$ac_func
 11085 choke me
 11086 #endif
 11088 int
 11089 main ()
 11091 return $ac_func ();
 11093   return 0;
 11095 _ACEOF
 11096 rm -f conftest.$ac_objext conftest$ac_exeext
 11097 if { (ac_try="$ac_link"
 11098 case "(($ac_try" in
 11099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11100   *) ac_try_echo=$ac_try;;
 11101 esac
 11102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 11103 $as_echo "$ac_try_echo") >&5
 11104   (eval "$ac_link") 2>conftest.er1
 11105   ac_status=$?
 11106   grep -v '^ *+' conftest.er1 >conftest.err
 11107   rm -f conftest.er1
 11108   cat conftest.err >&5
 11109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11110   (exit $ac_status); } && {
 11111 	 test -z "$ac_c_werror_flag" ||
 11112 	 test ! -s conftest.err
 11113        } && test -s conftest$ac_exeext && {
 11114 	 test "$cross_compiling" = yes ||
 11115 	 $as_test_x conftest$ac_exeext
 11116        }; then
 11117   eval "$as_ac_var=yes"
 11118 else
 11119   $as_echo "$as_me: failed program was:" >&5
 11120 sed 's/^/| /' conftest.$ac_ext >&5
 11122 	eval "$as_ac_var=no"
 11123 fi
 11125 rm -rf conftest.dSYM
 11126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 11127       conftest$ac_exeext conftest.$ac_ext
 11128 fi
 11129 ac_res=`eval 'as_val=${'$as_ac_var'}
 11130 		 $as_echo "$as_val"'`
 11131 	       { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 11132 $as_echo "$ac_res" >&6; }
 11133 if test `eval 'as_val=${'$as_ac_var'}
 11134 		 $as_echo "$as_val"'` = yes; then
 11135   cat >>confdefs.h <<_ACEOF
 11136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 11137 _ACEOF
 11139 fi
 11140 done
 11142 	  MSGFMT_OPTS=
 11143 	  { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 11144 $as_echo_n "checking if msgfmt accepts -c... " >&6; }
 11145 	  cat >conftest.foo <<_ACEOF
 11147 msgid ""
 11148 msgstr ""
 11149 "Content-Type: text/plain; charset=UTF-8\n"
 11150 "Project-Id-Version: test 1.0\n"
 11151 "PO-Revision-Date: 2007-02-15 12:01+0100\n"
 11152 "Last-Translator: test <foo@bar.xx>\n"
 11153 "Language-Team: C <LL@li.org>\n"
 11154 "MIME-Version: 1.0\n"
 11155 "Content-Transfer-Encoding: 8bit\n"
 11157 _ACEOF
 11158 if { ($as_echo "$as_me:$LINENO: msgfmt -c -o /dev/null conftest.foo") >&5
 11159   (msgfmt -c -o /dev/null conftest.foo) 2>&5
 11160   ac_status=$?
 11161   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11162   (exit $ac_status); }; then
 11163   MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
 11164 $as_echo "yes" >&6; }
 11165 else { $as_echo "$as_me:$LINENO: result: no" >&5
 11166 $as_echo "no" >&6; }
 11167 echo "$as_me: failed input was:" >&5
 11168 sed 's/^/| /' conftest.foo >&5
 11169 fi
 11171 	  # Extract the first word of "gmsgfmt", so it can be a program name with args.
 11172 set dummy gmsgfmt; ac_word=$2
 11173 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 11174 $as_echo_n "checking for $ac_word... " >&6; }
 11175 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 11176   $as_echo_n "(cached) " >&6
 11177 else
 11178   case $GMSGFMT in
 11179   [\\/]* | ?:[\\/]*)
 11180   ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 11181   ;;
 11182   *)
 11183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11184 for as_dir in $PATH
 11185 do
 11186   IFS=$as_save_IFS
 11187   test -z "$as_dir" && as_dir=.
 11188   for ac_exec_ext in '' $ac_executable_extensions; do
 11189   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 11190     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 11191     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 11192     break 2
 11193   fi
 11194 done
 11195 done
 11196 IFS=$as_save_IFS
 11198   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 11199   ;;
 11200 esac
 11201 fi
 11202 GMSGFMT=$ac_cv_path_GMSGFMT
 11203 if test -n "$GMSGFMT"; then
 11204   { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 11205 $as_echo "$GMSGFMT" >&6; }
 11206 else
 11207   { $as_echo "$as_me:$LINENO: result: no" >&5
 11208 $as_echo "no" >&6; }
 11209 fi
 11212 	  # Extract the first word of "xgettext", so it can be a program name with args.
 11213 set dummy xgettext; ac_word=$2
 11214 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 11215 $as_echo_n "checking for $ac_word... " >&6; }
 11216 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 11217   $as_echo_n "(cached) " >&6
 11218 else
 11219   case "$XGETTEXT" in
 11220   /*)
 11221   ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
 11222   ;;
 11223   *)
 11224   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 11225   for ac_dir in $PATH; do
 11226     test -z "$ac_dir" && ac_dir=.
 11227     if test -f $ac_dir/$ac_word; then
 11228       if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
 11229 	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
 11230 	break
 11231       fi
 11232     fi
 11233   done
 11234   IFS="$ac_save_ifs"
 11235   test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
 11236   ;;
 11237 esac
 11238 fi
 11239 XGETTEXT="$ac_cv_path_XGETTEXT"
 11240 if test "$XGETTEXT" != ":"; then
 11241   { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 11242 $as_echo "$XGETTEXT" >&6; }
 11243 else
 11244   { $as_echo "$as_me:$LINENO: result: no" >&5
 11245 $as_echo "no" >&6; }
 11246 fi
 11248 	  cat >conftest.$ac_ext <<_ACEOF
 11249 /* confdefs.h.  */
 11250 _ACEOF
 11251 cat confdefs.h >>conftest.$ac_ext
 11252 cat >>conftest.$ac_ext <<_ACEOF
 11253 /* end confdefs.h.  */
 11255 int
 11256 main ()
 11258 extern int _nl_msg_cat_cntr;
 11259 			 return _nl_msg_cat_cntr
 11261   return 0;
 11263 _ACEOF
 11264 rm -f conftest.$ac_objext conftest$ac_exeext
 11265 if { (ac_try="$ac_link"
 11266 case "(($ac_try" in
 11267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11268   *) ac_try_echo=$ac_try;;
 11269 esac
 11270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 11271 $as_echo "$ac_try_echo") >&5
 11272   (eval "$ac_link") 2>conftest.er1
 11273   ac_status=$?
 11274   grep -v '^ *+' conftest.er1 >conftest.err
 11275   rm -f conftest.er1
 11276   cat conftest.err >&5
 11277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11278   (exit $ac_status); } && {
 11279 	 test -z "$ac_c_werror_flag" ||
 11280 	 test ! -s conftest.err
 11281        } && test -s conftest$ac_exeext && {
 11282 	 test "$cross_compiling" = yes ||
 11283 	 $as_test_x conftest$ac_exeext
 11284        }; then
 11285   CATOBJEXT=.gmo
 11286              DATADIRNAME=share
 11287 else
 11288   $as_echo "$as_me: failed program was:" >&5
 11289 sed 's/^/| /' conftest.$ac_ext >&5
 11291 	case $host in
 11292 	    *-*-solaris*)
 11293 	    	                	    	                { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 11294 $as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 11295 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 11296   $as_echo_n "(cached) " >&6
 11297 else
 11298   cat >conftest.$ac_ext <<_ACEOF
 11299 /* confdefs.h.  */
 11300 _ACEOF
 11301 cat confdefs.h >>conftest.$ac_ext
 11302 cat >>conftest.$ac_ext <<_ACEOF
 11303 /* end confdefs.h.  */
 11304 /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 11305    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 11306 #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
 11308 /* System header to define __stub macros and hopefully few prototypes,
 11309     which can conflict with char bind_textdomain_codeset (); below.
 11310     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 11311     <limits.h> exists even on freestanding compilers.  */
 11313 #ifdef __STDC__
 11314 # include <limits.h>
 11315 #else
 11316 # include <assert.h>
 11317 #endif
 11319 #undef bind_textdomain_codeset
 11321 /* Override any GCC internal prototype to avoid an error.
 11322    Use char because int might match the return type of a GCC
 11323    builtin and then its argument prototype would still apply.  */
 11324 #ifdef __cplusplus
 11325 extern "C"
 11326 #endif
 11327 char bind_textdomain_codeset ();
 11328 /* The GNU C library defines this for functions which it implements
 11329     to always fail with ENOSYS.  Some functions are actually named
 11330     something starting with __ and the normal name is an alias.  */
 11331 #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 11332 choke me
 11333 #endif
 11335 int
 11336 main ()
 11338 return bind_textdomain_codeset ();
 11340   return 0;
 11342 _ACEOF
 11343 rm -f conftest.$ac_objext conftest$ac_exeext
 11344 if { (ac_try="$ac_link"
 11345 case "(($ac_try" in
 11346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 11347   *) ac_try_echo=$ac_try;;
 11348 esac
 11349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 11350 $as_echo "$ac_try_echo") >&5
 11351   (eval "$ac_link") 2>conftest.er1
 11352   ac_status=$?
 11353   grep -v '^ *+' conftest.er1 >conftest.err
 11354   rm -f conftest.er1
 11355   cat conftest.err >&5
 11356   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 11357   (exit $ac_status); } && {
 11358 	 test -z "$ac_c_werror_flag" ||
 11359 	 test ! -s conftest.err
 11360        } && test -s conftest$ac_exeext && {
 11361 	 test "$cross_compiling" = yes ||
 11362 	 $as_test_x conftest$ac_exeext
 11363        }; then
 11364   ac_cv_func_bind_textdomain_codeset=yes
 11365 else
 11366   $as_echo "$as_me: failed program was:" >&5
 11367 sed 's/^/| /' conftest.$ac_ext >&5
 11369 	ac_cv_func_bind_textdomain_codeset=no
 11370 fi
 11372 rm -rf conftest.dSYM
 11373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 11374       conftest$ac_exeext conftest.$ac_ext
 11375 fi
 11376 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 11377 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 11378 if test $ac_cv_func_bind_textdomain_codeset = yes; then
 11379   CATOBJEXT=.gmo
 11380                DATADIRNAME=share
 11381 else
 11382   CATOBJEXT=.mo
 11383                DATADIRNAME=lib
 11384 fi
 11386 	    ;;
 11387 	    *)
 11388 	    CATOBJEXT=.mo
 11389             DATADIRNAME=lib
 11390 	    ;;
 11391 	    esac
 11392 fi
 11394 rm -rf conftest.dSYM
 11395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 11396       conftest$ac_exeext conftest.$ac_ext
 11397           LIBS="$glib_save_LIBS"
 11398 	  INSTOBJEXT=.mo
 11399 	else
 11400 	  gt_cv_have_gettext=no
 11401 	fi
 11402       fi
 11404 fi
 11408     if test "$gt_cv_have_gettext" = "yes" ; then
 11410 cat >>confdefs.h <<\_ACEOF
 11411 #define ENABLE_NLS 1
 11412 _ACEOF
 11414     fi
 11416         if test "$XGETTEXT" != ":"; then
 11417                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 11418         : ;
 11419       else
 11420         { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 11421 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
 11422         XGETTEXT=":"
 11423       fi
 11424     fi
 11426     # We need to process the po/ directory.
 11427     POSUB=po
 11429     ac_config_commands="$ac_config_commands default-1"
 11432                 for lang in $ALL_LINGUAS; do
 11433       GMOFILES="$GMOFILES $lang.gmo"
 11434       POFILES="$POFILES $lang.po"
 11435     done
 11449    if test "$gt_cv_have_gettext" = "yes"; then
 11450      if test "x$ALL_LINGUAS" = "x"; then
 11451        LINGUAS=
 11452      else
 11453        { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 11454 $as_echo_n "checking for catalogs to be installed... " >&6; }
 11455        NEW_LINGUAS=
 11456        for presentlang in $ALL_LINGUAS; do
 11457          useit=no
 11458          if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
 11459            desiredlanguages="$LINGUAS"
 11460          else
 11461            desiredlanguages="$ALL_LINGUAS"
 11462          fi
 11463          for desiredlang in $desiredlanguages; do
 11464  	   # Use the presentlang catalog if desiredlang is
 11465            #   a. equal to presentlang, or
 11466            #   b. a variant of presentlang (because in this case,
 11467            #      presentlang can be used as a fallback for messages
 11468            #      which are not translated in the desiredlang catalog).
 11469            case "$desiredlang" in
 11470              "$presentlang"*) useit=yes;;
 11471            esac
 11472          done
 11473          if test $useit = yes; then
 11474            NEW_LINGUAS="$NEW_LINGUAS $presentlang"
 11475          fi
 11476        done
 11477        LINGUAS=$NEW_LINGUAS
 11478        { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
 11479 $as_echo "$LINGUAS" >&6; }
 11480      fi
 11482           if test -n "$LINGUAS"; then
 11483        for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
 11484      fi
 11485    fi
 11487             MKINSTALLDIRS=
 11488    if test -n "$ac_aux_dir"; then
 11489      MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 11490    fi
 11491    if test -z "$MKINSTALLDIRS"; then
 11492      MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 11493    fi
 11496          test -d po || mkdir po
 11497    if test "x$srcdir" != "x."; then
 11498      if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
 11499        posrcprefix="$srcdir/"
 11500      else
 11501        posrcprefix="../$srcdir/"
 11502      fi
 11503    else
 11504      posrcprefix="../"
 11505    fi
 11506    rm -f po/POTFILES
 11507    sed -e "/^#/d" -e "/^\$/d" -e "s,.*,	$posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
 11508 	< $srcdir/po/POTFILES.in > po/POTFILES
 11511 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in test/Makefile Info.plist"
 11513 cat >confcache <<\_ACEOF
 11514 # This file is a shell script that caches the results of configure
 11515 # tests run on this system so they can be shared between configure
 11516 # scripts and configure runs, see configure's option --config-cache.
 11517 # It is not useful on other systems.  If it contains results you don't
 11518 # want to keep, you may remove or edit it.
 11520 # config.status only pays attention to the cache file if you give it
 11521 # the --recheck option to rerun configure.
 11523 # `ac_cv_env_foo' variables (set or unset) will be overridden when
 11524 # loading this file, other *unset* `ac_cv_foo' will be assigned the
 11525 # following values.
 11527 _ACEOF
 11529 # The following way of writing the cache mishandles newlines in values,
 11530 # but we know of no workaround that is simple, portable, and efficient.
 11531 # So, we kill variables containing newlines.
 11532 # Ultrix sh set writes to stderr and can't be redirected directly,
 11533 # and sets the high bit in the cache file unless we assign to the vars.
 11535   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 11536     eval ac_val=\$$ac_var
 11537     case $ac_val in #(
 11538     *${as_nl}*)
 11539       case $ac_var in #(
 11540       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 11541 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 11542       esac
 11543       case $ac_var in #(
 11544       _ | IFS | as_nl) ;; #(
 11545       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 11546       *) $as_unset $ac_var ;;
 11547       esac ;;
 11548     esac
 11549   done
 11551   (set) 2>&1 |
 11552     case $as_nl`(ac_space=' '; set) 2>&1` in #(
 11553     *${as_nl}ac_space=\ *)
 11554       # `set' does not quote correctly, so add quotes (double-quote
 11555       # substitution turns \\\\ into \\, and sed turns \\ into \).
 11556       sed -n \
 11557 	"s/'/'\\\\''/g;
 11558 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 11559       ;; #(
 11560     *)
 11561       # `set' quotes correctly as required by POSIX, so do not add quotes.
 11562       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 11563       ;;
 11564     esac |
 11565     sort
 11566 ) |
 11567   sed '
 11568      /^ac_cv_env_/b end
 11569      t clear
 11570      :clear
 11571      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 11572      t end
 11573      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 11574      :end' >>confcache
 11575 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 11576   if test -w "$cache_file"; then
 11577     test "x$cache_file" != "x/dev/null" &&
 11578       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 11579 $as_echo "$as_me: updating cache $cache_file" >&6;}
 11580     cat confcache >$cache_file
 11581   else
 11582     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 11583 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 11584   fi
 11585 fi
 11586 rm -f confcache
 11588 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 11589 # Let make expand exec_prefix.
 11590 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 11592 DEFS=-DHAVE_CONFIG_H
 11594 ac_libobjs=
 11595 ac_ltlibobjs=
 11596 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 11597   # 1. Remove the extension, and $U if already installed.
 11598   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 11599   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 11600   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 11601   #    will be set to the directory where LIBOBJS objects are built.
 11602   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 11603   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 11604 done
 11605 LIBOBJS=$ac_libobjs
 11607 LTLIBOBJS=$ac_ltlibobjs
 11610 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 11611   { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 11612 Usually this means the macro was only invoked conditionally." >&5
 11613 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 11614 Usually this means the macro was only invoked conditionally." >&2;}
 11615    { (exit 1); exit 1; }; }
 11616 fi
 11617 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 11618   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 11619 Usually this means the macro was only invoked conditionally." >&5
 11620 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
 11621 Usually this means the macro was only invoked conditionally." >&2;}
 11622    { (exit 1); exit 1; }; }
 11623 fi
 11624 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 11625   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 11626 Usually this means the macro was only invoked conditionally." >&5
 11627 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 11628 Usually this means the macro was only invoked conditionally." >&2;}
 11629    { (exit 1); exit 1; }; }
 11630 fi
 11631 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 11632   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 11633 Usually this means the macro was only invoked conditionally." >&5
 11634 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 11635 Usually this means the macro was only invoked conditionally." >&2;}
 11636    { (exit 1); exit 1; }; }
 11637 fi
 11638 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 11639   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 11640 Usually this means the macro was only invoked conditionally." >&5
 11641 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 11642 Usually this means the macro was only invoked conditionally." >&2;}
 11643    { (exit 1); exit 1; }; }
 11644 fi
 11645 if test -z "${GUI_COCOA_TRUE}" && test -z "${GUI_COCOA_FALSE}"; then
 11646   { { $as_echo "$as_me:$LINENO: error: conditional \"GUI_COCOA\" was never defined.
 11647 Usually this means the macro was only invoked conditionally." >&5
 11648 $as_echo "$as_me: error: conditional \"GUI_COCOA\" was never defined.
 11649 Usually this means the macro was only invoked conditionally." >&2;}
 11650    { (exit 1); exit 1; }; }
 11651 fi
 11652 if test -z "${GUI_GTK_TRUE}" && test -z "${GUI_GTK_FALSE}"; then
 11653   { { $as_echo "$as_me:$LINENO: error: conditional \"GUI_GTK\" was never defined.
 11654 Usually this means the macro was only invoked conditionally." >&5
 11655 $as_echo "$as_me: error: conditional \"GUI_GTK\" was never defined.
 11656 Usually this means the macro was only invoked conditionally." >&2;}
 11657    { (exit 1); exit 1; }; }
 11658 fi
 11659 if test -z "${VIDEO_OSMESA_TRUE}" && test -z "${VIDEO_OSMESA_FALSE}"; then
 11660   { { $as_echo "$as_me:$LINENO: error: conditional \"VIDEO_OSMESA\" was never defined.
 11661 Usually this means the macro was only invoked conditionally." >&5
 11662 $as_echo "$as_me: error: conditional \"VIDEO_OSMESA\" was never defined.
 11663 Usually this means the macro was only invoked conditionally." >&2;}
 11664    { (exit 1); exit 1; }; }
 11665 fi
 11666 if test -z "${VIDEO_GLX_TRUE}" && test -z "${VIDEO_GLX_FALSE}"; then
 11667   { { $as_echo "$as_me:$LINENO: error: conditional \"VIDEO_GLX\" was never defined.
 11668 Usually this means the macro was only invoked conditionally." >&5
 11669 $as_echo "$as_me: error: conditional \"VIDEO_GLX\" was never defined.
 11670 Usually this means the macro was only invoked conditionally." >&2;}
 11671    { (exit 1); exit 1; }; }
 11672 fi
 11673 if test -z "${VIDEO_NSGL_TRUE}" && test -z "${VIDEO_NSGL_FALSE}"; then
 11674   { { $as_echo "$as_me:$LINENO: error: conditional \"VIDEO_NSGL\" was never defined.
 11675 Usually this means the macro was only invoked conditionally." >&5
 11676 $as_echo "$as_me: error: conditional \"VIDEO_NSGL\" was never defined.
 11677 Usually this means the macro was only invoked conditionally." >&2;}
 11678    { (exit 1); exit 1; }; }
 11679 fi
 11680 if test -z "${BUILD_SH4X86_TRUE}" && test -z "${BUILD_SH4X86_FALSE}"; then
 11681   { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_SH4X86\" was never defined.
 11682 Usually this means the macro was only invoked conditionally." >&5
 11683 $as_echo "$as_me: error: conditional \"BUILD_SH4X86\" was never defined.
 11684 Usually this means the macro was only invoked conditionally." >&2;}
 11685    { (exit 1); exit 1; }; }
 11686 fi
 11687 if test -z "${AUDIO_OSX_TRUE}" && test -z "${AUDIO_OSX_FALSE}"; then
 11688   { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_OSX\" was never defined.
 11689 Usually this means the macro was only invoked conditionally." >&5
 11690 $as_echo "$as_me: error: conditional \"AUDIO_OSX\" was never defined.
 11691 Usually this means the macro was only invoked conditionally." >&2;}
 11692    { (exit 1); exit 1; }; }
 11693 fi
 11694 if test -z "${AUDIO_PULSE_TRUE}" && test -z "${AUDIO_PULSE_FALSE}"; then
 11695   { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_PULSE\" was never defined.
 11696 Usually this means the macro was only invoked conditionally." >&5
 11697 $as_echo "$as_me: error: conditional \"AUDIO_PULSE\" was never defined.
 11698 Usually this means the macro was only invoked conditionally." >&2;}
 11699    { (exit 1); exit 1; }; }
 11700 fi
 11701 if test -z "${AUDIO_ESOUND_TRUE}" && test -z "${AUDIO_ESOUND_FALSE}"; then
 11702   { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_ESOUND\" was never defined.
 11703 Usually this means the macro was only invoked conditionally." >&5
 11704 $as_echo "$as_me: error: conditional \"AUDIO_ESOUND\" was never defined.
 11705 Usually this means the macro was only invoked conditionally." >&2;}
 11706    { (exit 1); exit 1; }; }
 11707 fi
 11708 if test -z "${AUDIO_ALSA_TRUE}" && test -z "${AUDIO_ALSA_FALSE}"; then
 11709   { { $as_echo "$as_me:$LINENO: error: conditional \"AUDIO_ALSA\" was never defined.
 11710 Usually this means the macro was only invoked conditionally." >&5
 11711 $as_echo "$as_me: error: conditional \"AUDIO_ALSA\" was never defined.
 11712 Usually this means the macro was only invoked conditionally." >&2;}
 11713    { (exit 1); exit 1; }; }
 11714 fi
 11715 if test -z "${CDROM_LINUX_TRUE}" && test -z "${CDROM_LINUX_FALSE}"; then
 11716   { { $as_echo "$as_me:$LINENO: error: conditional \"CDROM_LINUX\" was never defined.
 11717 Usually this means the macro was only invoked conditionally." >&5
 11718 $as_echo "$as_me: error: conditional \"CDROM_LINUX\" was never defined.
 11719 Usually this means the macro was only invoked conditionally." >&2;}
 11720    { (exit 1); exit 1; }; }
 11721 fi
 11722 if test -z "${CDROM_OSX_TRUE}" && test -z "${CDROM_OSX_FALSE}"; then
 11723   { { $as_echo "$as_me:$LINENO: error: conditional \"CDROM_OSX\" was never defined.
 11724 Usually this means the macro was only invoked conditionally." >&5
 11725 $as_echo "$as_me: error: conditional \"CDROM_OSX\" was never defined.
 11726 Usually this means the macro was only invoked conditionally." >&2;}
 11727    { (exit 1); exit 1; }; }
 11728 fi
 11729 if test -z "${CDROM_NONE_TRUE}" && test -z "${CDROM_NONE_FALSE}"; then
 11730   { { $as_echo "$as_me:$LINENO: error: conditional \"CDROM_NONE\" was never defined.
 11731 Usually this means the macro was only invoked conditionally." >&5
 11732 $as_echo "$as_me: error: conditional \"CDROM_NONE\" was never defined.
 11733 Usually this means the macro was only invoked conditionally." >&2;}
 11734    { (exit 1); exit 1; }; }
 11735 fi
 11736 if test -z "${JOY_LINUX_TRUE}" && test -z "${JOY_LINUX_FALSE}"; then
 11737   { { $as_echo "$as_me:$LINENO: error: conditional \"JOY_LINUX\" was never defined.
 11738 Usually this means the macro was only invoked conditionally." >&5
 11739 $as_echo "$as_me: error: conditional \"JOY_LINUX\" was never defined.
 11740 Usually this means the macro was only invoked conditionally." >&2;}
 11741    { (exit 1); exit 1; }; }
 11742 fi
 11743 if test -z "${BUILD_SYSTEST_TRUE}" && test -z "${BUILD_SYSTEST_FALSE}"; then
 11744   { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_SYSTEST\" was never defined.
 11745 Usually this means the macro was only invoked conditionally." >&5
 11746 $as_echo "$as_me: error: conditional \"BUILD_SYSTEST\" was never defined.
 11747 Usually this means the macro was only invoked conditionally." >&2;}
 11748    { (exit 1); exit 1; }; }
 11749 fi
 11750 if test -z "${BUILD_ARMTEST_TRUE}" && test -z "${BUILD_ARMTEST_FALSE}"; then
 11751   { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_ARMTEST\" was never defined.
 11752 Usually this means the macro was only invoked conditionally." >&5
 11753 $as_echo "$as_me: error: conditional \"BUILD_ARMTEST\" was never defined.
 11754 Usually this means the macro was only invoked conditionally." >&2;}
 11755    { (exit 1); exit 1; }; }
 11756 fi
 11758 : ${CONFIG_STATUS=./config.status}
 11759 ac_write_fail=0
 11760 ac_clean_files_save=$ac_clean_files
 11761 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 11762 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 11763 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 11764 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 11765 #! $SHELL
 11766 # Generated by $as_me.
 11767 # Run this file to recreate the current configuration.
 11768 # Compiler output produced by configure, useful for debugging
 11769 # configure, is in config.log if it exists.
 11771 debug=false
 11772 ac_cs_recheck=false
 11773 ac_cs_silent=false
 11774 SHELL=\${CONFIG_SHELL-$SHELL}
 11775 _ACEOF
 11777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 11778 ## --------------------- ##
 11779 ## M4sh Initialization.  ##
 11780 ## --------------------- ##
 11782 # Be more Bourne compatible
 11783 DUALCASE=1; export DUALCASE # for MKS sh
 11784 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 11785   emulate sh
 11786   NULLCMD=:
 11787   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 11788   # is contrary to our usage.  Disable this feature.
 11789   alias -g '${1+"$@"}'='"$@"'
 11790   setopt NO_GLOB_SUBST
 11791 else
 11792   case `(set -o) 2>/dev/null` in
 11793   *posix*) set -o posix ;;
 11794 esac
 11796 fi
 11801 # PATH needs CR
 11802 # Avoid depending upon Character Ranges.
 11803 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 11804 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 11805 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 11806 as_cr_digits='0123456789'
 11807 as_cr_alnum=$as_cr_Letters$as_cr_digits
 11809 as_nl='
 11811 export as_nl
 11812 # Printing a long string crashes Solaris 7 /usr/bin/printf.
 11813 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 11814 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 11815 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 11816 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 11817   as_echo='printf %s\n'
 11818   as_echo_n='printf %s'
 11819 else
 11820   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 11821     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 11822     as_echo_n='/usr/ucb/echo -n'
 11823   else
 11824     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 11825     as_echo_n_body='eval
 11826       arg=$1;
 11827       case $arg in
 11828       *"$as_nl"*)
 11829 	expr "X$arg" : "X\\(.*\\)$as_nl";
 11830 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 11831       esac;
 11832       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 11834     export as_echo_n_body
 11835     as_echo_n='sh -c $as_echo_n_body as_echo'
 11836   fi
 11837   export as_echo_body
 11838   as_echo='sh -c $as_echo_body as_echo'
 11839 fi
 11841 # The user is always right.
 11842 if test "${PATH_SEPARATOR+set}" != set; then
 11843   PATH_SEPARATOR=:
 11844   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 11845     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 11846       PATH_SEPARATOR=';'
 11848 fi
 11850 # Support unset when possible.
 11851 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 11852   as_unset=unset
 11853 else
 11854   as_unset=false
 11855 fi
 11858 # IFS
 11859 # We need space, tab and new line, in precisely that order.  Quoting is
 11860 # there to prevent editors from complaining about space-tab.
 11861 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 11862 # splitting by setting IFS to empty value.)
 11863 IFS=" ""	$as_nl"
 11865 # Find who we are.  Look in the path if we contain no directory separator.
 11866 case $0 in
 11867   *[\\/]* ) as_myself=$0 ;;
 11868   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 11869 for as_dir in $PATH
 11870 do
 11871   IFS=$as_save_IFS
 11872   test -z "$as_dir" && as_dir=.
 11873   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 11874 done
 11875 IFS=$as_save_IFS
 11877      ;;
 11878 esac
 11879 # We did not find ourselves, most probably we were run as `sh COMMAND'
 11880 # in which case we are not to be found in the path.
 11881 if test "x$as_myself" = x; then
 11882   as_myself=$0
 11883 fi
 11884 if test ! -f "$as_myself"; then
 11885   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 11886   { (exit 1); exit 1; }
 11887 fi
 11889 # Work around bugs in pre-3.0 UWIN ksh.
 11890 for as_var in ENV MAIL MAILPATH
 11891 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 11892 done
 11893 PS1='$ '
 11894 PS2='> '
 11895 PS4='+ '
 11897 # NLS nuisances.
 11898 LC_ALL=C
 11899 export LC_ALL
 11900 LANGUAGE=C
 11901 export LANGUAGE
 11903 # Required to use basename.
 11904 if expr a : '\(a\)' >/dev/null 2>&1 &&
 11905    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 11906   as_expr=expr
 11907 else
 11908   as_expr=false
 11909 fi
 11911 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 11912   as_basename=basename
 11913 else
 11914   as_basename=false
 11915 fi
 11918 # Name of the executable.
 11919 as_me=`$as_basename -- "$0" ||
 11920 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 11921 	 X"$0" : 'X\(//\)$' \| \
 11922 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 11923 $as_echo X/"$0" |
 11924     sed '/^.*\/\([^/][^/]*\)\/*$/{
 11925 	    s//\1/
 11928 	  /^X\/\(\/\/\)$/{
 11929 	    s//\1/
 11932 	  /^X\/\(\/\).*/{
 11933 	    s//\1/
 11936 	  s/.*/./; q'`
 11938 # CDPATH.
 11939 $as_unset CDPATH
 11943   as_lineno_1=$LINENO
 11944   as_lineno_2=$LINENO
 11945   test "x$as_lineno_1" != "x$as_lineno_2" &&
 11946   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 11948   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 11949   # uniformly replaced by the line number.  The first 'sed' inserts a
 11950   # line-number line after each line using $LINENO; the second 'sed'
 11951   # does the real work.  The second script uses 'N' to pair each
 11952   # line-number line with the line containing $LINENO, and appends
 11953   # trailing '-' during substitution so that $LINENO is not a special
 11954   # case at line end.
 11955   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 11956   # scripts with optimization help from Paolo Bonzini.  Blame Lee
 11957   # E. McMahon (1931-1989) for sed's syntax.  :-)
 11958   sed -n '
 11960     /[$]LINENO/=
 11961   ' <$as_myself |
 11962     sed '
 11963       s/[$]LINENO.*/&-/
 11964       t lineno
 11966       :lineno
 11968       :loop
 11969       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 11970       t loop
 11971       s/-\n.*//
 11972     ' >$as_me.lineno &&
 11973   chmod +x "$as_me.lineno" ||
 11974     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 11975    { (exit 1); exit 1; }; }
 11977   # Don't try to exec as it changes $[0], causing all sort of problems
 11978   # (the dirname of $[0] is not the place where we might find the
 11979   # original and so on.  Autoconf is especially sensitive to this).
 11980   . "./$as_me.lineno"
 11981   # Exit status is that of the last command.
 11982   exit
 11986 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 11987   as_dirname=dirname
 11988 else
 11989   as_dirname=false
 11990 fi
 11992 ECHO_C= ECHO_N= ECHO_T=
 11993 case `echo -n x` in
 11994 -n*)
 11995   case `echo 'x\c'` in
 11996   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
 11997   *)   ECHO_C='\c';;
 11998   esac;;
 11999 *)
 12000   ECHO_N='-n';;
 12001 esac
 12002 if expr a : '\(a\)' >/dev/null 2>&1 &&
 12003    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 12004   as_expr=expr
 12005 else
 12006   as_expr=false
 12007 fi
 12009 rm -f conf$$ conf$$.exe conf$$.file
 12010 if test -d conf$$.dir; then
 12011   rm -f conf$$.dir/conf$$.file
 12012 else
 12013   rm -f conf$$.dir
 12014   mkdir conf$$.dir 2>/dev/null
 12015 fi
 12016 if (echo >conf$$.file) 2>/dev/null; then
 12017   if ln -s conf$$.file conf$$ 2>/dev/null; then
 12018     as_ln_s='ln -s'
 12019     # ... but there are two gotchas:
 12020     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 12021     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 12022     # In both cases, we have to default to `cp -p'.
 12023     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 12024       as_ln_s='cp -p'
 12025   elif ln conf$$.file conf$$ 2>/dev/null; then
 12026     as_ln_s=ln
 12027   else
 12028     as_ln_s='cp -p'
 12029   fi
 12030 else
 12031   as_ln_s='cp -p'
 12032 fi
 12033 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 12034 rmdir conf$$.dir 2>/dev/null
 12036 if mkdir -p . 2>/dev/null; then
 12037   as_mkdir_p=:
 12038 else
 12039   test -d ./-p && rmdir ./-p
 12040   as_mkdir_p=false
 12041 fi
 12043 if test -x / >/dev/null 2>&1; then
 12044   as_test_x='test -x'
 12045 else
 12046   if ls -dL / >/dev/null 2>&1; then
 12047     as_ls_L_option=L
 12048   else
 12049     as_ls_L_option=
 12050   fi
 12051   as_test_x='
 12052     eval sh -c '\''
 12053       if test -d "$1"; then
 12054 	test -d "$1/.";
 12055       else
 12056 	case $1 in
 12057 	-*)set "./$1";;
 12058 	esac;
 12059 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 12060 	???[sx]*):;;*)false;;esac;fi
 12061     '\'' sh
 12063 fi
 12064 as_executable_p=$as_test_x
 12066 # Sed expression to map a string onto a valid CPP name.
 12067 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 12069 # Sed expression to map a string onto a valid variable name.
 12070 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 12073 exec 6>&1
 12075 # Save the log message, to keep $[0] and so on meaningful, and to
 12076 # report actual input values of CONFIG_FILES etc. instead of their
 12077 # values after options handling.
 12078 ac_log="
 12079 This file was extended by $as_me, which was
 12080 generated by GNU Autoconf 2.62.  Invocation command line was
 12082   CONFIG_FILES    = $CONFIG_FILES
 12083   CONFIG_HEADERS  = $CONFIG_HEADERS
 12084   CONFIG_LINKS    = $CONFIG_LINKS
 12085   CONFIG_COMMANDS = $CONFIG_COMMANDS
 12086   $ $0 $@
 12088 on `(hostname || uname -n) 2>/dev/null | sed 1q`
 12091 _ACEOF
 12093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12094 # Files that config.status was made for.
 12095 config_files="$ac_config_files"
 12096 config_headers="$ac_config_headers"
 12097 config_commands="$ac_config_commands"
 12099 _ACEOF
 12101 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12102 ac_cs_usage="\
 12103 \`$as_me' instantiates files from templates according to the
 12104 current configuration.
 12106 Usage: $0 [OPTIONS] [FILE]...
 12108   -h, --help       print this help, then exit
 12109   -V, --version    print version number and configuration settings, then exit
 12110   -q, --quiet      do not print progress messages
 12111   -d, --debug      don't remove temporary files
 12112       --recheck    update $as_me by reconfiguring in the same conditions
 12113   --file=FILE[:TEMPLATE]
 12114                    instantiate the configuration file FILE
 12115   --header=FILE[:TEMPLATE]
 12116                    instantiate the configuration header FILE
 12118 Configuration files:
 12119 $config_files
 12121 Configuration headers:
 12122 $config_headers
 12124 Configuration commands:
 12125 $config_commands
 12127 Report bugs to <bug-autoconf@gnu.org>."
 12129 _ACEOF
 12130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12131 ac_cs_version="\\
 12132 config.status
 12133 configured by $0, generated by GNU Autoconf 2.62,
 12134   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 12136 Copyright (C) 2008 Free Software Foundation, Inc.
 12137 This config.status script is free software; the Free Software Foundation
 12138 gives unlimited permission to copy, distribute and modify it."
 12140 ac_pwd='$ac_pwd'
 12141 srcdir='$srcdir'
 12142 INSTALL='$INSTALL'
 12143 AWK='$AWK'
 12144 test -n "\$AWK" || AWK=awk
 12145 _ACEOF
 12147 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12148 # The default lists apply if the user does not specify any file.
 12149 ac_need_defaults=:
 12150 while test $# != 0
 12151 do
 12152   case $1 in
 12153   --*=*)
 12154     ac_option=`expr "X$1" : 'X\([^=]*\)='`
 12155     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 12156     ac_shift=:
 12157     ;;
 12158   *)
 12159     ac_option=$1
 12160     ac_optarg=$2
 12161     ac_shift=shift
 12162     ;;
 12163   esac
 12165   case $ac_option in
 12166   # Handling of the options.
 12167   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 12168     ac_cs_recheck=: ;;
 12169   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 12170     $as_echo "$ac_cs_version"; exit ;;
 12171   --debug | --debu | --deb | --de | --d | -d )
 12172     debug=: ;;
 12173   --file | --fil | --fi | --f )
 12174     $ac_shift
 12175     case $ac_optarg in
 12176     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 12177     esac
 12178     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 12179     ac_need_defaults=false;;
 12180   --header | --heade | --head | --hea )
 12181     $ac_shift
 12182     case $ac_optarg in
 12183     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 12184     esac
 12185     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 12186     ac_need_defaults=false;;
 12187   --he | --h)
 12188     # Conflict between --help and --header
 12189     { $as_echo "$as_me: error: ambiguous option: $1
 12190 Try \`$0 --help' for more information." >&2
 12191    { (exit 1); exit 1; }; };;
 12192   --help | --hel | -h )
 12193     $as_echo "$ac_cs_usage"; exit ;;
 12194   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 12195   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 12196     ac_cs_silent=: ;;
 12198   # This is an error.
 12199   -*) { $as_echo "$as_me: error: unrecognized option: $1
 12200 Try \`$0 --help' for more information." >&2
 12201    { (exit 1); exit 1; }; } ;;
 12203   *) ac_config_targets="$ac_config_targets $1"
 12204      ac_need_defaults=false ;;
 12206   esac
 12207   shift
 12208 done
 12210 ac_configure_extra_args=
 12212 if $ac_cs_silent; then
 12213   exec 6>/dev/null
 12214   ac_configure_extra_args="$ac_configure_extra_args --silent"
 12215 fi
 12217 _ACEOF
 12218 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12219 if \$ac_cs_recheck; then
 12220   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 12221   shift
 12222   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 12223   CONFIG_SHELL='$SHELL'
 12224   export CONFIG_SHELL
 12225   exec "\$@"
 12226 fi
 12228 _ACEOF
 12229 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12230 exec 5>>config.log
 12232   echo
 12233   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 12234 ## Running $as_me. ##
 12235 _ASBOX
 12236   $as_echo "$ac_log"
 12237 } >&5
 12239 _ACEOF
 12240 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12242 # INIT-COMMANDS
 12244 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 12247 _ACEOF
 12249 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12251 # Handling of arguments.
 12252 for ac_config_target in $ac_config_targets
 12253 do
 12254   case $ac_config_target in
 12255     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 12256     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 12257     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
 12258     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 12259     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 12260     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 12261     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
 12262     "Info.plist") CONFIG_FILES="$CONFIG_FILES Info.plist" ;;
 12264   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 12265 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 12266    { (exit 1); exit 1; }; };;
 12267   esac
 12268 done
 12271 # If the user did not use the arguments to specify the items to instantiate,
 12272 # then the envvar interface is used.  Set only those that are not.
 12273 # We use the long form for the default assignment because of an extremely
 12274 # bizarre bug on SunOS 4.1.3.
 12275 if $ac_need_defaults; then
 12276   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 12277   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 12278   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 12279 fi
 12281 # Have a temporary directory for convenience.  Make it in the build tree
 12282 # simply because there is no reason against having it here, and in addition,
 12283 # creating and moving files from /tmp can sometimes cause problems.
 12284 # Hook for its removal unless debugging.
 12285 # Note that there is a small window in which the directory will not be cleaned:
 12286 # after its creation but before its name has been assigned to `$tmp'.
 12287 $debug ||
 12289   tmp=
 12290   trap 'exit_status=$?
 12291   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 12292 ' 0
 12293   trap '{ (exit 1); exit 1; }' 1 2 13 15
 12295 # Create a (secure) tmp directory for tmp files.
 12298   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 12299   test -n "$tmp" && test -d "$tmp"
 12300 }  ||
 12302   tmp=./conf$$-$RANDOM
 12303   (umask 077 && mkdir "$tmp")
 12304 } ||
 12306    $as_echo "$as_me: cannot create a temporary directory in ." >&2
 12307    { (exit 1); exit 1; }
 12310 # Set up the scripts for CONFIG_FILES section.
 12311 # No need to generate them if there are no CONFIG_FILES.
 12312 # This happens for instance with `./config.status config.h'.
 12313 if test -n "$CONFIG_FILES"; then
 12316 ac_cr='
 12318 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 12319 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 12320   ac_cs_awk_cr='\\r'
 12321 else
 12322   ac_cs_awk_cr=$ac_cr
 12323 fi
 12325 echo 'BEGIN {' >"$tmp/subs1.awk" &&
 12326 _ACEOF
 12330   echo "cat >conf$$subs.awk <<_ACEOF" &&
 12331   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 12332   echo "_ACEOF"
 12333 } >conf$$subs.sh ||
 12334   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 12335 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 12336    { (exit 1); exit 1; }; }
 12337 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 12338 ac_delim='%!_!# '
 12339 for ac_last_try in false false false false false :; do
 12340   . ./conf$$subs.sh ||
 12341     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 12342 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 12343    { (exit 1); exit 1; }; }
 12345   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
 12346     break
 12347   elif $ac_last_try; then
 12348     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 12349 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 12350    { (exit 1); exit 1; }; }
 12351   else
 12352     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 12353   fi
 12354 done
 12355 rm -f conf$$subs.sh
 12357 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12358 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 12359 _ACEOF
 12360 sed -n '
 12362 s/^/S["/; s/!.*/"]=/
 12365 s/^[^!]*!//
 12366 :repl
 12367 t repl
 12368 s/'"$ac_delim"'$//
 12369 t delim
 12370 :nl
 12372 s/\(.\{148\}\).*/\1/
 12373 t more1
 12374 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 12377 b repl
 12378 :more1
 12379 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 12382 s/.\{148\}//
 12383 t nl
 12384 :delim
 12386 s/\(.\{148\}\).*/\1/
 12387 t more2
 12388 s/["\\]/\\&/g; s/^/"/; s/$/"/
 12391 :more2
 12392 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 12395 s/.\{148\}//
 12396 t delim
 12397 ' <conf$$subs.awk | sed '
 12398 /^[^""]/{
 12400   s/\n//
 12402 ' >>$CONFIG_STATUS || ac_write_fail=1
 12403 rm -f conf$$subs.awk
 12404 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12405 _ACAWK
 12406 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 12407   for (key in S) S_is_set[key] = 1
 12408   FS = ""
 12412   line = $ 0
 12413   nfields = split(line, field, "@")
 12414   substed = 0
 12415   len = length(field[1])
 12416   for (i = 2; i < nfields; i++) {
 12417     key = field[i]
 12418     keylen = length(key)
 12419     if (S_is_set[key]) {
 12420       value = S[key]
 12421       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 12422       len += length(value) + length(field[++i])
 12423       substed = 1
 12424     } else
 12425       len += 1 + keylen
 12428   print line
 12431 _ACAWK
 12432 _ACEOF
 12433 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12434 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 12435   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 12436 else
 12437   cat
 12438 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 12439   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
 12440 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
 12441    { (exit 1); exit 1; }; }
 12442 _ACEOF
 12444 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 12445 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 12446 # trailing colons and then remove the whole line if VPATH becomes empty
 12447 # (actually we leave an empty line to preserve line numbers).
 12448 if test "x$srcdir" = x.; then
 12449   ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
 12450 s/:*\$(srcdir):*/:/
 12451 s/:*\${srcdir}:*/:/
 12452 s/:*@srcdir@:*/:/
 12453 s/^\([^=]*=[	 ]*\):*/\1/
 12454 s/:*$//
 12455 s/^[^=]*=[	 ]*$//
 12456 }'
 12457 fi
 12459 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12460 fi # test -n "$CONFIG_FILES"
 12462 # Set up the scripts for CONFIG_HEADERS section.
 12463 # No need to generate them if there are no CONFIG_HEADERS.
 12464 # This happens for instance with `./config.status Makefile'.
 12465 if test -n "$CONFIG_HEADERS"; then
 12466 cat >"$tmp/defines.awk" <<\_ACAWK ||
 12467 BEGIN {
 12468 _ACEOF
 12470 # Transform confdefs.h into an awk script `defines.awk', embedded as
 12471 # here-document in config.status, that substitutes the proper values into
 12472 # config.h.in to produce config.h.
 12474 # Create a delimiter string that does not exist in confdefs.h, to ease
 12475 # handling of long lines.
 12476 ac_delim='%!_!# '
 12477 for ac_last_try in false false :; do
 12478   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 12479   if test -z "$ac_t"; then
 12480     break
 12481   elif $ac_last_try; then
 12482     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
 12483 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
 12484    { (exit 1); exit 1; }; }
 12485   else
 12486     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 12487   fi
 12488 done
 12490 # For the awk script, D is an array of macro values keyed by name,
 12491 # likewise P contains macro parameters if any.  Preserve backslash
 12492 # newline sequences.
 12494 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 12495 sed -n '
 12496 s/.\{148\}/&'"$ac_delim"'/g
 12497 t rset
 12498 :rset
 12499 s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
 12500 t def
 12502 :def
 12503 s/\\$//
 12504 t bsnl
 12505 s/["\\]/\\&/g
 12506 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
 12507 D["\1"]=" \3"/p
 12508 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
 12510 :bsnl
 12511 s/["\\]/\\&/g
 12512 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
 12513 D["\1"]=" \3\\\\\\n"\\/p
 12514 t cont
 12515 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 12516 t cont
 12518 :cont
 12520 s/.\{148\}/&'"$ac_delim"'/g
 12521 t clear
 12522 :clear
 12523 s/\\$//
 12524 t bsnlc
 12525 s/["\\]/\\&/g; s/^/"/; s/$/"/p
 12527 :bsnlc
 12528 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 12529 b cont
 12530 ' <confdefs.h | sed '
 12531 s/'"$ac_delim"'/"\\\
 12532 "/g' >>$CONFIG_STATUS || ac_write_fail=1
 12534 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12535   for (key in D) D_is_set[key] = 1
 12536   FS = ""
 12538 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 12539   line = \$ 0
 12540   split(line, arg, " ")
 12541   if (arg[1] == "#") {
 12542     defundef = arg[2]
 12543     mac1 = arg[3]
 12544   } else {
 12545     defundef = substr(arg[1], 2)
 12546     mac1 = arg[2]
 12548   split(mac1, mac2, "(") #)
 12549   macro = mac2[1]
 12550   if (D_is_set[macro]) {
 12551     # Preserve the white space surrounding the "#".
 12552     prefix = substr(line, 1, index(line, defundef) - 1)
 12553     print prefix "define", macro P[macro] D[macro]
 12554     next
 12555   } else {
 12556     # Replace #undef with comments.  This is necessary, for example,
 12557     # in the case of _POSIX_SOURCE, which is predefined and required
 12558     # on some systems where configure will not decide to define it.
 12559     if (defundef == "undef") {
 12560       print "/*", line, "*/"
 12561       next
 12565 { print }
 12566 _ACAWK
 12567 _ACEOF
 12568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12569   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
 12570 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
 12571    { (exit 1); exit 1; }; }
 12572 fi # test -n "$CONFIG_HEADERS"
 12575 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 12576 shift
 12577 for ac_tag
 12578 do
 12579   case $ac_tag in
 12580   :[FHLC]) ac_mode=$ac_tag; continue;;
 12581   esac
 12582   case $ac_mode$ac_tag in
 12583   :[FHL]*:*);;
 12584   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 12585 $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 12586    { (exit 1); exit 1; }; };;
 12587   :[FH]-) ac_tag=-:-;;
 12588   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 12589   esac
 12590   ac_save_IFS=$IFS
 12591   IFS=:
 12592   set x $ac_tag
 12593   IFS=$ac_save_IFS
 12594   shift
 12595   ac_file=$1
 12596   shift
 12598   case $ac_mode in
 12599   :L) ac_source=$1;;
 12600   :[FH])
 12601     ac_file_inputs=
 12602     for ac_f
 12603     do
 12604       case $ac_f in
 12605       -) ac_f="$tmp/stdin";;
 12606       *) # Look for the file first in the build tree, then in the source tree
 12607 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 12608 	 # because $ac_f cannot contain `:'.
 12609 	 test -f "$ac_f" ||
 12610 	   case $ac_f in
 12611 	   [\\/$]*) false;;
 12612 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 12613 	   esac ||
 12614 	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 12615 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 12616    { (exit 1); exit 1; }; };;
 12617       esac
 12618       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 12619       ac_file_inputs="$ac_file_inputs '$ac_f'"
 12620     done
 12622     # Let's still pretend it is `configure' which instantiates (i.e., don't
 12623     # use $as_me), people would be surprised to read:
 12624     #    /* config.h.  Generated by config.status.  */
 12625     configure_input='Generated from '`
 12626 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 12627 	`' by configure.'
 12628     if test x"$ac_file" != x-; then
 12629       configure_input="$ac_file.  $configure_input"
 12630       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 12631 $as_echo "$as_me: creating $ac_file" >&6;}
 12632     fi
 12633     # Neutralize special characters interpreted by sed in replacement strings.
 12634     case $configure_input in #(
 12635     *\&* | *\|* | *\\* )
 12636        ac_sed_conf_input=`$as_echo "$configure_input" |
 12637        sed 's/[\\\\&|]/\\\\&/g'`;; #(
 12638     *) ac_sed_conf_input=$configure_input;;
 12639     esac
 12641     case $ac_tag in
 12642     *:-:* | *:-) cat >"$tmp/stdin" \
 12643       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 12644 $as_echo "$as_me: error: could not create $ac_file" >&2;}
 12645    { (exit 1); exit 1; }; } ;;
 12646     esac
 12647     ;;
 12648   esac
 12650   ac_dir=`$as_dirname -- "$ac_file" ||
 12651 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 12652 	 X"$ac_file" : 'X\(//\)[^/]' \| \
 12653 	 X"$ac_file" : 'X\(//\)$' \| \
 12654 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 12655 $as_echo X"$ac_file" |
 12656     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 12657 	    s//\1/
 12660 	  /^X\(\/\/\)[^/].*/{
 12661 	    s//\1/
 12664 	  /^X\(\/\/\)$/{
 12665 	    s//\1/
 12668 	  /^X\(\/\).*/{
 12669 	    s//\1/
 12672 	  s/.*/./; q'`
 12673   { as_dir="$ac_dir"
 12674   case $as_dir in #(
 12675   -*) as_dir=./$as_dir;;
 12676   esac
 12677   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 12678     as_dirs=
 12679     while :; do
 12680       case $as_dir in #(
 12681       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 12682       *) as_qdir=$as_dir;;
 12683       esac
 12684       as_dirs="'$as_qdir' $as_dirs"
 12685       as_dir=`$as_dirname -- "$as_dir" ||
 12686 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 12687 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 12688 	 X"$as_dir" : 'X\(//\)$' \| \
 12689 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 12690 $as_echo X"$as_dir" |
 12691     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 12692 	    s//\1/
 12695 	  /^X\(\/\/\)[^/].*/{
 12696 	    s//\1/
 12699 	  /^X\(\/\/\)$/{
 12700 	    s//\1/
 12703 	  /^X\(\/\).*/{
 12704 	    s//\1/
 12707 	  s/.*/./; q'`
 12708       test -d "$as_dir" && break
 12709     done
 12710     test -z "$as_dirs" || eval "mkdir $as_dirs"
 12711   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 12712 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 12713    { (exit 1); exit 1; }; }; }
 12714   ac_builddir=.
 12716 case "$ac_dir" in
 12717 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 12718 *)
 12719   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 12720   # A ".." for each directory in $ac_dir_suffix.
 12721   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 12722   case $ac_top_builddir_sub in
 12723   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 12724   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 12725   esac ;;
 12726 esac
 12727 ac_abs_top_builddir=$ac_pwd
 12728 ac_abs_builddir=$ac_pwd$ac_dir_suffix
 12729 # for backward compatibility:
 12730 ac_top_builddir=$ac_top_build_prefix
 12732 case $srcdir in
 12733   .)  # We are building in place.
 12734     ac_srcdir=.
 12735     ac_top_srcdir=$ac_top_builddir_sub
 12736     ac_abs_top_srcdir=$ac_pwd ;;
 12737   [\\/]* | ?:[\\/]* )  # Absolute name.
 12738     ac_srcdir=$srcdir$ac_dir_suffix;
 12739     ac_top_srcdir=$srcdir
 12740     ac_abs_top_srcdir=$srcdir ;;
 12741   *) # Relative name.
 12742     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 12743     ac_top_srcdir=$ac_top_build_prefix$srcdir
 12744     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 12745 esac
 12746 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 12749   case $ac_mode in
 12750   :F)
 12752   # CONFIG_FILE
 12755   case $INSTALL in
 12756   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 12757   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 12758   esac
 12759 _ACEOF
 12761 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12762 # If the template does not know about datarootdir, expand it.
 12763 # FIXME: This hack should be removed a few years after 2.60.
 12764 ac_datarootdir_hack=; ac_datarootdir_seen=
 12766 ac_sed_dataroot='
 12767 /datarootdir/ {
 12771 /@datadir@/p
 12772 /@docdir@/p
 12773 /@infodir@/p
 12774 /@localedir@/p
 12775 /@mandir@/p
 12777 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 12778 *datarootdir*) ac_datarootdir_seen=yes;;
 12779 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 12780   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 12781 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 12782 _ACEOF
 12783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12784   ac_datarootdir_hack='
 12785   s&@datadir@&$datadir&g
 12786   s&@docdir@&$docdir&g
 12787   s&@infodir@&$infodir&g
 12788   s&@localedir@&$localedir&g
 12789   s&@mandir@&$mandir&g
 12790     s&\\\${datarootdir}&$datarootdir&g' ;;
 12791 esac
 12792 _ACEOF
 12794 # Neutralize VPATH when `$srcdir' = `.'.
 12795 # Shell code in configure.ac might set extrasub.
 12796 # FIXME: do we really want to maintain this feature?
 12797 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 12798 ac_sed_extra="$ac_vpsub
 12799 $extrasub
 12800 _ACEOF
 12801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 12802 :t
 12803 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 12804 s|@configure_input@|$ac_sed_conf_input|;t t
 12805 s&@top_builddir@&$ac_top_builddir_sub&;t t
 12806 s&@top_build_prefix@&$ac_top_build_prefix&;t t
 12807 s&@srcdir@&$ac_srcdir&;t t
 12808 s&@abs_srcdir@&$ac_abs_srcdir&;t t
 12809 s&@top_srcdir@&$ac_top_srcdir&;t t
 12810 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 12811 s&@builddir@&$ac_builddir&;t t
 12812 s&@abs_builddir@&$ac_abs_builddir&;t t
 12813 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 12814 s&@INSTALL@&$ac_INSTALL&;t t
 12815 $ac_datarootdir_hack
 12817 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 12818   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 12819 $as_echo "$as_me: error: could not create $ac_file" >&2;}
 12820    { (exit 1); exit 1; }; }
 12822 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 12823   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 12824   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 12825   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 12826 which seems to be undefined.  Please make sure it is defined." >&5
 12827 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 12828 which seems to be undefined.  Please make sure it is defined." >&2;}
 12830   rm -f "$tmp/stdin"
 12831   case $ac_file in
 12832   -) cat "$tmp/out" && rm -f "$tmp/out";;
 12833   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 12834   esac \
 12835   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 12836 $as_echo "$as_me: error: could not create $ac_file" >&2;}
 12837    { (exit 1); exit 1; }; }
 12838  ;;
 12839   :H)
 12841   # CONFIG_HEADER
 12843   if test x"$ac_file" != x-; then
 12845       $as_echo "/* $configure_input  */" \
 12846       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 12847     } >"$tmp/config.h" \
 12848       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 12849 $as_echo "$as_me: error: could not create $ac_file" >&2;}
 12850    { (exit 1); exit 1; }; }
 12851     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 12852       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 12853 $as_echo "$as_me: $ac_file is unchanged" >&6;}
 12854     else
 12855       rm -f "$ac_file"
 12856       mv "$tmp/config.h" "$ac_file" \
 12857 	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 12858 $as_echo "$as_me: error: could not create $ac_file" >&2;}
 12859    { (exit 1); exit 1; }; }
 12860     fi
 12861   else
 12862     $as_echo "/* $configure_input  */" \
 12863       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 12864       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
 12865 $as_echo "$as_me: error: could not create -" >&2;}
 12866    { (exit 1); exit 1; }; }
 12867   fi
 12868 # Compute "$ac_file"'s index in $config_headers.
 12869 _am_stamp_count=1
 12870 for _am_header in $config_headers :; do
 12871   case $_am_header in
 12872     "$ac_file" | "$ac_file":* )
 12873       break ;;
 12874     * )
 12875       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 12876   esac
 12877 done
 12878 echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
 12879 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 12880 	 X"$ac_file" : 'X\(//\)[^/]' \| \
 12881 	 X"$ac_file" : 'X\(//\)$' \| \
 12882 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 12883 $as_echo X"$ac_file" |
 12884     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 12885 	    s//\1/
 12888 	  /^X\(\/\/\)[^/].*/{
 12889 	    s//\1/
 12892 	  /^X\(\/\/\)$/{
 12893 	    s//\1/
 12896 	  /^X\(\/\).*/{
 12897 	    s//\1/
 12900 	  s/.*/./; q'`/stamp-h$_am_stamp_count
 12901  ;;
 12903   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
 12904 $as_echo "$as_me: executing $ac_file commands" >&6;}
 12905  ;;
 12906   esac
 12909   case $ac_file$ac_mode in
 12910     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 12911   # Strip MF so we end up with the name of the file.
 12912   mf=`echo "$mf" | sed -e 's/:.*$//'`
 12913   # Check whether this is an Automake generated Makefile or not.
 12914   # We used to match only the files named `Makefile.in', but
 12915   # some people rename them; so instead we look at the file content.
 12916   # Grep'ing the first line is not enough: some people post-process
 12917   # each Makefile.in and add a new line on top of each file to say so.
 12918   # So let's grep whole file.
 12919   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 12920     dirpart=`$as_dirname -- "$mf" ||
 12921 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 12922 	 X"$mf" : 'X\(//\)[^/]' \| \
 12923 	 X"$mf" : 'X\(//\)$' \| \
 12924 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 12925 $as_echo X"$mf" |
 12926     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 12927 	    s//\1/
 12930 	  /^X\(\/\/\)[^/].*/{
 12931 	    s//\1/
 12934 	  /^X\(\/\/\)$/{
 12935 	    s//\1/
 12938 	  /^X\(\/\).*/{
 12939 	    s//\1/
 12942 	  s/.*/./; q'`
 12943   else
 12944     continue
 12945   fi
 12946   # Extract the definition of DEPDIR, am__include, and am__quote
 12947   # from the Makefile without running `make'.
 12948   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 12949   test -z "$DEPDIR" && continue
 12950   am__include=`sed -n 's/^am__include = //p' < "$mf"`
 12951   test -z "am__include" && continue
 12952   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 12953   # When using ansi2knr, U may be empty or an underscore; expand it
 12954   U=`sed -n 's/^U = //p' < "$mf"`
 12955   # Find all dependency output files, they are included files with
 12956   # $(DEPDIR) in their names.  We invoke sed twice because it is the
 12957   # simplest approach to changing $(DEPDIR) to its actual value in the
 12958   # expansion.
 12959   for file in `sed -n "
 12960     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 12961        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 12962     # Make sure the directory exists.
 12963     test -f "$dirpart/$file" && continue
 12964     fdir=`$as_dirname -- "$file" ||
 12965 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 12966 	 X"$file" : 'X\(//\)[^/]' \| \
 12967 	 X"$file" : 'X\(//\)$' \| \
 12968 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 12969 $as_echo X"$file" |
 12970     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 12971 	    s//\1/
 12974 	  /^X\(\/\/\)[^/].*/{
 12975 	    s//\1/
 12978 	  /^X\(\/\/\)$/{
 12979 	    s//\1/
 12982 	  /^X\(\/\).*/{
 12983 	    s//\1/
 12986 	  s/.*/./; q'`
 12987     { as_dir=$dirpart/$fdir
 12988   case $as_dir in #(
 12989   -*) as_dir=./$as_dir;;
 12990   esac
 12991   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 12992     as_dirs=
 12993     while :; do
 12994       case $as_dir in #(
 12995       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 12996       *) as_qdir=$as_dir;;
 12997       esac
 12998       as_dirs="'$as_qdir' $as_dirs"
 12999       as_dir=`$as_dirname -- "$as_dir" ||
 13000 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 13001 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 13002 	 X"$as_dir" : 'X\(//\)$' \| \
 13003 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 13004 $as_echo X"$as_dir" |
 13005     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 13006 	    s//\1/
 13009 	  /^X\(\/\/\)[^/].*/{
 13010 	    s//\1/
 13013 	  /^X\(\/\/\)$/{
 13014 	    s//\1/
 13017 	  /^X\(\/\).*/{
 13018 	    s//\1/
 13021 	  s/.*/./; q'`
 13022       test -d "$as_dir" && break
 13023     done
 13024     test -z "$as_dirs" || eval "mkdir $as_dirs"
 13025   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 13026 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 13027    { (exit 1); exit 1; }; }; }
 13028     # echo "creating $dirpart/$file"
 13029     echo '# dummy' > "$dirpart/$file"
 13030   done
 13031 done
 13032  ;;
 13033     "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
 13034         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 13035       esac ;;
 13037   esac
 13038 done # for ac_tag
 13041 { (exit 0); exit 0; }
 13042 _ACEOF
 13043 chmod +x $CONFIG_STATUS
 13044 ac_clean_files=$ac_clean_files_save
 13046 test $ac_write_fail = 0 ||
 13047   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
 13048 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
 13049    { (exit 1); exit 1; }; }
 13052 # configure is writing to config.log, and then calls config.status.
 13053 # config.status does its own redirection, appending to config.log.
 13054 # Unfortunately, on DOS this fails, as config.log is still kept open
 13055 # by configure, so config.status won't be able to write to it; its
 13056 # output is simply discarded.  So we exec the FD to /dev/null,
 13057 # effectively closing config.log, so it can be properly (re)opened and
 13058 # appended to by config.status.  When coming back to configure, we
 13059 # need to make the FD available again.
 13060 if test "$no_create" != yes; then
 13061   ac_cs_success=:
 13062   ac_config_status_args=
 13063   test "$silent" = yes &&
 13064     ac_config_status_args="$ac_config_status_args --quiet"
 13065   exec 5>/dev/null
 13066   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 13067   exec 5>>config.log
 13068   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 13069   # would make configure fail if this is the last instruction.
 13070   $ac_cs_success || { (exit 1); exit 1; }
 13071 fi
 13072 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 13073   { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
 13074 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
 13075 fi
 13077 { as_dir=test/sh4
 13078   case $as_dir in #(
 13079   -*) as_dir=./$as_dir;;
 13080   esac
 13081   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 13082     as_dirs=
 13083     while :; do
 13084       case $as_dir in #(
 13085       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 13086       *) as_qdir=$as_dir;;
 13087       esac
 13088       as_dirs="'$as_qdir' $as_dirs"
 13089       as_dir=`$as_dirname -- "$as_dir" ||
 13090 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 13091 	 X"$as_dir" : 'X\(//\)[^/]' \| \
 13092 	 X"$as_dir" : 'X\(//\)$' \| \
 13093 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 13094 $as_echo X"$as_dir" |
 13095     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 13096 	    s//\1/
 13099 	  /^X\(\/\/\)[^/].*/{
 13100 	    s//\1/
 13103 	  /^X\(\/\/\)$/{
 13104 	    s//\1/
 13107 	  /^X\(\/\).*/{
 13108 	    s//\1/
 13111 	  s/.*/./; q'`
 13112       test -d "$as_dir" && break
 13113     done
 13114     test -z "$as_dirs" || eval "mkdir $as_dirs"
 13115   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 13116 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 13117    { (exit 1); exit 1; }; }; }
 13120 echo
 13121 echo "Configuration complete"
 13122 echo
 13124 if test "x$HAVE_GTK" = x; then
 13125   if test "x$HAVE_COCOA" = x; then
 13126      echo "  User interface: none"
 13127   else
 13128      echo "  User interface: Cocoa"
 13129   fi
 13130 else
 13131   echo "  User interface: GTK"
 13132 fi
 13134 if test "x$SH4_TRANSLATOR" = "x"; then
 13135   echo "  SH4 translator: None (emulation core only)"
 13136 else
 13137   echo "  SH4 translator: $SH4_TRANSLATOR"
 13138 fi
 13140 if test "x$VIDEO_DRIVERS" = "x"; then
 13141    echo "  Video drivers: none (no supported GL found)"
 13142 else
 13143    echo "  Video drivers: $VIDEO_DRIVERS"
 13144 fi
 13146 if test "x$AUDIO_DRIVERS" = "x"; then
 13147    echo "  Audio drivers: none (no supported output devices found)"
 13148 else
 13149    echo "  Audio drivers: $AUDIO_DRIVERS"
 13150 fi
 13152 if test "x$CDROM_DRIVER" = "x"; then
 13153    echo "  CD-ROM driver: none (no supported cd-rom devices found)"
 13154 else
 13155    echo "  CD-ROM driver: $CDROM_DRIVER"
 13156 fi
.