winspool/tests: Make default_printer a global variable.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60a for Wine 0.9.27.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17   emulate sh
18   NULLCMD=:
19   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20   # is contrary to our usage.  Disable this feature.
21   alias -g '${1+"$@"}'='"$@"'
22   setopt NO_GLOB_SUBST
23 else
24   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
25 fi
26 BIN_SH=xpg4; export BIN_SH # for Tru64
27 DUALCASE=1; export DUALCASE # for MKS sh
28
29
30 # PATH needs CR
31 # Avoid depending upon Character Ranges.
32 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35 as_cr_digits='0123456789'
36 as_cr_alnum=$as_cr_Letters$as_cr_digits
37
38 # The user is always right.
39 if test "${PATH_SEPARATOR+set}" != set; then
40   echo "#! /bin/sh" >conf$$.sh
41   echo  "exit 0"   >>conf$$.sh
42   chmod +x conf$$.sh
43   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44     PATH_SEPARATOR=';'
45   else
46     PATH_SEPARATOR=:
47   fi
48   rm -f conf$$.sh
49 fi
50
51 # Support unset when possible.
52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53   as_unset=unset
54 else
55   as_unset=false
56 fi
57
58
59 # IFS
60 # We need space, tab and new line, in precisely that order.  Quoting is
61 # there to prevent editors from complaining about space-tab.
62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
63 # splitting by setting IFS to empty value.)
64 as_nl='
65 '
66 IFS=" ""        $as_nl"
67
68 # Find who we are.  Look in the path if we contain no directory separator.
69 case $0 in
70   *[\\/]* ) as_myself=$0 ;;
71   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
72 for as_dir in $PATH
73 do
74   IFS=$as_save_IFS
75   test -z "$as_dir" && as_dir=.
76   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
77 done
78 IFS=$as_save_IFS
79
80      ;;
81 esac
82 # We did not find ourselves, most probably we were run as `sh COMMAND'
83 # in which case we are not to be found in the path.
84 if test "x$as_myself" = x; then
85   as_myself=$0
86 fi
87 if test ! -f "$as_myself"; then
88   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
89   { (exit 1); exit 1; }
90 fi
91
92 # Work around bugs in pre-3.0 UWIN ksh.
93 for as_var in ENV MAIL MAILPATH
94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
95 done
96 PS1='$ '
97 PS2='> '
98 PS4='+ '
99
100 # NLS nuisances.
101 for as_var in \
102   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
103   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
104   LC_TELEPHONE LC_TIME
105 do
106   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107     eval $as_var=C; export $as_var
108   else
109     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
110   fi
111 done
112
113 # Required to use basename.
114 if expr a : '\(a\)' >/dev/null 2>&1 &&
115    test "X`expr 00001 : '.*\(...\)'`" = X001; then
116   as_expr=expr
117 else
118   as_expr=false
119 fi
120
121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
122   as_basename=basename
123 else
124   as_basename=false
125 fi
126
127
128 # Name of the executable.
129 as_me=`$as_basename -- "$0" ||
130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131          X"$0" : 'X\(//\)$' \| \
132          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
133 echo X/"$0" |
134     sed '/^.*\/\([^/][^/]*\)\/*$/{
135             s//\1/
136             q
137           }
138           /^X\/\(\/\/\)$/{
139             s//\1/
140             q
141           }
142           /^X\/\(\/\).*/{
143             s//\1/
144             q
145           }
146           s/.*/./; q'`
147
148 # CDPATH.
149 $as_unset CDPATH
150
151
152 if test "x$CONFIG_SHELL" = x; then
153   if (eval ":") 2>/dev/null; then
154   as_have_required=yes
155 else
156   as_have_required=no
157 fi
158
159   if test $as_have_required = yes &&     (eval ":
160 (as_func_return () {
161   (exit \$1)
162 }
163 as_func_success () {
164   as_func_return 0
165 }
166 as_func_failure () {
167   as_func_return 1
168 }
169 as_func_ret_success () {
170   return 0
171 }
172 as_func_ret_failure () {
173   return 1
174 }
175
176 exitcode=0
177 if as_func_success; then
178   :
179 else
180   exitcode=1
181   echo as_func_success failed.
182 fi
183
184 if as_func_failure; then
185   exitcode=1
186   echo as_func_failure succeeded.
187 fi
188
189 if as_func_ret_success; then
190   :
191 else
192   exitcode=1
193   echo as_func_ret_success failed.
194 fi
195
196 if as_func_ret_failure; then
197   exitcode=1
198   echo as_func_ret_failure succeeded.
199 fi
200
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
202   :
203 else
204   exitcode=1
205   echo positional parameters were not saved.
206 fi
207
208 test \$exitcode = 0) || { (exit 1); exit 1; }
209
210 (
211   as_lineno_1=\$LINENO
212   as_lineno_2=\$LINENO
213   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
214   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
215 ") 2> /dev/null; then
216   :
217 else
218   as_candidate_shells=
219     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
220 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 do
222   IFS=$as_save_IFS
223   test -z "$as_dir" && as_dir=.
224   case $as_dir in
225          /*)
226            for as_base in sh bash ksh sh5; do
227              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
228            done;;
229        esac
230 done
231 IFS=$as_save_IFS
232
233
234       for as_shell in $as_candidate_shells $SHELL; do
235          # Try only shells that exist, to save several forks.
236          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
237                 { ("$as_shell") 2> /dev/null <<\_ASEOF
238 # Be Bourne compatible
239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240   emulate sh
241   NULLCMD=:
242   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243   # is contrary to our usage.  Disable this feature.
244   alias -g '${1+"$@"}'='"$@"'
245   setopt NO_GLOB_SUBST
246 else
247   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
248 fi
249 BIN_SH=xpg4; export BIN_SH # for Tru64
250 DUALCASE=1; export DUALCASE # for MKS sh
251
252 :
253 _ASEOF
254 }; then
255   CONFIG_SHELL=$as_shell
256                as_have_required=yes
257                if { "$as_shell" 2> /dev/null <<\_ASEOF
258 # Be Bourne compatible
259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260   emulate sh
261   NULLCMD=:
262   # Zsh 3.x and 4.x performs 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 *posix*) set -o posix;; esac
268 fi
269 BIN_SH=xpg4; export BIN_SH # for Tru64
270 DUALCASE=1; export DUALCASE # for MKS sh
271
272 :
273 (as_func_return () {
274   (exit $1)
275 }
276 as_func_success () {
277   as_func_return 0
278 }
279 as_func_failure () {
280   as_func_return 1
281 }
282 as_func_ret_success () {
283   return 0
284 }
285 as_func_ret_failure () {
286   return 1
287 }
288
289 exitcode=0
290 if as_func_success; then
291   :
292 else
293   exitcode=1
294   echo as_func_success failed.
295 fi
296
297 if as_func_failure; then
298   exitcode=1
299   echo as_func_failure succeeded.
300 fi
301
302 if as_func_ret_success; then
303   :
304 else
305   exitcode=1
306   echo as_func_ret_success failed.
307 fi
308
309 if as_func_ret_failure; then
310   exitcode=1
311   echo as_func_ret_failure succeeded.
312 fi
313
314 if ( set x; as_func_ret_success y && test x = "$1" ); then
315   :
316 else
317   exitcode=1
318   echo positional parameters were not saved.
319 fi
320
321 test $exitcode = 0) || { (exit 1); exit 1; }
322
323 (
324   as_lineno_1=$LINENO
325   as_lineno_2=$LINENO
326   test "x$as_lineno_1" != "x$as_lineno_2" &&
327   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
328
329 _ASEOF
330 }; then
331   break
332 fi
333
334 fi
335
336       done
337
338       if test "x$CONFIG_SHELL" != x; then
339   for as_var in BASH_ENV ENV
340         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
341         done
342         export CONFIG_SHELL
343         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
344 fi
345
346
347     if test $as_have_required = no; then
348   echo This script requires a shell more modern than all the
349       echo shells that I found on your system.  Please install a
350       echo modern shell, or manually run the script under such a
351       echo shell if you do have one.
352       { (exit 1); exit 1; }
353 fi
354
355
356 fi
357
358 fi
359
360
361
362 (eval "as_func_return () {
363   (exit \$1)
364 }
365 as_func_success () {
366   as_func_return 0
367 }
368 as_func_failure () {
369   as_func_return 1
370 }
371 as_func_ret_success () {
372   return 0
373 }
374 as_func_ret_failure () {
375   return 1
376 }
377
378 exitcode=0
379 if as_func_success; then
380   :
381 else
382   exitcode=1
383   echo as_func_success failed.
384 fi
385
386 if as_func_failure; then
387   exitcode=1
388   echo as_func_failure succeeded.
389 fi
390
391 if as_func_ret_success; then
392   :
393 else
394   exitcode=1
395   echo as_func_ret_success failed.
396 fi
397
398 if as_func_ret_failure; then
399   exitcode=1
400   echo as_func_ret_failure succeeded.
401 fi
402
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
404   :
405 else
406   exitcode=1
407   echo positional parameters were not saved.
408 fi
409
410 test \$exitcode = 0") || {
411   echo No shell found that supports shell functions.
412   echo Please tell autoconf@gnu.org about your system,
413   echo including any error possibly output before this
414   echo message
415 }
416
417
418
419   as_lineno_1=$LINENO
420   as_lineno_2=$LINENO
421   test "x$as_lineno_1" != "x$as_lineno_2" &&
422   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
423
424   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
425   # uniformly replaced by the line number.  The first 'sed' inserts a
426   # line-number line after each line using $LINENO; the second 'sed'
427   # does the real work.  The second script uses 'N' to pair each
428   # line-number line with the line containing $LINENO, and appends
429   # trailing '-' during substitution so that $LINENO is not a special
430   # case at line end.
431   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
432   # scripts with optimization help from Paolo Bonzini.  Blame Lee
433   # E. McMahon (1931-1989) for sed's syntax.  :-)
434   sed -n '
435     p
436     /[$]LINENO/=
437   ' <$as_myself |
438     sed '
439       s/[$]LINENO.*/&-/
440       t lineno
441       b
442       :lineno
443       N
444       :loop
445       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
446       t loop
447       s/-\n.*//
448     ' >$as_me.lineno &&
449   chmod +x "$as_me.lineno" ||
450     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
451    { (exit 1); exit 1; }; }
452
453   # Don't try to exec as it changes $[0], causing all sort of problems
454   # (the dirname of $[0] is not the place where we might find the
455   # original and so on.  Autoconf is especially sensitive to this).
456   . "./$as_me.lineno"
457   # Exit status is that of the last command.
458   exit
459 }
460
461
462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
463   as_dirname=dirname
464 else
465   as_dirname=false
466 fi
467
468 ECHO_C= ECHO_N= ECHO_T=
469 case `echo -n x` in
470 -n*)
471   case `echo 'x\c'` in
472   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
473   *)   ECHO_C='\c';;
474   esac;;
475 *)
476   ECHO_N='-n';;
477 esac
478
479 if expr a : '\(a\)' >/dev/null 2>&1 &&
480    test "X`expr 00001 : '.*\(...\)'`" = X001; then
481   as_expr=expr
482 else
483   as_expr=false
484 fi
485
486 rm -f conf$$ conf$$.exe conf$$.file
487 if test -d conf$$.dir; then
488   rm -f conf$$.dir/conf$$.file
489 else
490   rm -f conf$$.dir
491   mkdir conf$$.dir
492 fi
493 echo >conf$$.file
494 if ln -s conf$$.file conf$$ 2>/dev/null; then
495   as_ln_s='ln -s'
496   # ... but there are two gotchas:
497   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499   # In both cases, we have to default to `cp -p'.
500   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
501     as_ln_s='cp -p'
502 elif ln conf$$.file conf$$ 2>/dev/null; then
503   as_ln_s=ln
504 else
505   as_ln_s='cp -p'
506 fi
507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508 rmdir conf$$.dir 2>/dev/null
509
510 if mkdir -p . 2>/dev/null; then
511   as_mkdir_p=:
512 else
513   test -d ./-p && rmdir ./-p
514   as_mkdir_p=false
515 fi
516
517 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
518 # systems may use methods other than mode bits to determine executability.
519 cat >conf$$.file <<_ASEOF
520 #! /bin/sh
521 exit 0
522 _ASEOF
523 chmod +x conf$$.file
524 if test -x conf$$.file >/dev/null 2>&1; then
525   as_executable_p="test -x"
526 else
527   as_executable_p=:
528 fi
529 rm -f conf$$.file
530
531 # Sed expression to map a string onto a valid CPP name.
532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
533
534 # Sed expression to map a string onto a valid variable name.
535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536
537
538
539 exec 7<&0 </dev/null 6>&1
540
541 # Name of the host.
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
545
546 #
547 # Initializations.
548 #
549 ac_default_prefix=/usr/local
550 ac_clean_files=
551 ac_config_libobj_dir=.
552 LIBOBJS=
553 cross_compiling=no
554 subdirs=
555 MFLAGS=
556 MAKEFLAGS=
557 SHELL=${CONFIG_SHELL-/bin/sh}
558
559 # Identity of this package.
560 PACKAGE_NAME='Wine'
561 PACKAGE_TARNAME='wine'
562 PACKAGE_VERSION='0.9.27'
563 PACKAGE_STRING='Wine 0.9.27'
564 PACKAGE_BUGREPORT='wine-devel@winehq.org'
565
566 ac_unique_file="server/atom.c"
567 # Factoring default headers for most tests.
568 ac_includes_default="\
569 #include <stdio.h>
570 #ifdef HAVE_SYS_TYPES_H
571 # include <sys/types.h>
572 #endif
573 #ifdef HAVE_SYS_STAT_H
574 # include <sys/stat.h>
575 #endif
576 #ifdef STDC_HEADERS
577 # include <stdlib.h>
578 # include <stddef.h>
579 #else
580 # ifdef HAVE_STDLIB_H
581 #  include <stdlib.h>
582 # endif
583 #endif
584 #ifdef HAVE_STRING_H
585 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
586 #  include <memory.h>
587 # endif
588 # include <string.h>
589 #endif
590 #ifdef HAVE_STRINGS_H
591 # include <strings.h>
592 #endif
593 #ifdef HAVE_INTTYPES_H
594 # include <inttypes.h>
595 #endif
596 #ifdef HAVE_STDINT_H
597 # include <stdint.h>
598 #endif
599 #ifdef HAVE_UNISTD_H
600 # include <unistd.h>
601 #endif"
602
603 ac_subst_vars='SHELL
604 PATH_SEPARATOR
605 PACKAGE_NAME
606 PACKAGE_TARNAME
607 PACKAGE_VERSION
608 PACKAGE_STRING
609 PACKAGE_BUGREPORT
610 exec_prefix
611 prefix
612 program_transform_name
613 bindir
614 sbindir
615 libexecdir
616 datarootdir
617 datadir
618 sysconfdir
619 sharedstatedir
620 localstatedir
621 includedir
622 oldincludedir
623 docdir
624 infodir
625 htmldir
626 dvidir
627 pdfdir
628 psdir
629 libdir
630 localedir
631 mandir
632 DEFS
633 ECHO_C
634 ECHO_N
635 ECHO_T
636 LIBS
637 build_alias
638 host_alias
639 target_alias
640 build
641 build_cpu
642 build_vendor
643 build_os
644 host
645 host_cpu
646 host_vendor
647 host_os
648 WIN16_FILES
649 WIN16_INSTALL
650 SET_MAKE
651 CC
652 CFLAGS
653 LDFLAGS
654 CPPFLAGS
655 ac_ct_CC
656 EXEEXT
657 OBJEXT
658 CXX
659 CXXFLAGS
660 ac_ct_CXX
661 CPPBIN
662 TOOLSDIR
663 XMKMF
664 CPP
665 X_CFLAGS
666 X_PRE_LIBS
667 X_LIBS
668 X_EXTRA_LIBS
669 LEX
670 LEX_OUTPUT_ROOT
671 LEXLIB
672 XLEX
673 BISON
674 AS
675 ac_ct_AS
676 LD
677 AR
678 RANLIB
679 STRIP
680 WINDRES
681 LN_S
682 LN
683 GREP
684 EGREP
685 LDCONFIG
686 INSTALL_PROGRAM
687 INSTALL_SCRIPT
688 INSTALL_DATA
689 LINT
690 LINTFLAGS
691 FONTFORGE
692 PKG_CONFIG
693 PRELINK
694 LIBPTHREAD
695 XLIB
696 XFILES
697 OPENGLFILES
698 GLU32FILES
699 OPENGL_LIBS
700 QUARTZFILES
701 NASLIBS
702 XML2LIBS
703 XML2INCL
704 XSLTLIBS
705 XSLTINCL
706 HALINCL
707 CURSESLIBS
708 sane_devel
709 SANELIBS
710 SANEINCL
711 gphoto2_devel
712 gphoto2port_devel
713 GPHOTO2LIBS
714 GPHOTO2INCL
715 ICULIBS
716 RESOLVLIBS
717 LCMSLIBS
718 LDAPLIBS
719 FREETYPELIBS
720 FREETYPEINCL
721 ft_devel
722 ft_devel2
723 FONTSSUBDIRS
724 ARTSCCONFIG
725 ARTSLIBS
726 ARTSINCL
727 ESDCONFIG
728 ESDLIBS
729 ESDINCL
730 ALSALIBS
731 AUDIOIOLIBS
732 EXTRACFLAGS
733 BUILTINFLAG
734 DLLEXT
735 DLLFLAGS
736 LDSHARED
737 LDDLLFLAGS
738 LIBEXT
739 IMPLIBEXT
740 LIBWINE_LDFLAGS
741 DLLTOOL
742 DLLWRAP
743 COREFOUNDATIONLIB
744 IOKITLIB
745 LDEXECFLAGS
746 DISKARBITRATIONLIB
747 COREAUDIO
748 CROSSTEST
749 CROSSCC
750 CROSSWINDRES
751 LDPATH
752 CRTLIBS
753 SOCKETLIBS
754 MAIN_BINARY
755 EXTRA_BINARIES
756 LDD
757 LIBDL
758 LIBPOLL
759 DEPENDENCIES
760 LIBOBJS
761 LTLIBOBJS'
762 ac_subst_files='MAKE_RULES
763 MAKE_DLL_RULES
764 MAKE_IMPLIB_RULES
765 MAKE_TEST_RULES
766 MAKE_PROG_RULES'
767       ac_precious_vars='build_alias
768 host_alias
769 target_alias
770 CC
771 CFLAGS
772 LDFLAGS
773 CPPFLAGS
774 CXX
775 CXXFLAGS
776 CCC
777 XMKMF
778 CPP'
779
780
781 # Initialize some variables set by options.
782 ac_init_help=
783 ac_init_version=false
784 # The variables have the same names as the options, with
785 # dashes changed to underlines.
786 cache_file=/dev/null
787 exec_prefix=NONE
788 no_create=
789 no_recursion=
790 prefix=NONE
791 program_prefix=NONE
792 program_suffix=NONE
793 program_transform_name=s,x,x,
794 silent=
795 site=
796 srcdir=
797 verbose=
798 x_includes=NONE
799 x_libraries=NONE
800
801 # Installation directory options.
802 # These are left unexpanded so users can "make install exec_prefix=/foo"
803 # and all the variables that are supposed to be based on exec_prefix
804 # by default will actually change.
805 # Use braces instead of parens because sh, perl, etc. also accept them.
806 # (The list follows the same order as the GNU Coding Standards.)
807 bindir='${exec_prefix}/bin'
808 sbindir='${exec_prefix}/sbin'
809 libexecdir='${exec_prefix}/libexec'
810 datarootdir='${prefix}/share'
811 datadir='${datarootdir}'
812 sysconfdir='${prefix}/etc'
813 sharedstatedir='${prefix}/com'
814 localstatedir='${prefix}/var'
815 includedir='${prefix}/include'
816 oldincludedir='/usr/include'
817 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
818 infodir='${datarootdir}/info'
819 htmldir='${docdir}'
820 dvidir='${docdir}'
821 pdfdir='${docdir}'
822 psdir='${docdir}'
823 libdir='${exec_prefix}/lib'
824 localedir='${datarootdir}/locale'
825 mandir='${datarootdir}/man'
826
827 ac_prev=
828 ac_dashdash=
829 for ac_option
830 do
831   # If the previous option needs an argument, assign it.
832   if test -n "$ac_prev"; then
833     eval $ac_prev=\$ac_option
834     ac_prev=
835     continue
836   fi
837
838   case $ac_option in
839   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840   *)    ac_optarg=yes ;;
841   esac
842
843   # Accept the important Cygnus configure options, so we can diagnose typos.
844
845   case $ac_dashdash$ac_option in
846   --)
847     ac_dashdash=yes ;;
848
849   -bindir | --bindir | --bindi | --bind | --bin | --bi)
850     ac_prev=bindir ;;
851   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
852     bindir=$ac_optarg ;;
853
854   -build | --build | --buil | --bui | --bu)
855     ac_prev=build_alias ;;
856   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
857     build_alias=$ac_optarg ;;
858
859   -cache-file | --cache-file | --cache-fil | --cache-fi \
860   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
861     ac_prev=cache_file ;;
862   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
863   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
864     cache_file=$ac_optarg ;;
865
866   --config-cache | -C)
867     cache_file=config.cache ;;
868
869   -datadir | --datadir | --datadi | --datad)
870     ac_prev=datadir ;;
871   -datadir=* | --datadir=* | --datadi=* | --datad=*)
872     datadir=$ac_optarg ;;
873
874   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
875   | --dataroo | --dataro | --datar)
876     ac_prev=datarootdir ;;
877   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
878   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
879     datarootdir=$ac_optarg ;;
880
881   -disable-* | --disable-*)
882     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
883     # Reject names that are not valid shell variable names.
884     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
885       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
886    { (exit 1); exit 1; }; }
887     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
888     eval enable_$ac_feature=no ;;
889
890   -docdir | --docdir | --docdi | --doc | --do)
891     ac_prev=docdir ;;
892   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
893     docdir=$ac_optarg ;;
894
895   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
896     ac_prev=dvidir ;;
897   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
898     dvidir=$ac_optarg ;;
899
900   -enable-* | --enable-*)
901     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
902     # Reject names that are not valid shell variable names.
903     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
904       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
905    { (exit 1); exit 1; }; }
906     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
907     eval enable_$ac_feature=\$ac_optarg ;;
908
909   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
910   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
911   | --exec | --exe | --ex)
912     ac_prev=exec_prefix ;;
913   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
914   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
915   | --exec=* | --exe=* | --ex=*)
916     exec_prefix=$ac_optarg ;;
917
918   -gas | --gas | --ga | --g)
919     # Obsolete; use --with-gas.
920     with_gas=yes ;;
921
922   -help | --help | --hel | --he | -h)
923     ac_init_help=long ;;
924   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
925     ac_init_help=recursive ;;
926   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
927     ac_init_help=short ;;
928
929   -host | --host | --hos | --ho)
930     ac_prev=host_alias ;;
931   -host=* | --host=* | --hos=* | --ho=*)
932     host_alias=$ac_optarg ;;
933
934   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
935     ac_prev=htmldir ;;
936   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
937   | --ht=*)
938     htmldir=$ac_optarg ;;
939
940   -includedir | --includedir | --includedi | --included | --include \
941   | --includ | --inclu | --incl | --inc)
942     ac_prev=includedir ;;
943   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
944   | --includ=* | --inclu=* | --incl=* | --inc=*)
945     includedir=$ac_optarg ;;
946
947   -infodir | --infodir | --infodi | --infod | --info | --inf)
948     ac_prev=infodir ;;
949   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
950     infodir=$ac_optarg ;;
951
952   -libdir | --libdir | --libdi | --libd)
953     ac_prev=libdir ;;
954   -libdir=* | --libdir=* | --libdi=* | --libd=*)
955     libdir=$ac_optarg ;;
956
957   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
958   | --libexe | --libex | --libe)
959     ac_prev=libexecdir ;;
960   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
961   | --libexe=* | --libex=* | --libe=*)
962     libexecdir=$ac_optarg ;;
963
964   -localedir | --localedir | --localedi | --localed | --locale)
965     ac_prev=localedir ;;
966   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
967     localedir=$ac_optarg ;;
968
969   -localstatedir | --localstatedir | --localstatedi | --localstated \
970   | --localstate | --localstat | --localsta | --localst | --locals)
971     ac_prev=localstatedir ;;
972   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
973   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
974     localstatedir=$ac_optarg ;;
975
976   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
977     ac_prev=mandir ;;
978   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979     mandir=$ac_optarg ;;
980
981   -nfp | --nfp | --nf)
982     # Obsolete; use --without-fp.
983     with_fp=no ;;
984
985   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
986   | --no-cr | --no-c | -n)
987     no_create=yes ;;
988
989   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
990   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
991     no_recursion=yes ;;
992
993   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
994   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
995   | --oldin | --oldi | --old | --ol | --o)
996     ac_prev=oldincludedir ;;
997   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
998   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
999   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1000     oldincludedir=$ac_optarg ;;
1001
1002   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1003     ac_prev=prefix ;;
1004   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1005     prefix=$ac_optarg ;;
1006
1007   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1008   | --program-pre | --program-pr | --program-p)
1009     ac_prev=program_prefix ;;
1010   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1011   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1012     program_prefix=$ac_optarg ;;
1013
1014   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1015   | --program-suf | --program-su | --program-s)
1016     ac_prev=program_suffix ;;
1017   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1018   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1019     program_suffix=$ac_optarg ;;
1020
1021   -program-transform-name | --program-transform-name \
1022   | --program-transform-nam | --program-transform-na \
1023   | --program-transform-n | --program-transform- \
1024   | --program-transform | --program-transfor \
1025   | --program-transfo | --program-transf \
1026   | --program-trans | --program-tran \
1027   | --progr-tra | --program-tr | --program-t)
1028     ac_prev=program_transform_name ;;
1029   -program-transform-name=* | --program-transform-name=* \
1030   | --program-transform-nam=* | --program-transform-na=* \
1031   | --program-transform-n=* | --program-transform-=* \
1032   | --program-transform=* | --program-transfor=* \
1033   | --program-transfo=* | --program-transf=* \
1034   | --program-trans=* | --program-tran=* \
1035   | --progr-tra=* | --program-tr=* | --program-t=*)
1036     program_transform_name=$ac_optarg ;;
1037
1038   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1039     ac_prev=pdfdir ;;
1040   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1041     pdfdir=$ac_optarg ;;
1042
1043   -psdir | --psdir | --psdi | --psd | --ps)
1044     ac_prev=psdir ;;
1045   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1046     psdir=$ac_optarg ;;
1047
1048   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049   | -silent | --silent | --silen | --sile | --sil)
1050     silent=yes ;;
1051
1052   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1053     ac_prev=sbindir ;;
1054   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1055   | --sbi=* | --sb=*)
1056     sbindir=$ac_optarg ;;
1057
1058   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1059   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1060   | --sharedst | --shareds | --shared | --share | --shar \
1061   | --sha | --sh)
1062     ac_prev=sharedstatedir ;;
1063   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1064   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1065   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1066   | --sha=* | --sh=*)
1067     sharedstatedir=$ac_optarg ;;
1068
1069   -site | --site | --sit)
1070     ac_prev=site ;;
1071   -site=* | --site=* | --sit=*)
1072     site=$ac_optarg ;;
1073
1074   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1075     ac_prev=srcdir ;;
1076   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1077     srcdir=$ac_optarg ;;
1078
1079   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1080   | --syscon | --sysco | --sysc | --sys | --sy)
1081     ac_prev=sysconfdir ;;
1082   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1083   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1084     sysconfdir=$ac_optarg ;;
1085
1086   -target | --target | --targe | --targ | --tar | --ta | --t)
1087     ac_prev=target_alias ;;
1088   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1089     target_alias=$ac_optarg ;;
1090
1091   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1092     verbose=yes ;;
1093
1094   -version | --version | --versio | --versi | --vers | -V)
1095     ac_init_version=: ;;
1096
1097   -with-* | --with-*)
1098     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1099     # Reject names that are not valid shell variable names.
1100     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1101       { echo "$as_me: error: invalid package name: $ac_package" >&2
1102    { (exit 1); exit 1; }; }
1103     ac_package=`echo $ac_package| sed 's/-/_/g'`
1104     eval with_$ac_package=\$ac_optarg ;;
1105
1106   -without-* | --without-*)
1107     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1108     # Reject names that are not valid shell variable names.
1109     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1110       { echo "$as_me: error: invalid package name: $ac_package" >&2
1111    { (exit 1); exit 1; }; }
1112     ac_package=`echo $ac_package | sed 's/-/_/g'`
1113     eval with_$ac_package=no ;;
1114
1115   --x)
1116     # Obsolete; use --with-x.
1117     with_x=yes ;;
1118
1119   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1120   | --x-incl | --x-inc | --x-in | --x-i)
1121     ac_prev=x_includes ;;
1122   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1123   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1124     x_includes=$ac_optarg ;;
1125
1126   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1127   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1128     ac_prev=x_libraries ;;
1129   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1130   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1131     x_libraries=$ac_optarg ;;
1132
1133   -*) { echo "$as_me: error: unrecognized option: $ac_option
1134 Try \`$0 --help' for more information." >&2
1135    { (exit 1); exit 1; }; }
1136     ;;
1137
1138   *=*)
1139     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1140     # Reject names that are not valid shell variable names.
1141     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1142       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1143    { (exit 1); exit 1; }; }
1144     eval $ac_envvar=\$ac_optarg
1145     export $ac_envvar ;;
1146
1147   *)
1148     # FIXME: should be removed in autoconf 3.0.
1149     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1150     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1151       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1152     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1153     ;;
1154
1155   esac
1156 done
1157
1158 if test -n "$ac_prev"; then
1159   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1160   { echo "$as_me: error: missing argument to $ac_option" >&2
1161    { (exit 1); exit 1; }; }
1162 fi
1163
1164 # Be sure to have absolute directory names.
1165 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1166                 datadir sysconfdir sharedstatedir localstatedir includedir \
1167                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1168                 libdir localedir mandir
1169 do
1170   eval ac_val=\$$ac_var
1171   case $ac_val in
1172     [\\/$]* | ?:[\\/]* )  continue;;
1173     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1174   esac
1175   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1176    { (exit 1); exit 1; }; }
1177 done
1178
1179 # There might be people who depend on the old broken behavior: `$host'
1180 # used to hold the argument of --host etc.
1181 # FIXME: To remove some day.
1182 build=$build_alias
1183 host=$host_alias
1184 target=$target_alias
1185
1186 # FIXME: To remove some day.
1187 if test "x$host_alias" != x; then
1188   if test "x$build_alias" = x; then
1189     cross_compiling=maybe
1190     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1191     If a cross compiler is detected then cross compile mode will be used." >&2
1192   elif test "x$build_alias" != "x$host_alias"; then
1193     cross_compiling=yes
1194   fi
1195 fi
1196
1197 ac_tool_prefix=
1198 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1199
1200 test "$silent" = yes && exec 6>/dev/null
1201
1202
1203 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1204 ac_ls_di=`ls -di .` &&
1205 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1206   { echo "$as_me: error: Working directory cannot be determined" >&2
1207    { (exit 1); exit 1; }; }
1208 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1209   { echo "$as_me: error: pwd does not report name of working directory" >&2
1210    { (exit 1); exit 1; }; }
1211
1212
1213 # Find the source files, if location was not specified.
1214 if test -z "$srcdir"; then
1215   ac_srcdir_defaulted=yes
1216   # Try the directory containing this script, then the parent directory.
1217   ac_confdir=`$as_dirname -- "$0" ||
1218 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1219          X"$0" : 'X\(//\)[^/]' \| \
1220          X"$0" : 'X\(//\)$' \| \
1221          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1222 echo X"$0" |
1223     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1224             s//\1/
1225             q
1226           }
1227           /^X\(\/\/\)[^/].*/{
1228             s//\1/
1229             q
1230           }
1231           /^X\(\/\/\)$/{
1232             s//\1/
1233             q
1234           }
1235           /^X\(\/\).*/{
1236             s//\1/
1237             q
1238           }
1239           s/.*/./; q'`
1240   srcdir=$ac_confdir
1241   if test ! -r "$srcdir/$ac_unique_file"; then
1242     srcdir=..
1243   fi
1244 else
1245   ac_srcdir_defaulted=no
1246 fi
1247 if test ! -r "$srcdir/$ac_unique_file"; then
1248   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1249   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1250    { (exit 1); exit 1; }; }
1251 fi
1252 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1253 ac_abs_confdir=`(
1254         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1255    { (exit 1); exit 1; }; }
1256         pwd)`
1257 # When building in place, set srcdir=.
1258 if test "$ac_abs_confdir" = "$ac_pwd"; then
1259   srcdir=.
1260 fi
1261 # Remove unnecessary trailing slashes from srcdir.
1262 # Double slashes in file names in object file debugging info
1263 # mess up M-x gdb in Emacs.
1264 case $srcdir in
1265 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1266 esac
1267 for ac_var in $ac_precious_vars; do
1268   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1269   eval ac_env_${ac_var}_value=\$${ac_var}
1270   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1271   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1272 done
1273
1274 #
1275 # Report the --help message.
1276 #
1277 if test "$ac_init_help" = "long"; then
1278   # Omit some internal or obsolete options to make the list less imposing.
1279   # This message is too long to be a string in the A/UX 3.1 sh.
1280   cat <<_ACEOF
1281 \`configure' configures Wine 0.9.27 to adapt to many kinds of systems.
1282
1283 Usage: $0 [OPTION]... [VAR=VALUE]...
1284
1285 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1286 VAR=VALUE.  See below for descriptions of some of the useful variables.
1287
1288 Defaults for the options are specified in brackets.
1289
1290 Configuration:
1291   -h, --help              display this help and exit
1292       --help=short        display options specific to this package
1293       --help=recursive    display the short help of all the included packages
1294   -V, --version           display version information and exit
1295   -q, --quiet, --silent   do not print \`checking...' messages
1296       --cache-file=FILE   cache test results in FILE [disabled]
1297   -C, --config-cache      alias for \`--cache-file=config.cache'
1298   -n, --no-create         do not create output files
1299       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1300
1301 Installation directories:
1302   --prefix=PREFIX         install architecture-independent files in PREFIX
1303                           [$ac_default_prefix]
1304   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1305                           [PREFIX]
1306
1307 By default, \`make install' will install all the files in
1308 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1309 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1310 for instance \`--prefix=\$HOME'.
1311
1312 For better control, use the options below.
1313
1314 Fine tuning of the installation directories:
1315   --bindir=DIR           user executables [EPREFIX/bin]
1316   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1317   --libexecdir=DIR       program executables [EPREFIX/libexec]
1318   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1319   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1320   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1321   --libdir=DIR           object code libraries [EPREFIX/lib]
1322   --includedir=DIR       C header files [PREFIX/include]
1323   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1324   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1325   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1326   --infodir=DIR          info documentation [DATAROOTDIR/info]
1327   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1328   --mandir=DIR           man documentation [DATAROOTDIR/man]
1329   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1330   --htmldir=DIR          html documentation [DOCDIR]
1331   --dvidir=DIR           dvi documentation [DOCDIR]
1332   --pdfdir=DIR           pdf documentation [DOCDIR]
1333   --psdir=DIR            ps documentation [DOCDIR]
1334 _ACEOF
1335
1336   cat <<\_ACEOF
1337
1338 X features:
1339   --x-includes=DIR    X include files are in DIR
1340   --x-libraries=DIR   X library files are in DIR
1341
1342 System types:
1343   --build=BUILD     configure for building on BUILD [guessed]
1344   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1345 _ACEOF
1346 fi
1347
1348 if test -n "$ac_init_help"; then
1349   case $ac_init_help in
1350      short | recursive ) echo "Configuration of Wine 0.9.27:";;
1351    esac
1352   cat <<\_ACEOF
1353
1354 Optional Features:
1355   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1356   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1357   --disable-win16         do not include Win16 support
1358   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1359                           binaries)
1360
1361 Optional Packages:
1362   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1363   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1364   --without-opengl        do not use OpenGL
1365   --without-curses        do not use curses
1366   --with-wine-tools=<dir> use Wine tools from directory <dir>
1367   --with-x                use the X Window System
1368
1369 Some influential environment variables:
1370   CC          C compiler command
1371   CFLAGS      C compiler flags
1372   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1373               nonstandard directory <lib dir>
1374   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1375               you have headers in a nonstandard directory <include dir>
1376   CXX         C++ compiler command
1377   CXXFLAGS    C++ compiler flags
1378   XMKMF       Path to xmkmf, Makefile generator for X Window System
1379   CPP         C preprocessor
1380
1381 Use these variables to override the choices made by `configure' or to help
1382 it to find libraries and programs with nonstandard names/locations.
1383
1384 Report bugs to <wine-devel@winehq.org>.
1385 _ACEOF
1386 ac_status=$?
1387 fi
1388
1389 if test "$ac_init_help" = "recursive"; then
1390   # If there are subdirs, report their specific --help.
1391   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1392     test -d "$ac_dir" || continue
1393     ac_builddir=.
1394
1395 case "$ac_dir" in
1396 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1397 *)
1398   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1399   # A ".." for each directory in $ac_dir_suffix.
1400   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1401   case $ac_top_builddir_sub in
1402   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1403   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1404   esac ;;
1405 esac
1406 ac_abs_top_builddir=$ac_pwd
1407 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1408 # for backward compatibility:
1409 ac_top_builddir=$ac_top_build_prefix
1410
1411 case $srcdir in
1412   .)  # We are building in place.
1413     ac_srcdir=.
1414     ac_top_srcdir=$ac_top_builddir_sub
1415     ac_abs_top_srcdir=$ac_pwd ;;
1416   [\\/]* | ?:[\\/]* )  # Absolute name.
1417     ac_srcdir=$srcdir$ac_dir_suffix;
1418     ac_top_srcdir=$srcdir
1419     ac_abs_top_srcdir=$srcdir ;;
1420   *) # Relative name.
1421     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1422     ac_top_srcdir=$ac_top_build_prefix$srcdir
1423     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1424 esac
1425 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1426
1427     cd "$ac_dir" || { ac_status=$?; continue; }
1428     # Check for guested configure.
1429     if test -f "$ac_srcdir/configure.gnu"; then
1430       echo &&
1431       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1432     elif test -f "$ac_srcdir/configure"; then
1433       echo &&
1434       $SHELL "$ac_srcdir/configure" --help=recursive
1435     else
1436       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1437     fi || ac_status=$?
1438     cd "$ac_pwd" || { ac_status=$?; break; }
1439   done
1440 fi
1441
1442 test -n "$ac_init_help" && exit $ac_status
1443 if $ac_init_version; then
1444   cat <<\_ACEOF
1445 Wine configure 0.9.27
1446 generated by GNU Autoconf 2.60a
1447
1448 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1449 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1450 This configure script is free software; the Free Software Foundation
1451 gives unlimited permission to copy, distribute and modify it.
1452 _ACEOF
1453   exit
1454 fi
1455 cat >config.log <<_ACEOF
1456 This file contains any messages produced by compilers while
1457 running configure, to aid debugging if configure makes a mistake.
1458
1459 It was created by Wine $as_me 0.9.27, which was
1460 generated by GNU Autoconf 2.60a.  Invocation command line was
1461
1462   $ $0 $@
1463
1464 _ACEOF
1465 exec 5>>config.log
1466 {
1467 cat <<_ASUNAME
1468 ## --------- ##
1469 ## Platform. ##
1470 ## --------- ##
1471
1472 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1473 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1474 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1475 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1476 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1477
1478 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1479 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1480
1481 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1482 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1483 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1484 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1485 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1486 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1487 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1488
1489 _ASUNAME
1490
1491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1492 for as_dir in $PATH
1493 do
1494   IFS=$as_save_IFS
1495   test -z "$as_dir" && as_dir=.
1496   echo "PATH: $as_dir"
1497 done
1498 IFS=$as_save_IFS
1499
1500 } >&5
1501
1502 cat >&5 <<_ACEOF
1503
1504
1505 ## ----------- ##
1506 ## Core tests. ##
1507 ## ----------- ##
1508
1509 _ACEOF
1510
1511
1512 # Keep a trace of the command line.
1513 # Strip out --no-create and --no-recursion so they do not pile up.
1514 # Strip out --silent because we don't want to record it for future runs.
1515 # Also quote any args containing shell meta-characters.
1516 # Make two passes to allow for proper duplicate-argument suppression.
1517 ac_configure_args=
1518 ac_configure_args0=
1519 ac_configure_args1=
1520 ac_must_keep_next=false
1521 for ac_pass in 1 2
1522 do
1523   for ac_arg
1524   do
1525     case $ac_arg in
1526     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1527     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1528     | -silent | --silent | --silen | --sile | --sil)
1529       continue ;;
1530     *\'*)
1531       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1532     esac
1533     case $ac_pass in
1534     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1535     2)
1536       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1537       if test $ac_must_keep_next = true; then
1538         ac_must_keep_next=false # Got value, back to normal.
1539       else
1540         case $ac_arg in
1541           *=* | --config-cache | -C | -disable-* | --disable-* \
1542           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1543           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1544           | -with-* | --with-* | -without-* | --without-* | --x)
1545             case "$ac_configure_args0 " in
1546               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1547             esac
1548             ;;
1549           -* ) ac_must_keep_next=true ;;
1550         esac
1551       fi
1552       ac_configure_args="$ac_configure_args '$ac_arg'"
1553       ;;
1554     esac
1555   done
1556 done
1557 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1558 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1559
1560 # When interrupted or exit'd, cleanup temporary files, and complete
1561 # config.log.  We remove comments because anyway the quotes in there
1562 # would cause problems or look ugly.
1563 # WARNING: Use '\'' to represent an apostrophe within the trap.
1564 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1565 trap 'exit_status=$?
1566   # Save into config.log some information that might help in debugging.
1567   {
1568     echo
1569
1570     cat <<\_ASBOX
1571 ## ---------------- ##
1572 ## Cache variables. ##
1573 ## ---------------- ##
1574 _ASBOX
1575     echo
1576     # The following way of writing the cache mishandles newlines in values,
1577 (
1578   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1579     eval ac_val=\$$ac_var
1580     case $ac_val in #(
1581     *${as_nl}*)
1582       case $ac_var in #(
1583       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1584 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1585       esac
1586       case $ac_var in #(
1587       _ | IFS | as_nl) ;; #(
1588       *) $as_unset $ac_var ;;
1589       esac ;;
1590     esac
1591   done
1592   (set) 2>&1 |
1593     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1594     *${as_nl}ac_space=\ *)
1595       sed -n \
1596         "s/'\''/'\''\\\\'\'''\''/g;
1597           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1598       ;; #(
1599     *)
1600       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1601       ;;
1602     esac |
1603     sort
1604 )
1605     echo
1606
1607     cat <<\_ASBOX
1608 ## ----------------- ##
1609 ## Output variables. ##
1610 ## ----------------- ##
1611 _ASBOX
1612     echo
1613     for ac_var in $ac_subst_vars
1614     do
1615       eval ac_val=\$$ac_var
1616       case $ac_val in
1617       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1618       esac
1619       echo "$ac_var='\''$ac_val'\''"
1620     done | sort
1621     echo
1622
1623     if test -n "$ac_subst_files"; then
1624       cat <<\_ASBOX
1625 ## ------------------- ##
1626 ## File substitutions. ##
1627 ## ------------------- ##
1628 _ASBOX
1629       echo
1630       for ac_var in $ac_subst_files
1631       do
1632         eval ac_val=\$$ac_var
1633         case $ac_val in
1634         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1635         esac
1636         echo "$ac_var='\''$ac_val'\''"
1637       done | sort
1638       echo
1639     fi
1640
1641     if test -s confdefs.h; then
1642       cat <<\_ASBOX
1643 ## ----------- ##
1644 ## confdefs.h. ##
1645 ## ----------- ##
1646 _ASBOX
1647       echo
1648       cat confdefs.h
1649       echo
1650     fi
1651     test "$ac_signal" != 0 &&
1652       echo "$as_me: caught signal $ac_signal"
1653     echo "$as_me: exit $exit_status"
1654   } >&5
1655   rm -f core *.core core.conftest.* &&
1656     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1657     exit $exit_status
1658 ' 0
1659 for ac_signal in 1 2 13 15; do
1660   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1661 done
1662 ac_signal=0
1663
1664 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1665 rm -f -r conftest* confdefs.h
1666
1667 # Predefined preprocessor variables.
1668
1669 cat >>confdefs.h <<_ACEOF
1670 #define PACKAGE_NAME "$PACKAGE_NAME"
1671 _ACEOF
1672
1673
1674 cat >>confdefs.h <<_ACEOF
1675 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1676 _ACEOF
1677
1678
1679 cat >>confdefs.h <<_ACEOF
1680 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1681 _ACEOF
1682
1683
1684 cat >>confdefs.h <<_ACEOF
1685 #define PACKAGE_STRING "$PACKAGE_STRING"
1686 _ACEOF
1687
1688
1689 cat >>confdefs.h <<_ACEOF
1690 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1691 _ACEOF
1692
1693
1694 # Let the site file select an alternate cache file if it wants to.
1695 # Prefer explicitly selected file to automatically selected ones.
1696 if test -n "$CONFIG_SITE"; then
1697   set x "$CONFIG_SITE"
1698 elif test "x$prefix" != xNONE; then
1699   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1700 else
1701   set x "$ac_default_prefix/share/config.site" \
1702         "$ac_default_prefix/etc/config.site"
1703 fi
1704 shift
1705 for ac_site_file
1706 do
1707   if test -r "$ac_site_file"; then
1708     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1709 echo "$as_me: loading site script $ac_site_file" >&6;}
1710     sed 's/^/| /' "$ac_site_file" >&5
1711     . "$ac_site_file"
1712   fi
1713 done
1714
1715 if test -r "$cache_file"; then
1716   # Some versions of bash will fail to source /dev/null (special
1717   # files actually), so we avoid doing that.
1718   if test -f "$cache_file"; then
1719     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1720 echo "$as_me: loading cache $cache_file" >&6;}
1721     case $cache_file in
1722       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1723       *)                      . "./$cache_file";;
1724     esac
1725   fi
1726 else
1727   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1728 echo "$as_me: creating cache $cache_file" >&6;}
1729   >$cache_file
1730 fi
1731
1732 # Check that the precious variables saved in the cache have kept the same
1733 # value.
1734 ac_cache_corrupted=false
1735 for ac_var in $ac_precious_vars; do
1736   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1737   eval ac_new_set=\$ac_env_${ac_var}_set
1738   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1739   eval ac_new_val=\$ac_env_${ac_var}_value
1740   case $ac_old_set,$ac_new_set in
1741     set,)
1742       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1743 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1744       ac_cache_corrupted=: ;;
1745     ,set)
1746       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1747 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1748       ac_cache_corrupted=: ;;
1749     ,);;
1750     *)
1751       if test "x$ac_old_val" != "x$ac_new_val"; then
1752         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1753 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1754         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1755 echo "$as_me:   former value:  $ac_old_val" >&2;}
1756         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1757 echo "$as_me:   current value: $ac_new_val" >&2;}
1758         ac_cache_corrupted=:
1759       fi;;
1760   esac
1761   # Pass precious variables to config.status.
1762   if test "$ac_new_set" = set; then
1763     case $ac_new_val in
1764     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1765     *) ac_arg=$ac_var=$ac_new_val ;;
1766     esac
1767     case " $ac_configure_args " in
1768       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1769       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1770     esac
1771   fi
1772 done
1773 if $ac_cache_corrupted; then
1774   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1775 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1776   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1777 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1778    { (exit 1); exit 1; }; }
1779 fi
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805 ac_ext=c
1806 ac_cpp='$CPP $CPPFLAGS'
1807 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1808 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1809 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1810
1811
1812
1813 ac_config_headers="$ac_config_headers include/config.h"
1814
1815 ac_aux_dir=
1816 for ac_dir in tools "$srcdir"/tools; do
1817   if test -f "$ac_dir/install-sh"; then
1818     ac_aux_dir=$ac_dir
1819     ac_install_sh="$ac_aux_dir/install-sh -c"
1820     break
1821   elif test -f "$ac_dir/install.sh"; then
1822     ac_aux_dir=$ac_dir
1823     ac_install_sh="$ac_aux_dir/install.sh -c"
1824     break
1825   elif test -f "$ac_dir/shtool"; then
1826     ac_aux_dir=$ac_dir
1827     ac_install_sh="$ac_aux_dir/shtool install -c"
1828     break
1829   fi
1830 done
1831 if test -z "$ac_aux_dir"; then
1832   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1833 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1834    { (exit 1); exit 1; }; }
1835 fi
1836
1837 # These three variables are undocumented and unsupported,
1838 # and are intended to be withdrawn in a future Autoconf release.
1839 # They can cause serious problems if a builder's source tree is in a directory
1840 # whose full name contains unusual characters.
1841 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1842 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1843 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1844
1845
1846
1847
1848 # Check whether --enable-win16 was given.
1849 if test "${enable_win16+set}" = set; then
1850   enableval=$enable_win16;
1851 fi
1852
1853 # Check whether --enable-win64 was given.
1854 if test "${enable_win64+set}" = set; then
1855   enableval=$enable_win64;
1856 fi
1857
1858
1859
1860 # Check whether --with-opengl was given.
1861 if test "${with_opengl+set}" = set; then
1862   withval=$with_opengl;
1863 fi
1864
1865
1866 # Check whether --with-curses was given.
1867 if test "${with_curses+set}" = set; then
1868   withval=$with_curses;
1869 fi
1870
1871
1872 # Check whether --with-wine-tools was given.
1873 if test "${with_wine_tools+set}" = set; then
1874   withval=$with_wine_tools;
1875 fi
1876
1877
1878 # Make sure we can run config.sub.
1879 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1880   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1881 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1882    { (exit 1); exit 1; }; }
1883
1884 { echo "$as_me:$LINENO: checking build system type" >&5
1885 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1886 if test "${ac_cv_build+set}" = set; then
1887   echo $ECHO_N "(cached) $ECHO_C" >&6
1888 else
1889   ac_build_alias=$build_alias
1890 test "x$ac_build_alias" = x &&
1891   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1892 test "x$ac_build_alias" = x &&
1893   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1894 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1895    { (exit 1); exit 1; }; }
1896 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1897   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1898 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1899    { (exit 1); exit 1; }; }
1900
1901 fi
1902 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1903 echo "${ECHO_T}$ac_cv_build" >&6; }
1904 case $ac_cv_build in
1905 *-*-*) ;;
1906 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1907 echo "$as_me: error: invalid value of canonical build" >&2;}
1908    { (exit 1); exit 1; }; };;
1909 esac
1910 build=$ac_cv_build
1911 ac_save_IFS=$IFS; IFS='-'
1912 set x $ac_cv_build
1913 shift
1914 build_cpu=$1
1915 build_vendor=$2
1916 shift; shift
1917 # Remember, the first character of IFS is used to create $*,
1918 # except with old shells:
1919 build_os=$*
1920 IFS=$ac_save_IFS
1921 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1922
1923
1924 { echo "$as_me:$LINENO: checking host system type" >&5
1925 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1926 if test "${ac_cv_host+set}" = set; then
1927   echo $ECHO_N "(cached) $ECHO_C" >&6
1928 else
1929   if test "x$host_alias" = x; then
1930   ac_cv_host=$ac_cv_build
1931 else
1932   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1933     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1934 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1935    { (exit 1); exit 1; }; }
1936 fi
1937
1938 fi
1939 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1940 echo "${ECHO_T}$ac_cv_host" >&6; }
1941 case $ac_cv_host in
1942 *-*-*) ;;
1943 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1944 echo "$as_me: error: invalid value of canonical host" >&2;}
1945    { (exit 1); exit 1; }; };;
1946 esac
1947 host=$ac_cv_host
1948 ac_save_IFS=$IFS; IFS='-'
1949 set x $ac_cv_host
1950 shift
1951 host_cpu=$1
1952 host_vendor=$2
1953 shift; shift
1954 # Remember, the first character of IFS is used to create $*,
1955 # except with old shells:
1956 host_os=$*
1957 IFS=$ac_save_IFS
1958 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1959
1960
1961 case $host in
1962   x86_64*linux*)
1963     if test "x$enable_win64" != "xyes"
1964     then
1965       test -n "$CC" || CC="gcc -m32"
1966       test -n "$LD" || LD="ld -m elf_i386"
1967       test -n "$AS" || AS="as --32"
1968       host_cpu="i386"
1969     fi
1970     ;;
1971 esac
1972
1973 case $host_cpu in
1974   *i[3456789]86*)
1975     if test "x$enable_win16" != "xno"
1976     then
1977       enable_win16="yes"
1978     fi
1979     ;;
1980 esac
1981
1982 WIN16_FILES="\$(WIN16_FILES)"
1983
1984 WIN16_INSTALL="\$(WIN16_INSTALL)"
1985
1986 if test "x$enable_win16" != "xyes"
1987 then
1988   WIN16_FILES=""
1989   WIN16_INSTALL=""
1990 fi
1991
1992
1993 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1994 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1995 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1996 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1997   echo $ECHO_N "(cached) $ECHO_C" >&6
1998 else
1999   cat >conftest.make <<\_ACEOF
2000 SHELL = /bin/sh
2001 all:
2002         @echo '@@@%%%=$(MAKE)=@@@%%%'
2003 _ACEOF
2004 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2005 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2006   *@@@%%%=?*=@@@%%%*)
2007     eval ac_cv_prog_make_${ac_make}_set=yes;;
2008   *)
2009     eval ac_cv_prog_make_${ac_make}_set=no;;
2010 esac
2011 rm -f conftest.make
2012 fi
2013 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2014   { echo "$as_me:$LINENO: result: yes" >&5
2015 echo "${ECHO_T}yes" >&6; }
2016   SET_MAKE=
2017 else
2018   { echo "$as_me:$LINENO: result: no" >&5
2019 echo "${ECHO_T}no" >&6; }
2020   SET_MAKE="MAKE=${MAKE-make}"
2021 fi
2022
2023 ac_ext=c
2024 ac_cpp='$CPP $CPPFLAGS'
2025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2028 if test -n "$ac_tool_prefix"; then
2029   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2030 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2031 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2033 if test "${ac_cv_prog_CC+set}" = set; then
2034   echo $ECHO_N "(cached) $ECHO_C" >&6
2035 else
2036   if test -n "$CC"; then
2037   ac_cv_prog_CC="$CC" # Let the user override the test.
2038 else
2039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2040 for as_dir in $PATH
2041 do
2042   IFS=$as_save_IFS
2043   test -z "$as_dir" && as_dir=.
2044   for ac_exec_ext in '' $ac_executable_extensions; do
2045   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2046     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2047     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2048     break 2
2049   fi
2050 done
2051 done
2052 IFS=$as_save_IFS
2053
2054 fi
2055 fi
2056 CC=$ac_cv_prog_CC
2057 if test -n "$CC"; then
2058   { echo "$as_me:$LINENO: result: $CC" >&5
2059 echo "${ECHO_T}$CC" >&6; }
2060 else
2061   { echo "$as_me:$LINENO: result: no" >&5
2062 echo "${ECHO_T}no" >&6; }
2063 fi
2064
2065
2066 fi
2067 if test -z "$ac_cv_prog_CC"; then
2068   ac_ct_CC=$CC
2069   # Extract the first word of "gcc", so it can be a program name with args.
2070 set dummy gcc; ac_word=$2
2071 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2073 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2074   echo $ECHO_N "(cached) $ECHO_C" >&6
2075 else
2076   if test -n "$ac_ct_CC"; then
2077   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2078 else
2079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2080 for as_dir in $PATH
2081 do
2082   IFS=$as_save_IFS
2083   test -z "$as_dir" && as_dir=.
2084   for ac_exec_ext in '' $ac_executable_extensions; do
2085   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2086     ac_cv_prog_ac_ct_CC="gcc"
2087     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2088     break 2
2089   fi
2090 done
2091 done
2092 IFS=$as_save_IFS
2093
2094 fi
2095 fi
2096 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2097 if test -n "$ac_ct_CC"; then
2098   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2099 echo "${ECHO_T}$ac_ct_CC" >&6; }
2100 else
2101   { echo "$as_me:$LINENO: result: no" >&5
2102 echo "${ECHO_T}no" >&6; }
2103 fi
2104
2105   if test "x$ac_ct_CC" = x; then
2106     CC=""
2107   else
2108     case $cross_compiling:$ac_tool_warned in
2109 yes:)
2110 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2111 whose name does not start with the host triplet.  If you think this
2112 configuration is useful to you, please write to autoconf@gnu.org." >&5
2113 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2114 whose name does not start with the host triplet.  If you think this
2115 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2116 ac_tool_warned=yes ;;
2117 esac
2118     CC=$ac_ct_CC
2119   fi
2120 else
2121   CC="$ac_cv_prog_CC"
2122 fi
2123
2124 if test -z "$CC"; then
2125           if test -n "$ac_tool_prefix"; then
2126     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2127 set dummy ${ac_tool_prefix}cc; ac_word=$2
2128 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2129 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2130 if test "${ac_cv_prog_CC+set}" = set; then
2131   echo $ECHO_N "(cached) $ECHO_C" >&6
2132 else
2133   if test -n "$CC"; then
2134   ac_cv_prog_CC="$CC" # Let the user override the test.
2135 else
2136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2137 for as_dir in $PATH
2138 do
2139   IFS=$as_save_IFS
2140   test -z "$as_dir" && as_dir=.
2141   for ac_exec_ext in '' $ac_executable_extensions; do
2142   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2143     ac_cv_prog_CC="${ac_tool_prefix}cc"
2144     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2145     break 2
2146   fi
2147 done
2148 done
2149 IFS=$as_save_IFS
2150
2151 fi
2152 fi
2153 CC=$ac_cv_prog_CC
2154 if test -n "$CC"; then
2155   { echo "$as_me:$LINENO: result: $CC" >&5
2156 echo "${ECHO_T}$CC" >&6; }
2157 else
2158   { echo "$as_me:$LINENO: result: no" >&5
2159 echo "${ECHO_T}no" >&6; }
2160 fi
2161
2162
2163   fi
2164 fi
2165 if test -z "$CC"; then
2166   # Extract the first word of "cc", so it can be a program name with args.
2167 set dummy cc; ac_word=$2
2168 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2170 if test "${ac_cv_prog_CC+set}" = set; then
2171   echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173   if test -n "$CC"; then
2174   ac_cv_prog_CC="$CC" # Let the user override the test.
2175 else
2176   ac_prog_rejected=no
2177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2178 for as_dir in $PATH
2179 do
2180   IFS=$as_save_IFS
2181   test -z "$as_dir" && as_dir=.
2182   for ac_exec_ext in '' $ac_executable_extensions; do
2183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2184     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2185        ac_prog_rejected=yes
2186        continue
2187      fi
2188     ac_cv_prog_CC="cc"
2189     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2190     break 2
2191   fi
2192 done
2193 done
2194 IFS=$as_save_IFS
2195
2196 if test $ac_prog_rejected = yes; then
2197   # We found a bogon in the path, so make sure we never use it.
2198   set dummy $ac_cv_prog_CC
2199   shift
2200   if test $# != 0; then
2201     # We chose a different compiler from the bogus one.
2202     # However, it has the same basename, so the bogon will be chosen
2203     # first if we set CC to just the basename; use the full file name.
2204     shift
2205     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2206   fi
2207 fi
2208 fi
2209 fi
2210 CC=$ac_cv_prog_CC
2211 if test -n "$CC"; then
2212   { echo "$as_me:$LINENO: result: $CC" >&5
2213 echo "${ECHO_T}$CC" >&6; }
2214 else
2215   { echo "$as_me:$LINENO: result: no" >&5
2216 echo "${ECHO_T}no" >&6; }
2217 fi
2218
2219
2220 fi
2221 if test -z "$CC"; then
2222   if test -n "$ac_tool_prefix"; then
2223   for ac_prog in cl.exe
2224   do
2225     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2226 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2227 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2228 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2229 if test "${ac_cv_prog_CC+set}" = set; then
2230   echo $ECHO_N "(cached) $ECHO_C" >&6
2231 else
2232   if test -n "$CC"; then
2233   ac_cv_prog_CC="$CC" # Let the user override the test.
2234 else
2235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2236 for as_dir in $PATH
2237 do
2238   IFS=$as_save_IFS
2239   test -z "$as_dir" && as_dir=.
2240   for ac_exec_ext in '' $ac_executable_extensions; do
2241   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2242     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2243     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2244     break 2
2245   fi
2246 done
2247 done
2248 IFS=$as_save_IFS
2249
2250 fi
2251 fi
2252 CC=$ac_cv_prog_CC
2253 if test -n "$CC"; then
2254   { echo "$as_me:$LINENO: result: $CC" >&5
2255 echo "${ECHO_T}$CC" >&6; }
2256 else
2257   { echo "$as_me:$LINENO: result: no" >&5
2258 echo "${ECHO_T}no" >&6; }
2259 fi
2260
2261
2262     test -n "$CC" && break
2263   done
2264 fi
2265 if test -z "$CC"; then
2266   ac_ct_CC=$CC
2267   for ac_prog in cl.exe
2268 do
2269   # Extract the first word of "$ac_prog", so it can be a program name with args.
2270 set dummy $ac_prog; ac_word=$2
2271 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2273 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2274   echo $ECHO_N "(cached) $ECHO_C" >&6
2275 else
2276   if test -n "$ac_ct_CC"; then
2277   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2278 else
2279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2280 for as_dir in $PATH
2281 do
2282   IFS=$as_save_IFS
2283   test -z "$as_dir" && as_dir=.
2284   for ac_exec_ext in '' $ac_executable_extensions; do
2285   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2286     ac_cv_prog_ac_ct_CC="$ac_prog"
2287     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2288     break 2
2289   fi
2290 done
2291 done
2292 IFS=$as_save_IFS
2293
2294 fi
2295 fi
2296 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2297 if test -n "$ac_ct_CC"; then
2298   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2299 echo "${ECHO_T}$ac_ct_CC" >&6; }
2300 else
2301   { echo "$as_me:$LINENO: result: no" >&5
2302 echo "${ECHO_T}no" >&6; }
2303 fi
2304
2305
2306   test -n "$ac_ct_CC" && break
2307 done
2308
2309   if test "x$ac_ct_CC" = x; then
2310     CC=""
2311   else
2312     case $cross_compiling:$ac_tool_warned in
2313 yes:)
2314 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2315 whose name does not start with the host triplet.  If you think this
2316 configuration is useful to you, please write to autoconf@gnu.org." >&5
2317 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2318 whose name does not start with the host triplet.  If you think this
2319 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2320 ac_tool_warned=yes ;;
2321 esac
2322     CC=$ac_ct_CC
2323   fi
2324 fi
2325
2326 fi
2327
2328
2329 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2330 See \`config.log' for more details." >&5
2331 echo "$as_me: error: no acceptable C compiler found in \$PATH
2332 See \`config.log' for more details." >&2;}
2333    { (exit 1); exit 1; }; }
2334
2335 # Provide some information about the compiler.
2336 echo "$as_me:$LINENO: checking for C compiler version" >&5
2337 ac_compiler=`set X $ac_compile; echo $2`
2338 { (ac_try="$ac_compiler --version >&5"
2339 case "(($ac_try" in
2340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2341   *) ac_try_echo=$ac_try;;
2342 esac
2343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2344   (eval "$ac_compiler --version >&5") 2>&5
2345   ac_status=$?
2346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2347   (exit $ac_status); }
2348 { (ac_try="$ac_compiler -v >&5"
2349 case "(($ac_try" in
2350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2351   *) ac_try_echo=$ac_try;;
2352 esac
2353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2354   (eval "$ac_compiler -v >&5") 2>&5
2355   ac_status=$?
2356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357   (exit $ac_status); }
2358 { (ac_try="$ac_compiler -V >&5"
2359 case "(($ac_try" in
2360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2361   *) ac_try_echo=$ac_try;;
2362 esac
2363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2364   (eval "$ac_compiler -V >&5") 2>&5
2365   ac_status=$?
2366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367   (exit $ac_status); }
2368
2369 cat >conftest.$ac_ext <<_ACEOF
2370 /* confdefs.h.  */
2371 _ACEOF
2372 cat confdefs.h >>conftest.$ac_ext
2373 cat >>conftest.$ac_ext <<_ACEOF
2374 /* end confdefs.h.  */
2375
2376 int
2377 main ()
2378 {
2379
2380   ;
2381   return 0;
2382 }
2383 _ACEOF
2384 ac_clean_files_save=$ac_clean_files
2385 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2386 # Try to create an executable without -o first, disregard a.out.
2387 # It will help us diagnose broken compilers, and finding out an intuition
2388 # of exeext.
2389 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2390 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2391 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2392 #
2393 # List of possible output files, starting from the most likely.
2394 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2395 # only as a last resort.  b.out is created by i960 compilers.
2396 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2397 #
2398 # The IRIX 6 linker writes into existing files which may not be
2399 # executable, retaining their permissions.  Remove them first so a
2400 # subsequent execution test works.
2401 ac_rmfiles=
2402 for ac_file in $ac_files
2403 do
2404   case $ac_file in
2405     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2406     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2407   esac
2408 done
2409 rm -f $ac_rmfiles
2410
2411 if { (ac_try="$ac_link_default"
2412 case "(($ac_try" in
2413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2414   *) ac_try_echo=$ac_try;;
2415 esac
2416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2417   (eval "$ac_link_default") 2>&5
2418   ac_status=$?
2419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2420   (exit $ac_status); }; then
2421   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2422 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2423 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2424 # so that the user can short-circuit this test for compilers unknown to
2425 # Autoconf.
2426 for ac_file in $ac_files ''
2427 do
2428   test -f "$ac_file" || continue
2429   case $ac_file in
2430     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2431         ;;
2432     [ab].out )
2433         # We found the default executable, but exeext='' is most
2434         # certainly right.
2435         break;;
2436     *.* )
2437         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2438         then :; else
2439            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2440         fi
2441         # We set ac_cv_exeext here because the later test for it is not
2442         # safe: cross compilers may not add the suffix if given an `-o'
2443         # argument, so we may need to know it at that point already.
2444         # Even if this section looks crufty: it has the advantage of
2445         # actually working.
2446         break;;
2447     * )
2448         break;;
2449   esac
2450 done
2451 test "$ac_cv_exeext" = no && ac_cv_exeext=
2452
2453 else
2454   ac_file=''
2455 fi
2456
2457 { echo "$as_me:$LINENO: result: $ac_file" >&5
2458 echo "${ECHO_T}$ac_file" >&6; }
2459 if test -z "$ac_file"; then
2460   echo "$as_me: failed program was:" >&5
2461 sed 's/^/| /' conftest.$ac_ext >&5
2462
2463 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2464 See \`config.log' for more details." >&5
2465 echo "$as_me: error: C compiler cannot create executables
2466 See \`config.log' for more details." >&2;}
2467    { (exit 77); exit 77; }; }
2468 fi
2469
2470 ac_exeext=$ac_cv_exeext
2471
2472 # Check that the compiler produces executables we can run.  If not, either
2473 # the compiler is broken, or we cross compile.
2474 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2475 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2476 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2477 # If not cross compiling, check that we can run a simple program.
2478 if test "$cross_compiling" != yes; then
2479   if { ac_try='./$ac_file'
2480   { (case "(($ac_try" in
2481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2482   *) ac_try_echo=$ac_try;;
2483 esac
2484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2485   (eval "$ac_try") 2>&5
2486   ac_status=$?
2487   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488   (exit $ac_status); }; }; then
2489     cross_compiling=no
2490   else
2491     if test "$cross_compiling" = maybe; then
2492         cross_compiling=yes
2493     else
2494         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2495 If you meant to cross compile, use \`--host'.
2496 See \`config.log' for more details." >&5
2497 echo "$as_me: error: cannot run C compiled programs.
2498 If you meant to cross compile, use \`--host'.
2499 See \`config.log' for more details." >&2;}
2500    { (exit 1); exit 1; }; }
2501     fi
2502   fi
2503 fi
2504 { echo "$as_me:$LINENO: result: yes" >&5
2505 echo "${ECHO_T}yes" >&6; }
2506
2507 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2508 ac_clean_files=$ac_clean_files_save
2509 # Check that the compiler produces executables we can run.  If not, either
2510 # the compiler is broken, or we cross compile.
2511 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2512 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2513 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2514 echo "${ECHO_T}$cross_compiling" >&6; }
2515
2516 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2517 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2518 if { (ac_try="$ac_link"
2519 case "(($ac_try" in
2520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2521   *) ac_try_echo=$ac_try;;
2522 esac
2523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2524   (eval "$ac_link") 2>&5
2525   ac_status=$?
2526   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2527   (exit $ac_status); }; then
2528   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2529 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2530 # work properly (i.e., refer to `conftest.exe'), while it won't with
2531 # `rm'.
2532 for ac_file in conftest.exe conftest conftest.*; do
2533   test -f "$ac_file" || continue
2534   case $ac_file in
2535     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2536     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2537           break;;
2538     * ) break;;
2539   esac
2540 done
2541 else
2542   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2543 See \`config.log' for more details." >&5
2544 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2545 See \`config.log' for more details." >&2;}
2546    { (exit 1); exit 1; }; }
2547 fi
2548
2549 rm -f conftest$ac_cv_exeext
2550 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2551 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2552
2553 rm -f conftest.$ac_ext
2554 EXEEXT=$ac_cv_exeext
2555 ac_exeext=$EXEEXT
2556 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2557 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2558 if test "${ac_cv_objext+set}" = set; then
2559   echo $ECHO_N "(cached) $ECHO_C" >&6
2560 else
2561   cat >conftest.$ac_ext <<_ACEOF
2562 /* confdefs.h.  */
2563 _ACEOF
2564 cat confdefs.h >>conftest.$ac_ext
2565 cat >>conftest.$ac_ext <<_ACEOF
2566 /* end confdefs.h.  */
2567
2568 int
2569 main ()
2570 {
2571
2572   ;
2573   return 0;
2574 }
2575 _ACEOF
2576 rm -f conftest.o conftest.obj
2577 if { (ac_try="$ac_compile"
2578 case "(($ac_try" in
2579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2580   *) ac_try_echo=$ac_try;;
2581 esac
2582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2583   (eval "$ac_compile") 2>&5
2584   ac_status=$?
2585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2586   (exit $ac_status); }; then
2587   for ac_file in conftest.o conftest.obj conftest.*; do
2588   test -f "$ac_file" || continue;
2589   case $ac_file in
2590     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2591     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2592        break;;
2593   esac
2594 done
2595 else
2596   echo "$as_me: failed program was:" >&5
2597 sed 's/^/| /' conftest.$ac_ext >&5
2598
2599 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2600 See \`config.log' for more details." >&5
2601 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2602 See \`config.log' for more details." >&2;}
2603    { (exit 1); exit 1; }; }
2604 fi
2605
2606 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2607 fi
2608 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2609 echo "${ECHO_T}$ac_cv_objext" >&6; }
2610 OBJEXT=$ac_cv_objext
2611 ac_objext=$OBJEXT
2612 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2613 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2614 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2615   echo $ECHO_N "(cached) $ECHO_C" >&6
2616 else
2617   cat >conftest.$ac_ext <<_ACEOF
2618 /* confdefs.h.  */
2619 _ACEOF
2620 cat confdefs.h >>conftest.$ac_ext
2621 cat >>conftest.$ac_ext <<_ACEOF
2622 /* end confdefs.h.  */
2623
2624 int
2625 main ()
2626 {
2627 #ifndef __GNUC__
2628        choke me
2629 #endif
2630
2631   ;
2632   return 0;
2633 }
2634 _ACEOF
2635 rm -f conftest.$ac_objext
2636 if { (ac_try="$ac_compile"
2637 case "(($ac_try" in
2638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2639   *) ac_try_echo=$ac_try;;
2640 esac
2641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2642   (eval "$ac_compile") 2>conftest.er1
2643   ac_status=$?
2644   grep -v '^ *+' conftest.er1 >conftest.err
2645   rm -f conftest.er1
2646   cat conftest.err >&5
2647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648   (exit $ac_status); } &&
2649          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2650   { (case "(($ac_try" in
2651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2652   *) ac_try_echo=$ac_try;;
2653 esac
2654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2655   (eval "$ac_try") 2>&5
2656   ac_status=$?
2657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2658   (exit $ac_status); }; } &&
2659          { ac_try='test -s conftest.$ac_objext'
2660   { (case "(($ac_try" in
2661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2662   *) ac_try_echo=$ac_try;;
2663 esac
2664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2665   (eval "$ac_try") 2>&5
2666   ac_status=$?
2667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2668   (exit $ac_status); }; }; then
2669   ac_compiler_gnu=yes
2670 else
2671   echo "$as_me: failed program was:" >&5
2672 sed 's/^/| /' conftest.$ac_ext >&5
2673
2674         ac_compiler_gnu=no
2675 fi
2676
2677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2678 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2679
2680 fi
2681 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2682 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2683 GCC=`test $ac_compiler_gnu = yes && echo yes`
2684 ac_test_CFLAGS=${CFLAGS+set}
2685 ac_save_CFLAGS=$CFLAGS
2686 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2687 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2688 if test "${ac_cv_prog_cc_g+set}" = set; then
2689   echo $ECHO_N "(cached) $ECHO_C" >&6
2690 else
2691   ac_save_c_werror_flag=$ac_c_werror_flag
2692    ac_c_werror_flag=yes
2693    ac_cv_prog_cc_g=no
2694    CFLAGS="-g"
2695    cat >conftest.$ac_ext <<_ACEOF
2696 /* confdefs.h.  */
2697 _ACEOF
2698 cat confdefs.h >>conftest.$ac_ext
2699 cat >>conftest.$ac_ext <<_ACEOF
2700 /* end confdefs.h.  */
2701
2702 int
2703 main ()
2704 {
2705
2706   ;
2707   return 0;
2708 }
2709 _ACEOF
2710 rm -f conftest.$ac_objext
2711 if { (ac_try="$ac_compile"
2712 case "(($ac_try" in
2713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2714   *) ac_try_echo=$ac_try;;
2715 esac
2716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2717   (eval "$ac_compile") 2>conftest.er1
2718   ac_status=$?
2719   grep -v '^ *+' conftest.er1 >conftest.err
2720   rm -f conftest.er1
2721   cat conftest.err >&5
2722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2723   (exit $ac_status); } &&
2724          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2725   { (case "(($ac_try" in
2726   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2727   *) ac_try_echo=$ac_try;;
2728 esac
2729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2730   (eval "$ac_try") 2>&5
2731   ac_status=$?
2732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2733   (exit $ac_status); }; } &&
2734          { ac_try='test -s conftest.$ac_objext'
2735   { (case "(($ac_try" in
2736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2737   *) ac_try_echo=$ac_try;;
2738 esac
2739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2740   (eval "$ac_try") 2>&5
2741   ac_status=$?
2742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2743   (exit $ac_status); }; }; then
2744   ac_cv_prog_cc_g=yes
2745 else
2746   echo "$as_me: failed program was:" >&5
2747 sed 's/^/| /' conftest.$ac_ext >&5
2748
2749         CFLAGS=""
2750       cat >conftest.$ac_ext <<_ACEOF
2751 /* confdefs.h.  */
2752 _ACEOF
2753 cat confdefs.h >>conftest.$ac_ext
2754 cat >>conftest.$ac_ext <<_ACEOF
2755 /* end confdefs.h.  */
2756
2757 int
2758 main ()
2759 {
2760
2761   ;
2762   return 0;
2763 }
2764 _ACEOF
2765 rm -f conftest.$ac_objext
2766 if { (ac_try="$ac_compile"
2767 case "(($ac_try" in
2768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2769   *) ac_try_echo=$ac_try;;
2770 esac
2771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2772   (eval "$ac_compile") 2>conftest.er1
2773   ac_status=$?
2774   grep -v '^ *+' conftest.er1 >conftest.err
2775   rm -f conftest.er1
2776   cat conftest.err >&5
2777   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2778   (exit $ac_status); } &&
2779          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2780   { (case "(($ac_try" in
2781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2782   *) ac_try_echo=$ac_try;;
2783 esac
2784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2785   (eval "$ac_try") 2>&5
2786   ac_status=$?
2787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788   (exit $ac_status); }; } &&
2789          { ac_try='test -s conftest.$ac_objext'
2790   { (case "(($ac_try" in
2791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2792   *) ac_try_echo=$ac_try;;
2793 esac
2794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2795   (eval "$ac_try") 2>&5
2796   ac_status=$?
2797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798   (exit $ac_status); }; }; then
2799   :
2800 else
2801   echo "$as_me: failed program was:" >&5
2802 sed 's/^/| /' conftest.$ac_ext >&5
2803
2804         ac_c_werror_flag=$ac_save_c_werror_flag
2805          CFLAGS="-g"
2806          cat >conftest.$ac_ext <<_ACEOF
2807 /* confdefs.h.  */
2808 _ACEOF
2809 cat confdefs.h >>conftest.$ac_ext
2810 cat >>conftest.$ac_ext <<_ACEOF
2811 /* end confdefs.h.  */
2812
2813 int
2814 main ()
2815 {
2816
2817   ;
2818   return 0;
2819 }
2820 _ACEOF
2821 rm -f conftest.$ac_objext
2822 if { (ac_try="$ac_compile"
2823 case "(($ac_try" in
2824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2825   *) ac_try_echo=$ac_try;;
2826 esac
2827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2828   (eval "$ac_compile") 2>conftest.er1
2829   ac_status=$?
2830   grep -v '^ *+' conftest.er1 >conftest.err
2831   rm -f conftest.er1
2832   cat conftest.err >&5
2833   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2834   (exit $ac_status); } &&
2835          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2836   { (case "(($ac_try" in
2837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2838   *) ac_try_echo=$ac_try;;
2839 esac
2840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2841   (eval "$ac_try") 2>&5
2842   ac_status=$?
2843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2844   (exit $ac_status); }; } &&
2845          { ac_try='test -s conftest.$ac_objext'
2846   { (case "(($ac_try" in
2847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2848   *) ac_try_echo=$ac_try;;
2849 esac
2850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2851   (eval "$ac_try") 2>&5
2852   ac_status=$?
2853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2854   (exit $ac_status); }; }; then
2855   ac_cv_prog_cc_g=yes
2856 else
2857   echo "$as_me: failed program was:" >&5
2858 sed 's/^/| /' conftest.$ac_ext >&5
2859
2860
2861 fi
2862
2863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2864 fi
2865
2866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2867 fi
2868
2869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2870    ac_c_werror_flag=$ac_save_c_werror_flag
2871 fi
2872 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2873 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2874 if test "$ac_test_CFLAGS" = set; then
2875   CFLAGS=$ac_save_CFLAGS
2876 elif test $ac_cv_prog_cc_g = yes; then
2877   if test "$GCC" = yes; then
2878     CFLAGS="-g -O2"
2879   else
2880     CFLAGS="-g"
2881   fi
2882 else
2883   if test "$GCC" = yes; then
2884     CFLAGS="-O2"
2885   else
2886     CFLAGS=
2887   fi
2888 fi
2889 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2890 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2891 if test "${ac_cv_prog_cc_c89+set}" = set; then
2892   echo $ECHO_N "(cached) $ECHO_C" >&6
2893 else
2894   ac_cv_prog_cc_c89=no
2895 ac_save_CC=$CC
2896 cat >conftest.$ac_ext <<_ACEOF
2897 /* confdefs.h.  */
2898 _ACEOF
2899 cat confdefs.h >>conftest.$ac_ext
2900 cat >>conftest.$ac_ext <<_ACEOF
2901 /* end confdefs.h.  */
2902 #include <stdarg.h>
2903 #include <stdio.h>
2904 #include <sys/types.h>
2905 #include <sys/stat.h>
2906 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2907 struct buf { int x; };
2908 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2909 static char *e (p, i)
2910      char **p;
2911      int i;
2912 {
2913   return p[i];
2914 }
2915 static char *f (char * (*g) (char **, int), char **p, ...)
2916 {
2917   char *s;
2918   va_list v;
2919   va_start (v,p);
2920   s = g (p, va_arg (v,int));
2921   va_end (v);
2922   return s;
2923 }
2924
2925 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2926    function prototypes and stuff, but not '\xHH' hex character constants.
2927    These don't provoke an error unfortunately, instead are silently treated
2928    as 'x'.  The following induces an error, until -std is added to get
2929    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2930    array size at least.  It's necessary to write '\x00'==0 to get something
2931    that's true only with -std.  */
2932 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2933
2934 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2935    inside strings and character constants.  */
2936 #define FOO(x) 'x'
2937 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2938
2939 int test (int i, double x);
2940 struct s1 {int (*f) (int a);};
2941 struct s2 {int (*f) (double a);};
2942 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2943 int argc;
2944 char **argv;
2945 int
2946 main ()
2947 {
2948 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2949   ;
2950   return 0;
2951 }
2952 _ACEOF
2953 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2954         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2955 do
2956   CC="$ac_save_CC $ac_arg"
2957   rm -f conftest.$ac_objext
2958 if { (ac_try="$ac_compile"
2959 case "(($ac_try" in
2960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2961   *) ac_try_echo=$ac_try;;
2962 esac
2963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2964   (eval "$ac_compile") 2>conftest.er1
2965   ac_status=$?
2966   grep -v '^ *+' conftest.er1 >conftest.err
2967   rm -f conftest.er1
2968   cat conftest.err >&5
2969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2970   (exit $ac_status); } &&
2971          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2972   { (case "(($ac_try" in
2973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974   *) ac_try_echo=$ac_try;;
2975 esac
2976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2977   (eval "$ac_try") 2>&5
2978   ac_status=$?
2979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2980   (exit $ac_status); }; } &&
2981          { ac_try='test -s conftest.$ac_objext'
2982   { (case "(($ac_try" in
2983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2984   *) ac_try_echo=$ac_try;;
2985 esac
2986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2987   (eval "$ac_try") 2>&5
2988   ac_status=$?
2989   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2990   (exit $ac_status); }; }; then
2991   ac_cv_prog_cc_c89=$ac_arg
2992 else
2993   echo "$as_me: failed program was:" >&5
2994 sed 's/^/| /' conftest.$ac_ext >&5
2995
2996
2997 fi
2998
2999 rm -f core conftest.err conftest.$ac_objext
3000   test "x$ac_cv_prog_cc_c89" != "xno" && break
3001 done
3002 rm -f conftest.$ac_ext
3003 CC=$ac_save_CC
3004
3005 fi
3006 # AC_CACHE_VAL
3007 case "x$ac_cv_prog_cc_c89" in
3008   x)
3009     { echo "$as_me:$LINENO: result: none needed" >&5
3010 echo "${ECHO_T}none needed" >&6; } ;;
3011   xno)
3012     { echo "$as_me:$LINENO: result: unsupported" >&5
3013 echo "${ECHO_T}unsupported" >&6; } ;;
3014   *)
3015     CC="$CC $ac_cv_prog_cc_c89"
3016     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3017 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3018 esac
3019
3020
3021 ac_ext=c
3022 ac_cpp='$CPP $CPPFLAGS'
3023 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3024 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3025 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3026
3027 ac_ext=cpp
3028 ac_cpp='$CXXCPP $CPPFLAGS'
3029 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3030 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3031 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3032 if test -z "$CXX"; then
3033   if test -n "$CCC"; then
3034     CXX=$CCC
3035   else
3036     if test -n "$ac_tool_prefix"; then
3037   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3038   do
3039     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3040 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3041 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3042 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3043 if test "${ac_cv_prog_CXX+set}" = set; then
3044   echo $ECHO_N "(cached) $ECHO_C" >&6
3045 else
3046   if test -n "$CXX"; then
3047   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3048 else
3049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3050 for as_dir in $PATH
3051 do
3052   IFS=$as_save_IFS
3053   test -z "$as_dir" && as_dir=.
3054   for ac_exec_ext in '' $ac_executable_extensions; do
3055   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3056     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3057     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3058     break 2
3059   fi
3060 done
3061 done
3062 IFS=$as_save_IFS
3063
3064 fi
3065 fi
3066 CXX=$ac_cv_prog_CXX
3067 if test -n "$CXX"; then
3068   { echo "$as_me:$LINENO: result: $CXX" >&5
3069 echo "${ECHO_T}$CXX" >&6; }
3070 else
3071   { echo "$as_me:$LINENO: result: no" >&5
3072 echo "${ECHO_T}no" >&6; }
3073 fi
3074
3075
3076     test -n "$CXX" && break
3077   done
3078 fi
3079 if test -z "$CXX"; then
3080   ac_ct_CXX=$CXX
3081   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3082 do
3083   # Extract the first word of "$ac_prog", so it can be a program name with args.
3084 set dummy $ac_prog; ac_word=$2
3085 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3087 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3088   echo $ECHO_N "(cached) $ECHO_C" >&6
3089 else
3090   if test -n "$ac_ct_CXX"; then
3091   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3092 else
3093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3094 for as_dir in $PATH
3095 do
3096   IFS=$as_save_IFS
3097   test -z "$as_dir" && as_dir=.
3098   for ac_exec_ext in '' $ac_executable_extensions; do
3099   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3100     ac_cv_prog_ac_ct_CXX="$ac_prog"
3101     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3102     break 2
3103   fi
3104 done
3105 done
3106 IFS=$as_save_IFS
3107
3108 fi
3109 fi
3110 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3111 if test -n "$ac_ct_CXX"; then
3112   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3113 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3114 else
3115   { echo "$as_me:$LINENO: result: no" >&5
3116 echo "${ECHO_T}no" >&6; }
3117 fi
3118
3119
3120   test -n "$ac_ct_CXX" && break
3121 done
3122
3123   if test "x$ac_ct_CXX" = x; then
3124     CXX="g++"
3125   else
3126     case $cross_compiling:$ac_tool_warned in
3127 yes:)
3128 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3129 whose name does not start with the host triplet.  If you think this
3130 configuration is useful to you, please write to autoconf@gnu.org." >&5
3131 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3132 whose name does not start with the host triplet.  If you think this
3133 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3134 ac_tool_warned=yes ;;
3135 esac
3136     CXX=$ac_ct_CXX
3137   fi
3138 fi
3139
3140   fi
3141 fi
3142 # Provide some information about the compiler.
3143 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3144 ac_compiler=`set X $ac_compile; echo $2`
3145 { (ac_try="$ac_compiler --version >&5"
3146 case "(($ac_try" in
3147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3148   *) ac_try_echo=$ac_try;;
3149 esac
3150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3151   (eval "$ac_compiler --version >&5") 2>&5
3152   ac_status=$?
3153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3154   (exit $ac_status); }
3155 { (ac_try="$ac_compiler -v >&5"
3156 case "(($ac_try" in
3157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158   *) ac_try_echo=$ac_try;;
3159 esac
3160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3161   (eval "$ac_compiler -v >&5") 2>&5
3162   ac_status=$?
3163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164   (exit $ac_status); }
3165 { (ac_try="$ac_compiler -V >&5"
3166 case "(($ac_try" in
3167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3168   *) ac_try_echo=$ac_try;;
3169 esac
3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3171   (eval "$ac_compiler -V >&5") 2>&5
3172   ac_status=$?
3173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3174   (exit $ac_status); }
3175
3176 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3177 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3178 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3179   echo $ECHO_N "(cached) $ECHO_C" >&6
3180 else
3181   cat >conftest.$ac_ext <<_ACEOF
3182 /* confdefs.h.  */
3183 _ACEOF
3184 cat confdefs.h >>conftest.$ac_ext
3185 cat >>conftest.$ac_ext <<_ACEOF
3186 /* end confdefs.h.  */
3187
3188 int
3189 main ()
3190 {
3191 #ifndef __GNUC__
3192        choke me
3193 #endif
3194
3195   ;
3196   return 0;
3197 }
3198 _ACEOF
3199 rm -f conftest.$ac_objext
3200 if { (ac_try="$ac_compile"
3201 case "(($ac_try" in
3202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3203   *) ac_try_echo=$ac_try;;
3204 esac
3205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3206   (eval "$ac_compile") 2>conftest.er1
3207   ac_status=$?
3208   grep -v '^ *+' conftest.er1 >conftest.err
3209   rm -f conftest.er1
3210   cat conftest.err >&5
3211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3212   (exit $ac_status); } &&
3213          { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3214   { (case "(($ac_try" in
3215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3216   *) ac_try_echo=$ac_try;;
3217 esac
3218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3219   (eval "$ac_try") 2>&5
3220   ac_status=$?
3221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3222   (exit $ac_status); }; } &&
3223          { ac_try='test -s conftest.$ac_objext'
3224   { (case "(($ac_try" in
3225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3226   *) ac_try_echo=$ac_try;;
3227 esac
3228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3229   (eval "$ac_try") 2>&5
3230   ac_status=$?
3231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3232   (exit $ac_status); }; }; then
3233   ac_compiler_gnu=yes
3234 else
3235   echo "$as_me: failed program was:" >&5
3236 sed 's/^/| /' conftest.$ac_ext >&5
3237
3238         ac_compiler_gnu=no
3239 fi
3240
3241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3243
3244 fi
3245 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3246 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3247 GXX=`test $ac_compiler_gnu = yes && echo yes`
3248 ac_test_CXXFLAGS=${CXXFLAGS+set}
3249 ac_save_CXXFLAGS=$CXXFLAGS
3250 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3251 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3252 if test "${ac_cv_prog_cxx_g+set}" = set; then
3253   echo $ECHO_N "(cached) $ECHO_C" >&6
3254 else
3255   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3256    ac_cxx_werror_flag=yes
3257    ac_cv_prog_cxx_g=no
3258    CXXFLAGS="-g"
3259    cat >conftest.$ac_ext <<_ACEOF
3260 /* confdefs.h.  */
3261 _ACEOF
3262 cat confdefs.h >>conftest.$ac_ext
3263 cat >>conftest.$ac_ext <<_ACEOF
3264 /* end confdefs.h.  */
3265
3266 int
3267 main ()
3268 {
3269
3270   ;
3271   return 0;
3272 }
3273 _ACEOF
3274 rm -f conftest.$ac_objext
3275 if { (ac_try="$ac_compile"
3276 case "(($ac_try" in
3277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3278   *) ac_try_echo=$ac_try;;
3279 esac
3280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3281   (eval "$ac_compile") 2>conftest.er1
3282   ac_status=$?
3283   grep -v '^ *+' conftest.er1 >conftest.err
3284   rm -f conftest.er1
3285   cat conftest.err >&5
3286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3287   (exit $ac_status); } &&
3288          { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3289   { (case "(($ac_try" in
3290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3291   *) ac_try_echo=$ac_try;;
3292 esac
3293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3294   (eval "$ac_try") 2>&5
3295   ac_status=$?
3296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297   (exit $ac_status); }; } &&
3298          { ac_try='test -s conftest.$ac_objext'
3299   { (case "(($ac_try" in
3300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301   *) ac_try_echo=$ac_try;;
3302 esac
3303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3304   (eval "$ac_try") 2>&5
3305   ac_status=$?
3306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3307   (exit $ac_status); }; }; then
3308   ac_cv_prog_cxx_g=yes
3309 else
3310   echo "$as_me: failed program was:" >&5
3311 sed 's/^/| /' conftest.$ac_ext >&5
3312
3313         CXXFLAGS=""
3314       cat >conftest.$ac_ext <<_ACEOF
3315 /* confdefs.h.  */
3316 _ACEOF
3317 cat confdefs.h >>conftest.$ac_ext
3318 cat >>conftest.$ac_ext <<_ACEOF
3319 /* end confdefs.h.  */
3320
3321 int
3322 main ()
3323 {
3324
3325   ;
3326   return 0;
3327 }
3328 _ACEOF
3329 rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333   *) ac_try_echo=$ac_try;;
3334 esac
3335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3336   (eval "$ac_compile") 2>conftest.er1
3337   ac_status=$?
3338   grep -v '^ *+' conftest.er1 >conftest.err
3339   rm -f conftest.er1
3340   cat conftest.err >&5
3341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3342   (exit $ac_status); } &&
3343          { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3344   { (case "(($ac_try" in
3345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346   *) ac_try_echo=$ac_try;;
3347 esac
3348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3349   (eval "$ac_try") 2>&5
3350   ac_status=$?
3351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352   (exit $ac_status); }; } &&
3353          { ac_try='test -s conftest.$ac_objext'
3354   { (case "(($ac_try" in
3355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356   *) ac_try_echo=$ac_try;;
3357 esac
3358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3359   (eval "$ac_try") 2>&5
3360   ac_status=$?
3361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3362   (exit $ac_status); }; }; then
3363   :
3364 else
3365   echo "$as_me: failed program was:" >&5
3366 sed 's/^/| /' conftest.$ac_ext >&5
3367
3368         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3369          CXXFLAGS="-g"
3370          cat >conftest.$ac_ext <<_ACEOF
3371 /* confdefs.h.  */
3372 _ACEOF
3373 cat confdefs.h >>conftest.$ac_ext
3374 cat >>conftest.$ac_ext <<_ACEOF
3375 /* end confdefs.h.  */
3376
3377 int
3378 main ()
3379 {
3380
3381   ;
3382   return 0;
3383 }
3384 _ACEOF
3385 rm -f conftest.$ac_objext
3386 if { (ac_try="$ac_compile"
3387 case "(($ac_try" in
3388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3389   *) ac_try_echo=$ac_try;;
3390 esac
3391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3392   (eval "$ac_compile") 2>conftest.er1
3393   ac_status=$?
3394   grep -v '^ *+' conftest.er1 >conftest.err
3395   rm -f conftest.er1
3396   cat conftest.err >&5
3397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3398   (exit $ac_status); } &&
3399          { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
3400   { (case "(($ac_try" in
3401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3402   *) ac_try_echo=$ac_try;;
3403 esac
3404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3405   (eval "$ac_try") 2>&5
3406   ac_status=$?
3407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3408   (exit $ac_status); }; } &&
3409          { ac_try='test -s conftest.$ac_objext'
3410   { (case "(($ac_try" in
3411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3412   *) ac_try_echo=$ac_try;;
3413 esac
3414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3415   (eval "$ac_try") 2>&5
3416   ac_status=$?
3417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418   (exit $ac_status); }; }; then
3419   ac_cv_prog_cxx_g=yes
3420 else
3421   echo "$as_me: failed program was:" >&5
3422 sed 's/^/| /' conftest.$ac_ext >&5
3423
3424
3425 fi
3426
3427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3428 fi
3429
3430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3431 fi
3432
3433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3434    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3435 fi
3436 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3437 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3438 if test "$ac_test_CXXFLAGS" = set; then
3439   CXXFLAGS=$ac_save_CXXFLAGS
3440 elif test $ac_cv_prog_cxx_g = yes; then
3441   if test "$GXX" = yes; then
3442     CXXFLAGS="-g -O2"
3443   else
3444     CXXFLAGS="-g"
3445   fi
3446 else
3447   if test "$GXX" = yes; then
3448     CXXFLAGS="-O2"
3449   else
3450     CXXFLAGS=
3451   fi
3452 fi
3453 ac_ext=c
3454 ac_cpp='$CPP $CPPFLAGS'
3455 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3456 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3457 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3458
3459 if test -n "$ac_tool_prefix"; then
3460   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3461 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3464 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3465   echo $ECHO_N "(cached) $ECHO_C" >&6
3466 else
3467   if test -n "$CPPBIN"; then
3468   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3469 else
3470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3471 for as_dir in $PATH
3472 do
3473   IFS=$as_save_IFS
3474   test -z "$as_dir" && as_dir=.
3475   for ac_exec_ext in '' $ac_executable_extensions; do
3476   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3477     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3478     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3479     break 2
3480   fi
3481 done
3482 done
3483 IFS=$as_save_IFS
3484
3485 fi
3486 fi
3487 CPPBIN=$ac_cv_prog_CPPBIN
3488 if test -n "$CPPBIN"; then
3489   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3490 echo "${ECHO_T}$CPPBIN" >&6; }
3491 else
3492   { echo "$as_me:$LINENO: result: no" >&5
3493 echo "${ECHO_T}no" >&6; }
3494 fi
3495
3496
3497 fi
3498 if test -z "$ac_cv_prog_CPPBIN"; then
3499   ac_ct_CPPBIN=$CPPBIN
3500   # Extract the first word of "cpp", so it can be a program name with args.
3501 set dummy cpp; ac_word=$2
3502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3504 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3505   echo $ECHO_N "(cached) $ECHO_C" >&6
3506 else
3507   if test -n "$ac_ct_CPPBIN"; then
3508   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3509 else
3510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3511 for as_dir in $PATH
3512 do
3513   IFS=$as_save_IFS
3514   test -z "$as_dir" && as_dir=.
3515   for ac_exec_ext in '' $ac_executable_extensions; do
3516   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3517     ac_cv_prog_ac_ct_CPPBIN="cpp"
3518     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3519     break 2
3520   fi
3521 done
3522 done
3523 IFS=$as_save_IFS
3524
3525 fi
3526 fi
3527 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3528 if test -n "$ac_ct_CPPBIN"; then
3529   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3530 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3531 else
3532   { echo "$as_me:$LINENO: result: no" >&5
3533 echo "${ECHO_T}no" >&6; }
3534 fi
3535
3536   if test "x$ac_ct_CPPBIN" = x; then
3537     CPPBIN="cpp"
3538   else
3539     case $cross_compiling:$ac_tool_warned in
3540 yes:)
3541 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3542 whose name does not start with the host triplet.  If you think this
3543 configuration is useful to you, please write to autoconf@gnu.org." >&5
3544 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3545 whose name does not start with the host triplet.  If you think this
3546 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3547 ac_tool_warned=yes ;;
3548 esac
3549     CPPBIN=$ac_ct_CPPBIN
3550   fi
3551 else
3552   CPPBIN="$ac_cv_prog_CPPBIN"
3553 fi
3554
3555
3556 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3557 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3558 if test "${wine_cv_toolsdir+set}" = set; then
3559   echo $ECHO_N "(cached) $ECHO_C" >&6
3560 else
3561   if test -z "$with_wine_tools"; then
3562      if test "$cross_compiling" = "yes"; then
3563        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3564 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3565    { (exit 1); exit 1; }; }
3566      else
3567        wine_cv_toolsdir="\$(TOPOBJDIR)"
3568      fi
3569    elif test -d "$with_wine_tools/tools/winebuild"; then
3570      case $with_wine_tools in
3571        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3572        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3573      esac
3574    else
3575      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3576 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3577    { (exit 1); exit 1; }; }
3578    fi
3579 fi
3580 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3581 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3582 TOOLSDIR=$wine_cv_toolsdir
3583
3584
3585
3586 ac_ext=c
3587 ac_cpp='$CPP $CPPFLAGS'
3588 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3589 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3590 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3591 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3592 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3593 # On Suns, sometimes $CPP names a directory.
3594 if test -n "$CPP" && test -d "$CPP"; then
3595   CPP=
3596 fi
3597 if test -z "$CPP"; then
3598   if test "${ac_cv_prog_CPP+set}" = set; then
3599   echo $ECHO_N "(cached) $ECHO_C" >&6
3600 else
3601       # Double quotes because CPP needs to be expanded
3602     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3603     do
3604       ac_preproc_ok=false
3605 for ac_c_preproc_warn_flag in '' yes
3606 do
3607   # Use a header file that comes with gcc, so configuring glibc
3608   # with a fresh cross-compiler works.
3609   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3610   # <limits.h> exists even on freestanding compilers.
3611   # On the NeXT, cc -E runs the code through the compiler's parser,
3612   # not just through cpp. "Syntax error" is here to catch this case.
3613   cat >conftest.$ac_ext <<_ACEOF
3614 /* confdefs.h.  */
3615 _ACEOF
3616 cat confdefs.h >>conftest.$ac_ext
3617 cat >>conftest.$ac_ext <<_ACEOF
3618 /* end confdefs.h.  */
3619 #ifdef __STDC__
3620 # include <limits.h>
3621 #else
3622 # include <assert.h>
3623 #endif
3624                      Syntax error
3625 _ACEOF
3626 if { (ac_try="$ac_cpp conftest.$ac_ext"
3627 case "(($ac_try" in
3628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3629   *) ac_try_echo=$ac_try;;
3630 esac
3631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3632   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3633   ac_status=$?
3634   grep -v '^ *+' conftest.er1 >conftest.err
3635   rm -f conftest.er1
3636   cat conftest.err >&5
3637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3638   (exit $ac_status); } >/dev/null; then
3639   if test -s conftest.err; then
3640     ac_cpp_err=$ac_c_preproc_warn_flag
3641     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3642   else
3643     ac_cpp_err=
3644   fi
3645 else
3646   ac_cpp_err=yes
3647 fi
3648 if test -z "$ac_cpp_err"; then
3649   :
3650 else
3651   echo "$as_me: failed program was:" >&5
3652 sed 's/^/| /' conftest.$ac_ext >&5
3653
3654   # Broken: fails on valid input.
3655 continue
3656 fi
3657
3658 rm -f conftest.err conftest.$ac_ext
3659
3660   # OK, works on sane cases.  Now check whether nonexistent headers
3661   # can be detected and how.
3662   cat >conftest.$ac_ext <<_ACEOF
3663 /* confdefs.h.  */
3664 _ACEOF
3665 cat confdefs.h >>conftest.$ac_ext
3666 cat >>conftest.$ac_ext <<_ACEOF
3667 /* end confdefs.h.  */
3668 #include <ac_nonexistent.h>
3669 _ACEOF
3670 if { (ac_try="$ac_cpp conftest.$ac_ext"
3671 case "(($ac_try" in
3672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3673   *) ac_try_echo=$ac_try;;
3674 esac
3675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3676   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3677   ac_status=$?
3678   grep -v '^ *+' conftest.er1 >conftest.err
3679   rm -f conftest.er1
3680   cat conftest.err >&5
3681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682   (exit $ac_status); } >/dev/null; then
3683   if test -s conftest.err; then
3684     ac_cpp_err=$ac_c_preproc_warn_flag
3685     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3686   else
3687     ac_cpp_err=
3688   fi
3689 else
3690   ac_cpp_err=yes
3691 fi
3692 if test -z "$ac_cpp_err"; then
3693   # Broken: success on invalid input.
3694 continue
3695 else
3696   echo "$as_me: failed program was:" >&5
3697 sed 's/^/| /' conftest.$ac_ext >&5
3698
3699   # Passes both tests.
3700 ac_preproc_ok=:
3701 break
3702 fi
3703
3704 rm -f conftest.err conftest.$ac_ext
3705
3706 done
3707 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3708 rm -f conftest.err conftest.$ac_ext
3709 if $ac_preproc_ok; then
3710   break
3711 fi
3712
3713     done
3714     ac_cv_prog_CPP=$CPP
3715
3716 fi
3717   CPP=$ac_cv_prog_CPP
3718 else
3719   ac_cv_prog_CPP=$CPP
3720 fi
3721 { echo "$as_me:$LINENO: result: $CPP" >&5
3722 echo "${ECHO_T}$CPP" >&6; }
3723 ac_preproc_ok=false
3724 for ac_c_preproc_warn_flag in '' yes
3725 do
3726   # Use a header file that comes with gcc, so configuring glibc
3727   # with a fresh cross-compiler works.
3728   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3729   # <limits.h> exists even on freestanding compilers.
3730   # On the NeXT, cc -E runs the code through the compiler's parser,
3731   # not just through cpp. "Syntax error" is here to catch this case.
3732   cat >conftest.$ac_ext <<_ACEOF
3733 /* confdefs.h.  */
3734 _ACEOF
3735 cat confdefs.h >>conftest.$ac_ext
3736 cat >>conftest.$ac_ext <<_ACEOF
3737 /* end confdefs.h.  */
3738 #ifdef __STDC__
3739 # include <limits.h>
3740 #else
3741 # include <assert.h>
3742 #endif
3743                      Syntax error
3744 _ACEOF
3745 if { (ac_try="$ac_cpp conftest.$ac_ext"
3746 case "(($ac_try" in
3747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3748   *) ac_try_echo=$ac_try;;
3749 esac
3750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3751   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3752   ac_status=$?
3753   grep -v '^ *+' conftest.er1 >conftest.err
3754   rm -f conftest.er1
3755   cat conftest.err >&5
3756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3757   (exit $ac_status); } >/dev/null; then
3758   if test -s conftest.err; then
3759     ac_cpp_err=$ac_c_preproc_warn_flag
3760     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3761   else
3762     ac_cpp_err=
3763   fi
3764 else
3765   ac_cpp_err=yes
3766 fi
3767 if test -z "$ac_cpp_err"; then
3768   :
3769 else
3770   echo "$as_me: failed program was:" >&5
3771 sed 's/^/| /' conftest.$ac_ext >&5
3772
3773   # Broken: fails on valid input.
3774 continue
3775 fi
3776
3777 rm -f conftest.err conftest.$ac_ext
3778
3779   # OK, works on sane cases.  Now check whether nonexistent headers
3780   # can be detected and how.
3781   cat >conftest.$ac_ext <<_ACEOF
3782 /* confdefs.h.  */
3783 _ACEOF
3784 cat confdefs.h >>conftest.$ac_ext
3785 cat >>conftest.$ac_ext <<_ACEOF
3786 /* end confdefs.h.  */
3787 #include <ac_nonexistent.h>
3788 _ACEOF
3789 if { (ac_try="$ac_cpp conftest.$ac_ext"
3790 case "(($ac_try" in
3791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3792   *) ac_try_echo=$ac_try;;
3793 esac
3794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3795   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3796   ac_status=$?
3797   grep -v '^ *+' conftest.er1 >conftest.err
3798   rm -f conftest.er1
3799   cat conftest.err >&5
3800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3801   (exit $ac_status); } >/dev/null; then
3802   if test -s conftest.err; then
3803     ac_cpp_err=$ac_c_preproc_warn_flag
3804     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3805   else
3806     ac_cpp_err=
3807   fi
3808 else
3809   ac_cpp_err=yes
3810 fi
3811 if test -z "$ac_cpp_err"; then
3812   # Broken: success on invalid input.
3813 continue
3814 else
3815   echo "$as_me: failed program was:" >&5
3816 sed 's/^/| /' conftest.$ac_ext >&5
3817
3818   # Passes both tests.
3819 ac_preproc_ok=:
3820 break
3821 fi
3822
3823 rm -f conftest.err conftest.$ac_ext
3824
3825 done
3826 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3827 rm -f conftest.err conftest.$ac_ext
3828 if $ac_preproc_ok; then
3829   :
3830 else
3831   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3832 See \`config.log' for more details." >&5
3833 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3834 See \`config.log' for more details." >&2;}
3835    { (exit 1); exit 1; }; }
3836 fi
3837
3838 ac_ext=c
3839 ac_cpp='$CPP $CPPFLAGS'
3840 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3841 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3842 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3843
3844
3845 { echo "$as_me:$LINENO: checking for X" >&5
3846 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3847
3848
3849 # Check whether --with-x was given.
3850 if test "${with_x+set}" = set; then
3851   withval=$with_x;
3852 fi
3853
3854 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3855 if test "x$with_x" = xno; then
3856   # The user explicitly disabled X.
3857   have_x=disabled
3858 else
3859   case $x_includes,$x_libraries in #(
3860     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3861 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3862    { (exit 1); exit 1; }; };; #(
3863     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3864   echo $ECHO_N "(cached) $ECHO_C" >&6
3865 else
3866   # One or both of the vars are not set, and there is no cached value.
3867 ac_x_includes=no ac_x_libraries=no
3868 rm -f -r conftest.dir
3869 if mkdir conftest.dir; then
3870   cd conftest.dir
3871   cat >Imakefile <<'_ACEOF'
3872 incroot:
3873         @echo incroot='${INCROOT}'
3874 usrlibdir:
3875         @echo usrlibdir='${USRLIBDIR}'
3876 libdir:
3877         @echo libdir='${LIBDIR}'
3878 _ACEOF
3879   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3880     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3881     for ac_var in incroot usrlibdir libdir; do
3882       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3883     done
3884     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3885     for ac_extension in a so sl; do
3886       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3887          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3888         ac_im_usrlibdir=$ac_im_libdir; break
3889       fi
3890     done
3891     # Screen out bogus values from the imake configuration.  They are
3892     # bogus both because they are the default anyway, and because
3893     # using them would break gcc on systems where it needs fixed includes.
3894     case $ac_im_incroot in
3895         /usr/include) ac_x_includes= ;;
3896         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3897     esac
3898     case $ac_im_usrlibdir in
3899         /usr/lib | /lib) ;;
3900         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3901     esac
3902   fi
3903   cd ..
3904   rm -f -r conftest.dir
3905 fi
3906
3907 # Standard set of common directories for X headers.
3908 # Check X11 before X11Rn because it is often a symlink to the current release.
3909 ac_x_header_dirs='
3910 /usr/X11/include
3911 /usr/X11R6/include
3912 /usr/X11R5/include
3913 /usr/X11R4/include
3914
3915 /usr/include/X11
3916 /usr/include/X11R6
3917 /usr/include/X11R5
3918 /usr/include/X11R4
3919
3920 /usr/local/X11/include
3921 /usr/local/X11R6/include
3922 /usr/local/X11R5/include
3923 /usr/local/X11R4/include
3924
3925 /usr/local/include/X11
3926 /usr/local/include/X11R6
3927 /usr/local/include/X11R5
3928 /usr/local/include/X11R4
3929
3930 /usr/X386/include
3931 /usr/x386/include
3932 /usr/XFree86/include/X11
3933
3934 /usr/include
3935 /usr/local/include
3936 /usr/unsupported/include
3937 /usr/athena/include
3938 /usr/local/x11r5/include
3939 /usr/lpp/Xamples/include
3940
3941 /usr/openwin/include
3942 /usr/openwin/share/include'
3943
3944 if test "$ac_x_includes" = no; then
3945   # Guess where to find include files, by looking for Xlib.h.
3946   # First, try using that file with no special directory specified.
3947   cat >conftest.$ac_ext <<_ACEOF
3948 /* confdefs.h.  */
3949 _ACEOF
3950 cat confdefs.h >>conftest.$ac_ext
3951 cat >>conftest.$ac_ext <<_ACEOF
3952 /* end confdefs.h.  */
3953 #include <X11/Xlib.h>
3954 _ACEOF
3955 if { (ac_try="$ac_cpp conftest.$ac_ext"
3956 case "(($ac_try" in
3957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3958   *) ac_try_echo=$ac_try;;
3959 esac
3960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3961   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3962   ac_status=$?
3963   grep -v '^ *+' conftest.er1 >conftest.err
3964   rm -f conftest.er1
3965   cat conftest.err >&5
3966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3967   (exit $ac_status); } >/dev/null; then
3968   if test -s conftest.err; then
3969     ac_cpp_err=$ac_c_preproc_warn_flag
3970     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3971   else
3972     ac_cpp_err=
3973   fi
3974 else
3975   ac_cpp_err=yes
3976 fi
3977 if test -z "$ac_cpp_err"; then
3978   # We can compile using X headers with no special include directory.
3979 ac_x_includes=
3980 else
3981   echo "$as_me: failed program was:" >&5
3982 sed 's/^/| /' conftest.$ac_ext >&5
3983
3984   for ac_dir in $ac_x_header_dirs; do
3985   if test -r "$ac_dir/X11/Xlib.h"; then
3986     ac_x_includes=$ac_dir
3987     break
3988   fi
3989 done
3990 fi
3991
3992 rm -f conftest.err conftest.$ac_ext
3993 fi # $ac_x_includes = no
3994
3995 if test "$ac_x_libraries" = no; then
3996   # Check for the libraries.
3997   # See if we find them without any special options.
3998   # Don't add to $LIBS permanently.
3999   ac_save_LIBS=$LIBS
4000   LIBS="-lX11 $LIBS"
4001   cat >conftest.$ac_ext <<_ACEOF
4002 /* confdefs.h.  */
4003 _ACEOF
4004 cat confdefs.h >>conftest.$ac_ext
4005 cat >>conftest.$ac_ext <<_ACEOF
4006 /* end confdefs.h.  */
4007 #include <X11/Xlib.h>
4008 int
4009 main ()
4010 {
4011 XrmInitialize ()
4012   ;
4013   return 0;
4014 }
4015 _ACEOF
4016 rm -f conftest.$ac_objext conftest$ac_exeext
4017 if { (ac_try="$ac_link"
4018 case "(($ac_try" in
4019   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4020   *) ac_try_echo=$ac_try;;
4021 esac
4022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4023   (eval "$ac_link") 2>conftest.er1
4024   ac_status=$?
4025   grep -v '^ *+' conftest.er1 >conftest.err
4026   rm -f conftest.er1
4027   cat conftest.err >&5
4028   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4029   (exit $ac_status); } &&
4030          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4031   { (case "(($ac_try" in
4032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4033   *) ac_try_echo=$ac_try;;
4034 esac
4035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4036   (eval "$ac_try") 2>&5
4037   ac_status=$?
4038   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4039   (exit $ac_status); }; } &&
4040          { ac_try='test -s conftest$ac_exeext'
4041   { (case "(($ac_try" in
4042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4043   *) ac_try_echo=$ac_try;;
4044 esac
4045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4046   (eval "$ac_try") 2>&5
4047   ac_status=$?
4048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4049   (exit $ac_status); }; }; then
4050   LIBS=$ac_save_LIBS
4051 # We can link X programs with no special library path.
4052 ac_x_libraries=
4053 else
4054   echo "$as_me: failed program was:" >&5
4055 sed 's/^/| /' conftest.$ac_ext >&5
4056
4057         LIBS=$ac_save_LIBS
4058 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4059 do
4060   # Don't even attempt the hair of trying to link an X program!
4061   for ac_extension in a so sl; do
4062     if test -r "$ac_dir/libX11.$ac_extension"; then
4063       ac_x_libraries=$ac_dir
4064       break 2
4065     fi
4066   done
4067 done
4068 fi
4069
4070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4071       conftest$ac_exeext conftest.$ac_ext
4072 fi # $ac_x_libraries = no
4073
4074 case $ac_x_includes,$ac_x_libraries in #(
4075   no,* | *,no | *\'*)
4076     # Didn't find X, or a directory has "'" in its name.
4077     ac_cv_have_x="have_x=no";; #(
4078   *)
4079     # Record where we found X for the cache.
4080     ac_cv_have_x="have_x=yes\
4081         ac_x_includes='$ac_x_includes'\
4082         ac_x_libraries='$ac_x_libraries'"
4083 esac
4084 fi
4085 ;; #(
4086     *) have_x=yes;;
4087   esac
4088   eval "$ac_cv_have_x"
4089 fi # $with_x != no
4090
4091 if test "$have_x" != yes; then
4092   { echo "$as_me:$LINENO: result: $have_x" >&5
4093 echo "${ECHO_T}$have_x" >&6; }
4094   no_x=yes
4095 else
4096   # If each of the values was on the command line, it overrides each guess.
4097   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4098   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4099   # Update the cache value to reflect the command line values.
4100   ac_cv_have_x="have_x=yes\
4101         ac_x_includes='$x_includes'\
4102         ac_x_libraries='$x_libraries'"
4103   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4104 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4105 fi
4106
4107 if test "$no_x" = yes; then
4108   # Not all programs may use this symbol, but it does not hurt to define it.
4109
4110 cat >>confdefs.h <<\_ACEOF
4111 #define X_DISPLAY_MISSING 1
4112 _ACEOF
4113
4114   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4115 else
4116   if test -n "$x_includes"; then
4117     X_CFLAGS="$X_CFLAGS -I$x_includes"
4118   fi
4119
4120   # It would also be nice to do this for all -L options, not just this one.
4121   if test -n "$x_libraries"; then
4122     X_LIBS="$X_LIBS -L$x_libraries"
4123     # For Solaris; some versions of Sun CC require a space after -R and
4124     # others require no space.  Words are not sufficient . . . .
4125     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4126 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4127     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4128     ac_xsave_c_werror_flag=$ac_c_werror_flag
4129     ac_c_werror_flag=yes
4130     cat >conftest.$ac_ext <<_ACEOF
4131 /* confdefs.h.  */
4132 _ACEOF
4133 cat confdefs.h >>conftest.$ac_ext
4134 cat >>conftest.$ac_ext <<_ACEOF
4135 /* end confdefs.h.  */
4136
4137 int
4138 main ()
4139 {
4140
4141   ;
4142   return 0;
4143 }
4144 _ACEOF
4145 rm -f conftest.$ac_objext conftest$ac_exeext
4146 if { (ac_try="$ac_link"
4147 case "(($ac_try" in
4148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4149   *) ac_try_echo=$ac_try;;
4150 esac
4151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4152   (eval "$ac_link") 2>conftest.er1
4153   ac_status=$?
4154   grep -v '^ *+' conftest.er1 >conftest.err
4155   rm -f conftest.er1
4156   cat conftest.err >&5
4157   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4158   (exit $ac_status); } &&
4159          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4160   { (case "(($ac_try" in
4161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4162   *) ac_try_echo=$ac_try;;
4163 esac
4164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4165   (eval "$ac_try") 2>&5
4166   ac_status=$?
4167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4168   (exit $ac_status); }; } &&
4169          { ac_try='test -s conftest$ac_exeext'
4170   { (case "(($ac_try" in
4171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4172   *) ac_try_echo=$ac_try;;
4173 esac
4174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4175   (eval "$ac_try") 2>&5
4176   ac_status=$?
4177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4178   (exit $ac_status); }; }; then
4179   { echo "$as_me:$LINENO: result: no" >&5
4180 echo "${ECHO_T}no" >&6; }
4181        X_LIBS="$X_LIBS -R$x_libraries"
4182 else
4183   echo "$as_me: failed program was:" >&5
4184 sed 's/^/| /' conftest.$ac_ext >&5
4185
4186         LIBS="$ac_xsave_LIBS -R $x_libraries"
4187        cat >conftest.$ac_ext <<_ACEOF
4188 /* confdefs.h.  */
4189 _ACEOF
4190 cat confdefs.h >>conftest.$ac_ext
4191 cat >>conftest.$ac_ext <<_ACEOF
4192 /* end confdefs.h.  */
4193
4194 int
4195 main ()
4196 {
4197
4198   ;
4199   return 0;
4200 }
4201 _ACEOF
4202 rm -f conftest.$ac_objext conftest$ac_exeext
4203 if { (ac_try="$ac_link"
4204 case "(($ac_try" in
4205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4206   *) ac_try_echo=$ac_try;;
4207 esac
4208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4209   (eval "$ac_link") 2>conftest.er1
4210   ac_status=$?
4211   grep -v '^ *+' conftest.er1 >conftest.err
4212   rm -f conftest.er1
4213   cat conftest.err >&5
4214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4215   (exit $ac_status); } &&
4216          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4217   { (case "(($ac_try" in
4218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4219   *) ac_try_echo=$ac_try;;
4220 esac
4221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4222   (eval "$ac_try") 2>&5
4223   ac_status=$?
4224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4225   (exit $ac_status); }; } &&
4226          { ac_try='test -s conftest$ac_exeext'
4227   { (case "(($ac_try" in
4228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4229   *) ac_try_echo=$ac_try;;
4230 esac
4231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4232   (eval "$ac_try") 2>&5
4233   ac_status=$?
4234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4235   (exit $ac_status); }; }; then
4236   { echo "$as_me:$LINENO: result: yes" >&5
4237 echo "${ECHO_T}yes" >&6; }
4238           X_LIBS="$X_LIBS -R $x_libraries"
4239 else
4240   echo "$as_me: failed program was:" >&5
4241 sed 's/^/| /' conftest.$ac_ext >&5
4242
4243         { echo "$as_me:$LINENO: result: neither works" >&5
4244 echo "${ECHO_T}neither works" >&6; }
4245 fi
4246
4247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4248       conftest$ac_exeext conftest.$ac_ext
4249 fi
4250
4251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4252       conftest$ac_exeext conftest.$ac_ext
4253     ac_c_werror_flag=$ac_xsave_c_werror_flag
4254     LIBS=$ac_xsave_LIBS
4255   fi
4256
4257   # Check for system-dependent libraries X programs must link with.
4258   # Do this before checking for the system-independent R6 libraries
4259   # (-lICE), since we may need -lsocket or whatever for X linking.
4260
4261   if test "$ISC" = yes; then
4262     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4263   else
4264     # Martyn Johnson says this is needed for Ultrix, if the X
4265     # libraries were built with DECnet support.  And Karl Berry says
4266     # the Alpha needs dnet_stub (dnet does not exist).
4267     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4268     cat >conftest.$ac_ext <<_ACEOF
4269 /* confdefs.h.  */
4270 _ACEOF
4271 cat confdefs.h >>conftest.$ac_ext
4272 cat >>conftest.$ac_ext <<_ACEOF
4273 /* end confdefs.h.  */
4274
4275 /* Override any GCC internal prototype to avoid an error.
4276    Use char because int might match the return type of a GCC
4277    builtin and then its argument prototype would still apply.  */
4278 #ifdef __cplusplus
4279 extern "C"
4280 #endif
4281 char XOpenDisplay ();
4282 int
4283 main ()
4284 {
4285 return XOpenDisplay ();
4286   ;
4287   return 0;
4288 }
4289 _ACEOF
4290 rm -f conftest.$ac_objext conftest$ac_exeext
4291 if { (ac_try="$ac_link"
4292 case "(($ac_try" in
4293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294   *) ac_try_echo=$ac_try;;
4295 esac
4296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4297   (eval "$ac_link") 2>conftest.er1
4298   ac_status=$?
4299   grep -v '^ *+' conftest.er1 >conftest.err
4300   rm -f conftest.er1
4301   cat conftest.err >&5
4302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4303   (exit $ac_status); } &&
4304          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4305   { (case "(($ac_try" in
4306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4307   *) ac_try_echo=$ac_try;;
4308 esac
4309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4310   (eval "$ac_try") 2>&5
4311   ac_status=$?
4312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4313   (exit $ac_status); }; } &&
4314          { ac_try='test -s conftest$ac_exeext'
4315   { (case "(($ac_try" in
4316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4317   *) ac_try_echo=$ac_try;;
4318 esac
4319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4320   (eval "$ac_try") 2>&5
4321   ac_status=$?
4322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4323   (exit $ac_status); }; }; then
4324   :
4325 else
4326   echo "$as_me: failed program was:" >&5
4327 sed 's/^/| /' conftest.$ac_ext >&5
4328
4329         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4330 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4331 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4332   echo $ECHO_N "(cached) $ECHO_C" >&6
4333 else
4334   ac_check_lib_save_LIBS=$LIBS
4335 LIBS="-ldnet  $LIBS"
4336 cat >conftest.$ac_ext <<_ACEOF
4337 /* confdefs.h.  */
4338 _ACEOF
4339 cat confdefs.h >>conftest.$ac_ext
4340 cat >>conftest.$ac_ext <<_ACEOF
4341 /* end confdefs.h.  */
4342
4343 /* Override any GCC internal prototype to avoid an error.
4344    Use char because int might match the return type of a GCC
4345    builtin and then its argument prototype would still apply.  */
4346 #ifdef __cplusplus
4347 extern "C"
4348 #endif
4349 char dnet_ntoa ();
4350 int
4351 main ()
4352 {
4353 return dnet_ntoa ();
4354   ;
4355   return 0;
4356 }
4357 _ACEOF
4358 rm -f conftest.$ac_objext conftest$ac_exeext
4359 if { (ac_try="$ac_link"
4360 case "(($ac_try" in
4361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4362   *) ac_try_echo=$ac_try;;
4363 esac
4364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4365   (eval "$ac_link") 2>conftest.er1
4366   ac_status=$?
4367   grep -v '^ *+' conftest.er1 >conftest.err
4368   rm -f conftest.er1
4369   cat conftest.err >&5
4370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4371   (exit $ac_status); } &&
4372          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4373   { (case "(($ac_try" in
4374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4375   *) ac_try_echo=$ac_try;;
4376 esac
4377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4378   (eval "$ac_try") 2>&5
4379   ac_status=$?
4380   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4381   (exit $ac_status); }; } &&
4382          { ac_try='test -s conftest$ac_exeext'
4383   { (case "(($ac_try" in
4384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4385   *) ac_try_echo=$ac_try;;
4386 esac
4387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4388   (eval "$ac_try") 2>&5
4389   ac_status=$?
4390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4391   (exit $ac_status); }; }; then
4392   ac_cv_lib_dnet_dnet_ntoa=yes
4393 else
4394   echo "$as_me: failed program was:" >&5
4395 sed 's/^/| /' conftest.$ac_ext >&5
4396
4397         ac_cv_lib_dnet_dnet_ntoa=no
4398 fi
4399
4400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4401       conftest$ac_exeext conftest.$ac_ext
4402 LIBS=$ac_check_lib_save_LIBS
4403 fi
4404 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4405 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4406 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4407   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4408 fi
4409
4410     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4411       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4412 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4413 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4414   echo $ECHO_N "(cached) $ECHO_C" >&6
4415 else
4416   ac_check_lib_save_LIBS=$LIBS
4417 LIBS="-ldnet_stub  $LIBS"
4418 cat >conftest.$ac_ext <<_ACEOF
4419 /* confdefs.h.  */
4420 _ACEOF
4421 cat confdefs.h >>conftest.$ac_ext
4422 cat >>conftest.$ac_ext <<_ACEOF
4423 /* end confdefs.h.  */
4424
4425 /* Override any GCC internal prototype to avoid an error.
4426    Use char because int might match the return type of a GCC
4427    builtin and then its argument prototype would still apply.  */
4428 #ifdef __cplusplus
4429 extern "C"
4430 #endif
4431 char dnet_ntoa ();
4432 int
4433 main ()
4434 {
4435 return dnet_ntoa ();
4436   ;
4437   return 0;
4438 }
4439 _ACEOF
4440 rm -f conftest.$ac_objext conftest$ac_exeext
4441 if { (ac_try="$ac_link"
4442 case "(($ac_try" in
4443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4444   *) ac_try_echo=$ac_try;;
4445 esac
4446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4447   (eval "$ac_link") 2>conftest.er1
4448   ac_status=$?
4449   grep -v '^ *+' conftest.er1 >conftest.err
4450   rm -f conftest.er1
4451   cat conftest.err >&5
4452   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4453   (exit $ac_status); } &&
4454          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4455   { (case "(($ac_try" in
4456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4457   *) ac_try_echo=$ac_try;;
4458 esac
4459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4460   (eval "$ac_try") 2>&5
4461   ac_status=$?
4462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4463   (exit $ac_status); }; } &&
4464          { ac_try='test -s conftest$ac_exeext'
4465   { (case "(($ac_try" in
4466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467   *) ac_try_echo=$ac_try;;
4468 esac
4469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4470   (eval "$ac_try") 2>&5
4471   ac_status=$?
4472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4473   (exit $ac_status); }; }; then
4474   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4475 else
4476   echo "$as_me: failed program was:" >&5
4477 sed 's/^/| /' conftest.$ac_ext >&5
4478
4479         ac_cv_lib_dnet_stub_dnet_ntoa=no
4480 fi
4481
4482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4483       conftest$ac_exeext conftest.$ac_ext
4484 LIBS=$ac_check_lib_save_LIBS
4485 fi
4486 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4487 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4488 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4489   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4490 fi
4491
4492     fi
4493 fi
4494
4495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4496       conftest$ac_exeext conftest.$ac_ext
4497     LIBS="$ac_xsave_LIBS"
4498
4499     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4500     # to get the SysV transport functions.
4501     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4502     # needs -lnsl.
4503     # The nsl library prevents programs from opening the X display
4504     # on Irix 5.2, according to T.E. Dickey.
4505     # The functions gethostbyname, getservbyname, and inet_addr are
4506     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4507     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4508 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4509 if test "${ac_cv_func_gethostbyname+set}" = set; then
4510   echo $ECHO_N "(cached) $ECHO_C" >&6
4511 else
4512   cat >conftest.$ac_ext <<_ACEOF
4513 /* confdefs.h.  */
4514 _ACEOF
4515 cat confdefs.h >>conftest.$ac_ext
4516 cat >>conftest.$ac_ext <<_ACEOF
4517 /* end confdefs.h.  */
4518 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4519    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4520 #define gethostbyname innocuous_gethostbyname
4521
4522 /* System header to define __stub macros and hopefully few prototypes,
4523     which can conflict with char gethostbyname (); below.
4524     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4525     <limits.h> exists even on freestanding compilers.  */
4526
4527 #ifdef __STDC__
4528 # include <limits.h>
4529 #else
4530 # include <assert.h>
4531 #endif
4532
4533 #undef gethostbyname
4534
4535 /* Override any GCC internal prototype to avoid an error.
4536    Use char because int might match the return type of a GCC
4537    builtin and then its argument prototype would still apply.  */
4538 #ifdef __cplusplus
4539 extern "C"
4540 #endif
4541 char gethostbyname ();
4542 /* The GNU C library defines this for functions which it implements
4543     to always fail with ENOSYS.  Some functions are actually named
4544     something starting with __ and the normal name is an alias.  */
4545 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4546 choke me
4547 #endif
4548
4549 int
4550 main ()
4551 {
4552 return gethostbyname ();
4553   ;
4554   return 0;
4555 }
4556 _ACEOF
4557 rm -f conftest.$ac_objext conftest$ac_exeext
4558 if { (ac_try="$ac_link"
4559 case "(($ac_try" in
4560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4561   *) ac_try_echo=$ac_try;;
4562 esac
4563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4564   (eval "$ac_link") 2>conftest.er1
4565   ac_status=$?
4566   grep -v '^ *+' conftest.er1 >conftest.err
4567   rm -f conftest.er1
4568   cat conftest.err >&5
4569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570   (exit $ac_status); } &&
4571          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4572   { (case "(($ac_try" in
4573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4574   *) ac_try_echo=$ac_try;;
4575 esac
4576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4577   (eval "$ac_try") 2>&5
4578   ac_status=$?
4579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4580   (exit $ac_status); }; } &&
4581          { ac_try='test -s conftest$ac_exeext'
4582   { (case "(($ac_try" in
4583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4584   *) ac_try_echo=$ac_try;;
4585 esac
4586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4587   (eval "$ac_try") 2>&5
4588   ac_status=$?
4589   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4590   (exit $ac_status); }; }; then
4591   ac_cv_func_gethostbyname=yes
4592 else
4593   echo "$as_me: failed program was:" >&5
4594 sed 's/^/| /' conftest.$ac_ext >&5
4595
4596         ac_cv_func_gethostbyname=no
4597 fi
4598
4599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4600       conftest$ac_exeext conftest.$ac_ext
4601 fi
4602 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4603 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4604
4605     if test $ac_cv_func_gethostbyname = no; then
4606       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4607 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4608 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4609   echo $ECHO_N "(cached) $ECHO_C" >&6
4610 else
4611   ac_check_lib_save_LIBS=$LIBS
4612 LIBS="-lnsl  $LIBS"
4613 cat >conftest.$ac_ext <<_ACEOF
4614 /* confdefs.h.  */
4615 _ACEOF
4616 cat confdefs.h >>conftest.$ac_ext
4617 cat >>conftest.$ac_ext <<_ACEOF
4618 /* end confdefs.h.  */
4619
4620 /* Override any GCC internal prototype to avoid an error.
4621    Use char because int might match the return type of a GCC
4622    builtin and then its argument prototype would still apply.  */
4623 #ifdef __cplusplus
4624 extern "C"
4625 #endif
4626 char gethostbyname ();
4627 int
4628 main ()
4629 {
4630 return gethostbyname ();
4631   ;
4632   return 0;
4633 }
4634 _ACEOF
4635 rm -f conftest.$ac_objext conftest$ac_exeext
4636 if { (ac_try="$ac_link"
4637 case "(($ac_try" in
4638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4639   *) ac_try_echo=$ac_try;;
4640 esac
4641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4642   (eval "$ac_link") 2>conftest.er1
4643   ac_status=$?
4644   grep -v '^ *+' conftest.er1 >conftest.err
4645   rm -f conftest.er1
4646   cat conftest.err >&5
4647   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4648   (exit $ac_status); } &&
4649          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4650   { (case "(($ac_try" in
4651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4652   *) ac_try_echo=$ac_try;;
4653 esac
4654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4655   (eval "$ac_try") 2>&5
4656   ac_status=$?
4657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4658   (exit $ac_status); }; } &&
4659          { ac_try='test -s conftest$ac_exeext'
4660   { (case "(($ac_try" in
4661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4662   *) ac_try_echo=$ac_try;;
4663 esac
4664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4665   (eval "$ac_try") 2>&5
4666   ac_status=$?
4667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4668   (exit $ac_status); }; }; then
4669   ac_cv_lib_nsl_gethostbyname=yes
4670 else
4671   echo "$as_me: failed program was:" >&5
4672 sed 's/^/| /' conftest.$ac_ext >&5
4673
4674         ac_cv_lib_nsl_gethostbyname=no
4675 fi
4676
4677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4678       conftest$ac_exeext conftest.$ac_ext
4679 LIBS=$ac_check_lib_save_LIBS
4680 fi
4681 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4682 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4683 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4684   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4685 fi
4686
4687       if test $ac_cv_lib_nsl_gethostbyname = no; then
4688         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4689 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4690 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4691   echo $ECHO_N "(cached) $ECHO_C" >&6
4692 else
4693   ac_check_lib_save_LIBS=$LIBS
4694 LIBS="-lbsd  $LIBS"
4695 cat >conftest.$ac_ext <<_ACEOF
4696 /* confdefs.h.  */
4697 _ACEOF
4698 cat confdefs.h >>conftest.$ac_ext
4699 cat >>conftest.$ac_ext <<_ACEOF
4700 /* end confdefs.h.  */
4701
4702 /* Override any GCC internal prototype to avoid an error.
4703    Use char because int might match the return type of a GCC
4704    builtin and then its argument prototype would still apply.  */
4705 #ifdef __cplusplus
4706 extern "C"
4707 #endif
4708 char gethostbyname ();
4709 int
4710 main ()
4711 {
4712 return gethostbyname ();
4713   ;
4714   return 0;
4715 }
4716 _ACEOF
4717 rm -f conftest.$ac_objext conftest$ac_exeext
4718 if { (ac_try="$ac_link"
4719 case "(($ac_try" in
4720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4721   *) ac_try_echo=$ac_try;;
4722 esac
4723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4724   (eval "$ac_link") 2>conftest.er1
4725   ac_status=$?
4726   grep -v '^ *+' conftest.er1 >conftest.err
4727   rm -f conftest.er1
4728   cat conftest.err >&5
4729   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4730   (exit $ac_status); } &&
4731          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4732   { (case "(($ac_try" in
4733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4734   *) ac_try_echo=$ac_try;;
4735 esac
4736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4737   (eval "$ac_try") 2>&5
4738   ac_status=$?
4739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4740   (exit $ac_status); }; } &&
4741          { ac_try='test -s conftest$ac_exeext'
4742   { (case "(($ac_try" in
4743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4744   *) ac_try_echo=$ac_try;;
4745 esac
4746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4747   (eval "$ac_try") 2>&5
4748   ac_status=$?
4749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4750   (exit $ac_status); }; }; then
4751   ac_cv_lib_bsd_gethostbyname=yes
4752 else
4753   echo "$as_me: failed program was:" >&5
4754 sed 's/^/| /' conftest.$ac_ext >&5
4755
4756         ac_cv_lib_bsd_gethostbyname=no
4757 fi
4758
4759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4760       conftest$ac_exeext conftest.$ac_ext
4761 LIBS=$ac_check_lib_save_LIBS
4762 fi
4763 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4764 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4765 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4766   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4767 fi
4768
4769       fi
4770     fi
4771
4772     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4773     # socket/setsockopt and other routines are undefined under SCO ODT
4774     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4775     # on later versions), says Simon Leinen: it contains gethostby*
4776     # variants that don't use the name server (or something).  -lsocket
4777     # must be given before -lnsl if both are needed.  We assume that
4778     # if connect needs -lnsl, so does gethostbyname.
4779     { echo "$as_me:$LINENO: checking for connect" >&5
4780 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4781 if test "${ac_cv_func_connect+set}" = set; then
4782   echo $ECHO_N "(cached) $ECHO_C" >&6
4783 else
4784   cat >conftest.$ac_ext <<_ACEOF
4785 /* confdefs.h.  */
4786 _ACEOF
4787 cat confdefs.h >>conftest.$ac_ext
4788 cat >>conftest.$ac_ext <<_ACEOF
4789 /* end confdefs.h.  */
4790 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4791    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4792 #define connect innocuous_connect
4793
4794 /* System header to define __stub macros and hopefully few prototypes,
4795     which can conflict with char connect (); below.
4796     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4797     <limits.h> exists even on freestanding compilers.  */
4798
4799 #ifdef __STDC__
4800 # include <limits.h>
4801 #else
4802 # include <assert.h>
4803 #endif
4804
4805 #undef connect
4806
4807 /* Override any GCC internal prototype to avoid an error.
4808    Use char because int might match the return type of a GCC
4809    builtin and then its argument prototype would still apply.  */
4810 #ifdef __cplusplus
4811 extern "C"
4812 #endif
4813 char connect ();
4814 /* The GNU C library defines this for functions which it implements
4815     to always fail with ENOSYS.  Some functions are actually named
4816     something starting with __ and the normal name is an alias.  */
4817 #if defined __stub_connect || defined __stub___connect
4818 choke me
4819 #endif
4820
4821 int
4822 main ()
4823 {
4824 return connect ();
4825   ;
4826   return 0;
4827 }
4828 _ACEOF
4829 rm -f conftest.$ac_objext conftest$ac_exeext
4830 if { (ac_try="$ac_link"
4831 case "(($ac_try" in
4832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4833   *) ac_try_echo=$ac_try;;
4834 esac
4835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4836   (eval "$ac_link") 2>conftest.er1
4837   ac_status=$?
4838   grep -v '^ *+' conftest.er1 >conftest.err
4839   rm -f conftest.er1
4840   cat conftest.err >&5
4841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4842   (exit $ac_status); } &&
4843          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4844   { (case "(($ac_try" in
4845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4846   *) ac_try_echo=$ac_try;;
4847 esac
4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4849   (eval "$ac_try") 2>&5
4850   ac_status=$?
4851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4852   (exit $ac_status); }; } &&
4853          { ac_try='test -s conftest$ac_exeext'
4854   { (case "(($ac_try" in
4855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4856   *) ac_try_echo=$ac_try;;
4857 esac
4858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4859   (eval "$ac_try") 2>&5
4860   ac_status=$?
4861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4862   (exit $ac_status); }; }; then
4863   ac_cv_func_connect=yes
4864 else
4865   echo "$as_me: failed program was:" >&5
4866 sed 's/^/| /' conftest.$ac_ext >&5
4867
4868         ac_cv_func_connect=no
4869 fi
4870
4871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4872       conftest$ac_exeext conftest.$ac_ext
4873 fi
4874 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4875 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4876
4877     if test $ac_cv_func_connect = no; then
4878       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4879 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4880 if test "${ac_cv_lib_socket_connect+set}" = set; then
4881   echo $ECHO_N "(cached) $ECHO_C" >&6
4882 else
4883   ac_check_lib_save_LIBS=$LIBS
4884 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4885 cat >conftest.$ac_ext <<_ACEOF
4886 /* confdefs.h.  */
4887 _ACEOF
4888 cat confdefs.h >>conftest.$ac_ext
4889 cat >>conftest.$ac_ext <<_ACEOF
4890 /* end confdefs.h.  */
4891
4892 /* Override any GCC internal prototype to avoid an error.
4893    Use char because int might match the return type of a GCC
4894    builtin and then its argument prototype would still apply.  */
4895 #ifdef __cplusplus
4896 extern "C"
4897 #endif
4898 char connect ();
4899 int
4900 main ()
4901 {
4902 return connect ();
4903   ;
4904   return 0;
4905 }
4906 _ACEOF
4907 rm -f conftest.$ac_objext conftest$ac_exeext
4908 if { (ac_try="$ac_link"
4909 case "(($ac_try" in
4910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4911   *) ac_try_echo=$ac_try;;
4912 esac
4913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4914   (eval "$ac_link") 2>conftest.er1
4915   ac_status=$?
4916   grep -v '^ *+' conftest.er1 >conftest.err
4917   rm -f conftest.er1
4918   cat conftest.err >&5
4919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4920   (exit $ac_status); } &&
4921          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4922   { (case "(($ac_try" in
4923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4924   *) ac_try_echo=$ac_try;;
4925 esac
4926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4927   (eval "$ac_try") 2>&5
4928   ac_status=$?
4929   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4930   (exit $ac_status); }; } &&
4931          { ac_try='test -s conftest$ac_exeext'
4932   { (case "(($ac_try" in
4933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4934   *) ac_try_echo=$ac_try;;
4935 esac
4936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4937   (eval "$ac_try") 2>&5
4938   ac_status=$?
4939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4940   (exit $ac_status); }; }; then
4941   ac_cv_lib_socket_connect=yes
4942 else
4943   echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.$ac_ext >&5
4945
4946         ac_cv_lib_socket_connect=no
4947 fi
4948
4949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4950       conftest$ac_exeext conftest.$ac_ext
4951 LIBS=$ac_check_lib_save_LIBS
4952 fi
4953 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4954 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4955 if test $ac_cv_lib_socket_connect = yes; then
4956   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4957 fi
4958
4959     fi
4960
4961     # Guillermo Gomez says -lposix is necessary on A/UX.
4962     { echo "$as_me:$LINENO: checking for remove" >&5
4963 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4964 if test "${ac_cv_func_remove+set}" = set; then
4965   echo $ECHO_N "(cached) $ECHO_C" >&6
4966 else
4967   cat >conftest.$ac_ext <<_ACEOF
4968 /* confdefs.h.  */
4969 _ACEOF
4970 cat confdefs.h >>conftest.$ac_ext
4971 cat >>conftest.$ac_ext <<_ACEOF
4972 /* end confdefs.h.  */
4973 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4974    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4975 #define remove innocuous_remove
4976
4977 /* System header to define __stub macros and hopefully few prototypes,
4978     which can conflict with char remove (); below.
4979     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4980     <limits.h> exists even on freestanding compilers.  */
4981
4982 #ifdef __STDC__
4983 # include <limits.h>
4984 #else
4985 # include <assert.h>
4986 #endif
4987
4988 #undef remove
4989
4990 /* Override any GCC internal prototype to avoid an error.
4991    Use char because int might match the return type of a GCC
4992    builtin and then its argument prototype would still apply.  */
4993 #ifdef __cplusplus
4994 extern "C"
4995 #endif
4996 char remove ();
4997 /* The GNU C library defines this for functions which it implements
4998     to always fail with ENOSYS.  Some functions are actually named
4999     something starting with __ and the normal name is an alias.  */
5000 #if defined __stub_remove || defined __stub___remove
5001 choke me
5002 #endif
5003
5004 int
5005 main ()
5006 {
5007 return remove ();
5008   ;
5009   return 0;
5010 }
5011 _ACEOF
5012 rm -f conftest.$ac_objext conftest$ac_exeext
5013 if { (ac_try="$ac_link"
5014 case "(($ac_try" in
5015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5016   *) ac_try_echo=$ac_try;;
5017 esac
5018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5019   (eval "$ac_link") 2>conftest.er1
5020   ac_status=$?
5021   grep -v '^ *+' conftest.er1 >conftest.err
5022   rm -f conftest.er1
5023   cat conftest.err >&5
5024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5025   (exit $ac_status); } &&
5026          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5027   { (case "(($ac_try" in
5028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5029   *) ac_try_echo=$ac_try;;
5030 esac
5031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5032   (eval "$ac_try") 2>&5
5033   ac_status=$?
5034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5035   (exit $ac_status); }; } &&
5036          { ac_try='test -s conftest$ac_exeext'
5037   { (case "(($ac_try" in
5038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5039   *) ac_try_echo=$ac_try;;
5040 esac
5041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5042   (eval "$ac_try") 2>&5
5043   ac_status=$?
5044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5045   (exit $ac_status); }; }; then
5046   ac_cv_func_remove=yes
5047 else
5048   echo "$as_me: failed program was:" >&5
5049 sed 's/^/| /' conftest.$ac_ext >&5
5050
5051         ac_cv_func_remove=no
5052 fi
5053
5054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5055       conftest$ac_exeext conftest.$ac_ext
5056 fi
5057 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5058 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
5059
5060     if test $ac_cv_func_remove = no; then
5061       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5062 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
5063 if test "${ac_cv_lib_posix_remove+set}" = set; then
5064   echo $ECHO_N "(cached) $ECHO_C" >&6
5065 else
5066   ac_check_lib_save_LIBS=$LIBS
5067 LIBS="-lposix  $LIBS"
5068 cat >conftest.$ac_ext <<_ACEOF
5069 /* confdefs.h.  */
5070 _ACEOF
5071 cat confdefs.h >>conftest.$ac_ext
5072 cat >>conftest.$ac_ext <<_ACEOF
5073 /* end confdefs.h.  */
5074
5075 /* Override any GCC internal prototype to avoid an error.
5076    Use char because int might match the return type of a GCC
5077    builtin and then its argument prototype would still apply.  */
5078 #ifdef __cplusplus
5079 extern "C"
5080 #endif
5081 char remove ();
5082 int
5083 main ()
5084 {
5085 return remove ();
5086   ;
5087   return 0;
5088 }
5089 _ACEOF
5090 rm -f conftest.$ac_objext conftest$ac_exeext
5091 if { (ac_try="$ac_link"
5092 case "(($ac_try" in
5093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5094   *) ac_try_echo=$ac_try;;
5095 esac
5096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5097   (eval "$ac_link") 2>conftest.er1
5098   ac_status=$?
5099   grep -v '^ *+' conftest.er1 >conftest.err
5100   rm -f conftest.er1
5101   cat conftest.err >&5
5102   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5103   (exit $ac_status); } &&
5104          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5105   { (case "(($ac_try" in
5106   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5107   *) ac_try_echo=$ac_try;;
5108 esac
5109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5110   (eval "$ac_try") 2>&5
5111   ac_status=$?
5112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5113   (exit $ac_status); }; } &&
5114          { ac_try='test -s conftest$ac_exeext'
5115   { (case "(($ac_try" in
5116   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5117   *) ac_try_echo=$ac_try;;
5118 esac
5119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5120   (eval "$ac_try") 2>&5
5121   ac_status=$?
5122   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5123   (exit $ac_status); }; }; then
5124   ac_cv_lib_posix_remove=yes
5125 else
5126   echo "$as_me: failed program was:" >&5
5127 sed 's/^/| /' conftest.$ac_ext >&5
5128
5129         ac_cv_lib_posix_remove=no
5130 fi
5131
5132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5133       conftest$ac_exeext conftest.$ac_ext
5134 LIBS=$ac_check_lib_save_LIBS
5135 fi
5136 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5137 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5138 if test $ac_cv_lib_posix_remove = yes; then
5139   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5140 fi
5141
5142     fi
5143
5144     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5145     { echo "$as_me:$LINENO: checking for shmat" >&5
5146 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5147 if test "${ac_cv_func_shmat+set}" = set; then
5148   echo $ECHO_N "(cached) $ECHO_C" >&6
5149 else
5150   cat >conftest.$ac_ext <<_ACEOF
5151 /* confdefs.h.  */
5152 _ACEOF
5153 cat confdefs.h >>conftest.$ac_ext
5154 cat >>conftest.$ac_ext <<_ACEOF
5155 /* end confdefs.h.  */
5156 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5157    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5158 #define shmat innocuous_shmat
5159
5160 /* System header to define __stub macros and hopefully few prototypes,
5161     which can conflict with char shmat (); below.
5162     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5163     <limits.h> exists even on freestanding compilers.  */
5164
5165 #ifdef __STDC__
5166 # include <limits.h>
5167 #else
5168 # include <assert.h>
5169 #endif
5170
5171 #undef shmat
5172
5173 /* Override any GCC internal prototype to avoid an error.
5174    Use char because int might match the return type of a GCC
5175    builtin and then its argument prototype would still apply.  */
5176 #ifdef __cplusplus
5177 extern "C"
5178 #endif
5179 char shmat ();
5180 /* The GNU C library defines this for functions which it implements
5181     to always fail with ENOSYS.  Some functions are actually named
5182     something starting with __ and the normal name is an alias.  */
5183 #if defined __stub_shmat || defined __stub___shmat
5184 choke me
5185 #endif
5186
5187 int
5188 main ()
5189 {
5190 return shmat ();
5191   ;
5192   return 0;
5193 }
5194 _ACEOF
5195 rm -f conftest.$ac_objext conftest$ac_exeext
5196 if { (ac_try="$ac_link"
5197 case "(($ac_try" in
5198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5199   *) ac_try_echo=$ac_try;;
5200 esac
5201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5202   (eval "$ac_link") 2>conftest.er1
5203   ac_status=$?
5204   grep -v '^ *+' conftest.er1 >conftest.err
5205   rm -f conftest.er1
5206   cat conftest.err >&5
5207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208   (exit $ac_status); } &&
5209          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5210   { (case "(($ac_try" in
5211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5212   *) ac_try_echo=$ac_try;;
5213 esac
5214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5215   (eval "$ac_try") 2>&5
5216   ac_status=$?
5217   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218   (exit $ac_status); }; } &&
5219          { ac_try='test -s conftest$ac_exeext'
5220   { (case "(($ac_try" in
5221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5222   *) ac_try_echo=$ac_try;;
5223 esac
5224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5225   (eval "$ac_try") 2>&5
5226   ac_status=$?
5227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5228   (exit $ac_status); }; }; then
5229   ac_cv_func_shmat=yes
5230 else
5231   echo "$as_me: failed program was:" >&5
5232 sed 's/^/| /' conftest.$ac_ext >&5
5233
5234         ac_cv_func_shmat=no
5235 fi
5236
5237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5238       conftest$ac_exeext conftest.$ac_ext
5239 fi
5240 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5241 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5242
5243     if test $ac_cv_func_shmat = no; then
5244       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5245 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5246 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5247   echo $ECHO_N "(cached) $ECHO_C" >&6
5248 else
5249   ac_check_lib_save_LIBS=$LIBS
5250 LIBS="-lipc  $LIBS"
5251 cat >conftest.$ac_ext <<_ACEOF
5252 /* confdefs.h.  */
5253 _ACEOF
5254 cat confdefs.h >>conftest.$ac_ext
5255 cat >>conftest.$ac_ext <<_ACEOF
5256 /* end confdefs.h.  */
5257
5258 /* Override any GCC internal prototype to avoid an error.
5259    Use char because int might match the return type of a GCC
5260    builtin and then its argument prototype would still apply.  */
5261 #ifdef __cplusplus
5262 extern "C"
5263 #endif
5264 char shmat ();
5265 int
5266 main ()
5267 {
5268 return shmat ();
5269   ;
5270   return 0;
5271 }
5272 _ACEOF
5273 rm -f conftest.$ac_objext conftest$ac_exeext
5274 if { (ac_try="$ac_link"
5275 case "(($ac_try" in
5276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5277   *) ac_try_echo=$ac_try;;
5278 esac
5279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5280   (eval "$ac_link") 2>conftest.er1
5281   ac_status=$?
5282   grep -v '^ *+' conftest.er1 >conftest.err
5283   rm -f conftest.er1
5284   cat conftest.err >&5
5285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5286   (exit $ac_status); } &&
5287          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5288   { (case "(($ac_try" in
5289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5290   *) ac_try_echo=$ac_try;;
5291 esac
5292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5293   (eval "$ac_try") 2>&5
5294   ac_status=$?
5295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5296   (exit $ac_status); }; } &&
5297          { ac_try='test -s conftest$ac_exeext'
5298   { (case "(($ac_try" in
5299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5300   *) ac_try_echo=$ac_try;;
5301 esac
5302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5303   (eval "$ac_try") 2>&5
5304   ac_status=$?
5305   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5306   (exit $ac_status); }; }; then
5307   ac_cv_lib_ipc_shmat=yes
5308 else
5309   echo "$as_me: failed program was:" >&5
5310 sed 's/^/| /' conftest.$ac_ext >&5
5311
5312         ac_cv_lib_ipc_shmat=no
5313 fi
5314
5315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5316       conftest$ac_exeext conftest.$ac_ext
5317 LIBS=$ac_check_lib_save_LIBS
5318 fi
5319 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5320 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5321 if test $ac_cv_lib_ipc_shmat = yes; then
5322   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5323 fi
5324
5325     fi
5326   fi
5327
5328   # Check for libraries that X11R6 Xt/Xaw programs need.
5329   ac_save_LDFLAGS=$LDFLAGS
5330   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5331   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5332   # check for ICE first), but we must link in the order -lSM -lICE or
5333   # we get undefined symbols.  So assume we have SM if we have ICE.
5334   # These have to be linked with before -lX11, unlike the other
5335   # libraries we check for below, so use a different variable.
5336   # John Interrante, Karl Berry
5337   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5338 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5339 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5340   echo $ECHO_N "(cached) $ECHO_C" >&6
5341 else
5342   ac_check_lib_save_LIBS=$LIBS
5343 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5344 cat >conftest.$ac_ext <<_ACEOF
5345 /* confdefs.h.  */
5346 _ACEOF
5347 cat confdefs.h >>conftest.$ac_ext
5348 cat >>conftest.$ac_ext <<_ACEOF
5349 /* end confdefs.h.  */
5350
5351 /* Override any GCC internal prototype to avoid an error.
5352    Use char because int might match the return type of a GCC
5353    builtin and then its argument prototype would still apply.  */
5354 #ifdef __cplusplus
5355 extern "C"
5356 #endif
5357 char IceConnectionNumber ();
5358 int
5359 main ()
5360 {
5361 return IceConnectionNumber ();
5362   ;
5363   return 0;
5364 }
5365 _ACEOF
5366 rm -f conftest.$ac_objext conftest$ac_exeext
5367 if { (ac_try="$ac_link"
5368 case "(($ac_try" in
5369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5370   *) ac_try_echo=$ac_try;;
5371 esac
5372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5373   (eval "$ac_link") 2>conftest.er1
5374   ac_status=$?
5375   grep -v '^ *+' conftest.er1 >conftest.err
5376   rm -f conftest.er1
5377   cat conftest.err >&5
5378   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5379   (exit $ac_status); } &&
5380          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5381   { (case "(($ac_try" in
5382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5383   *) ac_try_echo=$ac_try;;
5384 esac
5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5386   (eval "$ac_try") 2>&5
5387   ac_status=$?
5388   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5389   (exit $ac_status); }; } &&
5390          { ac_try='test -s conftest$ac_exeext'
5391   { (case "(($ac_try" in
5392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5393   *) ac_try_echo=$ac_try;;
5394 esac
5395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5396   (eval "$ac_try") 2>&5
5397   ac_status=$?
5398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5399   (exit $ac_status); }; }; then
5400   ac_cv_lib_ICE_IceConnectionNumber=yes
5401 else
5402   echo "$as_me: failed program was:" >&5
5403 sed 's/^/| /' conftest.$ac_ext >&5
5404
5405         ac_cv_lib_ICE_IceConnectionNumber=no
5406 fi
5407
5408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5409       conftest$ac_exeext conftest.$ac_ext
5410 LIBS=$ac_check_lib_save_LIBS
5411 fi
5412 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5413 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5414 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5415   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5416 fi
5417
5418   LDFLAGS=$ac_save_LDFLAGS
5419
5420 fi
5421
5422 for ac_prog in flex lex
5423 do
5424   # Extract the first word of "$ac_prog", so it can be a program name with args.
5425 set dummy $ac_prog; ac_word=$2
5426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5428 if test "${ac_cv_prog_LEX+set}" = set; then
5429   echo $ECHO_N "(cached) $ECHO_C" >&6
5430 else
5431   if test -n "$LEX"; then
5432   ac_cv_prog_LEX="$LEX" # Let the user override the test.
5433 else
5434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5435 for as_dir in $PATH
5436 do
5437   IFS=$as_save_IFS
5438   test -z "$as_dir" && as_dir=.
5439   for ac_exec_ext in '' $ac_executable_extensions; do
5440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5441     ac_cv_prog_LEX="$ac_prog"
5442     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5443     break 2
5444   fi
5445 done
5446 done
5447 IFS=$as_save_IFS
5448
5449 fi
5450 fi
5451 LEX=$ac_cv_prog_LEX
5452 if test -n "$LEX"; then
5453   { echo "$as_me:$LINENO: result: $LEX" >&5
5454 echo "${ECHO_T}$LEX" >&6; }
5455 else
5456   { echo "$as_me:$LINENO: result: no" >&5
5457 echo "${ECHO_T}no" >&6; }
5458 fi
5459
5460
5461   test -n "$LEX" && break
5462 done
5463 test -n "$LEX" || LEX=":"
5464
5465 if test "x$LEX" != "x:"; then
5466   cat >conftest.l <<_ACEOF
5467 %%
5468 a { ECHO; }
5469 b { REJECT; }
5470 c { yymore (); }
5471 d { yyless (1); }
5472 e { yyless (input () != 0); }
5473 f { unput (yytext[0]); }
5474 . { BEGIN INITIAL; }
5475 %%
5476 #ifdef YYTEXT_POINTER
5477 extern char *yytext;
5478 #endif
5479 int
5480 main (void)
5481 {
5482   return ! yylex () + ! yywrap ();
5483 }
5484 _ACEOF
5485 { (ac_try="$LEX conftest.l"
5486 case "(($ac_try" in
5487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5488   *) ac_try_echo=$ac_try;;
5489 esac
5490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491   (eval "$LEX conftest.l") 2>&5
5492   ac_status=$?
5493   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5494   (exit $ac_status); }
5495 { echo "$as_me:$LINENO: checking lex output file root" >&5
5496 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
5497 if test "${ac_cv_prog_lex_root+set}" = set; then
5498   echo $ECHO_N "(cached) $ECHO_C" >&6
5499 else
5500
5501 if test -f lex.yy.c; then
5502   ac_cv_prog_lex_root=lex.yy
5503 elif test -f lexyy.c; then
5504   ac_cv_prog_lex_root=lexyy
5505 else
5506   { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5507 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5508    { (exit 1); exit 1; }; }
5509 fi
5510 fi
5511 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5512 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
5513 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
5514
5515 if test -z "${LEXLIB+set}"; then
5516   { echo "$as_me:$LINENO: checking lex library" >&5
5517 echo $ECHO_N "checking lex library... $ECHO_C" >&6; }
5518 if test "${ac_cv_lib_lex+set}" = set; then
5519   echo $ECHO_N "(cached) $ECHO_C" >&6
5520 else
5521
5522     ac_save_LIBS=$LIBS
5523     ac_cv_lib_lex='none needed'
5524     for ac_lib in '' -lfl -ll; do
5525       LIBS="$ac_lib $ac_save_LIBS"
5526       cat >conftest.$ac_ext <<_ACEOF
5527 `cat $LEX_OUTPUT_ROOT.c`
5528 _ACEOF
5529 rm -f conftest.$ac_objext conftest$ac_exeext
5530 if { (ac_try="$ac_link"
5531 case "(($ac_try" in
5532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5533   *) ac_try_echo=$ac_try;;
5534 esac
5535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5536   (eval "$ac_link") 2>conftest.er1
5537   ac_status=$?
5538   grep -v '^ *+' conftest.er1 >conftest.err
5539   rm -f conftest.er1
5540   cat conftest.err >&5
5541   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5542   (exit $ac_status); } &&
5543          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5544   { (case "(($ac_try" in
5545   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5546   *) ac_try_echo=$ac_try;;
5547 esac
5548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5549   (eval "$ac_try") 2>&5
5550   ac_status=$?
5551   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5552   (exit $ac_status); }; } &&
5553          { ac_try='test -s conftest$ac_exeext'
5554   { (case "(($ac_try" in
5555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5556   *) ac_try_echo=$ac_try;;
5557 esac
5558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5559   (eval "$ac_try") 2>&5
5560   ac_status=$?
5561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5562   (exit $ac_status); }; }; then
5563   ac_cv_lib_lex=$ac_lib
5564 else
5565   echo "$as_me: failed program was:" >&5
5566 sed 's/^/| /' conftest.$ac_ext >&5
5567
5568
5569 fi
5570
5571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5572       conftest$ac_exeext conftest.$ac_ext
5573       test "$ac_cv_lib_lex" != 'none needed' && break
5574     done
5575     LIBS=$ac_save_LIBS
5576
5577 fi
5578 { echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
5579 echo "${ECHO_T}$ac_cv_lib_lex" >&6; }
5580   test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
5581 fi
5582
5583
5584 { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5585 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
5586 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5587   echo $ECHO_N "(cached) $ECHO_C" >&6
5588 else
5589   # POSIX says lex can declare yytext either as a pointer or an array; the
5590 # default is implementation-dependent.  Figure out which it is, since
5591 # not all implementations provide the %pointer and %array declarations.
5592 ac_cv_prog_lex_yytext_pointer=no
5593 ac_save_LIBS=$LIBS
5594 LIBS="$LEXLIB $ac_save_LIBS"
5595 cat >conftest.$ac_ext <<_ACEOF
5596 #define YYTEXT_POINTER 1
5597 `cat $LEX_OUTPUT_ROOT.c`
5598 _ACEOF
5599 rm -f conftest.$ac_objext conftest$ac_exeext
5600 if { (ac_try="$ac_link"
5601 case "(($ac_try" in
5602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5603   *) ac_try_echo=$ac_try;;
5604 esac
5605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5606   (eval "$ac_link") 2>conftest.er1
5607   ac_status=$?
5608   grep -v '^ *+' conftest.er1 >conftest.err
5609   rm -f conftest.er1
5610   cat conftest.err >&5
5611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5612   (exit $ac_status); } &&
5613          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5614   { (case "(($ac_try" in
5615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5616   *) ac_try_echo=$ac_try;;
5617 esac
5618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5619   (eval "$ac_try") 2>&5
5620   ac_status=$?
5621   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5622   (exit $ac_status); }; } &&
5623          { ac_try='test -s conftest$ac_exeext'
5624   { (case "(($ac_try" in
5625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5626   *) ac_try_echo=$ac_try;;
5627 esac
5628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5629   (eval "$ac_try") 2>&5
5630   ac_status=$?
5631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5632   (exit $ac_status); }; }; then
5633   ac_cv_prog_lex_yytext_pointer=yes
5634 else
5635   echo "$as_me: failed program was:" >&5
5636 sed 's/^/| /' conftest.$ac_ext >&5
5637
5638
5639 fi
5640
5641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5642       conftest$ac_exeext conftest.$ac_ext
5643 LIBS=$ac_save_LIBS
5644
5645 fi
5646 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5647 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; }
5648 if test $ac_cv_prog_lex_yytext_pointer = yes; then
5649
5650 cat >>confdefs.h <<\_ACEOF
5651 #define YYTEXT_POINTER 1
5652 _ACEOF
5653
5654 fi
5655 rm -f conftest.l $LEX_OUTPUT_ROOT.c
5656
5657 fi
5658
5659 for ac_prog in $LEX flex lex
5660 do
5661   # Extract the first word of "$ac_prog", so it can be a program name with args.
5662 set dummy $ac_prog; ac_word=$2
5663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5665 if test "${ac_cv_prog_XLEX+set}" = set; then
5666   echo $ECHO_N "(cached) $ECHO_C" >&6
5667 else
5668   if test -n "$XLEX"; then
5669   ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
5670 else
5671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5672 for as_dir in $PATH
5673 do
5674   IFS=$as_save_IFS
5675   test -z "$as_dir" && as_dir=.
5676   for ac_exec_ext in '' $ac_executable_extensions; do
5677   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5678     ac_cv_prog_XLEX="$ac_prog"
5679     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5680     break 2
5681   fi
5682 done
5683 done
5684 IFS=$as_save_IFS
5685
5686 fi
5687 fi
5688 XLEX=$ac_cv_prog_XLEX
5689 if test -n "$XLEX"; then
5690   { echo "$as_me:$LINENO: result: $XLEX" >&5
5691 echo "${ECHO_T}$XLEX" >&6; }
5692 else
5693   { echo "$as_me:$LINENO: result: no" >&5
5694 echo "${ECHO_T}no" >&6; }
5695 fi
5696
5697
5698   test -n "$XLEX" && break
5699 done
5700 test -n "$XLEX" || XLEX="none"
5701
5702 if test "$XLEX" = "none"
5703 then
5704   { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
5705 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
5706    { (exit 1); exit 1; }; }
5707 fi
5708
5709 for ac_prog in bison
5710 do
5711   # Extract the first word of "$ac_prog", so it can be a program name with args.
5712 set dummy $ac_prog; ac_word=$2
5713 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5714 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5715 if test "${ac_cv_prog_BISON+set}" = set; then
5716   echo $ECHO_N "(cached) $ECHO_C" >&6
5717 else
5718   if test -n "$BISON"; then
5719   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5720 else
5721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5722 for as_dir in $PATH
5723 do
5724   IFS=$as_save_IFS
5725   test -z "$as_dir" && as_dir=.
5726   for ac_exec_ext in '' $ac_executable_extensions; do
5727   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5728     ac_cv_prog_BISON="$ac_prog"
5729     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5730     break 2
5731   fi
5732 done
5733 done
5734 IFS=$as_save_IFS
5735
5736 fi
5737 fi
5738 BISON=$ac_cv_prog_BISON
5739 if test -n "$BISON"; then
5740   { echo "$as_me:$LINENO: result: $BISON" >&5
5741 echo "${ECHO_T}$BISON" >&6; }
5742 else
5743   { echo "$as_me:$LINENO: result: no" >&5
5744 echo "${ECHO_T}no" >&6; }
5745 fi
5746
5747
5748   test -n "$BISON" && break
5749 done
5750 test -n "$BISON" || BISON="none"
5751
5752 if test "$BISON" = "none"
5753 then
5754   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5755 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5756    { (exit 1); exit 1; }; }
5757 fi
5758
5759 if test -n "$ac_tool_prefix"; then
5760   for ac_prog in gas as
5761   do
5762     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5763 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5764 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5766 if test "${ac_cv_prog_AS+set}" = set; then
5767   echo $ECHO_N "(cached) $ECHO_C" >&6
5768 else
5769   if test -n "$AS"; then
5770   ac_cv_prog_AS="$AS" # Let the user override the test.
5771 else
5772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 for as_dir in $PATH
5774 do
5775   IFS=$as_save_IFS
5776   test -z "$as_dir" && as_dir=.
5777   for ac_exec_ext in '' $ac_executable_extensions; do
5778   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5779     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5780     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5781     break 2
5782   fi
5783 done
5784 done
5785 IFS=$as_save_IFS
5786
5787 fi
5788 fi
5789 AS=$ac_cv_prog_AS
5790 if test -n "$AS"; then
5791   { echo "$as_me:$LINENO: result: $AS" >&5
5792 echo "${ECHO_T}$AS" >&6; }
5793 else
5794   { echo "$as_me:$LINENO: result: no" >&5
5795 echo "${ECHO_T}no" >&6; }
5796 fi
5797
5798
5799     test -n "$AS" && break
5800   done
5801 fi
5802 if test -z "$AS"; then
5803   ac_ct_AS=$AS
5804   for ac_prog in gas as
5805 do
5806   # Extract the first word of "$ac_prog", so it can be a program name with args.
5807 set dummy $ac_prog; ac_word=$2
5808 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5810 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5811   echo $ECHO_N "(cached) $ECHO_C" >&6
5812 else
5813   if test -n "$ac_ct_AS"; then
5814   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5815 else
5816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5817 for as_dir in $PATH
5818 do
5819   IFS=$as_save_IFS
5820   test -z "$as_dir" && as_dir=.
5821   for ac_exec_ext in '' $ac_executable_extensions; do
5822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5823     ac_cv_prog_ac_ct_AS="$ac_prog"
5824     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5825     break 2
5826   fi
5827 done
5828 done
5829 IFS=$as_save_IFS
5830
5831 fi
5832 fi
5833 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5834 if test -n "$ac_ct_AS"; then
5835   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5836 echo "${ECHO_T}$ac_ct_AS" >&6; }
5837 else
5838   { echo "$as_me:$LINENO: result: no" >&5
5839 echo "${ECHO_T}no" >&6; }
5840 fi
5841
5842
5843   test -n "$ac_ct_AS" && break
5844 done
5845
5846   if test "x$ac_ct_AS" = x; then
5847     AS="as"
5848   else
5849     case $cross_compiling:$ac_tool_warned in
5850 yes:)
5851 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5852 whose name does not start with the host triplet.  If you think this
5853 configuration is useful to you, please write to autoconf@gnu.org." >&5
5854 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet.  If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5857 ac_tool_warned=yes ;;
5858 esac
5859     AS=$ac_ct_AS
5860   fi
5861 fi
5862
5863 if test -n "$ac_tool_prefix"; then
5864   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5865 set dummy ${ac_tool_prefix}ld; ac_word=$2
5866 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5868 if test "${ac_cv_prog_LD+set}" = set; then
5869   echo $ECHO_N "(cached) $ECHO_C" >&6
5870 else
5871   if test -n "$LD"; then
5872   ac_cv_prog_LD="$LD" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877   IFS=$as_save_IFS
5878   test -z "$as_dir" && as_dir=.
5879   for ac_exec_ext in '' $ac_executable_extensions; do
5880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5881     ac_cv_prog_LD="${ac_tool_prefix}ld"
5882     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883     break 2
5884   fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 LD=$ac_cv_prog_LD
5892 if test -n "$LD"; then
5893   { echo "$as_me:$LINENO: result: $LD" >&5
5894 echo "${ECHO_T}$LD" >&6; }
5895 else
5896   { echo "$as_me:$LINENO: result: no" >&5
5897 echo "${ECHO_T}no" >&6; }
5898 fi
5899
5900
5901 fi
5902 if test -z "$ac_cv_prog_LD"; then
5903   ac_ct_LD=$LD
5904   # Extract the first word of "ld", so it can be a program name with args.
5905 set dummy ld; ac_word=$2
5906 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5908 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5909   echo $ECHO_N "(cached) $ECHO_C" >&6
5910 else
5911   if test -n "$ac_ct_LD"; then
5912   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5916 do
5917   IFS=$as_save_IFS
5918   test -z "$as_dir" && as_dir=.
5919   for ac_exec_ext in '' $ac_executable_extensions; do
5920   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5921     ac_cv_prog_ac_ct_LD="ld"
5922     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5923     break 2
5924   fi
5925 done
5926 done
5927 IFS=$as_save_IFS
5928
5929 fi
5930 fi
5931 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5932 if test -n "$ac_ct_LD"; then
5933   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5934 echo "${ECHO_T}$ac_ct_LD" >&6; }
5935 else
5936   { echo "$as_me:$LINENO: result: no" >&5
5937 echo "${ECHO_T}no" >&6; }
5938 fi
5939
5940   if test "x$ac_ct_LD" = x; then
5941     LD="ld"
5942   else
5943     case $cross_compiling:$ac_tool_warned in
5944 yes:)
5945 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet.  If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&5
5948 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5949 whose name does not start with the host triplet.  If you think this
5950 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5951 ac_tool_warned=yes ;;
5952 esac
5953     LD=$ac_ct_LD
5954   fi
5955 else
5956   LD="$ac_cv_prog_LD"
5957 fi
5958
5959 if test -n "$ac_tool_prefix"; then
5960   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5961 set dummy ${ac_tool_prefix}ar; ac_word=$2
5962 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5964 if test "${ac_cv_prog_AR+set}" = set; then
5965   echo $ECHO_N "(cached) $ECHO_C" >&6
5966 else
5967   if test -n "$AR"; then
5968   ac_cv_prog_AR="$AR" # Let the user override the test.
5969 else
5970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5971 for as_dir in $PATH
5972 do
5973   IFS=$as_save_IFS
5974   test -z "$as_dir" && as_dir=.
5975   for ac_exec_ext in '' $ac_executable_extensions; do
5976   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5977     ac_cv_prog_AR="${ac_tool_prefix}ar"
5978     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5979     break 2
5980   fi
5981 done
5982 done
5983 IFS=$as_save_IFS
5984
5985 fi
5986 fi
5987 AR=$ac_cv_prog_AR
5988 if test -n "$AR"; then
5989   { echo "$as_me:$LINENO: result: $AR" >&5
5990 echo "${ECHO_T}$AR" >&6; }
5991 else
5992   { echo "$as_me:$LINENO: result: no" >&5
5993 echo "${ECHO_T}no" >&6; }
5994 fi
5995
5996
5997 fi
5998 if test -z "$ac_cv_prog_AR"; then
5999   ac_ct_AR=$AR
6000   # Extract the first word of "ar", so it can be a program name with args.
6001 set dummy ar; ac_word=$2
6002 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6004 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6005   echo $ECHO_N "(cached) $ECHO_C" >&6
6006 else
6007   if test -n "$ac_ct_AR"; then
6008   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6009 else
6010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6011 for as_dir in $PATH
6012 do
6013   IFS=$as_save_IFS
6014   test -z "$as_dir" && as_dir=.
6015   for ac_exec_ext in '' $ac_executable_extensions; do
6016   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6017     ac_cv_prog_ac_ct_AR="ar"
6018     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6019     break 2
6020   fi
6021 done
6022 done
6023 IFS=$as_save_IFS
6024
6025 fi
6026 fi
6027 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6028 if test -n "$ac_ct_AR"; then
6029   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6030 echo "${ECHO_T}$ac_ct_AR" >&6; }
6031 else
6032   { echo "$as_me:$LINENO: result: no" >&5
6033 echo "${ECHO_T}no" >&6; }
6034 fi
6035
6036   if test "x$ac_ct_AR" = x; then
6037     AR="ar"
6038   else
6039     case $cross_compiling:$ac_tool_warned in
6040 yes:)
6041 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet.  If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&5
6044 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6045 whose name does not start with the host triplet.  If you think this
6046 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6047 ac_tool_warned=yes ;;
6048 esac
6049     AR=$ac_ct_AR
6050   fi
6051 else
6052   AR="$ac_cv_prog_AR"
6053 fi
6054
6055 if test -n "$ac_tool_prefix"; then
6056   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6057 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6058 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6059 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6060 if test "${ac_cv_prog_RANLIB+set}" = set; then
6061   echo $ECHO_N "(cached) $ECHO_C" >&6
6062 else
6063   if test -n "$RANLIB"; then
6064   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6065 else
6066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6067 for as_dir in $PATH
6068 do
6069   IFS=$as_save_IFS
6070   test -z "$as_dir" && as_dir=.
6071   for ac_exec_ext in '' $ac_executable_extensions; do
6072   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6073     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6074     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6075     break 2
6076   fi
6077 done
6078 done
6079 IFS=$as_save_IFS
6080
6081 fi
6082 fi
6083 RANLIB=$ac_cv_prog_RANLIB
6084 if test -n "$RANLIB"; then
6085   { echo "$as_me:$LINENO: result: $RANLIB" >&5
6086 echo "${ECHO_T}$RANLIB" >&6; }
6087 else
6088   { echo "$as_me:$LINENO: result: no" >&5
6089 echo "${ECHO_T}no" >&6; }
6090 fi
6091
6092
6093 fi
6094 if test -z "$ac_cv_prog_RANLIB"; then
6095   ac_ct_RANLIB=$RANLIB
6096   # Extract the first word of "ranlib", so it can be a program name with args.
6097 set dummy ranlib; ac_word=$2
6098 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6100 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6101   echo $ECHO_N "(cached) $ECHO_C" >&6
6102 else
6103   if test -n "$ac_ct_RANLIB"; then
6104   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6105 else
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107 for as_dir in $PATH
6108 do
6109   IFS=$as_save_IFS
6110   test -z "$as_dir" && as_dir=.
6111   for ac_exec_ext in '' $ac_executable_extensions; do
6112   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6113     ac_cv_prog_ac_ct_RANLIB="ranlib"
6114     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6115     break 2
6116   fi
6117 done
6118 done
6119 IFS=$as_save_IFS
6120
6121 fi
6122 fi
6123 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6124 if test -n "$ac_ct_RANLIB"; then
6125   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6126 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6127 else
6128   { echo "$as_me:$LINENO: result: no" >&5
6129 echo "${ECHO_T}no" >&6; }
6130 fi
6131
6132   if test "x$ac_ct_RANLIB" = x; then
6133     RANLIB=":"
6134   else
6135     case $cross_compiling:$ac_tool_warned in
6136 yes:)
6137 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6138 whose name does not start with the host triplet.  If you think this
6139 configuration is useful to you, please write to autoconf@gnu.org." >&5
6140 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6141 whose name does not start with the host triplet.  If you think this
6142 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6143 ac_tool_warned=yes ;;
6144 esac
6145     RANLIB=$ac_ct_RANLIB
6146   fi
6147 else
6148   RANLIB="$ac_cv_prog_RANLIB"
6149 fi
6150
6151 if test -n "$ac_tool_prefix"; then
6152   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6153 set dummy ${ac_tool_prefix}strip; ac_word=$2
6154 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6155 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6156 if test "${ac_cv_prog_STRIP+set}" = set; then
6157   echo $ECHO_N "(cached) $ECHO_C" >&6
6158 else
6159   if test -n "$STRIP"; then
6160   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6161 else
6162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6163 for as_dir in $PATH
6164 do
6165   IFS=$as_save_IFS
6166   test -z "$as_dir" && as_dir=.
6167   for ac_exec_ext in '' $ac_executable_extensions; do
6168   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6169     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6170     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6171     break 2
6172   fi
6173 done
6174 done
6175 IFS=$as_save_IFS
6176
6177 fi
6178 fi
6179 STRIP=$ac_cv_prog_STRIP
6180 if test -n "$STRIP"; then
6181   { echo "$as_me:$LINENO: result: $STRIP" >&5
6182 echo "${ECHO_T}$STRIP" >&6; }
6183 else
6184   { echo "$as_me:$LINENO: result: no" >&5
6185 echo "${ECHO_T}no" >&6; }
6186 fi
6187
6188
6189 fi
6190 if test -z "$ac_cv_prog_STRIP"; then
6191   ac_ct_STRIP=$STRIP
6192   # Extract the first word of "strip", so it can be a program name with args.
6193 set dummy strip; ac_word=$2
6194 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6195 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6196 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6197   echo $ECHO_N "(cached) $ECHO_C" >&6
6198 else
6199   if test -n "$ac_ct_STRIP"; then
6200   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6201 else
6202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6203 for as_dir in $PATH
6204 do
6205   IFS=$as_save_IFS
6206   test -z "$as_dir" && as_dir=.
6207   for ac_exec_ext in '' $ac_executable_extensions; do
6208   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6209     ac_cv_prog_ac_ct_STRIP="strip"
6210     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6211     break 2
6212   fi
6213 done
6214 done
6215 IFS=$as_save_IFS
6216
6217 fi
6218 fi
6219 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6220 if test -n "$ac_ct_STRIP"; then
6221   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6222 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6223 else
6224   { echo "$as_me:$LINENO: result: no" >&5
6225 echo "${ECHO_T}no" >&6; }
6226 fi
6227
6228   if test "x$ac_ct_STRIP" = x; then
6229     STRIP="strip"
6230   else
6231     case $cross_compiling:$ac_tool_warned in
6232 yes:)
6233 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6234 whose name does not start with the host triplet.  If you think this
6235 configuration is useful to you, please write to autoconf@gnu.org." >&5
6236 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6237 whose name does not start with the host triplet.  If you think this
6238 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241     STRIP=$ac_ct_STRIP
6242   fi
6243 else
6244   STRIP="$ac_cv_prog_STRIP"
6245 fi
6246
6247 if test -n "$ac_tool_prefix"; then
6248   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253   echo $ECHO_N "(cached) $ECHO_C" >&6
6254 else
6255   if test -n "$WINDRES"; then
6256   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6260 do
6261   IFS=$as_save_IFS
6262   test -z "$as_dir" && as_dir=.
6263   for ac_exec_ext in '' $ac_executable_extensions; do
6264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6265     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267     break 2
6268   fi
6269 done
6270 done
6271 IFS=$as_save_IFS
6272
6273 fi
6274 fi
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277   { echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 echo "${ECHO_T}$WINDRES" >&6; }
6279 else
6280   { echo "$as_me:$LINENO: result: no" >&5
6281 echo "${ECHO_T}no" >&6; }
6282 fi
6283
6284
6285 fi
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287   ac_ct_WINDRES=$WINDRES
6288   # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293   echo $ECHO_N "(cached) $ECHO_C" >&6
6294 else
6295   if test -n "$ac_ct_WINDRES"; then
6296   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6300 do
6301   IFS=$as_save_IFS
6302   test -z "$as_dir" && as_dir=.
6303   for ac_exec_ext in '' $ac_executable_extensions; do
6304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6305     ac_cv_prog_ac_ct_WINDRES="windres"
6306     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307     break 2
6308   fi
6309 done
6310 done
6311 IFS=$as_save_IFS
6312
6313 fi
6314 fi
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6319 else
6320   { echo "$as_me:$LINENO: result: no" >&5
6321 echo "${ECHO_T}no" >&6; }
6322 fi
6323
6324   if test "x$ac_ct_WINDRES" = x; then
6325     WINDRES="false"
6326   else
6327     case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6330 whose name does not start with the host triplet.  If you think this
6331 configuration is useful to you, please write to autoconf@gnu.org." >&5
6332 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6333 whose name does not start with the host triplet.  If you think this
6334 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6335 ac_tool_warned=yes ;;
6336 esac
6337     WINDRES=$ac_ct_WINDRES
6338   fi
6339 else
6340   WINDRES="$ac_cv_prog_WINDRES"
6341 fi
6342
6343 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6344 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6345 LN_S=$as_ln_s
6346 if test "$LN_S" = "ln -s"; then
6347   { echo "$as_me:$LINENO: result: yes" >&5
6348 echo "${ECHO_T}yes" >&6; }
6349 else
6350   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6351 echo "${ECHO_T}no, using $LN_S" >&6; }
6352 fi
6353
6354 { echo "$as_me:$LINENO: checking whether ln works" >&5
6355 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6356 rm -f conf$$ conf$$.file
6357 echo >conf$$.file
6358 if ln conf$$.file conf$$ 2>/dev/null; then
6359   LN=ln
6360
6361   { echo "$as_me:$LINENO: result: yes" >&5
6362 echo "${ECHO_T}yes" >&6; }
6363 else
6364   LN="cp -p"
6365
6366   { echo "$as_me:$LINENO: result: no, using $LN" >&5
6367 echo "${ECHO_T}no, using $LN" >&6; }
6368 fi
6369 rm -f conf$$ conf$$.file
6370 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6371 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6372 if test "${ac_cv_path_GREP+set}" = set; then
6373   echo $ECHO_N "(cached) $ECHO_C" >&6
6374 else
6375   # Extract the first word of "grep ggrep" to use in msg output
6376 if test -z "$GREP"; then
6377 set dummy grep ggrep; ac_prog_name=$2
6378 if test "${ac_cv_path_GREP+set}" = set; then
6379   echo $ECHO_N "(cached) $ECHO_C" >&6
6380 else
6381   ac_path_GREP_found=false
6382 # Loop through the user's path and test for each of PROGNAME-LIST
6383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6384 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6385 do
6386   IFS=$as_save_IFS
6387   test -z "$as_dir" && as_dir=.
6388   for ac_prog in grep ggrep; do
6389   for ac_exec_ext in '' $ac_executable_extensions; do
6390     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6391     { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
6392     # Check for GNU ac_path_GREP and select it if it is found.
6393   # Check for GNU $ac_path_GREP
6394 case `"$ac_path_GREP" --version 2>&1` in
6395 *GNU*)
6396   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6397 *)
6398   ac_count=0
6399   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6400   while :
6401   do
6402     cat "conftest.in" "conftest.in" >"conftest.tmp"
6403     mv "conftest.tmp" "conftest.in"
6404     cp "conftest.in" "conftest.nl"
6405     echo 'GREP' >> "conftest.nl"
6406     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6407     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6408     ac_count=`expr $ac_count + 1`
6409     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6410       # Best one so far, save it but keep looking for a better one
6411       ac_cv_path_GREP="$ac_path_GREP"
6412       ac_path_GREP_max=$ac_count
6413     fi
6414     # 10*(2^10) chars as input seems more than enough
6415     test $ac_count -gt 10 && break
6416   done
6417   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6418 esac
6419
6420
6421     $ac_path_GREP_found && break 3
6422   done
6423 done
6424
6425 done
6426 IFS=$as_save_IFS
6427
6428
6429 fi
6430
6431 GREP="$ac_cv_path_GREP"
6432 if test -z "$GREP"; then
6433   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6434 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6435    { (exit 1); exit 1; }; }
6436 fi
6437
6438 else
6439   ac_cv_path_GREP=$GREP
6440 fi
6441
6442
6443 fi
6444 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6445 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6446  GREP="$ac_cv_path_GREP"
6447
6448
6449 { echo "$as_me:$LINENO: checking for egrep" >&5
6450 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6451 if test "${ac_cv_path_EGREP+set}" = set; then
6452   echo $ECHO_N "(cached) $ECHO_C" >&6
6453 else
6454   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6455    then ac_cv_path_EGREP="$GREP -E"
6456    else
6457      # Extract the first word of "egrep" to use in msg output
6458 if test -z "$EGREP"; then
6459 set dummy egrep; ac_prog_name=$2
6460 if test "${ac_cv_path_EGREP+set}" = set; then
6461   echo $ECHO_N "(cached) $ECHO_C" >&6
6462 else
6463   ac_path_EGREP_found=false
6464 # Loop through the user's path and test for each of PROGNAME-LIST
6465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6467 do
6468   IFS=$as_save_IFS
6469   test -z "$as_dir" && as_dir=.
6470   for ac_prog in egrep; do
6471   for ac_exec_ext in '' $ac_executable_extensions; do
6472     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6473     { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
6474     # Check for GNU ac_path_EGREP and select it if it is found.
6475   # Check for GNU $ac_path_EGREP
6476 case `"$ac_path_EGREP" --version 2>&1` in
6477 *GNU*)
6478   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6479 *)
6480   ac_count=0
6481   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6482   while :
6483   do
6484     cat "conftest.in" "conftest.in" >"conftest.tmp"
6485     mv "conftest.tmp" "conftest.in"
6486     cp "conftest.in" "conftest.nl"
6487     echo 'EGREP' >> "conftest.nl"
6488     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6489     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6490     ac_count=`expr $ac_count + 1`
6491     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6492       # Best one so far, save it but keep looking for a better one
6493       ac_cv_path_EGREP="$ac_path_EGREP"
6494       ac_path_EGREP_max=$ac_count
6495     fi
6496     # 10*(2^10) chars as input seems more than enough
6497     test $ac_count -gt 10 && break
6498   done
6499   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6500 esac
6501
6502
6503     $ac_path_EGREP_found && break 3
6504   done
6505 done
6506
6507 done
6508 IFS=$as_save_IFS
6509
6510
6511 fi
6512
6513 EGREP="$ac_cv_path_EGREP"
6514 if test -z "$EGREP"; then
6515   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6516 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6517    { (exit 1); exit 1; }; }
6518 fi
6519
6520 else
6521   ac_cv_path_EGREP=$EGREP
6522 fi
6523
6524
6525    fi
6526 fi
6527 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6528 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6529  EGREP="$ac_cv_path_EGREP"
6530
6531
6532 # Extract the first word of "ldconfig", so it can be a program name with args.
6533 set dummy ldconfig; ac_word=$2
6534 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6536 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6537   echo $ECHO_N "(cached) $ECHO_C" >&6
6538 else
6539   case $LDCONFIG in
6540   [\\/]* | ?:[\\/]*)
6541   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6542   ;;
6543   *)
6544   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6545 for as_dir in /sbin /usr/sbin $PATH
6546 do
6547   IFS=$as_save_IFS
6548   test -z "$as_dir" && as_dir=.
6549   for ac_exec_ext in '' $ac_executable_extensions; do
6550   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6551     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6552     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6553     break 2
6554   fi
6555 done
6556 done
6557 IFS=$as_save_IFS
6558
6559   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6560   ;;
6561 esac
6562 fi
6563 LDCONFIG=$ac_cv_path_LDCONFIG
6564 if test -n "$LDCONFIG"; then
6565   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6566 echo "${ECHO_T}$LDCONFIG" >&6; }
6567 else
6568   { echo "$as_me:$LINENO: result: no" >&5
6569 echo "${ECHO_T}no" >&6; }
6570 fi
6571
6572
6573 # Find a good install program.  We prefer a C program (faster),
6574 # so one script is as good as another.  But avoid the broken or
6575 # incompatible versions:
6576 # SysV /etc/install, /usr/sbin/install
6577 # SunOS /usr/etc/install
6578 # IRIX /sbin/install
6579 # AIX /bin/install
6580 # AmigaOS /C/install, which installs bootblocks on floppy discs
6581 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6582 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6583 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6584 # OS/2's system install, which has a completely different semantic
6585 # ./install, which can be erroneously created by make from ./install.sh.
6586 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6587 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6588 if test -z "$INSTALL"; then
6589 if test "${ac_cv_path_install+set}" = set; then
6590   echo $ECHO_N "(cached) $ECHO_C" >&6
6591 else
6592   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6593 for as_dir in $PATH
6594 do
6595   IFS=$as_save_IFS
6596   test -z "$as_dir" && as_dir=.
6597   # Account for people who put trailing slashes in PATH elements.
6598 case $as_dir/ in
6599   ./ | .// | /cC/* | \
6600   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6601   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6602   /usr/ucb/* ) ;;
6603   *)
6604     # OSF1 and SCO ODT 3.0 have their own names for install.
6605     # Don't use installbsd from OSF since it installs stuff as root
6606     # by default.
6607     for ac_prog in ginstall scoinst install; do
6608       for ac_exec_ext in '' $ac_executable_extensions; do
6609         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
6610           if test $ac_prog = install &&
6611             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6612             # AIX install.  It has an incompatible calling convention.
6613             :
6614           elif test $ac_prog = install &&
6615             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6616             # program-specific install script used by HP pwplus--don't use.
6617             :
6618           else
6619             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6620             break 3
6621           fi
6622         fi
6623       done
6624     done
6625     ;;
6626 esac
6627 done
6628 IFS=$as_save_IFS
6629
6630
6631 fi
6632   if test "${ac_cv_path_install+set}" = set; then
6633     INSTALL=$ac_cv_path_install
6634   else
6635     # As a last resort, use the slow shell script.  Don't cache a
6636     # value for INSTALL within a source directory, because that will
6637     # break other packages using the cache if that directory is
6638     # removed, or if the value is a relative name.
6639     INSTALL=$ac_install_sh
6640   fi
6641 fi
6642 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6643 echo "${ECHO_T}$INSTALL" >&6; }
6644
6645 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6646 # It thinks the first close brace ends the variable substitution.
6647 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6648
6649 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6650
6651 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6652
6653 case "$INSTALL" in
6654   [\\/$]* | ?:[\\/]* ) ;;
6655   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6656 esac
6657
6658 for ac_prog in lclint lint
6659 do
6660   # Extract the first word of "$ac_prog", so it can be a program name with args.
6661 set dummy $ac_prog; ac_word=$2
6662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6664 if test "${ac_cv_prog_LINT+set}" = set; then
6665   echo $ECHO_N "(cached) $ECHO_C" >&6
6666 else
6667   if test -n "$LINT"; then
6668   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6672 do
6673   IFS=$as_save_IFS
6674   test -z "$as_dir" && as_dir=.
6675   for ac_exec_ext in '' $ac_executable_extensions; do
6676   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6677     ac_cv_prog_LINT="$ac_prog"
6678     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6679     break 2
6680   fi
6681 done
6682 done
6683 IFS=$as_save_IFS
6684
6685 fi
6686 fi
6687 LINT=$ac_cv_prog_LINT
6688 if test -n "$LINT"; then
6689   { echo "$as_me:$LINENO: result: $LINT" >&5
6690 echo "${ECHO_T}$LINT" >&6; }
6691 else
6692   { echo "$as_me:$LINENO: result: no" >&5
6693 echo "${ECHO_T}no" >&6; }
6694 fi
6695
6696
6697   test -n "$LINT" && break
6698 done
6699
6700 if test "$LINT" = "lint"
6701 then
6702   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6703   fi
6704
6705
6706
6707 for ac_prog in fontforge
6708 do
6709   # Extract the first word of "$ac_prog", so it can be a program name with args.
6710 set dummy $ac_prog; ac_word=$2
6711 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6712 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6713 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6714   echo $ECHO_N "(cached) $ECHO_C" >&6
6715 else
6716   if test -n "$FONTFORGE"; then
6717   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6718 else
6719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6720 for as_dir in $PATH
6721 do
6722   IFS=$as_save_IFS
6723   test -z "$as_dir" && as_dir=.
6724   for ac_exec_ext in '' $ac_executable_extensions; do
6725   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6726     ac_cv_prog_FONTFORGE="$ac_prog"
6727     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6728     break 2
6729   fi
6730 done
6731 done
6732 IFS=$as_save_IFS
6733
6734 fi
6735 fi
6736 FONTFORGE=$ac_cv_prog_FONTFORGE
6737 if test -n "$FONTFORGE"; then
6738   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6739 echo "${ECHO_T}$FONTFORGE" >&6; }
6740 else
6741   { echo "$as_me:$LINENO: result: no" >&5
6742 echo "${ECHO_T}no" >&6; }
6743 fi
6744
6745
6746   test -n "$FONTFORGE" && break
6747 done
6748 test -n "$FONTFORGE" || FONTFORGE="false"
6749
6750 for ac_prog in pkg-config
6751 do
6752   # Extract the first word of "$ac_prog", so it can be a program name with args.
6753 set dummy $ac_prog; ac_word=$2
6754 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6755 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6756 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6757   echo $ECHO_N "(cached) $ECHO_C" >&6
6758 else
6759   if test -n "$PKG_CONFIG"; then
6760   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6761 else
6762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6763 for as_dir in $PATH
6764 do
6765   IFS=$as_save_IFS
6766   test -z "$as_dir" && as_dir=.
6767   for ac_exec_ext in '' $ac_executable_extensions; do
6768   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6769     ac_cv_prog_PKG_CONFIG="$ac_prog"
6770     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6771     break 2
6772   fi
6773 done
6774 done
6775 IFS=$as_save_IFS
6776
6777 fi
6778 fi
6779 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6780 if test -n "$PKG_CONFIG"; then
6781   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6782 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6783 else
6784   { echo "$as_me:$LINENO: result: no" >&5
6785 echo "${ECHO_T}no" >&6; }
6786 fi
6787
6788
6789   test -n "$PKG_CONFIG" && break
6790 done
6791 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6792
6793
6794 case $host_cpu in
6795   *i[3456789]86*)
6796     # Extract the first word of "prelink", so it can be a program name with args.
6797 set dummy prelink; ac_word=$2
6798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6800 if test "${ac_cv_path_PRELINK+set}" = set; then
6801   echo $ECHO_N "(cached) $ECHO_C" >&6
6802 else
6803   case $PRELINK in
6804   [\\/]* | ?:[\\/]*)
6805   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6806   ;;
6807   *)
6808   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6809 for as_dir in /sbin /usr/sbin $PATH
6810 do
6811   IFS=$as_save_IFS
6812   test -z "$as_dir" && as_dir=.
6813   for ac_exec_ext in '' $ac_executable_extensions; do
6814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6815     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6816     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6817     break 2
6818   fi
6819 done
6820 done
6821 IFS=$as_save_IFS
6822
6823   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6824   ;;
6825 esac
6826 fi
6827 PRELINK=$ac_cv_path_PRELINK
6828 if test -n "$PRELINK"; then
6829   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6830 echo "${ECHO_T}$PRELINK" >&6; }
6831 else
6832   { echo "$as_me:$LINENO: result: no" >&5
6833 echo "${ECHO_T}no" >&6; }
6834 fi
6835
6836
6837     ;;
6838 esac
6839
6840
6841
6842 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6843 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6844 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6845   echo $ECHO_N "(cached) $ECHO_C" >&6
6846 else
6847   ac_check_lib_save_LIBS=$LIBS
6848 LIBS="-li386  $LIBS"
6849 cat >conftest.$ac_ext <<_ACEOF
6850 /* confdefs.h.  */
6851 _ACEOF
6852 cat confdefs.h >>conftest.$ac_ext
6853 cat >>conftest.$ac_ext <<_ACEOF
6854 /* end confdefs.h.  */
6855
6856 /* Override any GCC internal prototype to avoid an error.
6857    Use char because int might match the return type of a GCC
6858    builtin and then its argument prototype would still apply.  */
6859 #ifdef __cplusplus
6860 extern "C"
6861 #endif
6862 char i386_set_ldt ();
6863 int
6864 main ()
6865 {
6866 return i386_set_ldt ();
6867   ;
6868   return 0;
6869 }
6870 _ACEOF
6871 rm -f conftest.$ac_objext conftest$ac_exeext
6872 if { (ac_try="$ac_link"
6873 case "(($ac_try" in
6874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6875   *) ac_try_echo=$ac_try;;
6876 esac
6877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6878   (eval "$ac_link") 2>conftest.er1
6879   ac_status=$?
6880   grep -v '^ *+' conftest.er1 >conftest.err
6881   rm -f conftest.er1
6882   cat conftest.err >&5
6883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884   (exit $ac_status); } &&
6885          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6886   { (case "(($ac_try" in
6887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6888   *) ac_try_echo=$ac_try;;
6889 esac
6890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6891   (eval "$ac_try") 2>&5
6892   ac_status=$?
6893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894   (exit $ac_status); }; } &&
6895          { ac_try='test -s conftest$ac_exeext'
6896   { (case "(($ac_try" in
6897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6898   *) ac_try_echo=$ac_try;;
6899 esac
6900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6901   (eval "$ac_try") 2>&5
6902   ac_status=$?
6903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904   (exit $ac_status); }; }; then
6905   ac_cv_lib_i386_i386_set_ldt=yes
6906 else
6907   echo "$as_me: failed program was:" >&5
6908 sed 's/^/| /' conftest.$ac_ext >&5
6909
6910         ac_cv_lib_i386_i386_set_ldt=no
6911 fi
6912
6913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6914       conftest$ac_exeext conftest.$ac_ext
6915 LIBS=$ac_check_lib_save_LIBS
6916 fi
6917 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6918 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6919 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6920   cat >>confdefs.h <<_ACEOF
6921 #define HAVE_LIBI386 1
6922 _ACEOF
6923
6924   LIBS="-li386 $LIBS"
6925
6926 fi
6927
6928
6929 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6930 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6931 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6932   echo $ECHO_N "(cached) $ECHO_C" >&6
6933 else
6934   ac_check_lib_save_LIBS=$LIBS
6935 LIBS="-lossaudio  $LIBS"
6936 cat >conftest.$ac_ext <<_ACEOF
6937 /* confdefs.h.  */
6938 _ACEOF
6939 cat confdefs.h >>conftest.$ac_ext
6940 cat >>conftest.$ac_ext <<_ACEOF
6941 /* end confdefs.h.  */
6942
6943 /* Override any GCC internal prototype to avoid an error.
6944    Use char because int might match the return type of a GCC
6945    builtin and then its argument prototype would still apply.  */
6946 #ifdef __cplusplus
6947 extern "C"
6948 #endif
6949 char _oss_ioctl ();
6950 int
6951 main ()
6952 {
6953 return _oss_ioctl ();
6954   ;
6955   return 0;
6956 }
6957 _ACEOF
6958 rm -f conftest.$ac_objext conftest$ac_exeext
6959 if { (ac_try="$ac_link"
6960 case "(($ac_try" in
6961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6962   *) ac_try_echo=$ac_try;;
6963 esac
6964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6965   (eval "$ac_link") 2>conftest.er1
6966   ac_status=$?
6967   grep -v '^ *+' conftest.er1 >conftest.err
6968   rm -f conftest.er1
6969   cat conftest.err >&5
6970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6971   (exit $ac_status); } &&
6972          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6973   { (case "(($ac_try" in
6974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6975   *) ac_try_echo=$ac_try;;
6976 esac
6977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6978   (eval "$ac_try") 2>&5
6979   ac_status=$?
6980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6981   (exit $ac_status); }; } &&
6982          { ac_try='test -s conftest$ac_exeext'
6983   { (case "(($ac_try" in
6984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6985   *) ac_try_echo=$ac_try;;
6986 esac
6987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6988   (eval "$ac_try") 2>&5
6989   ac_status=$?
6990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991   (exit $ac_status); }; }; then
6992   ac_cv_lib_ossaudio__oss_ioctl=yes
6993 else
6994   echo "$as_me: failed program was:" >&5
6995 sed 's/^/| /' conftest.$ac_ext >&5
6996
6997         ac_cv_lib_ossaudio__oss_ioctl=no
6998 fi
6999
7000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7001       conftest$ac_exeext conftest.$ac_ext
7002 LIBS=$ac_check_lib_save_LIBS
7003 fi
7004 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7005 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7006 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
7007   cat >>confdefs.h <<_ACEOF
7008 #define HAVE_LIBOSSAUDIO 1
7009 _ACEOF
7010
7011   LIBS="-lossaudio $LIBS"
7012
7013 fi
7014
7015
7016 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
7017 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
7018 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
7019   echo $ECHO_N "(cached) $ECHO_C" >&6
7020 else
7021   ac_check_lib_save_LIBS=$LIBS
7022 LIBS="-lxpg4  $LIBS"
7023 cat >conftest.$ac_ext <<_ACEOF
7024 /* confdefs.h.  */
7025 _ACEOF
7026 cat confdefs.h >>conftest.$ac_ext
7027 cat >>conftest.$ac_ext <<_ACEOF
7028 /* end confdefs.h.  */
7029
7030 /* Override any GCC internal prototype to avoid an error.
7031    Use char because int might match the return type of a GCC
7032    builtin and then its argument prototype would still apply.  */
7033 #ifdef __cplusplus
7034 extern "C"
7035 #endif
7036 char _xpg4_setrunelocale ();
7037 int
7038 main ()
7039 {
7040 return _xpg4_setrunelocale ();
7041   ;
7042   return 0;
7043 }
7044 _ACEOF
7045 rm -f conftest.$ac_objext conftest$ac_exeext
7046 if { (ac_try="$ac_link"
7047 case "(($ac_try" in
7048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7049   *) ac_try_echo=$ac_try;;
7050 esac
7051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7052   (eval "$ac_link") 2>conftest.er1
7053   ac_status=$?
7054   grep -v '^ *+' conftest.er1 >conftest.err
7055   rm -f conftest.er1
7056   cat conftest.err >&5
7057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7058   (exit $ac_status); } &&
7059          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7060   { (case "(($ac_try" in
7061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7062   *) ac_try_echo=$ac_try;;
7063 esac
7064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7065   (eval "$ac_try") 2>&5
7066   ac_status=$?
7067   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7068   (exit $ac_status); }; } &&
7069          { ac_try='test -s conftest$ac_exeext'
7070   { (case "(($ac_try" in
7071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7072   *) ac_try_echo=$ac_try;;
7073 esac
7074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7075   (eval "$ac_try") 2>&5
7076   ac_status=$?
7077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7078   (exit $ac_status); }; }; then
7079   ac_cv_lib_xpg4__xpg4_setrunelocale=yes
7080 else
7081   echo "$as_me: failed program was:" >&5
7082 sed 's/^/| /' conftest.$ac_ext >&5
7083
7084         ac_cv_lib_xpg4__xpg4_setrunelocale=no
7085 fi
7086
7087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7088       conftest$ac_exeext conftest.$ac_ext
7089 LIBS=$ac_check_lib_save_LIBS
7090 fi
7091 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
7092 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
7093 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
7094   cat >>confdefs.h <<_ACEOF
7095 #define HAVE_LIBXPG4 1
7096 _ACEOF
7097
7098   LIBS="-lxpg4 $LIBS"
7099
7100 fi
7101
7102 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7103 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
7104 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7105   echo $ECHO_N "(cached) $ECHO_C" >&6
7106 else
7107   ac_check_lib_save_LIBS=$LIBS
7108 LIBS="-lpthread  $LIBS"
7109 cat >conftest.$ac_ext <<_ACEOF
7110 /* confdefs.h.  */
7111 _ACEOF
7112 cat confdefs.h >>conftest.$ac_ext
7113 cat >>conftest.$ac_ext <<_ACEOF
7114 /* end confdefs.h.  */
7115
7116 /* Override any GCC internal prototype to avoid an error.
7117    Use char because int might match the return type of a GCC
7118    builtin and then its argument prototype would still apply.  */
7119 #ifdef __cplusplus
7120 extern "C"
7121 #endif
7122 char pthread_create ();
7123 int
7124 main ()
7125 {
7126 return pthread_create ();
7127   ;
7128   return 0;
7129 }
7130 _ACEOF
7131 rm -f conftest.$ac_objext conftest$ac_exeext
7132 if { (ac_try="$ac_link"
7133 case "(($ac_try" in
7134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7135   *) ac_try_echo=$ac_try;;
7136 esac
7137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7138   (eval "$ac_link") 2>conftest.er1
7139   ac_status=$?
7140   grep -v '^ *+' conftest.er1 >conftest.err
7141   rm -f conftest.er1
7142   cat conftest.err >&5
7143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7144   (exit $ac_status); } &&
7145          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7146   { (case "(($ac_try" in
7147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7148   *) ac_try_echo=$ac_try;;
7149 esac
7150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7151   (eval "$ac_try") 2>&5
7152   ac_status=$?
7153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7154   (exit $ac_status); }; } &&
7155          { ac_try='test -s conftest$ac_exeext'
7156   { (case "(($ac_try" in
7157   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7158   *) ac_try_echo=$ac_try;;
7159 esac
7160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7161   (eval "$ac_try") 2>&5
7162   ac_status=$?
7163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7164   (exit $ac_status); }; }; then
7165   ac_cv_lib_pthread_pthread_create=yes
7166 else
7167   echo "$as_me: failed program was:" >&5
7168 sed 's/^/| /' conftest.$ac_ext >&5
7169
7170         ac_cv_lib_pthread_pthread_create=no
7171 fi
7172
7173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7174       conftest$ac_exeext conftest.$ac_ext
7175 LIBS=$ac_check_lib_save_LIBS
7176 fi
7177 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7178 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
7179 if test $ac_cv_lib_pthread_pthread_create = yes; then
7180   LIBPTHREAD="-lpthread"
7181
7182 fi
7183
7184
7185 XLIB=""
7186
7187 XFILES=""
7188
7189 OPENGLFILES=""
7190
7191 GLU32FILES=""
7192
7193 OPENGL_LIBS=""
7194
7195 QUARTZFILES=""
7196
7197
7198
7199 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7200 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7201 if test "${ac_cv_header_stdc+set}" = set; then
7202   echo $ECHO_N "(cached) $ECHO_C" >&6
7203 else
7204   cat >conftest.$ac_ext <<_ACEOF
7205 /* confdefs.h.  */
7206 _ACEOF
7207 cat confdefs.h >>conftest.$ac_ext
7208 cat >>conftest.$ac_ext <<_ACEOF
7209 /* end confdefs.h.  */
7210 #include <stdlib.h>
7211 #include <stdarg.h>
7212 #include <string.h>
7213 #include <float.h>
7214
7215 int
7216 main ()
7217 {
7218
7219   ;
7220   return 0;
7221 }
7222 _ACEOF
7223 rm -f conftest.$ac_objext
7224 if { (ac_try="$ac_compile"
7225 case "(($ac_try" in
7226   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7227   *) ac_try_echo=$ac_try;;
7228 esac
7229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7230   (eval "$ac_compile") 2>conftest.er1
7231   ac_status=$?
7232   grep -v '^ *+' conftest.er1 >conftest.err
7233   rm -f conftest.er1
7234   cat conftest.err >&5
7235   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7236   (exit $ac_status); } &&
7237          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7238   { (case "(($ac_try" in
7239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7240   *) ac_try_echo=$ac_try;;
7241 esac
7242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7243   (eval "$ac_try") 2>&5
7244   ac_status=$?
7245   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7246   (exit $ac_status); }; } &&
7247          { ac_try='test -s conftest.$ac_objext'
7248   { (case "(($ac_try" in
7249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7250   *) ac_try_echo=$ac_try;;
7251 esac
7252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7253   (eval "$ac_try") 2>&5
7254   ac_status=$?
7255   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256   (exit $ac_status); }; }; then
7257   ac_cv_header_stdc=yes
7258 else
7259   echo "$as_me: failed program was:" >&5
7260 sed 's/^/| /' conftest.$ac_ext >&5
7261
7262         ac_cv_header_stdc=no
7263 fi
7264
7265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7266
7267 if test $ac_cv_header_stdc = yes; then
7268   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7269   cat >conftest.$ac_ext <<_ACEOF
7270 /* confdefs.h.  */
7271 _ACEOF
7272 cat confdefs.h >>conftest.$ac_ext
7273 cat >>conftest.$ac_ext <<_ACEOF
7274 /* end confdefs.h.  */
7275 #include <string.h>
7276
7277 _ACEOF
7278 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7279   $EGREP "memchr" >/dev/null 2>&1; then
7280   :
7281 else
7282   ac_cv_header_stdc=no
7283 fi
7284 rm -f conftest*
7285
7286 fi
7287
7288 if test $ac_cv_header_stdc = yes; then
7289   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7290   cat >conftest.$ac_ext <<_ACEOF
7291 /* confdefs.h.  */
7292 _ACEOF
7293 cat confdefs.h >>conftest.$ac_ext
7294 cat >>conftest.$ac_ext <<_ACEOF
7295 /* end confdefs.h.  */
7296 #include <stdlib.h>
7297
7298 _ACEOF
7299 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7300   $EGREP "free" >/dev/null 2>&1; then
7301   :
7302 else
7303   ac_cv_header_stdc=no
7304 fi
7305 rm -f conftest*
7306
7307 fi
7308
7309 if test $ac_cv_header_stdc = yes; then
7310   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7311   if test "$cross_compiling" = yes; then
7312   :
7313 else
7314   cat >conftest.$ac_ext <<_ACEOF
7315 /* confdefs.h.  */
7316 _ACEOF
7317 cat confdefs.h >>conftest.$ac_ext
7318 cat >>conftest.$ac_ext <<_ACEOF
7319 /* end confdefs.h.  */
7320 #include <ctype.h>
7321 #include <stdlib.h>
7322 #if ((' ' & 0x0FF) == 0x020)
7323 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7324 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7325 #else
7326 # define ISLOWER(c) \
7327                    (('a' <= (c) && (c) <= 'i') \
7328                      || ('j' <= (c) && (c) <= 'r') \
7329                      || ('s' <= (c) && (c) <= 'z'))
7330 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7331 #endif
7332
7333 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7334 int
7335 main ()
7336 {
7337   int i;
7338   for (i = 0; i < 256; i++)
7339     if (XOR (islower (i), ISLOWER (i))
7340         || toupper (i) != TOUPPER (i))
7341       return 2;
7342   return 0;
7343 }
7344 _ACEOF
7345 rm -f conftest$ac_exeext
7346 if { (ac_try="$ac_link"
7347 case "(($ac_try" in
7348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7349   *) ac_try_echo=$ac_try;;
7350 esac
7351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7352   (eval "$ac_link") 2>&5
7353   ac_status=$?
7354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7355   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7356   { (case "(($ac_try" in
7357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7358   *) ac_try_echo=$ac_try;;
7359 esac
7360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7361   (eval "$ac_try") 2>&5
7362   ac_status=$?
7363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7364   (exit $ac_status); }; }; then
7365   :
7366 else
7367   echo "$as_me: program exited with status $ac_status" >&5
7368 echo "$as_me: failed program was:" >&5
7369 sed 's/^/| /' conftest.$ac_ext >&5
7370
7371 ( exit $ac_status )
7372 ac_cv_header_stdc=no
7373 fi
7374 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7375 fi
7376
7377
7378 fi
7379 fi
7380 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7381 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7382 if test $ac_cv_header_stdc = yes; then
7383
7384 cat >>confdefs.h <<\_ACEOF
7385 #define STDC_HEADERS 1
7386 _ACEOF
7387
7388 fi
7389
7390 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7401                   inttypes.h stdint.h unistd.h
7402 do
7403 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7404 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7405 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7407   echo $ECHO_N "(cached) $ECHO_C" >&6
7408 else
7409   cat >conftest.$ac_ext <<_ACEOF
7410 /* confdefs.h.  */
7411 _ACEOF
7412 cat confdefs.h >>conftest.$ac_ext
7413 cat >>conftest.$ac_ext <<_ACEOF
7414 /* end confdefs.h.  */
7415 $ac_includes_default
7416
7417 #include <$ac_header>
7418 _ACEOF
7419 rm -f conftest.$ac_objext
7420 if { (ac_try="$ac_compile"
7421 case "(($ac_try" in
7422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7423   *) ac_try_echo=$ac_try;;
7424 esac
7425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7426   (eval "$ac_compile") 2>conftest.er1
7427   ac_status=$?
7428   grep -v '^ *+' conftest.er1 >conftest.err
7429   rm -f conftest.er1
7430   cat conftest.err >&5
7431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7432   (exit $ac_status); } &&
7433          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7434   { (case "(($ac_try" in
7435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7436   *) ac_try_echo=$ac_try;;
7437 esac
7438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7439   (eval "$ac_try") 2>&5
7440   ac_status=$?
7441   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7442   (exit $ac_status); }; } &&
7443          { ac_try='test -s conftest.$ac_objext'
7444   { (case "(($ac_try" in
7445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7446   *) ac_try_echo=$ac_try;;
7447 esac
7448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7449   (eval "$ac_try") 2>&5
7450   ac_status=$?
7451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7452   (exit $ac_status); }; }; then
7453   eval "$as_ac_Header=yes"
7454 else
7455   echo "$as_me: failed program was:" >&5
7456 sed 's/^/| /' conftest.$ac_ext >&5
7457
7458         eval "$as_ac_Header=no"
7459 fi
7460
7461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7462 fi
7463 ac_res=`eval echo '${'$as_ac_Header'}'`
7464                { echo "$as_me:$LINENO: result: $ac_res" >&5
7465 echo "${ECHO_T}$ac_res" >&6; }
7466 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7467   cat >>confdefs.h <<_ACEOF
7468 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7469 _ACEOF
7470
7471 fi
7472
7473 done
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584 for ac_header in \
7585         AudioUnit/AudioUnit.h \
7586         Carbon/Carbon.h \
7587         CoreAudio/CoreAudio.h \
7588         DiskArbitration/DiskArbitration.h \
7589         IOKit/IOKitLib.h \
7590         alsa/asoundlib.h \
7591         arpa/inet.h \
7592         arpa/nameser.h \
7593         asm/types.h \
7594         capi20.h \
7595         cups/cups.h \
7596         curses.h \
7597         direct.h \
7598         dlfcn.h \
7599         elf.h \
7600         float.h \
7601         fontconfig/fontconfig.h \
7602         getopt.h \
7603         ieeefp.h \
7604         io.h \
7605         jack/jack.h \
7606         jpeglib.h \
7607         lber.h \
7608         lcms.h \
7609         lcms/lcms.h \
7610         ldap.h \
7611         libaudioio.h \
7612         link.h \
7613         linux/cdrom.h \
7614         linux/compiler.h \
7615         linux/hdreg.h \
7616         linux/input.h \
7617         linux/ioctl.h \
7618         linux/joystick.h \
7619         linux/major.h \
7620         linux/param.h \
7621         linux/serial.h \
7622         linux/ucdrom.h \
7623         mach/machine.h \
7624         machine/cpu.h \
7625         machine/limits.h \
7626         machine/soundcard.h \
7627         mntent.h \
7628         ncurses.h \
7629         netdb.h \
7630         netinet/in.h \
7631         netinet/in_systm.h \
7632         netinet/tcp.h \
7633         netinet/tcp_fsm.h \
7634         openssl/err.h \
7635         openssl/ssl.h \
7636         poll.h \
7637         process.h \
7638         pthread.h \
7639         pwd.h \
7640         regex.h \
7641         sched.h \
7642         scsi/scsi.h \
7643         scsi/scsi_ioctl.h \
7644         scsi/sg.h \
7645         soundcard.h \
7646         stdint.h \
7647         strings.h \
7648         sys/asoundlib.h \
7649         sys/cdio.h \
7650         sys/elf32.h \
7651         sys/epoll.h \
7652         sys/errno.h \
7653         sys/event.h \
7654         sys/exec_elf.h \
7655         sys/filio.h \
7656         sys/ioctl.h \
7657         sys/ipc.h \
7658         sys/limits.h \
7659         sys/link.h \
7660         sys/lwp.h \
7661         sys/mman.h \
7662         sys/modem.h \
7663         sys/msg.h \
7664         sys/mtio.h \
7665         sys/param.h \
7666         sys/poll.h \
7667         sys/prctl.h \
7668         sys/ptrace.h \
7669         sys/reg.h \
7670         sys/resource.h \
7671         sys/scsiio.h \
7672         sys/shm.h \
7673         sys/signal.h \
7674         sys/socket.h \
7675         sys/sockio.h \
7676         sys/soundcard.h \
7677         sys/statvfs.h \
7678         sys/strtio.h \
7679         sys/syscall.h \
7680         sys/sysctl.h \
7681         sys/time.h \
7682         sys/times.h \
7683         sys/uio.h \
7684         sys/un.h \
7685         sys/vm86.h \
7686         sys/wait.h \
7687         syscall.h \
7688         termios.h \
7689         unicode/ubidi.h \
7690         unistd.h \
7691         utime.h \
7692         valgrind/memcheck.h
7693
7694 do
7695 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7696 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7697   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7698 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7699 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7700   echo $ECHO_N "(cached) $ECHO_C" >&6
7701 fi
7702 ac_res=`eval echo '${'$as_ac_Header'}'`
7703                { echo "$as_me:$LINENO: result: $ac_res" >&5
7704 echo "${ECHO_T}$ac_res" >&6; }
7705 else
7706   # Is the header compilable?
7707 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7708 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7709 cat >conftest.$ac_ext <<_ACEOF
7710 /* confdefs.h.  */
7711 _ACEOF
7712 cat confdefs.h >>conftest.$ac_ext
7713 cat >>conftest.$ac_ext <<_ACEOF
7714 /* end confdefs.h.  */
7715 $ac_includes_default
7716 #include <$ac_header>
7717 _ACEOF
7718 rm -f conftest.$ac_objext
7719 if { (ac_try="$ac_compile"
7720 case "(($ac_try" in
7721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7722   *) ac_try_echo=$ac_try;;
7723 esac
7724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7725   (eval "$ac_compile") 2>conftest.er1
7726   ac_status=$?
7727   grep -v '^ *+' conftest.er1 >conftest.err
7728   rm -f conftest.er1
7729   cat conftest.err >&5
7730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7731   (exit $ac_status); } &&
7732          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7733   { (case "(($ac_try" in
7734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7735   *) ac_try_echo=$ac_try;;
7736 esac
7737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7738   (eval "$ac_try") 2>&5
7739   ac_status=$?
7740   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7741   (exit $ac_status); }; } &&
7742          { ac_try='test -s conftest.$ac_objext'
7743   { (case "(($ac_try" in
7744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7745   *) ac_try_echo=$ac_try;;
7746 esac
7747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7748   (eval "$ac_try") 2>&5
7749   ac_status=$?
7750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751   (exit $ac_status); }; }; then
7752   ac_header_compiler=yes
7753 else
7754   echo "$as_me: failed program was:" >&5
7755 sed 's/^/| /' conftest.$ac_ext >&5
7756
7757         ac_header_compiler=no
7758 fi
7759
7760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7761 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7762 echo "${ECHO_T}$ac_header_compiler" >&6; }
7763
7764 # Is the header present?
7765 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7766 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7767 cat >conftest.$ac_ext <<_ACEOF
7768 /* confdefs.h.  */
7769 _ACEOF
7770 cat confdefs.h >>conftest.$ac_ext
7771 cat >>conftest.$ac_ext <<_ACEOF
7772 /* end confdefs.h.  */
7773 #include <$ac_header>
7774 _ACEOF
7775 if { (ac_try="$ac_cpp conftest.$ac_ext"
7776 case "(($ac_try" in
7777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7778   *) ac_try_echo=$ac_try;;
7779 esac
7780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7781   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7782   ac_status=$?
7783   grep -v '^ *+' conftest.er1 >conftest.err
7784   rm -f conftest.er1
7785   cat conftest.err >&5
7786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7787   (exit $ac_status); } >/dev/null; then
7788   if test -s conftest.err; then
7789     ac_cpp_err=$ac_c_preproc_warn_flag
7790     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7791   else
7792     ac_cpp_err=
7793   fi
7794 else
7795   ac_cpp_err=yes
7796 fi
7797 if test -z "$ac_cpp_err"; then
7798   ac_header_preproc=yes
7799 else
7800   echo "$as_me: failed program was:" >&5
7801 sed 's/^/| /' conftest.$ac_ext >&5
7802
7803   ac_header_preproc=no
7804 fi
7805
7806 rm -f conftest.err conftest.$ac_ext
7807 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7808 echo "${ECHO_T}$ac_header_preproc" >&6; }
7809
7810 # So?  What about this header?
7811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7812   yes:no: )
7813     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7814 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7815     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7816 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7817     ac_header_preproc=yes
7818     ;;
7819   no:yes:* )
7820     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7821 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7822     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7823 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7824     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7825 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7826     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7827 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7828     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7829 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7830     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7831 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7832     ( cat <<\_ASBOX
7833 ## ------------------------------------ ##
7834 ## Report this to wine-devel@winehq.org ##
7835 ## ------------------------------------ ##
7836 _ASBOX
7837      ) | sed "s/^/$as_me: WARNING:     /" >&2
7838     ;;
7839 esac
7840 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7843   echo $ECHO_N "(cached) $ECHO_C" >&6
7844 else
7845   eval "$as_ac_Header=\$ac_header_preproc"
7846 fi
7847 ac_res=`eval echo '${'$as_ac_Header'}'`
7848                { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850
7851 fi
7852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7853   cat >>confdefs.h <<_ACEOF
7854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7855 _ACEOF
7856
7857 fi
7858
7859 done
7860
7861 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7862 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7863 if test "${ac_cv_header_stat_broken+set}" = set; then
7864   echo $ECHO_N "(cached) $ECHO_C" >&6
7865 else
7866   cat >conftest.$ac_ext <<_ACEOF
7867 /* confdefs.h.  */
7868 _ACEOF
7869 cat confdefs.h >>conftest.$ac_ext
7870 cat >>conftest.$ac_ext <<_ACEOF
7871 /* end confdefs.h.  */
7872 #include <sys/types.h>
7873 #include <sys/stat.h>
7874
7875 #if defined S_ISBLK && defined S_IFDIR
7876 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7877 #endif
7878
7879 #if defined S_ISBLK && defined S_IFCHR
7880 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7881 #endif
7882
7883 #if defined S_ISLNK && defined S_IFREG
7884 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7885 #endif
7886
7887 #if defined S_ISSOCK && defined S_IFREG
7888 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7889 #endif
7890
7891 _ACEOF
7892 rm -f conftest.$ac_objext
7893 if { (ac_try="$ac_compile"
7894 case "(($ac_try" in
7895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7896   *) ac_try_echo=$ac_try;;
7897 esac
7898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7899   (eval "$ac_compile") 2>conftest.er1
7900   ac_status=$?
7901   grep -v '^ *+' conftest.er1 >conftest.err
7902   rm -f conftest.er1
7903   cat conftest.err >&5
7904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7905   (exit $ac_status); } &&
7906          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7907   { (case "(($ac_try" in
7908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7909   *) ac_try_echo=$ac_try;;
7910 esac
7911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7912   (eval "$ac_try") 2>&5
7913   ac_status=$?
7914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915   (exit $ac_status); }; } &&
7916          { ac_try='test -s conftest.$ac_objext'
7917   { (case "(($ac_try" in
7918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7919   *) ac_try_echo=$ac_try;;
7920 esac
7921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7922   (eval "$ac_try") 2>&5
7923   ac_status=$?
7924   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7925   (exit $ac_status); }; }; then
7926   ac_cv_header_stat_broken=no
7927 else
7928   echo "$as_me: failed program was:" >&5
7929 sed 's/^/| /' conftest.$ac_ext >&5
7930
7931         ac_cv_header_stat_broken=yes
7932 fi
7933
7934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7935 fi
7936 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7937 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7938 if test $ac_cv_header_stat_broken = yes; then
7939
7940 cat >>confdefs.h <<\_ACEOF
7941 #define STAT_MACROS_BROKEN 1
7942 _ACEOF
7943
7944 fi
7945
7946
7947
7948
7949
7950
7951
7952 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7953 do
7954 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7955 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7956 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7957 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7958   echo $ECHO_N "(cached) $ECHO_C" >&6
7959 else
7960   cat >conftest.$ac_ext <<_ACEOF
7961 /* confdefs.h.  */
7962 _ACEOF
7963 cat confdefs.h >>conftest.$ac_ext
7964 cat >>conftest.$ac_ext <<_ACEOF
7965 /* end confdefs.h.  */
7966 #include <sys/types.h>
7967      #if HAVE_SYS_PARAM_H
7968      # include <sys/param.h>
7969      #endif
7970
7971 #include <$ac_header>
7972 _ACEOF
7973 rm -f conftest.$ac_objext
7974 if { (ac_try="$ac_compile"
7975 case "(($ac_try" in
7976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7977   *) ac_try_echo=$ac_try;;
7978 esac
7979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7980   (eval "$ac_compile") 2>conftest.er1
7981   ac_status=$?
7982   grep -v '^ *+' conftest.er1 >conftest.err
7983   rm -f conftest.er1
7984   cat conftest.err >&5
7985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986   (exit $ac_status); } &&
7987          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7988   { (case "(($ac_try" in
7989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7990   *) ac_try_echo=$ac_try;;
7991 esac
7992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7993   (eval "$ac_try") 2>&5
7994   ac_status=$?
7995   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7996   (exit $ac_status); }; } &&
7997          { ac_try='test -s conftest.$ac_objext'
7998   { (case "(($ac_try" in
7999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8000   *) ac_try_echo=$ac_try;;
8001 esac
8002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8003   (eval "$ac_try") 2>&5
8004   ac_status=$?
8005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8006   (exit $ac_status); }; }; then
8007   eval "$as_ac_Header=yes"
8008 else
8009   echo "$as_me: failed program was:" >&5
8010 sed 's/^/| /' conftest.$ac_ext >&5
8011
8012         eval "$as_ac_Header=no"
8013 fi
8014
8015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8016 fi
8017 ac_res=`eval echo '${'$as_ac_Header'}'`
8018                { echo "$as_me:$LINENO: result: $ac_res" >&5
8019 echo "${ECHO_T}$ac_res" >&6; }
8020 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8021   cat >>confdefs.h <<_ACEOF
8022 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8023 _ACEOF
8024
8025 fi
8026
8027 done
8028
8029
8030
8031
8032
8033
8034
8035
8036 for ac_header in net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h
8037 do
8038 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8039 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8040 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8042   echo $ECHO_N "(cached) $ECHO_C" >&6
8043 else
8044   cat >conftest.$ac_ext <<_ACEOF
8045 /* confdefs.h.  */
8046 _ACEOF
8047 cat confdefs.h >>conftest.$ac_ext
8048 cat >>conftest.$ac_ext <<_ACEOF
8049 /* end confdefs.h.  */
8050 #include <sys/types.h>
8051      #if HAVE_SYS_SOCKET_H
8052      # include <sys/socket.h>
8053      #endif
8054
8055 #include <$ac_header>
8056 _ACEOF
8057 rm -f conftest.$ac_objext
8058 if { (ac_try="$ac_compile"
8059 case "(($ac_try" in
8060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8061   *) ac_try_echo=$ac_try;;
8062 esac
8063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8064   (eval "$ac_compile") 2>conftest.er1
8065   ac_status=$?
8066   grep -v '^ *+' conftest.er1 >conftest.err
8067   rm -f conftest.er1
8068   cat conftest.err >&5
8069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070   (exit $ac_status); } &&
8071          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8072   { (case "(($ac_try" in
8073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8074   *) ac_try_echo=$ac_try;;
8075 esac
8076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8077   (eval "$ac_try") 2>&5
8078   ac_status=$?
8079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8080   (exit $ac_status); }; } &&
8081          { ac_try='test -s conftest.$ac_objext'
8082   { (case "(($ac_try" in
8083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8084   *) ac_try_echo=$ac_try;;
8085 esac
8086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8087   (eval "$ac_try") 2>&5
8088   ac_status=$?
8089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090   (exit $ac_status); }; }; then
8091   eval "$as_ac_Header=yes"
8092 else
8093   echo "$as_me: failed program was:" >&5
8094 sed 's/^/| /' conftest.$ac_ext >&5
8095
8096         eval "$as_ac_Header=no"
8097 fi
8098
8099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8100 fi
8101 ac_res=`eval echo '${'$as_ac_Header'}'`
8102                { echo "$as_me:$LINENO: result: $ac_res" >&5
8103 echo "${ECHO_T}$ac_res" >&6; }
8104 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8105   cat >>confdefs.h <<_ACEOF
8106 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8107 _ACEOF
8108
8109 fi
8110
8111 done
8112
8113
8114
8115 for ac_header in linux/ipx.h
8116 do
8117 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8118 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8119 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8120 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8121   echo $ECHO_N "(cached) $ECHO_C" >&6
8122 else
8123   cat >conftest.$ac_ext <<_ACEOF
8124 /* confdefs.h.  */
8125 _ACEOF
8126 cat confdefs.h >>conftest.$ac_ext
8127 cat >>conftest.$ac_ext <<_ACEOF
8128 /* end confdefs.h.  */
8129 #include <sys/types.h>
8130      #ifdef HAVE_ASM_TYPES_H
8131      # include <asm/types.h>
8132      #endif
8133      #if HAVE_SYS_SOCKET_H
8134      # include <sys/socket.h>
8135      #endif
8136
8137 #include <$ac_header>
8138 _ACEOF
8139 rm -f conftest.$ac_objext
8140 if { (ac_try="$ac_compile"
8141 case "(($ac_try" in
8142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8143   *) ac_try_echo=$ac_try;;
8144 esac
8145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8146   (eval "$ac_compile") 2>conftest.er1
8147   ac_status=$?
8148   grep -v '^ *+' conftest.er1 >conftest.err
8149   rm -f conftest.er1
8150   cat conftest.err >&5
8151   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152   (exit $ac_status); } &&
8153          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8154   { (case "(($ac_try" in
8155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8156   *) ac_try_echo=$ac_try;;
8157 esac
8158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8159   (eval "$ac_try") 2>&5
8160   ac_status=$?
8161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162   (exit $ac_status); }; } &&
8163          { ac_try='test -s conftest.$ac_objext'
8164   { (case "(($ac_try" in
8165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8166   *) ac_try_echo=$ac_try;;
8167 esac
8168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8169   (eval "$ac_try") 2>&5
8170   ac_status=$?
8171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8172   (exit $ac_status); }; }; then
8173   eval "$as_ac_Header=yes"
8174 else
8175   echo "$as_me: failed program was:" >&5
8176 sed 's/^/| /' conftest.$ac_ext >&5
8177
8178         eval "$as_ac_Header=no"
8179 fi
8180
8181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8182 fi
8183 ac_res=`eval echo '${'$as_ac_Header'}'`
8184                { echo "$as_me:$LINENO: result: $ac_res" >&5
8185 echo "${ECHO_T}$ac_res" >&6; }
8186 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8187   cat >>confdefs.h <<_ACEOF
8188 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8189 _ACEOF
8190
8191 fi
8192
8193 done
8194
8195
8196
8197 for ac_header in resolv.h
8198 do
8199 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8200 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8201 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8202 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8203   echo $ECHO_N "(cached) $ECHO_C" >&6
8204 else
8205   cat >conftest.$ac_ext <<_ACEOF
8206 /* confdefs.h.  */
8207 _ACEOF
8208 cat confdefs.h >>conftest.$ac_ext
8209 cat >>conftest.$ac_ext <<_ACEOF
8210 /* end confdefs.h.  */
8211 #include <sys/types.h>
8212      #if HAVE_SYS_SOCKET_H
8213      # include <sys/socket.h>
8214      #endif
8215      #if HAVE_NETINET_IN_H
8216      # include <netinet/in.h>
8217      #endif
8218      #if HAVE_ARPA_NAMESER_H
8219      # include <arpa/nameser.h>
8220      #endif
8221
8222 #include <$ac_header>
8223 _ACEOF
8224 rm -f conftest.$ac_objext
8225 if { (ac_try="$ac_compile"
8226 case "(($ac_try" in
8227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8228   *) ac_try_echo=$ac_try;;
8229 esac
8230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8231   (eval "$ac_compile") 2>conftest.er1
8232   ac_status=$?
8233   grep -v '^ *+' conftest.er1 >conftest.err
8234   rm -f conftest.er1
8235   cat conftest.err >&5
8236   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8237   (exit $ac_status); } &&
8238          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8239   { (case "(($ac_try" in
8240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8241   *) ac_try_echo=$ac_try;;
8242 esac
8243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8244   (eval "$ac_try") 2>&5
8245   ac_status=$?
8246   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8247   (exit $ac_status); }; } &&
8248          { ac_try='test -s conftest.$ac_objext'
8249   { (case "(($ac_try" in
8250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8251   *) ac_try_echo=$ac_try;;
8252 esac
8253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8254   (eval "$ac_try") 2>&5
8255   ac_status=$?
8256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8257   (exit $ac_status); }; }; then
8258   eval "$as_ac_Header=yes"
8259 else
8260   echo "$as_me: failed program was:" >&5
8261 sed 's/^/| /' conftest.$ac_ext >&5
8262
8263         eval "$as_ac_Header=no"
8264 fi
8265
8266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8267 fi
8268 ac_res=`eval echo '${'$as_ac_Header'}'`
8269                { echo "$as_me:$LINENO: result: $ac_res" >&5
8270 echo "${ECHO_T}$ac_res" >&6; }
8271 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8272   cat >>confdefs.h <<_ACEOF
8273 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8274 _ACEOF
8275
8276 fi
8277
8278 done
8279
8280
8281
8282 for ac_header in ucontext.h
8283 do
8284 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8285 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8286 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8288   echo $ECHO_N "(cached) $ECHO_C" >&6
8289 else
8290   cat >conftest.$ac_ext <<_ACEOF
8291 /* confdefs.h.  */
8292 _ACEOF
8293 cat confdefs.h >>conftest.$ac_ext
8294 cat >>conftest.$ac_ext <<_ACEOF
8295 /* end confdefs.h.  */
8296 #include <signal.h>
8297
8298 #include <$ac_header>
8299 _ACEOF
8300 rm -f conftest.$ac_objext
8301 if { (ac_try="$ac_compile"
8302 case "(($ac_try" in
8303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8304   *) ac_try_echo=$ac_try;;
8305 esac
8306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8307   (eval "$ac_compile") 2>conftest.er1
8308   ac_status=$?
8309   grep -v '^ *+' conftest.er1 >conftest.err
8310   rm -f conftest.er1
8311   cat conftest.err >&5
8312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8313   (exit $ac_status); } &&
8314          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8315   { (case "(($ac_try" in
8316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8317   *) ac_try_echo=$ac_try;;
8318 esac
8319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8320   (eval "$ac_try") 2>&5
8321   ac_status=$?
8322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8323   (exit $ac_status); }; } &&
8324          { ac_try='test -s conftest.$ac_objext'
8325   { (case "(($ac_try" in
8326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8327   *) ac_try_echo=$ac_try;;
8328 esac
8329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8330   (eval "$ac_try") 2>&5
8331   ac_status=$?
8332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8333   (exit $ac_status); }; }; then
8334   eval "$as_ac_Header=yes"
8335 else
8336   echo "$as_me: failed program was:" >&5
8337 sed 's/^/| /' conftest.$ac_ext >&5
8338
8339         eval "$as_ac_Header=no"
8340 fi
8341
8342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8343 fi
8344 ac_res=`eval echo '${'$as_ac_Header'}'`
8345                { echo "$as_me:$LINENO: result: $ac_res" >&5
8346 echo "${ECHO_T}$ac_res" >&6; }
8347 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8348   cat >>confdefs.h <<_ACEOF
8349 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8350 _ACEOF
8351
8352 fi
8353
8354 done
8355
8356
8357
8358 for ac_header in pthread_np.h
8359 do
8360 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8361 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8363 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8364   echo $ECHO_N "(cached) $ECHO_C" >&6
8365 else
8366   cat >conftest.$ac_ext <<_ACEOF
8367 /* confdefs.h.  */
8368 _ACEOF
8369 cat confdefs.h >>conftest.$ac_ext
8370 cat >>conftest.$ac_ext <<_ACEOF
8371 /* end confdefs.h.  */
8372 #ifdef HAVE_PTHREAD_H
8373 #include <pthread.h>
8374 #endif
8375
8376 #include <$ac_header>
8377 _ACEOF
8378 rm -f conftest.$ac_objext
8379 if { (ac_try="$ac_compile"
8380 case "(($ac_try" in
8381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8382   *) ac_try_echo=$ac_try;;
8383 esac
8384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8385   (eval "$ac_compile") 2>conftest.er1
8386   ac_status=$?
8387   grep -v '^ *+' conftest.er1 >conftest.err
8388   rm -f conftest.er1
8389   cat conftest.err >&5
8390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8391   (exit $ac_status); } &&
8392          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8393   { (case "(($ac_try" in
8394   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8395   *) ac_try_echo=$ac_try;;
8396 esac
8397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8398   (eval "$ac_try") 2>&5
8399   ac_status=$?
8400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8401   (exit $ac_status); }; } &&
8402          { ac_try='test -s conftest.$ac_objext'
8403   { (case "(($ac_try" in
8404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8405   *) ac_try_echo=$ac_try;;
8406 esac
8407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8408   (eval "$ac_try") 2>&5
8409   ac_status=$?
8410   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8411   (exit $ac_status); }; }; then
8412   eval "$as_ac_Header=yes"
8413 else
8414   echo "$as_me: failed program was:" >&5
8415 sed 's/^/| /' conftest.$ac_ext >&5
8416
8417         eval "$as_ac_Header=no"
8418 fi
8419
8420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8421 fi
8422 ac_res=`eval echo '${'$as_ac_Header'}'`
8423                { echo "$as_me:$LINENO: result: $ac_res" >&5
8424 echo "${ECHO_T}$ac_res" >&6; }
8425 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8426   cat >>confdefs.h <<_ACEOF
8427 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8428 _ACEOF
8429
8430 fi
8431
8432 done
8433
8434
8435
8436 for ac_header in linux/videodev.h
8437 do
8438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8439 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8440 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8442   echo $ECHO_N "(cached) $ECHO_C" >&6
8443 else
8444   cat >conftest.$ac_ext <<_ACEOF
8445 /* confdefs.h.  */
8446 _ACEOF
8447 cat confdefs.h >>conftest.$ac_ext
8448 cat >>conftest.$ac_ext <<_ACEOF
8449 /* end confdefs.h.  */
8450 #ifdef HAVE_SYS_TIME_H
8451 #include <sys/time.h>
8452 #endif
8453 #include <sys/types.h>
8454 #ifdef HAVE_ASM_TYPES_H
8455 #include <asm/types.h>
8456 #endif
8457
8458 #include <$ac_header>
8459 _ACEOF
8460 rm -f conftest.$ac_objext
8461 if { (ac_try="$ac_compile"
8462 case "(($ac_try" in
8463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8464   *) ac_try_echo=$ac_try;;
8465 esac
8466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8467   (eval "$ac_compile") 2>conftest.er1
8468   ac_status=$?
8469   grep -v '^ *+' conftest.er1 >conftest.err
8470   rm -f conftest.er1
8471   cat conftest.err >&5
8472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8473   (exit $ac_status); } &&
8474          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8475   { (case "(($ac_try" in
8476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8477   *) ac_try_echo=$ac_try;;
8478 esac
8479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8480   (eval "$ac_try") 2>&5
8481   ac_status=$?
8482   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8483   (exit $ac_status); }; } &&
8484          { ac_try='test -s conftest.$ac_objext'
8485   { (case "(($ac_try" in
8486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8487   *) ac_try_echo=$ac_try;;
8488 esac
8489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8490   (eval "$ac_try") 2>&5
8491   ac_status=$?
8492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8493   (exit $ac_status); }; }; then
8494   eval "$as_ac_Header=yes"
8495 else
8496   echo "$as_me: failed program was:" >&5
8497 sed 's/^/| /' conftest.$ac_ext >&5
8498
8499         eval "$as_ac_Header=no"
8500 fi
8501
8502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8503 fi
8504 ac_res=`eval echo '${'$as_ac_Header'}'`
8505                { echo "$as_me:$LINENO: result: $ac_res" >&5
8506 echo "${ECHO_T}$ac_res" >&6; }
8507 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8508   cat >>confdefs.h <<_ACEOF
8509 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8510 _ACEOF
8511
8512 fi
8513
8514 done
8515
8516
8517
8518 for ac_header in linux/capi.h
8519 do
8520 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8521 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8522 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8523 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8524   echo $ECHO_N "(cached) $ECHO_C" >&6
8525 else
8526   cat >conftest.$ac_ext <<_ACEOF
8527 /* confdefs.h.  */
8528 _ACEOF
8529 cat confdefs.h >>conftest.$ac_ext
8530 cat >>conftest.$ac_ext <<_ACEOF
8531 /* end confdefs.h.  */
8532 #define __user
8533
8534 #include <$ac_header>
8535 _ACEOF
8536 rm -f conftest.$ac_objext
8537 if { (ac_try="$ac_compile"
8538 case "(($ac_try" in
8539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8540   *) ac_try_echo=$ac_try;;
8541 esac
8542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8543   (eval "$ac_compile") 2>conftest.er1
8544   ac_status=$?
8545   grep -v '^ *+' conftest.er1 >conftest.err
8546   rm -f conftest.er1
8547   cat conftest.err >&5
8548   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549   (exit $ac_status); } &&
8550          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8551   { (case "(($ac_try" in
8552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8553   *) ac_try_echo=$ac_try;;
8554 esac
8555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8556   (eval "$ac_try") 2>&5
8557   ac_status=$?
8558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559   (exit $ac_status); }; } &&
8560          { ac_try='test -s conftest.$ac_objext'
8561   { (case "(($ac_try" in
8562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8563   *) ac_try_echo=$ac_try;;
8564 esac
8565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8566   (eval "$ac_try") 2>&5
8567   ac_status=$?
8568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8569   (exit $ac_status); }; }; then
8570   eval "$as_ac_Header=yes"
8571 else
8572   echo "$as_me: failed program was:" >&5
8573 sed 's/^/| /' conftest.$ac_ext >&5
8574
8575         eval "$as_ac_Header=no"
8576 fi
8577
8578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8579 fi
8580 ac_res=`eval echo '${'$as_ac_Header'}'`
8581                { echo "$as_me:$LINENO: result: $ac_res" >&5
8582 echo "${ECHO_T}$ac_res" >&6; }
8583 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8584   cat >>confdefs.h <<_ACEOF
8585 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8586 _ACEOF
8587
8588 fi
8589
8590 done
8591
8592
8593
8594 if test "$have_x" = "yes"
8595 then
8596     XLIB="-lXext -lX11"
8597     ac_save_CPPFLAGS="$CPPFLAGS"
8598     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610 for ac_header in X11/Xlib.h \
8611                       X11/XKBlib.h \
8612                       X11/Xutil.h \
8613                       X11/extensions/shape.h \
8614                       X11/extensions/XInput.h \
8615                       X11/extensions/XShm.h \
8616                       X11/extensions/Xinerama.h \
8617                       X11/extensions/Xrandr.h \
8618                       X11/extensions/Xrender.h \
8619                       X11/extensions/xf86vmode.h
8620 do
8621 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8622 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8623 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8624 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8625   echo $ECHO_N "(cached) $ECHO_C" >&6
8626 else
8627   cat >conftest.$ac_ext <<_ACEOF
8628 /* confdefs.h.  */
8629 _ACEOF
8630 cat confdefs.h >>conftest.$ac_ext
8631 cat >>conftest.$ac_ext <<_ACEOF
8632 /* end confdefs.h.  */
8633 #ifdef HAVE_X11_XLIB_H
8634 # include <X11/Xlib.h>
8635 #endif
8636 #ifdef HAVE_X11_XUTIL_H
8637 # include <X11/Xutil.h>
8638 #endif
8639
8640 #include <$ac_header>
8641 _ACEOF
8642 rm -f conftest.$ac_objext
8643 if { (ac_try="$ac_compile"
8644 case "(($ac_try" in
8645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8646   *) ac_try_echo=$ac_try;;
8647 esac
8648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8649   (eval "$ac_compile") 2>conftest.er1
8650   ac_status=$?
8651   grep -v '^ *+' conftest.er1 >conftest.err
8652   rm -f conftest.er1
8653   cat conftest.err >&5
8654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8655   (exit $ac_status); } &&
8656          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8657   { (case "(($ac_try" in
8658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8659   *) ac_try_echo=$ac_try;;
8660 esac
8661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8662   (eval "$ac_try") 2>&5
8663   ac_status=$?
8664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665   (exit $ac_status); }; } &&
8666          { ac_try='test -s conftest.$ac_objext'
8667   { (case "(($ac_try" in
8668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8669   *) ac_try_echo=$ac_try;;
8670 esac
8671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8672   (eval "$ac_try") 2>&5
8673   ac_status=$?
8674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675   (exit $ac_status); }; }; then
8676   eval "$as_ac_Header=yes"
8677 else
8678   echo "$as_me: failed program was:" >&5
8679 sed 's/^/| /' conftest.$ac_ext >&5
8680
8681         eval "$as_ac_Header=no"
8682 fi
8683
8684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8685 fi
8686 ac_res=`eval echo '${'$as_ac_Header'}'`
8687                { echo "$as_me:$LINENO: result: $ac_res" >&5
8688 echo "${ECHO_T}$ac_res" >&6; }
8689 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8690   cat >>confdefs.h <<_ACEOF
8691 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8692 _ACEOF
8693
8694 fi
8695
8696 done
8697
8698
8699                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8700         then
8701               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
8702 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
8703 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
8704   echo $ECHO_N "(cached) $ECHO_C" >&6
8705 else
8706   ac_check_lib_save_LIBS=$LIBS
8707 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8708 cat >conftest.$ac_ext <<_ACEOF
8709 /* confdefs.h.  */
8710 _ACEOF
8711 cat confdefs.h >>conftest.$ac_ext
8712 cat >>conftest.$ac_ext <<_ACEOF
8713 /* end confdefs.h.  */
8714
8715 /* Override any GCC internal prototype to avoid an error.
8716    Use char because int might match the return type of a GCC
8717    builtin and then its argument prototype would still apply.  */
8718 #ifdef __cplusplus
8719 extern "C"
8720 #endif
8721 char XkbQueryExtension ();
8722 int
8723 main ()
8724 {
8725 return XkbQueryExtension ();
8726   ;
8727   return 0;
8728 }
8729 _ACEOF
8730 rm -f conftest.$ac_objext conftest$ac_exeext
8731 if { (ac_try="$ac_link"
8732 case "(($ac_try" in
8733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8734   *) ac_try_echo=$ac_try;;
8735 esac
8736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8737   (eval "$ac_link") 2>conftest.er1
8738   ac_status=$?
8739   grep -v '^ *+' conftest.er1 >conftest.err
8740   rm -f conftest.er1
8741   cat conftest.err >&5
8742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8743   (exit $ac_status); } &&
8744          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8745   { (case "(($ac_try" in
8746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8747   *) ac_try_echo=$ac_try;;
8748 esac
8749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8750   (eval "$ac_try") 2>&5
8751   ac_status=$?
8752   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8753   (exit $ac_status); }; } &&
8754          { ac_try='test -s conftest$ac_exeext'
8755   { (case "(($ac_try" in
8756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8757   *) ac_try_echo=$ac_try;;
8758 esac
8759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8760   (eval "$ac_try") 2>&5
8761   ac_status=$?
8762   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763   (exit $ac_status); }; }; then
8764   ac_cv_lib_X11_XkbQueryExtension=yes
8765 else
8766   echo "$as_me: failed program was:" >&5
8767 sed 's/^/| /' conftest.$ac_ext >&5
8768
8769         ac_cv_lib_X11_XkbQueryExtension=no
8770 fi
8771
8772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8773       conftest$ac_exeext conftest.$ac_ext
8774 LIBS=$ac_check_lib_save_LIBS
8775 fi
8776 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8777 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8778 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
8779
8780 cat >>confdefs.h <<\_ACEOF
8781 #define HAVE_XKB 1
8782 _ACEOF
8783
8784 fi
8785
8786         fi
8787
8788                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8789         then
8790               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
8791 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
8792 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
8793   echo $ECHO_N "(cached) $ECHO_C" >&6
8794 else
8795   ac_check_lib_save_LIBS=$LIBS
8796 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8797 cat >conftest.$ac_ext <<_ACEOF
8798 /* confdefs.h.  */
8799 _ACEOF
8800 cat confdefs.h >>conftest.$ac_ext
8801 cat >>conftest.$ac_ext <<_ACEOF
8802 /* end confdefs.h.  */
8803
8804 /* Override any GCC internal prototype to avoid an error.
8805    Use char because int might match the return type of a GCC
8806    builtin and then its argument prototype would still apply.  */
8807 #ifdef __cplusplus
8808 extern "C"
8809 #endif
8810 char XShmQueryExtension ();
8811 int
8812 main ()
8813 {
8814 return XShmQueryExtension ();
8815   ;
8816   return 0;
8817 }
8818 _ACEOF
8819 rm -f conftest.$ac_objext conftest$ac_exeext
8820 if { (ac_try="$ac_link"
8821 case "(($ac_try" in
8822   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8823   *) ac_try_echo=$ac_try;;
8824 esac
8825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8826   (eval "$ac_link") 2>conftest.er1
8827   ac_status=$?
8828   grep -v '^ *+' conftest.er1 >conftest.err
8829   rm -f conftest.er1
8830   cat conftest.err >&5
8831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8832   (exit $ac_status); } &&
8833          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8834   { (case "(($ac_try" in
8835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8836   *) ac_try_echo=$ac_try;;
8837 esac
8838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8839   (eval "$ac_try") 2>&5
8840   ac_status=$?
8841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8842   (exit $ac_status); }; } &&
8843          { ac_try='test -s conftest$ac_exeext'
8844   { (case "(($ac_try" in
8845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8846   *) ac_try_echo=$ac_try;;
8847 esac
8848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8849   (eval "$ac_try") 2>&5
8850   ac_status=$?
8851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8852   (exit $ac_status); }; }; then
8853   ac_cv_lib_Xext_XShmQueryExtension=yes
8854 else
8855   echo "$as_me: failed program was:" >&5
8856 sed 's/^/| /' conftest.$ac_ext >&5
8857
8858         ac_cv_lib_Xext_XShmQueryExtension=no
8859 fi
8860
8861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8862       conftest$ac_exeext conftest.$ac_ext
8863 LIBS=$ac_check_lib_save_LIBS
8864 fi
8865 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8866 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8867 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
8868
8869 cat >>confdefs.h <<\_ACEOF
8870 #define HAVE_LIBXXSHM 1
8871 _ACEOF
8872
8873 fi
8874
8875         fi
8876
8877                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8878         then
8879               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
8880 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
8881 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
8882   echo $ECHO_N "(cached) $ECHO_C" >&6
8883 else
8884   ac_check_lib_save_LIBS=$LIBS
8885 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8886 cat >conftest.$ac_ext <<_ACEOF
8887 /* confdefs.h.  */
8888 _ACEOF
8889 cat confdefs.h >>conftest.$ac_ext
8890 cat >>conftest.$ac_ext <<_ACEOF
8891 /* end confdefs.h.  */
8892
8893 /* Override any GCC internal prototype to avoid an error.
8894    Use char because int might match the return type of a GCC
8895    builtin and then its argument prototype would still apply.  */
8896 #ifdef __cplusplus
8897 extern "C"
8898 #endif
8899 char XShapeQueryExtension ();
8900 int
8901 main ()
8902 {
8903 return XShapeQueryExtension ();
8904   ;
8905   return 0;
8906 }
8907 _ACEOF
8908 rm -f conftest.$ac_objext conftest$ac_exeext
8909 if { (ac_try="$ac_link"
8910 case "(($ac_try" in
8911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8912   *) ac_try_echo=$ac_try;;
8913 esac
8914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8915   (eval "$ac_link") 2>conftest.er1
8916   ac_status=$?
8917   grep -v '^ *+' conftest.er1 >conftest.err
8918   rm -f conftest.er1
8919   cat conftest.err >&5
8920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921   (exit $ac_status); } &&
8922          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8923   { (case "(($ac_try" in
8924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8925   *) ac_try_echo=$ac_try;;
8926 esac
8927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8928   (eval "$ac_try") 2>&5
8929   ac_status=$?
8930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931   (exit $ac_status); }; } &&
8932          { ac_try='test -s conftest$ac_exeext'
8933   { (case "(($ac_try" in
8934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8935   *) ac_try_echo=$ac_try;;
8936 esac
8937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8938   (eval "$ac_try") 2>&5
8939   ac_status=$?
8940   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941   (exit $ac_status); }; }; then
8942   ac_cv_lib_Xext_XShapeQueryExtension=yes
8943 else
8944   echo "$as_me: failed program was:" >&5
8945 sed 's/^/| /' conftest.$ac_ext >&5
8946
8947         ac_cv_lib_Xext_XShapeQueryExtension=no
8948 fi
8949
8950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8951       conftest$ac_exeext conftest.$ac_ext
8952 LIBS=$ac_check_lib_save_LIBS
8953 fi
8954 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8955 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8956 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
8957
8958 cat >>confdefs.h <<\_ACEOF
8959 #define HAVE_LIBXSHAPE 1
8960 _ACEOF
8961
8962 fi
8963
8964         fi
8965
8966                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8967         then
8968                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
8969 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
8970 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
8971   echo $ECHO_N "(cached) $ECHO_C" >&6
8972 else
8973   ac_check_lib_save_LIBS=$LIBS
8974 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8975 cat >conftest.$ac_ext <<_ACEOF
8976 /* confdefs.h.  */
8977 _ACEOF
8978 cat confdefs.h >>conftest.$ac_ext
8979 cat >>conftest.$ac_ext <<_ACEOF
8980 /* end confdefs.h.  */
8981
8982 /* Override any GCC internal prototype to avoid an error.
8983    Use char because int might match the return type of a GCC
8984    builtin and then its argument prototype would still apply.  */
8985 #ifdef __cplusplus
8986 extern "C"
8987 #endif
8988 char XF86VidModeQueryExtension ();
8989 int
8990 main ()
8991 {
8992 return XF86VidModeQueryExtension ();
8993   ;
8994   return 0;
8995 }
8996 _ACEOF
8997 rm -f conftest.$ac_objext conftest$ac_exeext
8998 if { (ac_try="$ac_link"
8999 case "(($ac_try" in
9000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9001   *) ac_try_echo=$ac_try;;
9002 esac
9003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9004   (eval "$ac_link") 2>conftest.er1
9005   ac_status=$?
9006   grep -v '^ *+' conftest.er1 >conftest.err
9007   rm -f conftest.er1
9008   cat conftest.err >&5
9009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9010   (exit $ac_status); } &&
9011          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9012   { (case "(($ac_try" in
9013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9014   *) ac_try_echo=$ac_try;;
9015 esac
9016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9017   (eval "$ac_try") 2>&5
9018   ac_status=$?
9019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9020   (exit $ac_status); }; } &&
9021          { ac_try='test -s conftest$ac_exeext'
9022   { (case "(($ac_try" in
9023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9024   *) ac_try_echo=$ac_try;;
9025 esac
9026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9027   (eval "$ac_try") 2>&5
9028   ac_status=$?
9029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030   (exit $ac_status); }; }; then
9031   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
9032 else
9033   echo "$as_me: failed program was:" >&5
9034 sed 's/^/| /' conftest.$ac_ext >&5
9035
9036         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
9037 fi
9038
9039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9040       conftest$ac_exeext conftest.$ac_ext
9041 LIBS=$ac_check_lib_save_LIBS
9042 fi
9043 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9044 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9045 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9046
9047 cat >>confdefs.h <<\_ACEOF
9048 #define HAVE_LIBXXF86VM 1
9049 _ACEOF
9050
9051                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
9052
9053 fi
9054
9055         fi
9056
9057                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
9058         then
9059                 cat >conftest.$ac_ext <<_ACEOF
9060 /* confdefs.h.  */
9061 _ACEOF
9062 cat confdefs.h >>conftest.$ac_ext
9063 cat >>conftest.$ac_ext <<_ACEOF
9064 /* end confdefs.h.  */
9065 #include <X11/Xlib.h>
9066 #include <X11/extensions/Xrandr.h>
9067 int
9068 main ()
9069 {
9070 static typeof(XRRSetScreenConfigAndRate) * func;
9071   ;
9072   return 0;
9073 }
9074 _ACEOF
9075 rm -f conftest.$ac_objext
9076 if { (ac_try="$ac_compile"
9077 case "(($ac_try" in
9078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9079   *) ac_try_echo=$ac_try;;
9080 esac
9081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9082   (eval "$ac_compile") 2>conftest.er1
9083   ac_status=$?
9084   grep -v '^ *+' conftest.er1 >conftest.err
9085   rm -f conftest.er1
9086   cat conftest.err >&5
9087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9088   (exit $ac_status); } &&
9089          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9090   { (case "(($ac_try" in
9091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9092   *) ac_try_echo=$ac_try;;
9093 esac
9094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9095   (eval "$ac_try") 2>&5
9096   ac_status=$?
9097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9098   (exit $ac_status); }; } &&
9099          { ac_try='test -s conftest.$ac_objext'
9100   { (case "(($ac_try" in
9101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9102   *) ac_try_echo=$ac_try;;
9103 esac
9104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9105   (eval "$ac_try") 2>&5
9106   ac_status=$?
9107   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9108   (exit $ac_status); }; }; then
9109
9110 cat >>confdefs.h <<\_ACEOF
9111 #define HAVE_LIBXRANDR 1
9112 _ACEOF
9113
9114 else
9115   echo "$as_me: failed program was:" >&5
9116 sed 's/^/| /' conftest.$ac_ext >&5
9117
9118
9119 fi
9120
9121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9122         fi
9123
9124                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9125         then
9126               { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9127 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9128 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9129   echo $ECHO_N "(cached) $ECHO_C" >&6
9130 else
9131   ac_check_lib_save_LIBS=$LIBS
9132 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9133 cat >conftest.$ac_ext <<_ACEOF
9134 /* confdefs.h.  */
9135 _ACEOF
9136 cat confdefs.h >>conftest.$ac_ext
9137 cat >>conftest.$ac_ext <<_ACEOF
9138 /* end confdefs.h.  */
9139
9140 /* Override any GCC internal prototype to avoid an error.
9141    Use char because int might match the return type of a GCC
9142    builtin and then its argument prototype would still apply.  */
9143 #ifdef __cplusplus
9144 extern "C"
9145 #endif
9146 char XRenderSetPictureTransform ();
9147 int
9148 main ()
9149 {
9150 return XRenderSetPictureTransform ();
9151   ;
9152   return 0;
9153 }
9154 _ACEOF
9155 rm -f conftest.$ac_objext conftest$ac_exeext
9156 if { (ac_try="$ac_link"
9157 case "(($ac_try" in
9158   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9159   *) ac_try_echo=$ac_try;;
9160 esac
9161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9162   (eval "$ac_link") 2>conftest.er1
9163   ac_status=$?
9164   grep -v '^ *+' conftest.er1 >conftest.err
9165   rm -f conftest.er1
9166   cat conftest.err >&5
9167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9168   (exit $ac_status); } &&
9169          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9170   { (case "(($ac_try" in
9171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9172   *) ac_try_echo=$ac_try;;
9173 esac
9174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9175   (eval "$ac_try") 2>&5
9176   ac_status=$?
9177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9178   (exit $ac_status); }; } &&
9179          { ac_try='test -s conftest$ac_exeext'
9180   { (case "(($ac_try" in
9181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9182   *) ac_try_echo=$ac_try;;
9183 esac
9184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9185   (eval "$ac_try") 2>&5
9186   ac_status=$?
9187   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188   (exit $ac_status); }; }; then
9189   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9190 else
9191   echo "$as_me: failed program was:" >&5
9192 sed 's/^/| /' conftest.$ac_ext >&5
9193
9194         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9195 fi
9196
9197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9198       conftest$ac_exeext conftest.$ac_ext
9199 LIBS=$ac_check_lib_save_LIBS
9200 fi
9201 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9202 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9203 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9204
9205 cat >>confdefs.h <<\_ACEOF
9206 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9207 _ACEOF
9208
9209 fi
9210
9211         fi
9212
9213                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9214         then
9215                 cat >conftest.$ac_ext <<_ACEOF
9216 /* confdefs.h.  */
9217 _ACEOF
9218 cat confdefs.h >>conftest.$ac_ext
9219 cat >>conftest.$ac_ext <<_ACEOF
9220 /* end confdefs.h.  */
9221 #include <X11/Xlib.h>
9222 #include <X11/extensions/Xinerama.h>
9223 int
9224 main ()
9225 {
9226 static typeof(XineramaQueryScreens) * func;
9227   ;
9228   return 0;
9229 }
9230 _ACEOF
9231 rm -f conftest.$ac_objext
9232 if { (ac_try="$ac_compile"
9233 case "(($ac_try" in
9234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9235   *) ac_try_echo=$ac_try;;
9236 esac
9237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9238   (eval "$ac_compile") 2>conftest.er1
9239   ac_status=$?
9240   grep -v '^ *+' conftest.er1 >conftest.err
9241   rm -f conftest.er1
9242   cat conftest.err >&5
9243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9244   (exit $ac_status); } &&
9245          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9246   { (case "(($ac_try" in
9247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9248   *) ac_try_echo=$ac_try;;
9249 esac
9250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9251   (eval "$ac_try") 2>&5
9252   ac_status=$?
9253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254   (exit $ac_status); }; } &&
9255          { ac_try='test -s conftest.$ac_objext'
9256   { (case "(($ac_try" in
9257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258   *) ac_try_echo=$ac_try;;
9259 esac
9260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9261   (eval "$ac_try") 2>&5
9262   ac_status=$?
9263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264   (exit $ac_status); }; }; then
9265
9266 cat >>confdefs.h <<\_ACEOF
9267 #define HAVE_LIBXINERAMA 1
9268 _ACEOF
9269
9270 else
9271   echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9273
9274
9275 fi
9276
9277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9278         fi
9279
9280
9281         if test "x$with_opengl" != "xno"
9282     then
9283
9284
9285
9286
9287 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
9288 do
9289 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9290 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9291 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9292 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9293   echo $ECHO_N "(cached) $ECHO_C" >&6
9294 else
9295   cat >conftest.$ac_ext <<_ACEOF
9296 /* confdefs.h.  */
9297 _ACEOF
9298 cat confdefs.h >>conftest.$ac_ext
9299 cat >>conftest.$ac_ext <<_ACEOF
9300 /* end confdefs.h.  */
9301 #ifdef HAVE_GL_GLX_H
9302 # include <GL/glx.h>
9303 #endif
9304
9305 #include <$ac_header>
9306 _ACEOF
9307 rm -f conftest.$ac_objext
9308 if { (ac_try="$ac_compile"
9309 case "(($ac_try" in
9310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9311   *) ac_try_echo=$ac_try;;
9312 esac
9313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9314   (eval "$ac_compile") 2>conftest.er1
9315   ac_status=$?
9316   grep -v '^ *+' conftest.er1 >conftest.err
9317   rm -f conftest.er1
9318   cat conftest.err >&5
9319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9320   (exit $ac_status); } &&
9321          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9322   { (case "(($ac_try" in
9323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9324   *) ac_try_echo=$ac_try;;
9325 esac
9326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9327   (eval "$ac_try") 2>&5
9328   ac_status=$?
9329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330   (exit $ac_status); }; } &&
9331          { ac_try='test -s conftest.$ac_objext'
9332   { (case "(($ac_try" in
9333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9334   *) ac_try_echo=$ac_try;;
9335 esac
9336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9337   (eval "$ac_try") 2>&5
9338   ac_status=$?
9339   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9340   (exit $ac_status); }; }; then
9341   eval "$as_ac_Header=yes"
9342 else
9343   echo "$as_me: failed program was:" >&5
9344 sed 's/^/| /' conftest.$ac_ext >&5
9345
9346         eval "$as_ac_Header=no"
9347 fi
9348
9349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9350 fi
9351 ac_res=`eval echo '${'$as_ac_Header'}'`
9352                { echo "$as_me:$LINENO: result: $ac_res" >&5
9353 echo "${ECHO_T}$ac_res" >&6; }
9354 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9355   cat >>confdefs.h <<_ACEOF
9356 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9357 _ACEOF
9358
9359 fi
9360
9361 done
9362
9363         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9364         then
9365                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9366 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9367 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
9368   echo $ECHO_N "(cached) $ECHO_C" >&6
9369 else
9370   cat >conftest.$ac_ext <<_ACEOF
9371 /* confdefs.h.  */
9372 _ACEOF
9373 cat confdefs.h >>conftest.$ac_ext
9374 cat >>conftest.$ac_ext <<_ACEOF
9375 /* end confdefs.h.  */
9376 #include <GL/gl.h>
9377 int
9378 main ()
9379 {
9380 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9381   ;
9382   return 0;
9383 }
9384 _ACEOF
9385 rm -f conftest.$ac_objext
9386 if { (ac_try="$ac_compile"
9387 case "(($ac_try" in
9388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9389   *) ac_try_echo=$ac_try;;
9390 esac
9391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9392   (eval "$ac_compile") 2>conftest.er1
9393   ac_status=$?
9394   grep -v '^ *+' conftest.er1 >conftest.err
9395   rm -f conftest.er1
9396   cat conftest.err >&5
9397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9398   (exit $ac_status); } &&
9399          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9400   { (case "(($ac_try" in
9401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9402   *) ac_try_echo=$ac_try;;
9403 esac
9404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9405   (eval "$ac_try") 2>&5
9406   ac_status=$?
9407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9408   (exit $ac_status); }; } &&
9409          { ac_try='test -s conftest.$ac_objext'
9410   { (case "(($ac_try" in
9411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9412   *) ac_try_echo=$ac_try;;
9413 esac
9414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9415   (eval "$ac_try") 2>&5
9416   ac_status=$?
9417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9418   (exit $ac_status); }; }; then
9419   wine_cv_opengl_header_version_OK="yes"
9420 else
9421   echo "$as_me: failed program was:" >&5
9422 sed 's/^/| /' conftest.$ac_ext >&5
9423
9424         wine_cv_opengl_header_version_OK="no"
9425
9426 fi
9427
9428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9429
9430 fi
9431 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
9432 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
9433
9434             if test "$wine_cv_opengl_header_version_OK" = "yes"
9435             then
9436                                 { echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
9437 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; }
9438 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
9439   echo $ECHO_N "(cached) $ECHO_C" >&6
9440 else
9441   ac_check_lib_save_LIBS=$LIBS
9442 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
9443 cat >conftest.$ac_ext <<_ACEOF
9444 /* confdefs.h.  */
9445 _ACEOF
9446 cat confdefs.h >>conftest.$ac_ext
9447 cat >>conftest.$ac_ext <<_ACEOF
9448 /* end confdefs.h.  */
9449
9450 /* Override any GCC internal prototype to avoid an error.
9451    Use char because int might match the return type of a GCC
9452    builtin and then its argument prototype would still apply.  */
9453 #ifdef __cplusplus
9454 extern "C"
9455 #endif
9456 char glXCreateContext ();
9457 int
9458 main ()
9459 {
9460 return glXCreateContext ();
9461   ;
9462   return 0;
9463 }
9464 _ACEOF
9465 rm -f conftest.$ac_objext conftest$ac_exeext
9466 if { (ac_try="$ac_link"
9467 case "(($ac_try" in
9468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9469   *) ac_try_echo=$ac_try;;
9470 esac
9471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9472   (eval "$ac_link") 2>conftest.er1
9473   ac_status=$?
9474   grep -v '^ *+' conftest.er1 >conftest.err
9475   rm -f conftest.er1
9476   cat conftest.err >&5
9477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9478   (exit $ac_status); } &&
9479          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9480   { (case "(($ac_try" in
9481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9482   *) ac_try_echo=$ac_try;;
9483 esac
9484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9485   (eval "$ac_try") 2>&5
9486   ac_status=$?
9487   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9488   (exit $ac_status); }; } &&
9489          { ac_try='test -s conftest$ac_exeext'
9490   { (case "(($ac_try" in
9491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9492   *) ac_try_echo=$ac_try;;
9493 esac
9494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9495   (eval "$ac_try") 2>&5
9496   ac_status=$?
9497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498   (exit $ac_status); }; }; then
9499   ac_cv_lib_GL_glXCreateContext=yes
9500 else
9501   echo "$as_me: failed program was:" >&5
9502 sed 's/^/| /' conftest.$ac_ext >&5
9503
9504         ac_cv_lib_GL_glXCreateContext=no
9505 fi
9506
9507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9508       conftest$ac_exeext conftest.$ac_ext
9509 LIBS=$ac_check_lib_save_LIBS
9510 fi
9511 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
9512 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6; }
9513 if test $ac_cv_lib_GL_glXCreateContext = yes; then
9514   OPENGL_LIBS="-lGL"
9515                              OPENGLFILES='$(OPENGLFILES)'
9516
9517 cat >>confdefs.h <<\_ACEOF
9518 #define HAVE_OPENGL 1
9519 _ACEOF
9520
9521
9522 fi
9523
9524
9525                                 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9526 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9527 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9528   echo $ECHO_N "(cached) $ECHO_C" >&6
9529 else
9530   ac_check_lib_save_LIBS=$LIBS
9531 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9532                  $LIBS"
9533 cat >conftest.$ac_ext <<_ACEOF
9534 /* confdefs.h.  */
9535 _ACEOF
9536 cat confdefs.h >>conftest.$ac_ext
9537 cat >>conftest.$ac_ext <<_ACEOF
9538 /* end confdefs.h.  */
9539
9540 /* Override any GCC internal prototype to avoid an error.
9541    Use char because int might match the return type of a GCC
9542    builtin and then its argument prototype would still apply.  */
9543 #ifdef __cplusplus
9544 extern "C"
9545 #endif
9546 char gluLookAt ();
9547 int
9548 main ()
9549 {
9550 return gluLookAt ();
9551   ;
9552   return 0;
9553 }
9554 _ACEOF
9555 rm -f conftest.$ac_objext conftest$ac_exeext
9556 if { (ac_try="$ac_link"
9557 case "(($ac_try" in
9558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9559   *) ac_try_echo=$ac_try;;
9560 esac
9561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9562   (eval "$ac_link") 2>conftest.er1
9563   ac_status=$?
9564   grep -v '^ *+' conftest.er1 >conftest.err
9565   rm -f conftest.er1
9566   cat conftest.err >&5
9567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568   (exit $ac_status); } &&
9569          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9570   { (case "(($ac_try" in
9571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9572   *) ac_try_echo=$ac_try;;
9573 esac
9574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9575   (eval "$ac_try") 2>&5
9576   ac_status=$?
9577   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578   (exit $ac_status); }; } &&
9579          { ac_try='test -s conftest$ac_exeext'
9580   { (case "(($ac_try" in
9581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9582   *) ac_try_echo=$ac_try;;
9583 esac
9584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9585   (eval "$ac_try") 2>&5
9586   ac_status=$?
9587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9588   (exit $ac_status); }; }; then
9589   ac_cv_lib_GLU_gluLookAt=yes
9590 else
9591   echo "$as_me: failed program was:" >&5
9592 sed 's/^/| /' conftest.$ac_ext >&5
9593
9594         ac_cv_lib_GLU_gluLookAt=no
9595 fi
9596
9597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9598       conftest$ac_exeext conftest.$ac_ext
9599 LIBS=$ac_check_lib_save_LIBS
9600 fi
9601 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9602 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9603 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9604   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
9605                              GLU32FILES='$(GLU32FILES)'
9606
9607 fi
9608
9609              fi
9610          else
9611              wine_cv_opengl_headers_found="no"
9612          fi
9613     fi
9614         NASLIBS=""
9615
9616
9617 for ac_header in audio/audiolib.h
9618 do
9619 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9620 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9621   { echo "$as_me:$LINENO: checking for $ac_header" >&5
9622 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9624   echo $ECHO_N "(cached) $ECHO_C" >&6
9625 fi
9626 ac_res=`eval echo '${'$as_ac_Header'}'`
9627                { echo "$as_me:$LINENO: result: $ac_res" >&5
9628 echo "${ECHO_T}$ac_res" >&6; }
9629 else
9630   # Is the header compilable?
9631 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9632 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9633 cat >conftest.$ac_ext <<_ACEOF
9634 /* confdefs.h.  */
9635 _ACEOF
9636 cat confdefs.h >>conftest.$ac_ext
9637 cat >>conftest.$ac_ext <<_ACEOF
9638 /* end confdefs.h.  */
9639 $ac_includes_default
9640 #include <$ac_header>
9641 _ACEOF
9642 rm -f conftest.$ac_objext
9643 if { (ac_try="$ac_compile"
9644 case "(($ac_try" in
9645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9646   *) ac_try_echo=$ac_try;;
9647 esac
9648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9649   (eval "$ac_compile") 2>conftest.er1
9650   ac_status=$?
9651   grep -v '^ *+' conftest.er1 >conftest.err
9652   rm -f conftest.er1
9653   cat conftest.err >&5
9654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655   (exit $ac_status); } &&
9656          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9657   { (case "(($ac_try" in
9658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9659   *) ac_try_echo=$ac_try;;
9660 esac
9661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9662   (eval "$ac_try") 2>&5
9663   ac_status=$?
9664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9665   (exit $ac_status); }; } &&
9666          { ac_try='test -s conftest.$ac_objext'
9667   { (case "(($ac_try" in
9668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9669   *) ac_try_echo=$ac_try;;
9670 esac
9671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9672   (eval "$ac_try") 2>&5
9673   ac_status=$?
9674   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675   (exit $ac_status); }; }; then
9676   ac_header_compiler=yes
9677 else
9678   echo "$as_me: failed program was:" >&5
9679 sed 's/^/| /' conftest.$ac_ext >&5
9680
9681         ac_header_compiler=no
9682 fi
9683
9684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9685 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9686 echo "${ECHO_T}$ac_header_compiler" >&6; }
9687
9688 # Is the header present?
9689 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9690 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9691 cat >conftest.$ac_ext <<_ACEOF
9692 /* confdefs.h.  */
9693 _ACEOF
9694 cat confdefs.h >>conftest.$ac_ext
9695 cat >>conftest.$ac_ext <<_ACEOF
9696 /* end confdefs.h.  */
9697 #include <$ac_header>
9698 _ACEOF
9699 if { (ac_try="$ac_cpp conftest.$ac_ext"
9700 case "(($ac_try" in
9701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9702   *) ac_try_echo=$ac_try;;
9703 esac
9704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9705   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9706   ac_status=$?
9707   grep -v '^ *+' conftest.er1 >conftest.err
9708   rm -f conftest.er1
9709   cat conftest.err >&5
9710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9711   (exit $ac_status); } >/dev/null; then
9712   if test -s conftest.err; then
9713     ac_cpp_err=$ac_c_preproc_warn_flag
9714     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9715   else
9716     ac_cpp_err=
9717   fi
9718 else
9719   ac_cpp_err=yes
9720 fi
9721 if test -z "$ac_cpp_err"; then
9722   ac_header_preproc=yes
9723 else
9724   echo "$as_me: failed program was:" >&5
9725 sed 's/^/| /' conftest.$ac_ext >&5
9726
9727   ac_header_preproc=no
9728 fi
9729
9730 rm -f conftest.err conftest.$ac_ext
9731 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9732 echo "${ECHO_T}$ac_header_preproc" >&6; }
9733
9734 # So?  What about this header?
9735 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9736   yes:no: )
9737     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9738 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9739     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9740 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9741     ac_header_preproc=yes
9742     ;;
9743   no:yes:* )
9744     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9745 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9746     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9747 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9748     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9749 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9750     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9751 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9752     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9753 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9754     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9755 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9756     ( cat <<\_ASBOX
9757 ## ------------------------------------ ##
9758 ## Report this to wine-devel@winehq.org ##
9759 ## ------------------------------------ ##
9760 _ASBOX
9761      ) | sed "s/^/$as_me: WARNING:     /" >&2
9762     ;;
9763 esac
9764 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9765 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9766 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9767   echo $ECHO_N "(cached) $ECHO_C" >&6
9768 else
9769   eval "$as_ac_Header=\$ac_header_preproc"
9770 fi
9771 ac_res=`eval echo '${'$as_ac_Header'}'`
9772                { echo "$as_me:$LINENO: result: $ac_res" >&5
9773 echo "${ECHO_T}$ac_res" >&6; }
9774
9775 fi
9776 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9777   cat >>confdefs.h <<_ACEOF
9778 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9779 _ACEOF
9780
9781 for ac_header in audio/soundlib.h
9782 do
9783 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9784 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9785 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9787   echo $ECHO_N "(cached) $ECHO_C" >&6
9788 else
9789   cat >conftest.$ac_ext <<_ACEOF
9790 /* confdefs.h.  */
9791 _ACEOF
9792 cat confdefs.h >>conftest.$ac_ext
9793 cat >>conftest.$ac_ext <<_ACEOF
9794 /* end confdefs.h.  */
9795 #include <audio/audiolib.h>
9796
9797 #include <$ac_header>
9798 _ACEOF
9799 rm -f conftest.$ac_objext
9800 if { (ac_try="$ac_compile"
9801 case "(($ac_try" in
9802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9803   *) ac_try_echo=$ac_try;;
9804 esac
9805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9806   (eval "$ac_compile") 2>conftest.er1
9807   ac_status=$?
9808   grep -v '^ *+' conftest.er1 >conftest.err
9809   rm -f conftest.er1
9810   cat conftest.err >&5
9811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9812   (exit $ac_status); } &&
9813          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9814   { (case "(($ac_try" in
9815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9816   *) ac_try_echo=$ac_try;;
9817 esac
9818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9819   (eval "$ac_try") 2>&5
9820   ac_status=$?
9821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9822   (exit $ac_status); }; } &&
9823          { ac_try='test -s conftest.$ac_objext'
9824   { (case "(($ac_try" in
9825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9826   *) ac_try_echo=$ac_try;;
9827 esac
9828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9829   (eval "$ac_try") 2>&5
9830   ac_status=$?
9831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832   (exit $ac_status); }; }; then
9833   eval "$as_ac_Header=yes"
9834 else
9835   echo "$as_me: failed program was:" >&5
9836 sed 's/^/| /' conftest.$ac_ext >&5
9837
9838         eval "$as_ac_Header=no"
9839 fi
9840
9841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9842 fi
9843 ac_res=`eval echo '${'$as_ac_Header'}'`
9844                { echo "$as_me:$LINENO: result: $ac_res" >&5
9845 echo "${ECHO_T}$ac_res" >&6; }
9846 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9847   cat >>confdefs.h <<_ACEOF
9848 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9849 _ACEOF
9850
9851 fi
9852
9853 done
9854
9855           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
9856 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
9857 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
9858   echo $ECHO_N "(cached) $ECHO_C" >&6
9859 else
9860   ac_check_lib_save_LIBS=$LIBS
9861 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9862 cat >conftest.$ac_ext <<_ACEOF
9863 /* confdefs.h.  */
9864 _ACEOF
9865 cat confdefs.h >>conftest.$ac_ext
9866 cat >>conftest.$ac_ext <<_ACEOF
9867 /* end confdefs.h.  */
9868
9869 /* Override any GCC internal prototype to avoid an error.
9870    Use char because int might match the return type of a GCC
9871    builtin and then its argument prototype would still apply.  */
9872 #ifdef __cplusplus
9873 extern "C"
9874 #endif
9875 char AuCreateFlow ();
9876 int
9877 main ()
9878 {
9879 return AuCreateFlow ();
9880   ;
9881   return 0;
9882 }
9883 _ACEOF
9884 rm -f conftest.$ac_objext conftest$ac_exeext
9885 if { (ac_try="$ac_link"
9886 case "(($ac_try" in
9887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9888   *) ac_try_echo=$ac_try;;
9889 esac
9890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9891   (eval "$ac_link") 2>conftest.er1
9892   ac_status=$?
9893   grep -v '^ *+' conftest.er1 >conftest.err
9894   rm -f conftest.er1
9895   cat conftest.err >&5
9896   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9897   (exit $ac_status); } &&
9898          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9899   { (case "(($ac_try" in
9900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9901   *) ac_try_echo=$ac_try;;
9902 esac
9903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9904   (eval "$ac_try") 2>&5
9905   ac_status=$?
9906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9907   (exit $ac_status); }; } &&
9908          { ac_try='test -s conftest$ac_exeext'
9909   { (case "(($ac_try" in
9910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9911   *) ac_try_echo=$ac_try;;
9912 esac
9913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9914   (eval "$ac_try") 2>&5
9915   ac_status=$?
9916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9917   (exit $ac_status); }; }; then
9918   ac_cv_lib_audio_AuCreateFlow=yes
9919 else
9920   echo "$as_me: failed program was:" >&5
9921 sed 's/^/| /' conftest.$ac_ext >&5
9922
9923         ac_cv_lib_audio_AuCreateFlow=no
9924 fi
9925
9926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9927       conftest$ac_exeext conftest.$ac_ext
9928 LIBS=$ac_check_lib_save_LIBS
9929 fi
9930 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9931 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
9932 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
9933
9934 cat >>confdefs.h <<\_ACEOF
9935 #define HAVE_NAS 1
9936 _ACEOF
9937
9938                         NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
9939 fi
9940
9941 fi
9942
9943 done
9944
9945
9946     CPPFLAGS="$ac_save_CPPFLAGS"
9947     XFILES='$(XFILES)'
9948 else
9949     XLIB=""
9950     X_CFLAGS=""
9951     X_LIBS=""
9952 fi
9953
9954
9955 XML2LIBS=""
9956
9957 XML2INCL=""
9958
9959 XSLTLIBS=""
9960
9961 XSLTINCL=""
9962
9963 if test "$PKG_CONFIG" != "false"
9964 then
9965     ac_save_CPPFLAGS="$CPPFLAGS"
9966     ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9967     ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9968     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9969
9970 for ac_header in libxml/parser.h
9971 do
9972 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9974   { echo "$as_me:$LINENO: checking for $ac_header" >&5
9975 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9976 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9977   echo $ECHO_N "(cached) $ECHO_C" >&6
9978 fi
9979 ac_res=`eval echo '${'$as_ac_Header'}'`
9980                { echo "$as_me:$LINENO: result: $ac_res" >&5
9981 echo "${ECHO_T}$ac_res" >&6; }
9982 else
9983   # Is the header compilable?
9984 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9985 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9986 cat >conftest.$ac_ext <<_ACEOF
9987 /* confdefs.h.  */
9988 _ACEOF
9989 cat confdefs.h >>conftest.$ac_ext
9990 cat >>conftest.$ac_ext <<_ACEOF
9991 /* end confdefs.h.  */
9992 $ac_includes_default
9993 #include <$ac_header>
9994 _ACEOF
9995 rm -f conftest.$ac_objext
9996 if { (ac_try="$ac_compile"
9997 case "(($ac_try" in
9998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9999   *) ac_try_echo=$ac_try;;
10000 esac
10001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10002   (eval "$ac_compile") 2>conftest.er1
10003   ac_status=$?
10004   grep -v '^ *+' conftest.er1 >conftest.err
10005   rm -f conftest.er1
10006   cat conftest.err >&5
10007   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10008   (exit $ac_status); } &&
10009          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10010   { (case "(($ac_try" in
10011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10012   *) ac_try_echo=$ac_try;;
10013 esac
10014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10015   (eval "$ac_try") 2>&5
10016   ac_status=$?
10017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10018   (exit $ac_status); }; } &&
10019          { ac_try='test -s conftest.$ac_objext'
10020   { (case "(($ac_try" in
10021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10022   *) ac_try_echo=$ac_try;;
10023 esac
10024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10025   (eval "$ac_try") 2>&5
10026   ac_status=$?
10027   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028   (exit $ac_status); }; }; then
10029   ac_header_compiler=yes
10030 else
10031   echo "$as_me: failed program was:" >&5
10032 sed 's/^/| /' conftest.$ac_ext >&5
10033
10034         ac_header_compiler=no
10035 fi
10036
10037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10038 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10039 echo "${ECHO_T}$ac_header_compiler" >&6; }
10040
10041 # Is the header present?
10042 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10043 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10044 cat >conftest.$ac_ext <<_ACEOF
10045 /* confdefs.h.  */
10046 _ACEOF
10047 cat confdefs.h >>conftest.$ac_ext
10048 cat >>conftest.$ac_ext <<_ACEOF
10049 /* end confdefs.h.  */
10050 #include <$ac_header>
10051 _ACEOF
10052 if { (ac_try="$ac_cpp conftest.$ac_ext"
10053 case "(($ac_try" in
10054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10055   *) ac_try_echo=$ac_try;;
10056 esac
10057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10058   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10059   ac_status=$?
10060   grep -v '^ *+' conftest.er1 >conftest.err
10061   rm -f conftest.er1
10062   cat conftest.err >&5
10063   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10064   (exit $ac_status); } >/dev/null; then
10065   if test -s conftest.err; then
10066     ac_cpp_err=$ac_c_preproc_warn_flag
10067     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10068   else
10069     ac_cpp_err=
10070   fi
10071 else
10072   ac_cpp_err=yes
10073 fi
10074 if test -z "$ac_cpp_err"; then
10075   ac_header_preproc=yes
10076 else
10077   echo "$as_me: failed program was:" >&5
10078 sed 's/^/| /' conftest.$ac_ext >&5
10079
10080   ac_header_preproc=no
10081 fi
10082
10083 rm -f conftest.err conftest.$ac_ext
10084 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10085 echo "${ECHO_T}$ac_header_preproc" >&6; }
10086
10087 # So?  What about this header?
10088 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10089   yes:no: )
10090     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10091 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10092     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10093 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10094     ac_header_preproc=yes
10095     ;;
10096   no:yes:* )
10097     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10098 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10099     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10100 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10101     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10102 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10103     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10104 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10105     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10106 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10107     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10108 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10109     ( cat <<\_ASBOX
10110 ## ------------------------------------ ##
10111 ## Report this to wine-devel@winehq.org ##
10112 ## ------------------------------------ ##
10113 _ASBOX
10114      ) | sed "s/^/$as_me: WARNING:     /" >&2
10115     ;;
10116 esac
10117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10120   echo $ECHO_N "(cached) $ECHO_C" >&6
10121 else
10122   eval "$as_ac_Header=\$ac_header_preproc"
10123 fi
10124 ac_res=`eval echo '${'$as_ac_Header'}'`
10125                { echo "$as_me:$LINENO: result: $ac_res" >&5
10126 echo "${ECHO_T}$ac_res" >&6; }
10127
10128 fi
10129 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10130   cat >>confdefs.h <<_ACEOF
10131 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10132 _ACEOF
10133  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
10134 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
10135 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
10136   echo $ECHO_N "(cached) $ECHO_C" >&6
10137 else
10138   ac_check_lib_save_LIBS=$LIBS
10139 LIBS="-lxml2 $ac_xml_libs $LIBS"
10140 cat >conftest.$ac_ext <<_ACEOF
10141 /* confdefs.h.  */
10142 _ACEOF
10143 cat confdefs.h >>conftest.$ac_ext
10144 cat >>conftest.$ac_ext <<_ACEOF
10145 /* end confdefs.h.  */
10146
10147 /* Override any GCC internal prototype to avoid an error.
10148    Use char because int might match the return type of a GCC
10149    builtin and then its argument prototype would still apply.  */
10150 #ifdef __cplusplus
10151 extern "C"
10152 #endif
10153 char xmlParseMemory ();
10154 int
10155 main ()
10156 {
10157 return xmlParseMemory ();
10158   ;
10159   return 0;
10160 }
10161 _ACEOF
10162 rm -f conftest.$ac_objext conftest$ac_exeext
10163 if { (ac_try="$ac_link"
10164 case "(($ac_try" in
10165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10166   *) ac_try_echo=$ac_try;;
10167 esac
10168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10169   (eval "$ac_link") 2>conftest.er1
10170   ac_status=$?
10171   grep -v '^ *+' conftest.er1 >conftest.err
10172   rm -f conftest.er1
10173   cat conftest.err >&5
10174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10175   (exit $ac_status); } &&
10176          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10177   { (case "(($ac_try" in
10178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10179   *) ac_try_echo=$ac_try;;
10180 esac
10181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10182   (eval "$ac_try") 2>&5
10183   ac_status=$?
10184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10185   (exit $ac_status); }; } &&
10186          { ac_try='test -s conftest$ac_exeext'
10187   { (case "(($ac_try" in
10188   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10189   *) ac_try_echo=$ac_try;;
10190 esac
10191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10192   (eval "$ac_try") 2>&5
10193   ac_status=$?
10194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195   (exit $ac_status); }; }; then
10196   ac_cv_lib_xml2_xmlParseMemory=yes
10197 else
10198   echo "$as_me: failed program was:" >&5
10199 sed 's/^/| /' conftest.$ac_ext >&5
10200
10201         ac_cv_lib_xml2_xmlParseMemory=no
10202 fi
10203
10204 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10205       conftest$ac_exeext conftest.$ac_ext
10206 LIBS=$ac_check_lib_save_LIBS
10207 fi
10208 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10209 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10210 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
10211
10212 cat >>confdefs.h <<\_ACEOF
10213 #define HAVE_LIBXML2 1
10214 _ACEOF
10215
10216              XML2LIBS="$ac_xml_libs"
10217              XML2INCL="$ac_xml_cflags"
10218 fi
10219
10220          { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10221 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10222 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10223   echo $ECHO_N "(cached) $ECHO_C" >&6
10224 else
10225   ac_check_lib_save_LIBS=$LIBS
10226 LIBS="-lxml2 $ac_xml_libs $LIBS"
10227 cat >conftest.$ac_ext <<_ACEOF
10228 /* confdefs.h.  */
10229 _ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h.  */
10233
10234 /* Override any GCC internal prototype to avoid an error.
10235    Use char because int might match the return type of a GCC
10236    builtin and then its argument prototype would still apply.  */
10237 #ifdef __cplusplus
10238 extern "C"
10239 #endif
10240 char xmlReadMemory ();
10241 int
10242 main ()
10243 {
10244 return xmlReadMemory ();
10245   ;
10246   return 0;
10247 }
10248 _ACEOF
10249 rm -f conftest.$ac_objext conftest$ac_exeext
10250 if { (ac_try="$ac_link"
10251 case "(($ac_try" in
10252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10253   *) ac_try_echo=$ac_try;;
10254 esac
10255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10256   (eval "$ac_link") 2>conftest.er1
10257   ac_status=$?
10258   grep -v '^ *+' conftest.er1 >conftest.err
10259   rm -f conftest.er1
10260   cat conftest.err >&5
10261   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262   (exit $ac_status); } &&
10263          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10264   { (case "(($ac_try" in
10265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10266   *) ac_try_echo=$ac_try;;
10267 esac
10268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10269   (eval "$ac_try") 2>&5
10270   ac_status=$?
10271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272   (exit $ac_status); }; } &&
10273          { ac_try='test -s conftest$ac_exeext'
10274   { (case "(($ac_try" in
10275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10276   *) ac_try_echo=$ac_try;;
10277 esac
10278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10279   (eval "$ac_try") 2>&5
10280   ac_status=$?
10281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282   (exit $ac_status); }; }; then
10283   ac_cv_lib_xml2_xmlReadMemory=yes
10284 else
10285   echo "$as_me: failed program was:" >&5
10286 sed 's/^/| /' conftest.$ac_ext >&5
10287
10288         ac_cv_lib_xml2_xmlReadMemory=no
10289 fi
10290
10291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10292       conftest$ac_exeext conftest.$ac_ext
10293 LIBS=$ac_check_lib_save_LIBS
10294 fi
10295 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10296 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10297 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10298
10299 cat >>confdefs.h <<\_ACEOF
10300 #define HAVE_XMLREADMEMORY 1
10301 _ACEOF
10302
10303 fi
10304
10305          { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
10306 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
10307 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
10308   echo $ECHO_N "(cached) $ECHO_C" >&6
10309 else
10310   ac_check_lib_save_LIBS=$LIBS
10311 LIBS="-lxml2 $ac_xml_libs $LIBS"
10312 cat >conftest.$ac_ext <<_ACEOF
10313 /* confdefs.h.  */
10314 _ACEOF
10315 cat confdefs.h >>conftest.$ac_ext
10316 cat >>conftest.$ac_ext <<_ACEOF
10317 /* end confdefs.h.  */
10318
10319 /* Override any GCC internal prototype to avoid an error.
10320    Use char because int might match the return type of a GCC
10321    builtin and then its argument prototype would still apply.  */
10322 #ifdef __cplusplus
10323 extern "C"
10324 #endif
10325 char xmlNewDocPI ();
10326 int
10327 main ()
10328 {
10329 return xmlNewDocPI ();
10330   ;
10331   return 0;
10332 }
10333 _ACEOF
10334 rm -f conftest.$ac_objext conftest$ac_exeext
10335 if { (ac_try="$ac_link"
10336 case "(($ac_try" in
10337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10338   *) ac_try_echo=$ac_try;;
10339 esac
10340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10341   (eval "$ac_link") 2>conftest.er1
10342   ac_status=$?
10343   grep -v '^ *+' conftest.er1 >conftest.err
10344   rm -f conftest.er1
10345   cat conftest.err >&5
10346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10347   (exit $ac_status); } &&
10348          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10349   { (case "(($ac_try" in
10350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10351   *) ac_try_echo=$ac_try;;
10352 esac
10353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10354   (eval "$ac_try") 2>&5
10355   ac_status=$?
10356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10357   (exit $ac_status); }; } &&
10358          { ac_try='test -s conftest$ac_exeext'
10359   { (case "(($ac_try" in
10360   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10361   *) ac_try_echo=$ac_try;;
10362 esac
10363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10364   (eval "$ac_try") 2>&5
10365   ac_status=$?
10366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367   (exit $ac_status); }; }; then
10368   ac_cv_lib_xml2_xmlNewDocPI=yes
10369 else
10370   echo "$as_me: failed program was:" >&5
10371 sed 's/^/| /' conftest.$ac_ext >&5
10372
10373         ac_cv_lib_xml2_xmlNewDocPI=no
10374 fi
10375
10376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10377       conftest$ac_exeext conftest.$ac_ext
10378 LIBS=$ac_check_lib_save_LIBS
10379 fi
10380 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10381 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10382 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
10383
10384 cat >>confdefs.h <<\_ACEOF
10385 #define HAVE_XMLNEWDOCPI 1
10386 _ACEOF
10387
10388 fi
10389
10390
10391 fi
10392
10393 done
10394
10395     CPPFLAGS="$ac_save_CPPFLAGS"
10396     ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
10397     ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
10398     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
10399
10400
10401 for ac_header in libxslt/pattern.h libxslt/transform.h
10402 do
10403 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10404 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10405 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10407   echo $ECHO_N "(cached) $ECHO_C" >&6
10408 else
10409   cat >conftest.$ac_ext <<_ACEOF
10410 /* confdefs.h.  */
10411 _ACEOF
10412 cat confdefs.h >>conftest.$ac_ext
10413 cat >>conftest.$ac_ext <<_ACEOF
10414 /* end confdefs.h.  */
10415 #ifdef HAVE_LIBXSLT_PATTERN_H
10416 # include <libxslt/pattern.h>
10417 #endif
10418
10419 #include <$ac_header>
10420 _ACEOF
10421 rm -f conftest.$ac_objext
10422 if { (ac_try="$ac_compile"
10423 case "(($ac_try" in
10424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10425   *) ac_try_echo=$ac_try;;
10426 esac
10427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10428   (eval "$ac_compile") 2>conftest.er1
10429   ac_status=$?
10430   grep -v '^ *+' conftest.er1 >conftest.err
10431   rm -f conftest.er1
10432   cat conftest.err >&5
10433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10434   (exit $ac_status); } &&
10435          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10436   { (case "(($ac_try" in
10437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10438   *) ac_try_echo=$ac_try;;
10439 esac
10440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10441   (eval "$ac_try") 2>&5
10442   ac_status=$?
10443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10444   (exit $ac_status); }; } &&
10445          { ac_try='test -s conftest.$ac_objext'
10446   { (case "(($ac_try" in
10447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10448   *) ac_try_echo=$ac_try;;
10449 esac
10450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10451   (eval "$ac_try") 2>&5
10452   ac_status=$?
10453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10454   (exit $ac_status); }; }; then
10455   eval "$as_ac_Header=yes"
10456 else
10457   echo "$as_me: failed program was:" >&5
10458 sed 's/^/| /' conftest.$ac_ext >&5
10459
10460         eval "$as_ac_Header=no"
10461 fi
10462
10463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10464 fi
10465 ac_res=`eval echo '${'$as_ac_Header'}'`
10466                { echo "$as_me:$LINENO: result: $ac_res" >&5
10467 echo "${ECHO_T}$ac_res" >&6; }
10468 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10469   cat >>confdefs.h <<_ACEOF
10470 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10471 _ACEOF
10472  { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10473 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10474 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10475   echo $ECHO_N "(cached) $ECHO_C" >&6
10476 else
10477   ac_check_lib_save_LIBS=$LIBS
10478 LIBS="-lxslt $ac_xslt_libs $LIBS"
10479 cat >conftest.$ac_ext <<_ACEOF
10480 /* confdefs.h.  */
10481 _ACEOF
10482 cat confdefs.h >>conftest.$ac_ext
10483 cat >>conftest.$ac_ext <<_ACEOF
10484 /* end confdefs.h.  */
10485
10486 /* Override any GCC internal prototype to avoid an error.
10487    Use char because int might match the return type of a GCC
10488    builtin and then its argument prototype would still apply.  */
10489 #ifdef __cplusplus
10490 extern "C"
10491 #endif
10492 char xsltCompilePattern ();
10493 int
10494 main ()
10495 {
10496 return xsltCompilePattern ();
10497   ;
10498   return 0;
10499 }
10500 _ACEOF
10501 rm -f conftest.$ac_objext conftest$ac_exeext
10502 if { (ac_try="$ac_link"
10503 case "(($ac_try" in
10504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10505   *) ac_try_echo=$ac_try;;
10506 esac
10507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10508   (eval "$ac_link") 2>conftest.er1
10509   ac_status=$?
10510   grep -v '^ *+' conftest.er1 >conftest.err
10511   rm -f conftest.er1
10512   cat conftest.err >&5
10513   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10514   (exit $ac_status); } &&
10515          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10516   { (case "(($ac_try" in
10517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10518   *) ac_try_echo=$ac_try;;
10519 esac
10520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10521   (eval "$ac_try") 2>&5
10522   ac_status=$?
10523   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10524   (exit $ac_status); }; } &&
10525          { ac_try='test -s conftest$ac_exeext'
10526   { (case "(($ac_try" in
10527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10528   *) ac_try_echo=$ac_try;;
10529 esac
10530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10531   (eval "$ac_try") 2>&5
10532   ac_status=$?
10533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10534   (exit $ac_status); }; }; then
10535   ac_cv_lib_xslt_xsltCompilePattern=yes
10536 else
10537   echo "$as_me: failed program was:" >&5
10538 sed 's/^/| /' conftest.$ac_ext >&5
10539
10540         ac_cv_lib_xslt_xsltCompilePattern=no
10541 fi
10542
10543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10544       conftest$ac_exeext conftest.$ac_ext
10545 LIBS=$ac_check_lib_save_LIBS
10546 fi
10547 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10548 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10549 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10550
10551 cat >>confdefs.h <<\_ACEOF
10552 #define HAVE_LIBXSLT 1
10553 _ACEOF
10554
10555              XSLTLIBS="$ac_xslt_libs"
10556              XSLTINCL="$ac_xslt_cflags"
10557 fi
10558
10559
10560 fi
10561
10562 done
10563
10564     CPPFLAGS="$ac_save_CPPFLAGS"
10565 fi
10566
10567 HALINCL=""
10568
10569 if test "$PKG_CONFIG" != "false"
10570 then
10571     ac_save_CPPFLAGS="$CPPFLAGS"
10572     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
10573     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
10574     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
10575
10576
10577 for ac_header in dbus/dbus.h hal/libhal.h
10578 do
10579 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10581   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10582 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10583 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10584   echo $ECHO_N "(cached) $ECHO_C" >&6
10585 fi
10586 ac_res=`eval echo '${'$as_ac_Header'}'`
10587                { echo "$as_me:$LINENO: result: $ac_res" >&5
10588 echo "${ECHO_T}$ac_res" >&6; }
10589 else
10590   # Is the header compilable?
10591 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10592 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10593 cat >conftest.$ac_ext <<_ACEOF
10594 /* confdefs.h.  */
10595 _ACEOF
10596 cat confdefs.h >>conftest.$ac_ext
10597 cat >>conftest.$ac_ext <<_ACEOF
10598 /* end confdefs.h.  */
10599 $ac_includes_default
10600 #include <$ac_header>
10601 _ACEOF
10602 rm -f conftest.$ac_objext
10603 if { (ac_try="$ac_compile"
10604 case "(($ac_try" in
10605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10606   *) ac_try_echo=$ac_try;;
10607 esac
10608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10609   (eval "$ac_compile") 2>conftest.er1
10610   ac_status=$?
10611   grep -v '^ *+' conftest.er1 >conftest.err
10612   rm -f conftest.er1
10613   cat conftest.err >&5
10614   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10615   (exit $ac_status); } &&
10616          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10617   { (case "(($ac_try" in
10618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10619   *) ac_try_echo=$ac_try;;
10620 esac
10621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10622   (eval "$ac_try") 2>&5
10623   ac_status=$?
10624   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10625   (exit $ac_status); }; } &&
10626          { ac_try='test -s conftest.$ac_objext'
10627   { (case "(($ac_try" in
10628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10629   *) ac_try_echo=$ac_try;;
10630 esac
10631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10632   (eval "$ac_try") 2>&5
10633   ac_status=$?
10634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10635   (exit $ac_status); }; }; then
10636   ac_header_compiler=yes
10637 else
10638   echo "$as_me: failed program was:" >&5
10639 sed 's/^/| /' conftest.$ac_ext >&5
10640
10641         ac_header_compiler=no
10642 fi
10643
10644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10645 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10646 echo "${ECHO_T}$ac_header_compiler" >&6; }
10647
10648 # Is the header present?
10649 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10650 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
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.  */
10657 #include <$ac_header>
10658 _ACEOF
10659 if { (ac_try="$ac_cpp conftest.$ac_ext"
10660 case "(($ac_try" in
10661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10662   *) ac_try_echo=$ac_try;;
10663 esac
10664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10665   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10666   ac_status=$?
10667   grep -v '^ *+' conftest.er1 >conftest.err
10668   rm -f conftest.er1
10669   cat conftest.err >&5
10670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10671   (exit $ac_status); } >/dev/null; then
10672   if test -s conftest.err; then
10673     ac_cpp_err=$ac_c_preproc_warn_flag
10674     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10675   else
10676     ac_cpp_err=
10677   fi
10678 else
10679   ac_cpp_err=yes
10680 fi
10681 if test -z "$ac_cpp_err"; then
10682   ac_header_preproc=yes
10683 else
10684   echo "$as_me: failed program was:" >&5
10685 sed 's/^/| /' conftest.$ac_ext >&5
10686
10687   ac_header_preproc=no
10688 fi
10689
10690 rm -f conftest.err conftest.$ac_ext
10691 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10692 echo "${ECHO_T}$ac_header_preproc" >&6; }
10693
10694 # So?  What about this header?
10695 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10696   yes:no: )
10697     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10698 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10699     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10700 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10701     ac_header_preproc=yes
10702     ;;
10703   no:yes:* )
10704     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10705 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10706     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10707 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10708     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10709 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10710     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10711 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10712     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10713 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10714     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10715 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10716     ( cat <<\_ASBOX
10717 ## ------------------------------------ ##
10718 ## Report this to wine-devel@winehq.org ##
10719 ## ------------------------------------ ##
10720 _ASBOX
10721      ) | sed "s/^/$as_me: WARNING:     /" >&2
10722     ;;
10723 esac
10724 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10725 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10727   echo $ECHO_N "(cached) $ECHO_C" >&6
10728 else
10729   eval "$as_ac_Header=\$ac_header_preproc"
10730 fi
10731 ac_res=`eval echo '${'$as_ac_Header'}'`
10732                { echo "$as_me:$LINENO: result: $ac_res" >&5
10733 echo "${ECHO_T}$ac_res" >&6; }
10734
10735 fi
10736 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10737   cat >>confdefs.h <<_ACEOF
10738 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10739 _ACEOF
10740
10741 fi
10742
10743 done
10744
10745     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
10746     then
10747         { echo "$as_me:$LINENO: checking for libhal_ctx_new in -lhal" >&5
10748 echo $ECHO_N "checking for libhal_ctx_new in -lhal... $ECHO_C" >&6; }
10749 if test "${ac_cv_lib_hal_libhal_ctx_new+set}" = set; then
10750   echo $ECHO_N "(cached) $ECHO_C" >&6
10751 else
10752   ac_check_lib_save_LIBS=$LIBS
10753 LIBS="-lhal  $LIBS"
10754 cat >conftest.$ac_ext <<_ACEOF
10755 /* confdefs.h.  */
10756 _ACEOF
10757 cat confdefs.h >>conftest.$ac_ext
10758 cat >>conftest.$ac_ext <<_ACEOF
10759 /* end confdefs.h.  */
10760
10761 /* Override any GCC internal prototype to avoid an error.
10762    Use char because int might match the return type of a GCC
10763    builtin and then its argument prototype would still apply.  */
10764 #ifdef __cplusplus
10765 extern "C"
10766 #endif
10767 char libhal_ctx_new ();
10768 int
10769 main ()
10770 {
10771 return libhal_ctx_new ();
10772   ;
10773   return 0;
10774 }
10775 _ACEOF
10776 rm -f conftest.$ac_objext conftest$ac_exeext
10777 if { (ac_try="$ac_link"
10778 case "(($ac_try" in
10779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10780   *) ac_try_echo=$ac_try;;
10781 esac
10782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10783   (eval "$ac_link") 2>conftest.er1
10784   ac_status=$?
10785   grep -v '^ *+' conftest.er1 >conftest.err
10786   rm -f conftest.er1
10787   cat conftest.err >&5
10788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10789   (exit $ac_status); } &&
10790          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10791   { (case "(($ac_try" in
10792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10793   *) ac_try_echo=$ac_try;;
10794 esac
10795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10796   (eval "$ac_try") 2>&5
10797   ac_status=$?
10798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10799   (exit $ac_status); }; } &&
10800          { ac_try='test -s conftest$ac_exeext'
10801   { (case "(($ac_try" in
10802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10803   *) ac_try_echo=$ac_try;;
10804 esac
10805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10806   (eval "$ac_try") 2>&5
10807   ac_status=$?
10808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10809   (exit $ac_status); }; }; then
10810   ac_cv_lib_hal_libhal_ctx_new=yes
10811 else
10812   echo "$as_me: failed program was:" >&5
10813 sed 's/^/| /' conftest.$ac_ext >&5
10814
10815         ac_cv_lib_hal_libhal_ctx_new=no
10816 fi
10817
10818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10819       conftest$ac_exeext conftest.$ac_ext
10820 LIBS=$ac_check_lib_save_LIBS
10821 fi
10822 { echo "$as_me:$LINENO: result: $ac_cv_lib_hal_libhal_ctx_new" >&5
10823 echo "${ECHO_T}$ac_cv_lib_hal_libhal_ctx_new" >&6; }
10824 if test $ac_cv_lib_hal_libhal_ctx_new = yes; then
10825   { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
10826 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
10827 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
10828   echo $ECHO_N "(cached) $ECHO_C" >&6
10829 else
10830   ac_check_lib_save_LIBS=$LIBS
10831 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
10832 cat >conftest.$ac_ext <<_ACEOF
10833 /* confdefs.h.  */
10834 _ACEOF
10835 cat confdefs.h >>conftest.$ac_ext
10836 cat >>conftest.$ac_ext <<_ACEOF
10837 /* end confdefs.h.  */
10838
10839 /* Override any GCC internal prototype to avoid an error.
10840    Use char because int might match the return type of a GCC
10841    builtin and then its argument prototype would still apply.  */
10842 #ifdef __cplusplus
10843 extern "C"
10844 #endif
10845 char dbus_connection_close ();
10846 int
10847 main ()
10848 {
10849 return dbus_connection_close ();
10850   ;
10851   return 0;
10852 }
10853 _ACEOF
10854 rm -f conftest.$ac_objext conftest$ac_exeext
10855 if { (ac_try="$ac_link"
10856 case "(($ac_try" in
10857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10858   *) ac_try_echo=$ac_try;;
10859 esac
10860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10861   (eval "$ac_link") 2>conftest.er1
10862   ac_status=$?
10863   grep -v '^ *+' conftest.er1 >conftest.err
10864   rm -f conftest.er1
10865   cat conftest.err >&5
10866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10867   (exit $ac_status); } &&
10868          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10869   { (case "(($ac_try" in
10870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10871   *) ac_try_echo=$ac_try;;
10872 esac
10873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10874   (eval "$ac_try") 2>&5
10875   ac_status=$?
10876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10877   (exit $ac_status); }; } &&
10878          { ac_try='test -s conftest$ac_exeext'
10879   { (case "(($ac_try" in
10880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10881   *) ac_try_echo=$ac_try;;
10882 esac
10883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10884   (eval "$ac_try") 2>&5
10885   ac_status=$?
10886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10887   (exit $ac_status); }; }; then
10888   ac_cv_lib_dbus_1_dbus_connection_close=yes
10889 else
10890   echo "$as_me: failed program was:" >&5
10891 sed 's/^/| /' conftest.$ac_ext >&5
10892
10893         ac_cv_lib_dbus_1_dbus_connection_close=no
10894 fi
10895
10896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10897       conftest$ac_exeext conftest.$ac_ext
10898 LIBS=$ac_check_lib_save_LIBS
10899 fi
10900 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
10901 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
10902 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
10903
10904 cat >>confdefs.h <<\_ACEOF
10905 #define HAVE_LIBHAL 1
10906 _ACEOF
10907
10908              HALINCL="$ac_hal_cflags"
10909 fi
10910
10911 fi
10912
10913     fi
10914     CPPFLAGS="$ac_save_CPPFLAGS"
10915 fi
10916
10917 CURSESLIBS=""
10918 if test "x$with_curses" != "xno"
10919 then
10920     if test "$ac_cv_header_ncurses_h" = "yes"
10921     then
10922         { echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
10923 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6; }
10924 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
10925   echo $ECHO_N "(cached) $ECHO_C" >&6
10926 else
10927   ac_check_lib_save_LIBS=$LIBS
10928 LIBS="-lncurses  $LIBS"
10929 cat >conftest.$ac_ext <<_ACEOF
10930 /* confdefs.h.  */
10931 _ACEOF
10932 cat confdefs.h >>conftest.$ac_ext
10933 cat >>conftest.$ac_ext <<_ACEOF
10934 /* end confdefs.h.  */
10935
10936 /* Override any GCC internal prototype to avoid an error.
10937    Use char because int might match the return type of a GCC
10938    builtin and then its argument prototype would still apply.  */
10939 #ifdef __cplusplus
10940 extern "C"
10941 #endif
10942 char waddch ();
10943 int
10944 main ()
10945 {
10946 return waddch ();
10947   ;
10948   return 0;
10949 }
10950 _ACEOF
10951 rm -f conftest.$ac_objext conftest$ac_exeext
10952 if { (ac_try="$ac_link"
10953 case "(($ac_try" in
10954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10955   *) ac_try_echo=$ac_try;;
10956 esac
10957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10958   (eval "$ac_link") 2>conftest.er1
10959   ac_status=$?
10960   grep -v '^ *+' conftest.er1 >conftest.err
10961   rm -f conftest.er1
10962   cat conftest.err >&5
10963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964   (exit $ac_status); } &&
10965          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10966   { (case "(($ac_try" in
10967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10968   *) ac_try_echo=$ac_try;;
10969 esac
10970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10971   (eval "$ac_try") 2>&5
10972   ac_status=$?
10973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974   (exit $ac_status); }; } &&
10975          { ac_try='test -s conftest$ac_exeext'
10976   { (case "(($ac_try" in
10977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10978   *) ac_try_echo=$ac_try;;
10979 esac
10980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10981   (eval "$ac_try") 2>&5
10982   ac_status=$?
10983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10984   (exit $ac_status); }; }; then
10985   ac_cv_lib_ncurses_waddch=yes
10986 else
10987   echo "$as_me: failed program was:" >&5
10988 sed 's/^/| /' conftest.$ac_ext >&5
10989
10990         ac_cv_lib_ncurses_waddch=no
10991 fi
10992
10993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10994       conftest$ac_exeext conftest.$ac_ext
10995 LIBS=$ac_check_lib_save_LIBS
10996 fi
10997 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
10998 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6; }
10999 if test $ac_cv_lib_ncurses_waddch = yes; then
11000
11001 cat >>confdefs.h <<\_ACEOF
11002 #define HAVE_LIBNCURSES 1
11003 _ACEOF
11004
11005              CURSESLIBS="-lncurses"
11006 fi
11007
11008     elif test "$ac_cv_header_curses_h" = "yes"
11009     then
11010         { echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
11011 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6; }
11012 if test "${ac_cv_lib_curses_waddch+set}" = set; then
11013   echo $ECHO_N "(cached) $ECHO_C" >&6
11014 else
11015   ac_check_lib_save_LIBS=$LIBS
11016 LIBS="-lcurses  $LIBS"
11017 cat >conftest.$ac_ext <<_ACEOF
11018 /* confdefs.h.  */
11019 _ACEOF
11020 cat confdefs.h >>conftest.$ac_ext
11021 cat >>conftest.$ac_ext <<_ACEOF
11022 /* end confdefs.h.  */
11023
11024 /* Override any GCC internal prototype to avoid an error.
11025    Use char because int might match the return type of a GCC
11026    builtin and then its argument prototype would still apply.  */
11027 #ifdef __cplusplus
11028 extern "C"
11029 #endif
11030 char waddch ();
11031 int
11032 main ()
11033 {
11034 return waddch ();
11035   ;
11036   return 0;
11037 }
11038 _ACEOF
11039 rm -f conftest.$ac_objext conftest$ac_exeext
11040 if { (ac_try="$ac_link"
11041 case "(($ac_try" in
11042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11043   *) ac_try_echo=$ac_try;;
11044 esac
11045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11046   (eval "$ac_link") 2>conftest.er1
11047   ac_status=$?
11048   grep -v '^ *+' conftest.er1 >conftest.err
11049   rm -f conftest.er1
11050   cat conftest.err >&5
11051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11052   (exit $ac_status); } &&
11053          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11054   { (case "(($ac_try" in
11055   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11056   *) ac_try_echo=$ac_try;;
11057 esac
11058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11059   (eval "$ac_try") 2>&5
11060   ac_status=$?
11061   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11062   (exit $ac_status); }; } &&
11063          { ac_try='test -s conftest$ac_exeext'
11064   { (case "(($ac_try" in
11065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11066   *) ac_try_echo=$ac_try;;
11067 esac
11068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11069   (eval "$ac_try") 2>&5
11070   ac_status=$?
11071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072   (exit $ac_status); }; }; then
11073   ac_cv_lib_curses_waddch=yes
11074 else
11075   echo "$as_me: failed program was:" >&5
11076 sed 's/^/| /' conftest.$ac_ext >&5
11077
11078         ac_cv_lib_curses_waddch=no
11079 fi
11080
11081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11082       conftest$ac_exeext conftest.$ac_ext
11083 LIBS=$ac_check_lib_save_LIBS
11084 fi
11085 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
11086 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6; }
11087 if test $ac_cv_lib_curses_waddch = yes; then
11088
11089 cat >>confdefs.h <<\_ACEOF
11090 #define HAVE_LIBCURSES 1
11091 _ACEOF
11092
11093              CURSESLIBS="-lcurses"
11094 fi
11095
11096     fi
11097     ac_save_LIBS="$LIBS"
11098     LIBS="$LIBS $CURSESLIBS"
11099
11100 for ac_func in mousemask
11101 do
11102 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11103 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11104 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11105 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11106   echo $ECHO_N "(cached) $ECHO_C" >&6
11107 else
11108   cat >conftest.$ac_ext <<_ACEOF
11109 /* confdefs.h.  */
11110 _ACEOF
11111 cat confdefs.h >>conftest.$ac_ext
11112 cat >>conftest.$ac_ext <<_ACEOF
11113 /* end confdefs.h.  */
11114 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11115    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11116 #define $ac_func innocuous_$ac_func
11117
11118 /* System header to define __stub macros and hopefully few prototypes,
11119     which can conflict with char $ac_func (); below.
11120     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11121     <limits.h> exists even on freestanding compilers.  */
11122
11123 #ifdef __STDC__
11124 # include <limits.h>
11125 #else
11126 # include <assert.h>
11127 #endif
11128
11129 #undef $ac_func
11130
11131 /* Override any GCC internal prototype to avoid an error.
11132    Use char because int might match the return type of a GCC
11133    builtin and then its argument prototype would still apply.  */
11134 #ifdef __cplusplus
11135 extern "C"
11136 #endif
11137 char $ac_func ();
11138 /* The GNU C library defines this for functions which it implements
11139     to always fail with ENOSYS.  Some functions are actually named
11140     something starting with __ and the normal name is an alias.  */
11141 #if defined __stub_$ac_func || defined __stub___$ac_func
11142 choke me
11143 #endif
11144
11145 int
11146 main ()
11147 {
11148 return $ac_func ();
11149   ;
11150   return 0;
11151 }
11152 _ACEOF
11153 rm -f conftest.$ac_objext conftest$ac_exeext
11154 if { (ac_try="$ac_link"
11155 case "(($ac_try" in
11156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11157   *) ac_try_echo=$ac_try;;
11158 esac
11159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11160   (eval "$ac_link") 2>conftest.er1
11161   ac_status=$?
11162   grep -v '^ *+' conftest.er1 >conftest.err
11163   rm -f conftest.er1
11164   cat conftest.err >&5
11165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11166   (exit $ac_status); } &&
11167          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11168   { (case "(($ac_try" in
11169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11170   *) ac_try_echo=$ac_try;;
11171 esac
11172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11173   (eval "$ac_try") 2>&5
11174   ac_status=$?
11175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11176   (exit $ac_status); }; } &&
11177          { ac_try='test -s conftest$ac_exeext'
11178   { (case "(($ac_try" in
11179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11180   *) ac_try_echo=$ac_try;;
11181 esac
11182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11183   (eval "$ac_try") 2>&5
11184   ac_status=$?
11185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186   (exit $ac_status); }; }; then
11187   eval "$as_ac_var=yes"
11188 else
11189   echo "$as_me: failed program was:" >&5
11190 sed 's/^/| /' conftest.$ac_ext >&5
11191
11192         eval "$as_ac_var=no"
11193 fi
11194
11195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11196       conftest$ac_exeext conftest.$ac_ext
11197 fi
11198 ac_res=`eval echo '${'$as_ac_var'}'`
11199                { echo "$as_me:$LINENO: result: $ac_res" >&5
11200 echo "${ECHO_T}$ac_res" >&6; }
11201 if test `eval echo '${'$as_ac_var'}'` = yes; then
11202   cat >>confdefs.h <<_ACEOF
11203 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11204 _ACEOF
11205
11206 fi
11207 done
11208
11209     LIBS="$ac_save_LIBS"
11210 fi
11211
11212
11213 # Extract the first word of "sane-config", so it can be a program name with args.
11214 set dummy sane-config; ac_word=$2
11215 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11216 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11217 if test "${ac_cv_prog_sane_devel+set}" = set; then
11218   echo $ECHO_N "(cached) $ECHO_C" >&6
11219 else
11220   if test -n "$sane_devel"; then
11221   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
11222 else
11223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11224 for as_dir in $PATH
11225 do
11226   IFS=$as_save_IFS
11227   test -z "$as_dir" && as_dir=.
11228   for ac_exec_ext in '' $ac_executable_extensions; do
11229   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11230     ac_cv_prog_sane_devel="sane-config"
11231     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11232     break 2
11233   fi
11234 done
11235 done
11236 IFS=$as_save_IFS
11237
11238   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
11239 fi
11240 fi
11241 sane_devel=$ac_cv_prog_sane_devel
11242 if test -n "$sane_devel"; then
11243   { echo "$as_me:$LINENO: result: $sane_devel" >&5
11244 echo "${ECHO_T}$sane_devel" >&6; }
11245 else
11246   { echo "$as_me:$LINENO: result: no" >&5
11247 echo "${ECHO_T}no" >&6; }
11248 fi
11249
11250
11251 SANELIBS=""
11252
11253 SANEINCL=""
11254
11255 if test "$sane_devel" != "no"
11256 then
11257     SANELIBS="`$sane_devel --libs`"
11258     SANEINCL="`$sane_devel --cflags`"
11259     ac_save_CPPFLAGS="$CPPFLAGS"
11260     ac_save_LIBS="$LIBS"
11261     CPPFLAGS="$CPPFLAGS $SANEINCL"
11262     LIBS="$LIBS $SANELIBS"
11263     if test "${ac_cv_header_sane_sane_h+set}" = set; then
11264   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11265 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11266 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11267   echo $ECHO_N "(cached) $ECHO_C" >&6
11268 fi
11269 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11270 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11271 else
11272   # Is the header compilable?
11273 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11274 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11275 cat >conftest.$ac_ext <<_ACEOF
11276 /* confdefs.h.  */
11277 _ACEOF
11278 cat confdefs.h >>conftest.$ac_ext
11279 cat >>conftest.$ac_ext <<_ACEOF
11280 /* end confdefs.h.  */
11281 $ac_includes_default
11282 #include <sane/sane.h>
11283 _ACEOF
11284 rm -f conftest.$ac_objext
11285 if { (ac_try="$ac_compile"
11286 case "(($ac_try" in
11287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11288   *) ac_try_echo=$ac_try;;
11289 esac
11290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11291   (eval "$ac_compile") 2>conftest.er1
11292   ac_status=$?
11293   grep -v '^ *+' conftest.er1 >conftest.err
11294   rm -f conftest.er1
11295   cat conftest.err >&5
11296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11297   (exit $ac_status); } &&
11298          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11299   { (case "(($ac_try" in
11300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11301   *) ac_try_echo=$ac_try;;
11302 esac
11303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11304   (eval "$ac_try") 2>&5
11305   ac_status=$?
11306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11307   (exit $ac_status); }; } &&
11308          { ac_try='test -s conftest.$ac_objext'
11309   { (case "(($ac_try" in
11310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11311   *) ac_try_echo=$ac_try;;
11312 esac
11313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11314   (eval "$ac_try") 2>&5
11315   ac_status=$?
11316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11317   (exit $ac_status); }; }; then
11318   ac_header_compiler=yes
11319 else
11320   echo "$as_me: failed program was:" >&5
11321 sed 's/^/| /' conftest.$ac_ext >&5
11322
11323         ac_header_compiler=no
11324 fi
11325
11326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11327 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11328 echo "${ECHO_T}$ac_header_compiler" >&6; }
11329
11330 # Is the header present?
11331 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
11332 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
11333 cat >conftest.$ac_ext <<_ACEOF
11334 /* confdefs.h.  */
11335 _ACEOF
11336 cat confdefs.h >>conftest.$ac_ext
11337 cat >>conftest.$ac_ext <<_ACEOF
11338 /* end confdefs.h.  */
11339 #include <sane/sane.h>
11340 _ACEOF
11341 if { (ac_try="$ac_cpp conftest.$ac_ext"
11342 case "(($ac_try" in
11343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11344   *) ac_try_echo=$ac_try;;
11345 esac
11346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11347   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11348   ac_status=$?
11349   grep -v '^ *+' conftest.er1 >conftest.err
11350   rm -f conftest.er1
11351   cat conftest.err >&5
11352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353   (exit $ac_status); } >/dev/null; then
11354   if test -s conftest.err; then
11355     ac_cpp_err=$ac_c_preproc_warn_flag
11356     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11357   else
11358     ac_cpp_err=
11359   fi
11360 else
11361   ac_cpp_err=yes
11362 fi
11363 if test -z "$ac_cpp_err"; then
11364   ac_header_preproc=yes
11365 else
11366   echo "$as_me: failed program was:" >&5
11367 sed 's/^/| /' conftest.$ac_ext >&5
11368
11369   ac_header_preproc=no
11370 fi
11371
11372 rm -f conftest.err conftest.$ac_ext
11373 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11374 echo "${ECHO_T}$ac_header_preproc" >&6; }
11375
11376 # So?  What about this header?
11377 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11378   yes:no: )
11379     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
11380 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11381     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
11382 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
11383     ac_header_preproc=yes
11384     ;;
11385   no:yes:* )
11386     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
11387 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
11388     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
11389 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
11390     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
11391 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
11392     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
11393 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11394     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
11395 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
11396     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
11397 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
11398     ( cat <<\_ASBOX
11399 ## ------------------------------------ ##
11400 ## Report this to wine-devel@winehq.org ##
11401 ## ------------------------------------ ##
11402 _ASBOX
11403      ) | sed "s/^/$as_me: WARNING:     /" >&2
11404     ;;
11405 esac
11406 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11407 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11408 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11409   echo $ECHO_N "(cached) $ECHO_C" >&6
11410 else
11411   ac_cv_header_sane_sane_h=$ac_header_preproc
11412 fi
11413 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11414 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11415
11416 fi
11417 if test $ac_cv_header_sane_sane_h = yes; then
11418   { echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
11419 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6; }
11420 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
11421   echo $ECHO_N "(cached) $ECHO_C" >&6
11422 else
11423   ac_check_lib_save_LIBS=$LIBS
11424 LIBS="-lsane  $LIBS"
11425 cat >conftest.$ac_ext <<_ACEOF
11426 /* confdefs.h.  */
11427 _ACEOF
11428 cat confdefs.h >>conftest.$ac_ext
11429 cat >>conftest.$ac_ext <<_ACEOF
11430 /* end confdefs.h.  */
11431
11432 /* Override any GCC internal prototype to avoid an error.
11433    Use char because int might match the return type of a GCC
11434    builtin and then its argument prototype would still apply.  */
11435 #ifdef __cplusplus
11436 extern "C"
11437 #endif
11438 char sane_open ();
11439 int
11440 main ()
11441 {
11442 return sane_open ();
11443   ;
11444   return 0;
11445 }
11446 _ACEOF
11447 rm -f conftest.$ac_objext conftest$ac_exeext
11448 if { (ac_try="$ac_link"
11449 case "(($ac_try" in
11450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11451   *) ac_try_echo=$ac_try;;
11452 esac
11453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11454   (eval "$ac_link") 2>conftest.er1
11455   ac_status=$?
11456   grep -v '^ *+' conftest.er1 >conftest.err
11457   rm -f conftest.er1
11458   cat conftest.err >&5
11459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11460   (exit $ac_status); } &&
11461          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11462   { (case "(($ac_try" in
11463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11464   *) ac_try_echo=$ac_try;;
11465 esac
11466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11467   (eval "$ac_try") 2>&5
11468   ac_status=$?
11469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470   (exit $ac_status); }; } &&
11471          { ac_try='test -s conftest$ac_exeext'
11472   { (case "(($ac_try" in
11473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11474   *) ac_try_echo=$ac_try;;
11475 esac
11476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11477   (eval "$ac_try") 2>&5
11478   ac_status=$?
11479   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11480   (exit $ac_status); }; }; then
11481   ac_cv_lib_sane_sane_open=yes
11482 else
11483   echo "$as_me: failed program was:" >&5
11484 sed 's/^/| /' conftest.$ac_ext >&5
11485
11486         ac_cv_lib_sane_sane_open=no
11487 fi
11488
11489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11490       conftest$ac_exeext conftest.$ac_ext
11491 LIBS=$ac_check_lib_save_LIBS
11492 fi
11493 { echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
11494 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6; }
11495 if test $ac_cv_lib_sane_sane_open = yes; then
11496
11497 cat >>confdefs.h <<\_ACEOF
11498 #define HAVE_SANE 1
11499 _ACEOF
11500
11501 else
11502   SANELIBS=""
11503                                   SANEINCL=""
11504 fi
11505
11506 else
11507   SANELIBS=""
11508                     SANEINCL=""
11509 fi
11510
11511
11512     LIBS="$ac_save_LIBS"
11513     CPPFLAGS="$ac_save_CPPFLAGS"
11514 fi
11515
11516 # Extract the first word of "gphoto2-config", so it can be a program name with args.
11517 set dummy gphoto2-config; ac_word=$2
11518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11520 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
11521   echo $ECHO_N "(cached) $ECHO_C" >&6
11522 else
11523   if test -n "$gphoto2_devel"; then
11524   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
11525 else
11526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11527 for as_dir in $PATH
11528 do
11529   IFS=$as_save_IFS
11530   test -z "$as_dir" && as_dir=.
11531   for ac_exec_ext in '' $ac_executable_extensions; do
11532   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11533     ac_cv_prog_gphoto2_devel="gphoto2-config"
11534     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11535     break 2
11536   fi
11537 done
11538 done
11539 IFS=$as_save_IFS
11540
11541   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
11542 fi
11543 fi
11544 gphoto2_devel=$ac_cv_prog_gphoto2_devel
11545 if test -n "$gphoto2_devel"; then
11546   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
11547 echo "${ECHO_T}$gphoto2_devel" >&6; }
11548 else
11549   { echo "$as_me:$LINENO: result: no" >&5
11550 echo "${ECHO_T}no" >&6; }
11551 fi
11552
11553
11554 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11555 set dummy gphoto2-port-config; ac_word=$2
11556 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11558 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11559   echo $ECHO_N "(cached) $ECHO_C" >&6
11560 else
11561   if test -n "$gphoto2port_devel"; then
11562   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
11563 else
11564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11565 for as_dir in $PATH
11566 do
11567   IFS=$as_save_IFS
11568   test -z "$as_dir" && as_dir=.
11569   for ac_exec_ext in '' $ac_executable_extensions; do
11570   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11571     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
11572     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11573     break 2
11574   fi
11575 done
11576 done
11577 IFS=$as_save_IFS
11578
11579   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
11580 fi
11581 fi
11582 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
11583 if test -n "$gphoto2port_devel"; then
11584   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11585 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11586 else
11587   { echo "$as_me:$LINENO: result: no" >&5
11588 echo "${ECHO_T}no" >&6; }
11589 fi
11590
11591
11592 GPHOTO2LIBS=""
11593
11594 GPHOTO2INCL=""
11595
11596 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11597 then
11598     GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11599     GPHOTO2LIBS=""
11600     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11601     do
11602       case "$i" in
11603         -L/usr/lib|-L/usr/lib64) ;;
11604         -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";;
11605       esac
11606     done
11607     ac_save_CPPFLAGS="$CPPFLAGS"
11608     ac_save_LIBS="$LIBS"
11609     CPPFLAGS="$CPPFLAGS $GPHOTO2INCL"
11610     LIBS="$LIBS $GPHOTO2LIBS"
11611     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11612   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11613 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11614 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11615   echo $ECHO_N "(cached) $ECHO_C" >&6
11616 fi
11617 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11618 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11619 else
11620   # Is the header compilable?
11621 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11622 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11623 cat >conftest.$ac_ext <<_ACEOF
11624 /* confdefs.h.  */
11625 _ACEOF
11626 cat confdefs.h >>conftest.$ac_ext
11627 cat >>conftest.$ac_ext <<_ACEOF
11628 /* end confdefs.h.  */
11629 $ac_includes_default
11630 #include <gphoto2-camera.h>
11631 _ACEOF
11632 rm -f conftest.$ac_objext
11633 if { (ac_try="$ac_compile"
11634 case "(($ac_try" in
11635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11636   *) ac_try_echo=$ac_try;;
11637 esac
11638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11639   (eval "$ac_compile") 2>conftest.er1
11640   ac_status=$?
11641   grep -v '^ *+' conftest.er1 >conftest.err
11642   rm -f conftest.er1
11643   cat conftest.err >&5
11644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11645   (exit $ac_status); } &&
11646          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11647   { (case "(($ac_try" in
11648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11649   *) ac_try_echo=$ac_try;;
11650 esac
11651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11652   (eval "$ac_try") 2>&5
11653   ac_status=$?
11654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11655   (exit $ac_status); }; } &&
11656          { ac_try='test -s conftest.$ac_objext'
11657   { (case "(($ac_try" in
11658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11659   *) ac_try_echo=$ac_try;;
11660 esac
11661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11662   (eval "$ac_try") 2>&5
11663   ac_status=$?
11664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665   (exit $ac_status); }; }; then
11666   ac_header_compiler=yes
11667 else
11668   echo "$as_me: failed program was:" >&5
11669 sed 's/^/| /' conftest.$ac_ext >&5
11670
11671         ac_header_compiler=no
11672 fi
11673
11674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11675 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11676 echo "${ECHO_T}$ac_header_compiler" >&6; }
11677
11678 # Is the header present?
11679 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11680 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11681 cat >conftest.$ac_ext <<_ACEOF
11682 /* confdefs.h.  */
11683 _ACEOF
11684 cat confdefs.h >>conftest.$ac_ext
11685 cat >>conftest.$ac_ext <<_ACEOF
11686 /* end confdefs.h.  */
11687 #include <gphoto2-camera.h>
11688 _ACEOF
11689 if { (ac_try="$ac_cpp conftest.$ac_ext"
11690 case "(($ac_try" in
11691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11692   *) ac_try_echo=$ac_try;;
11693 esac
11694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11695   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11696   ac_status=$?
11697   grep -v '^ *+' conftest.er1 >conftest.err
11698   rm -f conftest.er1
11699   cat conftest.err >&5
11700   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11701   (exit $ac_status); } >/dev/null; then
11702   if test -s conftest.err; then
11703     ac_cpp_err=$ac_c_preproc_warn_flag
11704     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11705   else
11706     ac_cpp_err=
11707   fi
11708 else
11709   ac_cpp_err=yes
11710 fi
11711 if test -z "$ac_cpp_err"; then
11712   ac_header_preproc=yes
11713 else
11714   echo "$as_me: failed program was:" >&5
11715 sed 's/^/| /' conftest.$ac_ext >&5
11716
11717   ac_header_preproc=no
11718 fi
11719
11720 rm -f conftest.err conftest.$ac_ext
11721 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11722 echo "${ECHO_T}$ac_header_preproc" >&6; }
11723
11724 # So?  What about this header?
11725 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11726   yes:no: )
11727     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11728 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11729     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11730 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11731     ac_header_preproc=yes
11732     ;;
11733   no:yes:* )
11734     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11735 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11736     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
11737 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
11738     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11739 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11740     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
11741 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11742     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11743 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11744     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11745 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11746     ( cat <<\_ASBOX
11747 ## ------------------------------------ ##
11748 ## Report this to wine-devel@winehq.org ##
11749 ## ------------------------------------ ##
11750 _ASBOX
11751      ) | sed "s/^/$as_me: WARNING:     /" >&2
11752     ;;
11753 esac
11754 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11755 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11756 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11757   echo $ECHO_N "(cached) $ECHO_C" >&6
11758 else
11759   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
11760 fi
11761 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11762 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11763
11764 fi
11765 if test $ac_cv_header_gphoto2_camera_h = yes; then
11766   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11767 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11768 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11769   echo $ECHO_N "(cached) $ECHO_C" >&6
11770 else
11771   ac_check_lib_save_LIBS=$LIBS
11772 LIBS="-lgphoto2  $LIBS"
11773 cat >conftest.$ac_ext <<_ACEOF
11774 /* confdefs.h.  */
11775 _ACEOF
11776 cat confdefs.h >>conftest.$ac_ext
11777 cat >>conftest.$ac_ext <<_ACEOF
11778 /* end confdefs.h.  */
11779
11780 /* Override any GCC internal prototype to avoid an error.
11781    Use char because int might match the return type of a GCC
11782    builtin and then its argument prototype would still apply.  */
11783 #ifdef __cplusplus
11784 extern "C"
11785 #endif
11786 char gp_camera_new ();
11787 int
11788 main ()
11789 {
11790 return gp_camera_new ();
11791   ;
11792   return 0;
11793 }
11794 _ACEOF
11795 rm -f conftest.$ac_objext conftest$ac_exeext
11796 if { (ac_try="$ac_link"
11797 case "(($ac_try" in
11798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11799   *) ac_try_echo=$ac_try;;
11800 esac
11801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11802   (eval "$ac_link") 2>conftest.er1
11803   ac_status=$?
11804   grep -v '^ *+' conftest.er1 >conftest.err
11805   rm -f conftest.er1
11806   cat conftest.err >&5
11807   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808   (exit $ac_status); } &&
11809          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11810   { (case "(($ac_try" in
11811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11812   *) ac_try_echo=$ac_try;;
11813 esac
11814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11815   (eval "$ac_try") 2>&5
11816   ac_status=$?
11817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818   (exit $ac_status); }; } &&
11819          { ac_try='test -s conftest$ac_exeext'
11820   { (case "(($ac_try" in
11821   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11822   *) ac_try_echo=$ac_try;;
11823 esac
11824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11825   (eval "$ac_try") 2>&5
11826   ac_status=$?
11827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828   (exit $ac_status); }; }; then
11829   ac_cv_lib_gphoto2_gp_camera_new=yes
11830 else
11831   echo "$as_me: failed program was:" >&5
11832 sed 's/^/| /' conftest.$ac_ext >&5
11833
11834         ac_cv_lib_gphoto2_gp_camera_new=no
11835 fi
11836
11837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11838       conftest$ac_exeext conftest.$ac_ext
11839 LIBS=$ac_check_lib_save_LIBS
11840 fi
11841 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11842 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11843 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11844
11845 cat >>confdefs.h <<\_ACEOF
11846 #define HAVE_GPHOTO2 1
11847 _ACEOF
11848
11849 else
11850   GPHOTO2LIBS=""
11851                                   GPHOTO2INCL=""
11852 fi
11853
11854 else
11855   GPHOTO2LIBS=""
11856                     GPHOTO2INCL=""
11857 fi
11858
11859
11860     LIBS="$ac_save_LIBS"
11861     CPPFLAGS="$ac_save_CPPFLAGS"
11862 fi
11863
11864 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
11865 then
11866     saved_libs="$LIBS"
11867     for i in ${ICU_LIB_DIR-/usr/lib}/libsicu ${ICU_LIB_DIR-/usr/lib}/libicu
11868     do
11869         TEST_ICUUC_LIB="${ICUUC_LIB-${i}uc.a}"
11870         TEST_ICUDATA_LIB="${ICUDATA_LIB-${i}data.a}"
11871         { echo "$as_me:$LINENO: checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB" >&5
11872 echo $ECHO_N "checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB... $ECHO_C" >&6; }
11873         LIBS="$saved_libs $TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s"
11874         cat >conftest.$ac_ext <<_ACEOF
11875 /* confdefs.h.  */
11876 _ACEOF
11877 cat confdefs.h >>conftest.$ac_ext
11878 cat >>conftest.$ac_ext <<_ACEOF
11879 /* end confdefs.h.  */
11880 #include <unicode/ubidi.h>
11881 int
11882 main ()
11883 {
11884 ubidi_open()
11885   ;
11886   return 0;
11887 }
11888 _ACEOF
11889 rm -f conftest.$ac_objext conftest$ac_exeext
11890 if { (ac_try="$ac_link"
11891 case "(($ac_try" in
11892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11893   *) ac_try_echo=$ac_try;;
11894 esac
11895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11896   (eval "$ac_link") 2>conftest.er1
11897   ac_status=$?
11898   grep -v '^ *+' conftest.er1 >conftest.err
11899   rm -f conftest.er1
11900   cat conftest.err >&5
11901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902   (exit $ac_status); } &&
11903          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11904   { (case "(($ac_try" in
11905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11906   *) ac_try_echo=$ac_try;;
11907 esac
11908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11909   (eval "$ac_try") 2>&5
11910   ac_status=$?
11911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11912   (exit $ac_status); }; } &&
11913          { ac_try='test -s conftest$ac_exeext'
11914   { (case "(($ac_try" in
11915   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11916   *) ac_try_echo=$ac_try;;
11917 esac
11918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11919   (eval "$ac_try") 2>&5
11920   ac_status=$?
11921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11922   (exit $ac_status); }; }; then
11923
11924 cat >>confdefs.h <<\_ACEOF
11925 #define HAVE_ICU 1
11926 _ACEOF
11927
11928                      ICULIBS="$TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s"
11929
11930                      { echo "$as_me:$LINENO: result: yes" >&5
11931 echo "${ECHO_T}yes" >&6; }
11932 else
11933   echo "$as_me: failed program was:" >&5
11934 sed 's/^/| /' conftest.$ac_ext >&5
11935
11936         { echo "$as_me:$LINENO: result: no" >&5
11937 echo "${ECHO_T}no" >&6; }
11938 fi
11939
11940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11941       conftest$ac_exeext conftest.$ac_ext
11942     done
11943     LIBS="$saved_libs"
11944 fi
11945
11946 RESOLVLIBS=""
11947
11948 if test "$ac_cv_header_resolv_h" = "yes"
11949 then
11950     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
11951 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
11952 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
11953   echo $ECHO_N "(cached) $ECHO_C" >&6
11954 else
11955   ac_check_lib_save_LIBS=$LIBS
11956 LIBS="-lresolv  $LIBS"
11957 cat >conftest.$ac_ext <<_ACEOF
11958 /* confdefs.h.  */
11959 _ACEOF
11960 cat confdefs.h >>conftest.$ac_ext
11961 cat >>conftest.$ac_ext <<_ACEOF
11962 /* end confdefs.h.  */
11963
11964 /* Override any GCC internal prototype to avoid an error.
11965    Use char because int might match the return type of a GCC
11966    builtin and then its argument prototype would still apply.  */
11967 #ifdef __cplusplus
11968 extern "C"
11969 #endif
11970 char res_query ();
11971 int
11972 main ()
11973 {
11974 return res_query ();
11975   ;
11976   return 0;
11977 }
11978 _ACEOF
11979 rm -f conftest.$ac_objext conftest$ac_exeext
11980 if { (ac_try="$ac_link"
11981 case "(($ac_try" in
11982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11983   *) ac_try_echo=$ac_try;;
11984 esac
11985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11986   (eval "$ac_link") 2>conftest.er1
11987   ac_status=$?
11988   grep -v '^ *+' conftest.er1 >conftest.err
11989   rm -f conftest.er1
11990   cat conftest.err >&5
11991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11992   (exit $ac_status); } &&
11993          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11994   { (case "(($ac_try" in
11995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11996   *) ac_try_echo=$ac_try;;
11997 esac
11998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11999   (eval "$ac_try") 2>&5
12000   ac_status=$?
12001   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12002   (exit $ac_status); }; } &&
12003          { ac_try='test -s conftest$ac_exeext'
12004   { (case "(($ac_try" in
12005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12006   *) ac_try_echo=$ac_try;;
12007 esac
12008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12009   (eval "$ac_try") 2>&5
12010   ac_status=$?
12011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012   (exit $ac_status); }; }; then
12013   ac_cv_lib_resolv_res_query=yes
12014 else
12015   echo "$as_me: failed program was:" >&5
12016 sed 's/^/| /' conftest.$ac_ext >&5
12017
12018         ac_cv_lib_resolv_res_query=no
12019 fi
12020
12021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12022       conftest$ac_exeext conftest.$ac_ext
12023 LIBS=$ac_check_lib_save_LIBS
12024 fi
12025 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
12026 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
12027 if test $ac_cv_lib_resolv_res_query = yes; then
12028
12029 cat >>confdefs.h <<\_ACEOF
12030 #define HAVE_RESOLV 1
12031 _ACEOF
12032
12033          RESOLVLIBS="-lresolv"
12034 fi
12035
12036 fi
12037
12038 LCMSLIBS=""
12039
12040 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
12041 then
12042     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
12043 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
12044 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
12045   echo $ECHO_N "(cached) $ECHO_C" >&6
12046 else
12047   ac_check_lib_save_LIBS=$LIBS
12048 LIBS="-llcms  $LIBS"
12049 cat >conftest.$ac_ext <<_ACEOF
12050 /* confdefs.h.  */
12051 _ACEOF
12052 cat confdefs.h >>conftest.$ac_ext
12053 cat >>conftest.$ac_ext <<_ACEOF
12054 /* end confdefs.h.  */
12055
12056 /* Override any GCC internal prototype to avoid an error.
12057    Use char because int might match the return type of a GCC
12058    builtin and then its argument prototype would still apply.  */
12059 #ifdef __cplusplus
12060 extern "C"
12061 #endif
12062 char cmsOpenProfileFromFile ();
12063 int
12064 main ()
12065 {
12066 return cmsOpenProfileFromFile ();
12067   ;
12068   return 0;
12069 }
12070 _ACEOF
12071 rm -f conftest.$ac_objext conftest$ac_exeext
12072 if { (ac_try="$ac_link"
12073 case "(($ac_try" in
12074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12075   *) ac_try_echo=$ac_try;;
12076 esac
12077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12078   (eval "$ac_link") 2>conftest.er1
12079   ac_status=$?
12080   grep -v '^ *+' conftest.er1 >conftest.err
12081   rm -f conftest.er1
12082   cat conftest.err >&5
12083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12084   (exit $ac_status); } &&
12085          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12086   { (case "(($ac_try" in
12087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12088   *) ac_try_echo=$ac_try;;
12089 esac
12090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12091   (eval "$ac_try") 2>&5
12092   ac_status=$?
12093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12094   (exit $ac_status); }; } &&
12095          { ac_try='test -s conftest$ac_exeext'
12096   { (case "(($ac_try" in
12097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098   *) ac_try_echo=$ac_try;;
12099 esac
12100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12101   (eval "$ac_try") 2>&5
12102   ac_status=$?
12103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12104   (exit $ac_status); }; }; then
12105   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
12106 else
12107   echo "$as_me: failed program was:" >&5
12108 sed 's/^/| /' conftest.$ac_ext >&5
12109
12110         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
12111 fi
12112
12113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12114       conftest$ac_exeext conftest.$ac_ext
12115 LIBS=$ac_check_lib_save_LIBS
12116 fi
12117 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
12118 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
12119 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
12120
12121 cat >>confdefs.h <<\_ACEOF
12122 #define HAVE_LCMS 1
12123 _ACEOF
12124
12125          LCMSLIBS="-llcms"
12126 fi
12127
12128 fi
12129
12130 LDAPLIBS=""
12131
12132 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12133 then
12134     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
12135 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
12136 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
12137   echo $ECHO_N "(cached) $ECHO_C" >&6
12138 else
12139   ac_check_lib_save_LIBS=$LIBS
12140 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12141 cat >conftest.$ac_ext <<_ACEOF
12142 /* confdefs.h.  */
12143 _ACEOF
12144 cat confdefs.h >>conftest.$ac_ext
12145 cat >>conftest.$ac_ext <<_ACEOF
12146 /* end confdefs.h.  */
12147
12148 /* Override any GCC internal prototype to avoid an error.
12149    Use char because int might match the return type of a GCC
12150    builtin and then its argument prototype would still apply.  */
12151 #ifdef __cplusplus
12152 extern "C"
12153 #endif
12154 char ldap_initialize ();
12155 int
12156 main ()
12157 {
12158 return ldap_initialize ();
12159   ;
12160   return 0;
12161 }
12162 _ACEOF
12163 rm -f conftest.$ac_objext conftest$ac_exeext
12164 if { (ac_try="$ac_link"
12165 case "(($ac_try" in
12166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12167   *) ac_try_echo=$ac_try;;
12168 esac
12169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12170   (eval "$ac_link") 2>conftest.er1
12171   ac_status=$?
12172   grep -v '^ *+' conftest.er1 >conftest.err
12173   rm -f conftest.er1
12174   cat conftest.err >&5
12175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12176   (exit $ac_status); } &&
12177          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12178   { (case "(($ac_try" in
12179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12180   *) ac_try_echo=$ac_try;;
12181 esac
12182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12183   (eval "$ac_try") 2>&5
12184   ac_status=$?
12185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12186   (exit $ac_status); }; } &&
12187          { ac_try='test -s conftest$ac_exeext'
12188   { (case "(($ac_try" in
12189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190   *) ac_try_echo=$ac_try;;
12191 esac
12192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12193   (eval "$ac_try") 2>&5
12194   ac_status=$?
12195   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12196   (exit $ac_status); }; }; then
12197   ac_cv_lib_ldap_r_ldap_initialize=yes
12198 else
12199   echo "$as_me: failed program was:" >&5
12200 sed 's/^/| /' conftest.$ac_ext >&5
12201
12202         ac_cv_lib_ldap_r_ldap_initialize=no
12203 fi
12204
12205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12206       conftest$ac_exeext conftest.$ac_ext
12207 LIBS=$ac_check_lib_save_LIBS
12208 fi
12209 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12210 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12211 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12212   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12213 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12214 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12215   echo $ECHO_N "(cached) $ECHO_C" >&6
12216 else
12217   ac_check_lib_save_LIBS=$LIBS
12218 LIBS="-llber $LIBPTHREAD $LIBS"
12219 cat >conftest.$ac_ext <<_ACEOF
12220 /* confdefs.h.  */
12221 _ACEOF
12222 cat confdefs.h >>conftest.$ac_ext
12223 cat >>conftest.$ac_ext <<_ACEOF
12224 /* end confdefs.h.  */
12225
12226 /* Override any GCC internal prototype to avoid an error.
12227    Use char because int might match the return type of a GCC
12228    builtin and then its argument prototype would still apply.  */
12229 #ifdef __cplusplus
12230 extern "C"
12231 #endif
12232 char ber_init ();
12233 int
12234 main ()
12235 {
12236 return ber_init ();
12237   ;
12238   return 0;
12239 }
12240 _ACEOF
12241 rm -f conftest.$ac_objext conftest$ac_exeext
12242 if { (ac_try="$ac_link"
12243 case "(($ac_try" in
12244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12245   *) ac_try_echo=$ac_try;;
12246 esac
12247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12248   (eval "$ac_link") 2>conftest.er1
12249   ac_status=$?
12250   grep -v '^ *+' conftest.er1 >conftest.err
12251   rm -f conftest.er1
12252   cat conftest.err >&5
12253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12254   (exit $ac_status); } &&
12255          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12256   { (case "(($ac_try" in
12257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12258   *) ac_try_echo=$ac_try;;
12259 esac
12260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12261   (eval "$ac_try") 2>&5
12262   ac_status=$?
12263   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12264   (exit $ac_status); }; } &&
12265          { ac_try='test -s conftest$ac_exeext'
12266   { (case "(($ac_try" in
12267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12268   *) ac_try_echo=$ac_try;;
12269 esac
12270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12271   (eval "$ac_try") 2>&5
12272   ac_status=$?
12273   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12274   (exit $ac_status); }; }; then
12275   ac_cv_lib_lber_ber_init=yes
12276 else
12277   echo "$as_me: failed program was:" >&5
12278 sed 's/^/| /' conftest.$ac_ext >&5
12279
12280         ac_cv_lib_lber_ber_init=no
12281 fi
12282
12283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12284       conftest$ac_exeext conftest.$ac_ext
12285 LIBS=$ac_check_lib_save_LIBS
12286 fi
12287 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
12288 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12289 if test $ac_cv_lib_lber_ber_init = yes; then
12290
12291 cat >>confdefs.h <<\_ACEOF
12292 #define HAVE_LDAP 1
12293 _ACEOF
12294
12295              LDAPLIBS="-lldap_r -llber"
12296 fi
12297
12298 fi
12299
12300     ac_wine_check_funcs_save_LIBS="$LIBS"
12301 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12302
12303
12304
12305
12306 for ac_func in \
12307         ldap_count_references \
12308         ldap_first_reference \
12309         ldap_next_reference \
12310         ldap_parse_reference
12311 do
12312 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12313 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12314 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12315 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12316   echo $ECHO_N "(cached) $ECHO_C" >&6
12317 else
12318   cat >conftest.$ac_ext <<_ACEOF
12319 /* confdefs.h.  */
12320 _ACEOF
12321 cat confdefs.h >>conftest.$ac_ext
12322 cat >>conftest.$ac_ext <<_ACEOF
12323 /* end confdefs.h.  */
12324 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12325    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12326 #define $ac_func innocuous_$ac_func
12327
12328 /* System header to define __stub macros and hopefully few prototypes,
12329     which can conflict with char $ac_func (); below.
12330     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12331     <limits.h> exists even on freestanding compilers.  */
12332
12333 #ifdef __STDC__
12334 # include <limits.h>
12335 #else
12336 # include <assert.h>
12337 #endif
12338
12339 #undef $ac_func
12340
12341 /* Override any GCC internal prototype to avoid an error.
12342    Use char because int might match the return type of a GCC
12343    builtin and then its argument prototype would still apply.  */
12344 #ifdef __cplusplus
12345 extern "C"
12346 #endif
12347 char $ac_func ();
12348 /* The GNU C library defines this for functions which it implements
12349     to always fail with ENOSYS.  Some functions are actually named
12350     something starting with __ and the normal name is an alias.  */
12351 #if defined __stub_$ac_func || defined __stub___$ac_func
12352 choke me
12353 #endif
12354
12355 int
12356 main ()
12357 {
12358 return $ac_func ();
12359   ;
12360   return 0;
12361 }
12362 _ACEOF
12363 rm -f conftest.$ac_objext conftest$ac_exeext
12364 if { (ac_try="$ac_link"
12365 case "(($ac_try" in
12366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12367   *) ac_try_echo=$ac_try;;
12368 esac
12369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12370   (eval "$ac_link") 2>conftest.er1
12371   ac_status=$?
12372   grep -v '^ *+' conftest.er1 >conftest.err
12373   rm -f conftest.er1
12374   cat conftest.err >&5
12375   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12376   (exit $ac_status); } &&
12377          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12378   { (case "(($ac_try" in
12379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12380   *) ac_try_echo=$ac_try;;
12381 esac
12382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12383   (eval "$ac_try") 2>&5
12384   ac_status=$?
12385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12386   (exit $ac_status); }; } &&
12387          { ac_try='test -s conftest$ac_exeext'
12388   { (case "(($ac_try" in
12389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12390   *) ac_try_echo=$ac_try;;
12391 esac
12392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12393   (eval "$ac_try") 2>&5
12394   ac_status=$?
12395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12396   (exit $ac_status); }; }; then
12397   eval "$as_ac_var=yes"
12398 else
12399   echo "$as_me: failed program was:" >&5
12400 sed 's/^/| /' conftest.$ac_ext >&5
12401
12402         eval "$as_ac_var=no"
12403 fi
12404
12405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12406       conftest$ac_exeext conftest.$ac_ext
12407 fi
12408 ac_res=`eval echo '${'$as_ac_var'}'`
12409                { echo "$as_me:$LINENO: result: $ac_res" >&5
12410 echo "${ECHO_T}$ac_res" >&6; }
12411 if test `eval echo '${'$as_ac_var'}'` = yes; then
12412   cat >>confdefs.h <<_ACEOF
12413 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12414 _ACEOF
12415
12416 fi
12417 done
12418
12419 LIBS="$ac_wine_check_funcs_save_LIBS"
12420 fi
12421
12422 FREETYPELIBS=""
12423
12424 FREETYPEINCL=""
12425
12426 # Extract the first word of "freetype-config", so it can be a program name with args.
12427 set dummy freetype-config; ac_word=$2
12428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12430 if test "${ac_cv_prog_ft_devel+set}" = set; then
12431   echo $ECHO_N "(cached) $ECHO_C" >&6
12432 else
12433   if test -n "$ft_devel"; then
12434   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
12435 else
12436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12437 for as_dir in $PATH
12438 do
12439   IFS=$as_save_IFS
12440   test -z "$as_dir" && as_dir=.
12441   for ac_exec_ext in '' $ac_executable_extensions; do
12442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12443     ac_cv_prog_ft_devel="freetype-config"
12444     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12445     break 2
12446   fi
12447 done
12448 done
12449 IFS=$as_save_IFS
12450
12451   test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no"
12452 fi
12453 fi
12454 ft_devel=$ac_cv_prog_ft_devel
12455 if test -n "$ft_devel"; then
12456   { echo "$as_me:$LINENO: result: $ft_devel" >&5
12457 echo "${ECHO_T}$ft_devel" >&6; }
12458 else
12459   { echo "$as_me:$LINENO: result: no" >&5
12460 echo "${ECHO_T}no" >&6; }
12461 fi
12462
12463
12464 if test "$ft_devel" = "no"
12465 then
12466     # Extract the first word of "freetype2-config", so it can be a program name with args.
12467 set dummy freetype2-config; ac_word=$2
12468 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12470 if test "${ac_cv_prog_ft_devel2+set}" = set; then
12471   echo $ECHO_N "(cached) $ECHO_C" >&6
12472 else
12473   if test -n "$ft_devel2"; then
12474   ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test.
12475 else
12476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12477 for as_dir in $PATH
12478 do
12479   IFS=$as_save_IFS
12480   test -z "$as_dir" && as_dir=.
12481   for ac_exec_ext in '' $ac_executable_extensions; do
12482   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12483     ac_cv_prog_ft_devel2="freetype2-config"
12484     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12485     break 2
12486   fi
12487 done
12488 done
12489 IFS=$as_save_IFS
12490
12491   test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no"
12492 fi
12493 fi
12494 ft_devel2=$ac_cv_prog_ft_devel2
12495 if test -n "$ft_devel2"; then
12496   { echo "$as_me:$LINENO: result: $ft_devel2" >&5
12497 echo "${ECHO_T}$ft_devel2" >&6; }
12498 else
12499   { echo "$as_me:$LINENO: result: no" >&5
12500 echo "${ECHO_T}no" >&6; }
12501 fi
12502
12503
12504     if test "$ft_devel2" = "freetype2-config"
12505     then
12506         ft_devel=$ft_devel2
12507     fi
12508 fi
12509
12510 if test "$ft_devel" = "no"
12511 then
12512     wine_cv_msg_freetype=yes
12513 else
12514     FREETYPELIBS=`$ft_devel --libs`
12515     FREETYPEINCL=`$ft_devel --cflags`
12516     { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
12517 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
12518 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
12519   echo $ECHO_N "(cached) $ECHO_C" >&6
12520 else
12521   ac_check_lib_save_LIBS=$LIBS
12522 LIBS="-lfreetype $FREETYPELIBS $LIBS"
12523 cat >conftest.$ac_ext <<_ACEOF
12524 /* confdefs.h.  */
12525 _ACEOF
12526 cat confdefs.h >>conftest.$ac_ext
12527 cat >>conftest.$ac_ext <<_ACEOF
12528 /* end confdefs.h.  */
12529
12530 /* Override any GCC internal prototype to avoid an error.
12531    Use char because int might match the return type of a GCC
12532    builtin and then its argument prototype would still apply.  */
12533 #ifdef __cplusplus
12534 extern "C"
12535 #endif
12536 char FT_Init_FreeType ();
12537 int
12538 main ()
12539 {
12540 return FT_Init_FreeType ();
12541   ;
12542   return 0;
12543 }
12544 _ACEOF
12545 rm -f conftest.$ac_objext conftest$ac_exeext
12546 if { (ac_try="$ac_link"
12547 case "(($ac_try" in
12548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12549   *) ac_try_echo=$ac_try;;
12550 esac
12551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12552   (eval "$ac_link") 2>conftest.er1
12553   ac_status=$?
12554   grep -v '^ *+' conftest.er1 >conftest.err
12555   rm -f conftest.er1
12556   cat conftest.err >&5
12557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558   (exit $ac_status); } &&
12559          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12560   { (case "(($ac_try" in
12561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12562   *) ac_try_echo=$ac_try;;
12563 esac
12564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12565   (eval "$ac_try") 2>&5
12566   ac_status=$?
12567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568   (exit $ac_status); }; } &&
12569          { ac_try='test -s conftest$ac_exeext'
12570   { (case "(($ac_try" in
12571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12572   *) ac_try_echo=$ac_try;;
12573 esac
12574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12575   (eval "$ac_try") 2>&5
12576   ac_status=$?
12577   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12578   (exit $ac_status); }; }; then
12579   ac_cv_lib_freetype_FT_Init_FreeType=yes
12580 else
12581   echo "$as_me: failed program was:" >&5
12582 sed 's/^/| /' conftest.$ac_ext >&5
12583
12584         ac_cv_lib_freetype_FT_Init_FreeType=no
12585 fi
12586
12587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12588       conftest$ac_exeext conftest.$ac_ext
12589 LIBS=$ac_check_lib_save_LIBS
12590 fi
12591 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
12592 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
12593 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
12594   ft_lib=yes
12595 else
12596   ft_lib=no
12597 fi
12598
12599     if test "$ft_lib" = "no"
12600     then
12601         wine_cv_msg_freetype=yes
12602         FREETYPELIBS=""
12603         FREETYPEINCL=""
12604     else
12605         ac_save_CPPFLAGS="$CPPFLAGS"
12606         CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
12607
12608
12609
12610
12611
12612
12613
12614
12615
12616
12617
12618 for ac_header in ft2build.h \
12619                          freetype/freetype.h \
12620                          freetype/ftglyph.h \
12621                          freetype/tttables.h \
12622                          freetype/ftnames.h \
12623                          freetype/ftsnames.h \
12624                          freetype/ttnameid.h \
12625                          freetype/ftoutln.h \
12626                          freetype/ftwinfnt.h \
12627                          freetype/ftmodapi.h \
12628                          freetype/internal/sfnt.h
12629 do
12630 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12631 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12632 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12633 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12634   echo $ECHO_N "(cached) $ECHO_C" >&6
12635 else
12636   cat >conftest.$ac_ext <<_ACEOF
12637 /* confdefs.h.  */
12638 _ACEOF
12639 cat confdefs.h >>conftest.$ac_ext
12640 cat >>conftest.$ac_ext <<_ACEOF
12641 /* end confdefs.h.  */
12642 #if HAVE_FT2BUILD_H
12643                           #include <ft2build.h>
12644                           #endif
12645
12646 #include <$ac_header>
12647 _ACEOF
12648 rm -f conftest.$ac_objext
12649 if { (ac_try="$ac_compile"
12650 case "(($ac_try" in
12651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12652   *) ac_try_echo=$ac_try;;
12653 esac
12654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12655   (eval "$ac_compile") 2>conftest.er1
12656   ac_status=$?
12657   grep -v '^ *+' conftest.er1 >conftest.err
12658   rm -f conftest.er1
12659   cat conftest.err >&5
12660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12661   (exit $ac_status); } &&
12662          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12663   { (case "(($ac_try" in
12664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12665   *) ac_try_echo=$ac_try;;
12666 esac
12667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12668   (eval "$ac_try") 2>&5
12669   ac_status=$?
12670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671   (exit $ac_status); }; } &&
12672          { ac_try='test -s conftest.$ac_objext'
12673   { (case "(($ac_try" in
12674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12675   *) ac_try_echo=$ac_try;;
12676 esac
12677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12678   (eval "$ac_try") 2>&5
12679   ac_status=$?
12680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12681   (exit $ac_status); }; }; then
12682   eval "$as_ac_Header=yes"
12683 else
12684   echo "$as_me: failed program was:" >&5
12685 sed 's/^/| /' conftest.$ac_ext >&5
12686
12687         eval "$as_ac_Header=no"
12688 fi
12689
12690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12691 fi
12692 ac_res=`eval echo '${'$as_ac_Header'}'`
12693                { echo "$as_me:$LINENO: result: $ac_res" >&5
12694 echo "${ECHO_T}$ac_res" >&6; }
12695 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12696   cat >>confdefs.h <<_ACEOF
12697 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12698 _ACEOF
12699
12700 fi
12701
12702 done
12703
12704         cat >conftest.$ac_ext <<_ACEOF
12705 /* confdefs.h.  */
12706 _ACEOF
12707 cat confdefs.h >>conftest.$ac_ext
12708 cat >>conftest.$ac_ext <<_ACEOF
12709 /* end confdefs.h.  */
12710 #include <ft2build.h>
12711                     #include <freetype/fttrigon.h>
12712 _ACEOF
12713 if { (ac_try="$ac_cpp conftest.$ac_ext"
12714 case "(($ac_try" in
12715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12716   *) ac_try_echo=$ac_try;;
12717 esac
12718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12719   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12720   ac_status=$?
12721   grep -v '^ *+' conftest.er1 >conftest.err
12722   rm -f conftest.er1
12723   cat conftest.err >&5
12724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725   (exit $ac_status); } >/dev/null; then
12726   if test -s conftest.err; then
12727     ac_cpp_err=$ac_c_preproc_warn_flag
12728     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12729   else
12730     ac_cpp_err=
12731   fi
12732 else
12733   ac_cpp_err=yes
12734 fi
12735 if test -z "$ac_cpp_err"; then
12736
12737 cat >>confdefs.h <<\_ACEOF
12738 #define HAVE_FREETYPE_FTTRIGON_H 1
12739 _ACEOF
12740
12741                     wine_cv_fttrigon=yes
12742 else
12743   echo "$as_me: failed program was:" >&5
12744 sed 's/^/| /' conftest.$ac_ext >&5
12745
12746   wine_cv_fttrigon=no
12747 fi
12748
12749 rm -f conftest.err conftest.$ac_ext
12750         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12751 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12752 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12753   echo $ECHO_N "(cached) $ECHO_C" >&6
12754 else
12755   cat >conftest.$ac_ext <<_ACEOF
12756 /* confdefs.h.  */
12757 _ACEOF
12758 cat confdefs.h >>conftest.$ac_ext
12759 cat >>conftest.$ac_ext <<_ACEOF
12760 /* end confdefs.h.  */
12761 #include <freetype/ftmodapi.h>
12762
12763 typedef FT_TrueTypeEngineType ac__type_new_;
12764 int
12765 main ()
12766 {
12767 if ((ac__type_new_ *) 0)
12768   return 0;
12769 if (sizeof (ac__type_new_))
12770   return 0;
12771   ;
12772   return 0;
12773 }
12774 _ACEOF
12775 rm -f conftest.$ac_objext
12776 if { (ac_try="$ac_compile"
12777 case "(($ac_try" in
12778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12779   *) ac_try_echo=$ac_try;;
12780 esac
12781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12782   (eval "$ac_compile") 2>conftest.er1
12783   ac_status=$?
12784   grep -v '^ *+' conftest.er1 >conftest.err
12785   rm -f conftest.er1
12786   cat conftest.err >&5
12787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12788   (exit $ac_status); } &&
12789          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12790   { (case "(($ac_try" in
12791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12792   *) ac_try_echo=$ac_try;;
12793 esac
12794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12795   (eval "$ac_try") 2>&5
12796   ac_status=$?
12797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798   (exit $ac_status); }; } &&
12799          { ac_try='test -s conftest.$ac_objext'
12800   { (case "(($ac_try" in
12801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12802   *) ac_try_echo=$ac_try;;
12803 esac
12804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12805   (eval "$ac_try") 2>&5
12806   ac_status=$?
12807   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808   (exit $ac_status); }; }; then
12809   ac_cv_type_FT_TrueTypeEngineType=yes
12810 else
12811   echo "$as_me: failed program was:" >&5
12812 sed 's/^/| /' conftest.$ac_ext >&5
12813
12814         ac_cv_type_FT_TrueTypeEngineType=no
12815 fi
12816
12817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12818 fi
12819 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12820 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12821 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12822
12823 cat >>confdefs.h <<_ACEOF
12824 #define HAVE_FT_TRUETYPEENGINETYPE 1
12825 _ACEOF
12826
12827
12828 fi
12829
12830         ac_save_CFLAGS="$CFLAGS"
12831         CFLAGS="$CFLAGS $FREETYPELIBS"
12832
12833 for ac_func in FT_Load_Sfnt_Table
12834 do
12835 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12836 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12837 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12838 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12839   echo $ECHO_N "(cached) $ECHO_C" >&6
12840 else
12841   cat >conftest.$ac_ext <<_ACEOF
12842 /* confdefs.h.  */
12843 _ACEOF
12844 cat confdefs.h >>conftest.$ac_ext
12845 cat >>conftest.$ac_ext <<_ACEOF
12846 /* end confdefs.h.  */
12847 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12848    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12849 #define $ac_func innocuous_$ac_func
12850
12851 /* System header to define __stub macros and hopefully few prototypes,
12852     which can conflict with char $ac_func (); below.
12853     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12854     <limits.h> exists even on freestanding compilers.  */
12855
12856 #ifdef __STDC__
12857 # include <limits.h>
12858 #else
12859 # include <assert.h>
12860 #endif
12861
12862 #undef $ac_func
12863
12864 /* Override any GCC internal prototype to avoid an error.
12865    Use char because int might match the return type of a GCC
12866    builtin and then its argument prototype would still apply.  */
12867 #ifdef __cplusplus
12868 extern "C"
12869 #endif
12870 char $ac_func ();
12871 /* The GNU C library defines this for functions which it implements
12872     to always fail with ENOSYS.  Some functions are actually named
12873     something starting with __ and the normal name is an alias.  */
12874 #if defined __stub_$ac_func || defined __stub___$ac_func
12875 choke me
12876 #endif
12877
12878 int
12879 main ()
12880 {
12881 return $ac_func ();
12882   ;
12883   return 0;
12884 }
12885 _ACEOF
12886 rm -f conftest.$ac_objext conftest$ac_exeext
12887 if { (ac_try="$ac_link"
12888 case "(($ac_try" in
12889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12890   *) ac_try_echo=$ac_try;;
12891 esac
12892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12893   (eval "$ac_link") 2>conftest.er1
12894   ac_status=$?
12895   grep -v '^ *+' conftest.er1 >conftest.err
12896   rm -f conftest.er1
12897   cat conftest.err >&5
12898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899   (exit $ac_status); } &&
12900          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12901   { (case "(($ac_try" in
12902   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12903   *) ac_try_echo=$ac_try;;
12904 esac
12905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12906   (eval "$ac_try") 2>&5
12907   ac_status=$?
12908   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12909   (exit $ac_status); }; } &&
12910          { ac_try='test -s conftest$ac_exeext'
12911   { (case "(($ac_try" in
12912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12913   *) ac_try_echo=$ac_try;;
12914 esac
12915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12916   (eval "$ac_try") 2>&5
12917   ac_status=$?
12918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12919   (exit $ac_status); }; }; then
12920   eval "$as_ac_var=yes"
12921 else
12922   echo "$as_me: failed program was:" >&5
12923 sed 's/^/| /' conftest.$ac_ext >&5
12924
12925         eval "$as_ac_var=no"
12926 fi
12927
12928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12929       conftest$ac_exeext conftest.$ac_ext
12930 fi
12931 ac_res=`eval echo '${'$as_ac_var'}'`
12932                { echo "$as_me:$LINENO: result: $ac_res" >&5
12933 echo "${ECHO_T}$ac_res" >&6; }
12934 if test `eval echo '${'$as_ac_var'}'` = yes; then
12935   cat >>confdefs.h <<_ACEOF
12936 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12937 _ACEOF
12938
12939 fi
12940 done
12941
12942         CFLAGS="$ac_save_CFLAGS"
12943         CPPFLAGS="$ac_save_CPPFLAGS"
12944                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12945         then
12946
12947 cat >>confdefs.h <<\_ACEOF
12948 #define HAVE_FREETYPE 1
12949 _ACEOF
12950
12951             wine_cv_msg_freetype=no
12952         else
12953             FREETYPELIBS=""
12954             FREETYPEINCL=""
12955             wine_cv_msg_freetype=yes
12956         fi
12957     fi
12958 fi
12959
12960 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12961 then
12962   FONTSSUBDIRS="fonts"
12963
12964 fi
12965
12966 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12967 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12968 if test "${ac_cv_c_ppdev+set}" = set; then
12969   echo $ECHO_N "(cached) $ECHO_C" >&6
12970 else
12971   cat >conftest.$ac_ext <<_ACEOF
12972 /* confdefs.h.  */
12973 _ACEOF
12974 cat confdefs.h >>conftest.$ac_ext
12975 cat >>conftest.$ac_ext <<_ACEOF
12976 /* end confdefs.h.  */
12977 #include <linux/ppdev.h>
12978 int
12979 main ()
12980 {
12981 ioctl (1,PPCLAIM,0)
12982   ;
12983   return 0;
12984 }
12985 _ACEOF
12986 rm -f conftest.$ac_objext
12987 if { (ac_try="$ac_compile"
12988 case "(($ac_try" in
12989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12990   *) ac_try_echo=$ac_try;;
12991 esac
12992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12993   (eval "$ac_compile") 2>conftest.er1
12994   ac_status=$?
12995   grep -v '^ *+' conftest.er1 >conftest.err
12996   rm -f conftest.er1
12997   cat conftest.err >&5
12998   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12999   (exit $ac_status); } &&
13000          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13001   { (case "(($ac_try" in
13002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13003   *) ac_try_echo=$ac_try;;
13004 esac
13005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13006   (eval "$ac_try") 2>&5
13007   ac_status=$?
13008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13009   (exit $ac_status); }; } &&
13010          { ac_try='test -s conftest.$ac_objext'
13011   { (case "(($ac_try" in
13012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13013   *) ac_try_echo=$ac_try;;
13014 esac
13015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13016   (eval "$ac_try") 2>&5
13017   ac_status=$?
13018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13019   (exit $ac_status); }; }; then
13020   ac_cv_c_ppdev="yes"
13021 else
13022   echo "$as_me: failed program was:" >&5
13023 sed 's/^/| /' conftest.$ac_ext >&5
13024
13025         ac_cv_c_ppdev="no"
13026 fi
13027
13028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13029
13030 fi
13031 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
13032 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
13033 if test "$ac_cv_c_ppdev" = "yes"
13034 then
13035
13036 cat >>confdefs.h <<\_ACEOF
13037 #define HAVE_PPDEV 1
13038 _ACEOF
13039
13040 fi
13041
13042 { echo "$as_me:$LINENO: checking for va_copy" >&5
13043 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
13044 if test "${ac_cv_c_va_copy+set}" = set; then
13045   echo $ECHO_N "(cached) $ECHO_C" >&6
13046 else
13047   cat >conftest.$ac_ext <<_ACEOF
13048 /* confdefs.h.  */
13049 _ACEOF
13050 cat confdefs.h >>conftest.$ac_ext
13051 cat >>conftest.$ac_ext <<_ACEOF
13052 /* end confdefs.h.  */
13053 #include <stdarg.h>
13054 int
13055 main ()
13056 {
13057 va_list ap1, ap2;
13058     va_copy(ap1,ap2);
13059
13060   ;
13061   return 0;
13062 }
13063 _ACEOF
13064 rm -f conftest.$ac_objext conftest$ac_exeext
13065 if { (ac_try="$ac_link"
13066 case "(($ac_try" in
13067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13068   *) ac_try_echo=$ac_try;;
13069 esac
13070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13071   (eval "$ac_link") 2>conftest.er1
13072   ac_status=$?
13073   grep -v '^ *+' conftest.er1 >conftest.err
13074   rm -f conftest.er1
13075   cat conftest.err >&5
13076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13077   (exit $ac_status); } &&
13078          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13079   { (case "(($ac_try" in
13080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13081   *) ac_try_echo=$ac_try;;
13082 esac
13083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13084   (eval "$ac_try") 2>&5
13085   ac_status=$?
13086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13087   (exit $ac_status); }; } &&
13088          { ac_try='test -s conftest$ac_exeext'
13089   { (case "(($ac_try" in
13090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13091   *) ac_try_echo=$ac_try;;
13092 esac
13093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13094   (eval "$ac_try") 2>&5
13095   ac_status=$?
13096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13097   (exit $ac_status); }; }; then
13098   ac_cv_c_va_copy="yes"
13099 else
13100   echo "$as_me: failed program was:" >&5
13101 sed 's/^/| /' conftest.$ac_ext >&5
13102
13103         ac_cv_c_va_copy="no"
13104 fi
13105
13106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13107       conftest$ac_exeext conftest.$ac_ext
13108
13109 fi
13110 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
13111 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
13112 if test "$ac_cv_c_va_copy" = "yes"
13113 then
13114
13115 cat >>confdefs.h <<\_ACEOF
13116 #define HAVE_VA_COPY 1
13117 _ACEOF
13118
13119 fi
13120 { echo "$as_me:$LINENO: checking for __va_copy" >&5
13121 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
13122 if test "${ac_cv_c___va_copy+set}" = set; then
13123   echo $ECHO_N "(cached) $ECHO_C" >&6
13124 else
13125   cat >conftest.$ac_ext <<_ACEOF
13126 /* confdefs.h.  */
13127 _ACEOF
13128 cat confdefs.h >>conftest.$ac_ext
13129 cat >>conftest.$ac_ext <<_ACEOF
13130 /* end confdefs.h.  */
13131 #include <stdarg.h>
13132 int
13133 main ()
13134 {
13135 va_list ap1, ap2;
13136     __va_copy(ap1,ap2);
13137
13138   ;
13139   return 0;
13140 }
13141 _ACEOF
13142 rm -f conftest.$ac_objext conftest$ac_exeext
13143 if { (ac_try="$ac_link"
13144 case "(($ac_try" in
13145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13146   *) ac_try_echo=$ac_try;;
13147 esac
13148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13149   (eval "$ac_link") 2>conftest.er1
13150   ac_status=$?
13151   grep -v '^ *+' conftest.er1 >conftest.err
13152   rm -f conftest.er1
13153   cat conftest.err >&5
13154   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155   (exit $ac_status); } &&
13156          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13157   { (case "(($ac_try" in
13158   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13159   *) ac_try_echo=$ac_try;;
13160 esac
13161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13162   (eval "$ac_try") 2>&5
13163   ac_status=$?
13164   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13165   (exit $ac_status); }; } &&
13166          { ac_try='test -s conftest$ac_exeext'
13167   { (case "(($ac_try" in
13168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13169   *) ac_try_echo=$ac_try;;
13170 esac
13171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13172   (eval "$ac_try") 2>&5
13173   ac_status=$?
13174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13175   (exit $ac_status); }; }; then
13176   ac_cv_c___va_copy="yes"
13177 else
13178   echo "$as_me: failed program was:" >&5
13179 sed 's/^/| /' conftest.$ac_ext >&5
13180
13181         ac_cv_c___va_copy="no"
13182 fi
13183
13184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13185       conftest$ac_exeext conftest.$ac_ext
13186
13187 fi
13188 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
13189 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
13190 if test "$ac_cv_c___va_copy" = "yes"
13191 then
13192
13193 cat >>confdefs.h <<\_ACEOF
13194 #define HAVE___VA_COPY 1
13195 _ACEOF
13196
13197 fi
13198
13199 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
13200 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
13201 if test "${ac_cv_c_sigsetjmp+set}" = set; then
13202   echo $ECHO_N "(cached) $ECHO_C" >&6
13203 else
13204   cat >conftest.$ac_ext <<_ACEOF
13205 /* confdefs.h.  */
13206 _ACEOF
13207 cat confdefs.h >>conftest.$ac_ext
13208 cat >>conftest.$ac_ext <<_ACEOF
13209 /* end confdefs.h.  */
13210 #include <setjmp.h>
13211 int
13212 main ()
13213 {
13214 sigjmp_buf buf;
13215     sigsetjmp( buf, 1 );
13216     siglongjmp( buf, 1 );
13217   ;
13218   return 0;
13219 }
13220 _ACEOF
13221 rm -f conftest.$ac_objext conftest$ac_exeext
13222 if { (ac_try="$ac_link"
13223 case "(($ac_try" in
13224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13225   *) ac_try_echo=$ac_try;;
13226 esac
13227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13228   (eval "$ac_link") 2>conftest.er1
13229   ac_status=$?
13230   grep -v '^ *+' conftest.er1 >conftest.err
13231   rm -f conftest.er1
13232   cat conftest.err >&5
13233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13234   (exit $ac_status); } &&
13235          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13236   { (case "(($ac_try" in
13237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13238   *) ac_try_echo=$ac_try;;
13239 esac
13240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13241   (eval "$ac_try") 2>&5
13242   ac_status=$?
13243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13244   (exit $ac_status); }; } &&
13245          { ac_try='test -s conftest$ac_exeext'
13246   { (case "(($ac_try" in
13247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13248   *) ac_try_echo=$ac_try;;
13249 esac
13250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13251   (eval "$ac_try") 2>&5
13252   ac_status=$?
13253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254   (exit $ac_status); }; }; then
13255   ac_cv_c_sigsetjmp="yes"
13256 else
13257   echo "$as_me: failed program was:" >&5
13258 sed 's/^/| /' conftest.$ac_ext >&5
13259
13260         ac_cv_c_sigsetjmp="no"
13261 fi
13262
13263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13264       conftest$ac_exeext conftest.$ac_ext
13265
13266 fi
13267 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
13268 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
13269 if test "$ac_cv_c_sigsetjmp" = "yes"
13270 then
13271
13272 cat >>confdefs.h <<\_ACEOF
13273 #define HAVE_SIGSETJMP 1
13274 _ACEOF
13275
13276 fi
13277
13278 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
13279 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
13280 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
13281   echo $ECHO_N "(cached) $ECHO_C" >&6
13282 else
13283   cat >conftest.$ac_ext <<_ACEOF
13284 /* confdefs.h.  */
13285 _ACEOF
13286 cat confdefs.h >>conftest.$ac_ext
13287 cat >>conftest.$ac_ext <<_ACEOF
13288 /* end confdefs.h.  */
13289 #define _GNU_SOURCE
13290 #include <pthread.h>
13291
13292 typedef pthread_rwlock_t ac__type_new_;
13293 int
13294 main ()
13295 {
13296 if ((ac__type_new_ *) 0)
13297   return 0;
13298 if (sizeof (ac__type_new_))
13299   return 0;
13300   ;
13301   return 0;
13302 }
13303 _ACEOF
13304 rm -f conftest.$ac_objext
13305 if { (ac_try="$ac_compile"
13306 case "(($ac_try" in
13307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13308   *) ac_try_echo=$ac_try;;
13309 esac
13310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13311   (eval "$ac_compile") 2>conftest.er1
13312   ac_status=$?
13313   grep -v '^ *+' conftest.er1 >conftest.err
13314   rm -f conftest.er1
13315   cat conftest.err >&5
13316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13317   (exit $ac_status); } &&
13318          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13319   { (case "(($ac_try" in
13320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13321   *) ac_try_echo=$ac_try;;
13322 esac
13323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13324   (eval "$ac_try") 2>&5
13325   ac_status=$?
13326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13327   (exit $ac_status); }; } &&
13328          { ac_try='test -s conftest.$ac_objext'
13329   { (case "(($ac_try" in
13330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13331   *) ac_try_echo=$ac_try;;
13332 esac
13333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13334   (eval "$ac_try") 2>&5
13335   ac_status=$?
13336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13337   (exit $ac_status); }; }; then
13338   ac_cv_type_pthread_rwlock_t=yes
13339 else
13340   echo "$as_me: failed program was:" >&5
13341 sed 's/^/| /' conftest.$ac_ext >&5
13342
13343         ac_cv_type_pthread_rwlock_t=no
13344 fi
13345
13346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13347 fi
13348 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
13349 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
13350 if test $ac_cv_type_pthread_rwlock_t = yes; then
13351
13352 cat >>confdefs.h <<_ACEOF
13353 #define HAVE_PTHREAD_RWLOCK_T 1
13354 _ACEOF
13355
13356
13357 fi
13358 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13359 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13360 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13361   echo $ECHO_N "(cached) $ECHO_C" >&6
13362 else
13363   cat >conftest.$ac_ext <<_ACEOF
13364 /* confdefs.h.  */
13365 _ACEOF
13366 cat confdefs.h >>conftest.$ac_ext
13367 cat >>conftest.$ac_ext <<_ACEOF
13368 /* end confdefs.h.  */
13369 #define _GNU_SOURCE
13370 #include <pthread.h>
13371
13372 typedef pthread_rwlockattr_t ac__type_new_;
13373 int
13374 main ()
13375 {
13376 if ((ac__type_new_ *) 0)
13377   return 0;
13378 if (sizeof (ac__type_new_))
13379   return 0;
13380   ;
13381   return 0;
13382 }
13383 _ACEOF
13384 rm -f conftest.$ac_objext
13385 if { (ac_try="$ac_compile"
13386 case "(($ac_try" in
13387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13388   *) ac_try_echo=$ac_try;;
13389 esac
13390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13391   (eval "$ac_compile") 2>conftest.er1
13392   ac_status=$?
13393   grep -v '^ *+' conftest.er1 >conftest.err
13394   rm -f conftest.er1
13395   cat conftest.err >&5
13396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13397   (exit $ac_status); } &&
13398          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13399   { (case "(($ac_try" in
13400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13401   *) ac_try_echo=$ac_try;;
13402 esac
13403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13404   (eval "$ac_try") 2>&5
13405   ac_status=$?
13406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407   (exit $ac_status); }; } &&
13408          { ac_try='test -s conftest.$ac_objext'
13409   { (case "(($ac_try" in
13410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13411   *) ac_try_echo=$ac_try;;
13412 esac
13413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13414   (eval "$ac_try") 2>&5
13415   ac_status=$?
13416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417   (exit $ac_status); }; }; then
13418   ac_cv_type_pthread_rwlockattr_t=yes
13419 else
13420   echo "$as_me: failed program was:" >&5
13421 sed 's/^/| /' conftest.$ac_ext >&5
13422
13423         ac_cv_type_pthread_rwlockattr_t=no
13424 fi
13425
13426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13427 fi
13428 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13429 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13430 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13431
13432 cat >>confdefs.h <<_ACEOF
13433 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13434 _ACEOF
13435
13436
13437 fi
13438
13439
13440 ac_wine_check_funcs_save_LIBS="$LIBS"
13441 LIBS="$LIBS $LIBPTHREAD"
13442
13443
13444
13445
13446 for ac_func in \
13447         pthread_attr_get_np \
13448         pthread_getattr_np \
13449         pthread_get_stackaddr_np \
13450         pthread_get_stacksize_np
13451 do
13452 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13453 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13454 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13455 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13456   echo $ECHO_N "(cached) $ECHO_C" >&6
13457 else
13458   cat >conftest.$ac_ext <<_ACEOF
13459 /* confdefs.h.  */
13460 _ACEOF
13461 cat confdefs.h >>conftest.$ac_ext
13462 cat >>conftest.$ac_ext <<_ACEOF
13463 /* end confdefs.h.  */
13464 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13465    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13466 #define $ac_func innocuous_$ac_func
13467
13468 /* System header to define __stub macros and hopefully few prototypes,
13469     which can conflict with char $ac_func (); below.
13470     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13471     <limits.h> exists even on freestanding compilers.  */
13472
13473 #ifdef __STDC__
13474 # include <limits.h>
13475 #else
13476 # include <assert.h>
13477 #endif
13478
13479 #undef $ac_func
13480
13481 /* Override any GCC internal prototype to avoid an error.
13482    Use char because int might match the return type of a GCC
13483    builtin and then its argument prototype would still apply.  */
13484 #ifdef __cplusplus
13485 extern "C"
13486 #endif
13487 char $ac_func ();
13488 /* The GNU C library defines this for functions which it implements
13489     to always fail with ENOSYS.  Some functions are actually named
13490     something starting with __ and the normal name is an alias.  */
13491 #if defined __stub_$ac_func || defined __stub___$ac_func
13492 choke me
13493 #endif
13494
13495 int
13496 main ()
13497 {
13498 return $ac_func ();
13499   ;
13500   return 0;
13501 }
13502 _ACEOF
13503 rm -f conftest.$ac_objext conftest$ac_exeext
13504 if { (ac_try="$ac_link"
13505 case "(($ac_try" in
13506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13507   *) ac_try_echo=$ac_try;;
13508 esac
13509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13510   (eval "$ac_link") 2>conftest.er1
13511   ac_status=$?
13512   grep -v '^ *+' conftest.er1 >conftest.err
13513   rm -f conftest.er1
13514   cat conftest.err >&5
13515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13516   (exit $ac_status); } &&
13517          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13518   { (case "(($ac_try" in
13519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13520   *) ac_try_echo=$ac_try;;
13521 esac
13522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13523   (eval "$ac_try") 2>&5
13524   ac_status=$?
13525   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13526   (exit $ac_status); }; } &&
13527          { ac_try='test -s conftest$ac_exeext'
13528   { (case "(($ac_try" in
13529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13530   *) ac_try_echo=$ac_try;;
13531 esac
13532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13533   (eval "$ac_try") 2>&5
13534   ac_status=$?
13535   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13536   (exit $ac_status); }; }; then
13537   eval "$as_ac_var=yes"
13538 else
13539   echo "$as_me: failed program was:" >&5
13540 sed 's/^/| /' conftest.$ac_ext >&5
13541
13542         eval "$as_ac_var=no"
13543 fi
13544
13545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13546       conftest$ac_exeext conftest.$ac_ext
13547 fi
13548 ac_res=`eval echo '${'$as_ac_var'}'`
13549                { echo "$as_me:$LINENO: result: $ac_res" >&5
13550 echo "${ECHO_T}$ac_res" >&6; }
13551 if test `eval echo '${'$as_ac_var'}'` = yes; then
13552   cat >>confdefs.h <<_ACEOF
13553 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13554 _ACEOF
13555
13556 fi
13557 done
13558
13559 LIBS="$ac_wine_check_funcs_save_LIBS"
13560
13561 # Extract the first word of "artsc-config", so it can be a program name with args.
13562 set dummy artsc-config; ac_word=$2
13563 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13565 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
13566   echo $ECHO_N "(cached) $ECHO_C" >&6
13567 else
13568   case $ARTSCCONFIG in
13569   [\\/]* | ?:[\\/]*)
13570   ac_cv_path_ARTSCCONFIG="$ARTSCCONFIG" # Let the user override the test with a path.
13571   ;;
13572   *)
13573   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13574 for as_dir in $PATH
13575 do
13576   IFS=$as_save_IFS
13577   test -z "$as_dir" && as_dir=.
13578   for ac_exec_ext in '' $ac_executable_extensions; do
13579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
13580     ac_cv_path_ARTSCCONFIG="$as_dir/$ac_word$ac_exec_ext"
13581     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13582     break 2
13583   fi
13584 done
13585 done
13586 IFS=$as_save_IFS
13587
13588   ;;
13589 esac
13590 fi
13591 ARTSCCONFIG=$ac_cv_path_ARTSCCONFIG
13592 if test -n "$ARTSCCONFIG"; then
13593   { echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
13594 echo "${ECHO_T}$ARTSCCONFIG" >&6; }
13595 else
13596   { echo "$as_me:$LINENO: result: no" >&5
13597 echo "${ECHO_T}no" >&6; }
13598 fi
13599
13600
13601 if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
13602 then
13603     ARTSC_CFLAGS=""
13604     for i in `$ARTSCCONFIG --cflags`
13605     do
13606       case "$i" in
13607         -I*) ARTSC_CFLAGS="$ARTSC_CFLAGS $i";;
13608       esac
13609     done
13610     ARTSC_LIBS=""
13611     for i in `$ARTSCCONFIG --libs`
13612     do
13613       case "$i" in
13614         -L/usr/lib|-L/usr/lib64) ;;
13615         -L*|-l*) ARTSC_LIBS="$ARTSC_LIBS $i";;
13616       esac
13617     done
13618     save_CFLAGS="$CFLAGS"
13619     CFLAGS="$CFLAGS $ARTSC_CFLAGS"
13620     { echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5
13621 echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6; }
13622 if test "${ac_cv_lib_artsc_arts_init+set}" = set; then
13623   echo $ECHO_N "(cached) $ECHO_C" >&6
13624 else
13625   ac_check_lib_save_LIBS=$LIBS
13626 LIBS="-lartsc $ARTSC_LIBS $LIBS"
13627 cat >conftest.$ac_ext <<_ACEOF
13628 /* confdefs.h.  */
13629 _ACEOF
13630 cat confdefs.h >>conftest.$ac_ext
13631 cat >>conftest.$ac_ext <<_ACEOF
13632 /* end confdefs.h.  */
13633
13634 /* Override any GCC internal prototype to avoid an error.
13635    Use char because int might match the return type of a GCC
13636    builtin and then its argument prototype would still apply.  */
13637 #ifdef __cplusplus
13638 extern "C"
13639 #endif
13640 char arts_init ();
13641 int
13642 main ()
13643 {
13644 return arts_init ();
13645   ;
13646   return 0;
13647 }
13648 _ACEOF
13649 rm -f conftest.$ac_objext conftest$ac_exeext
13650 if { (ac_try="$ac_link"
13651 case "(($ac_try" in
13652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13653   *) ac_try_echo=$ac_try;;
13654 esac
13655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13656   (eval "$ac_link") 2>conftest.er1
13657   ac_status=$?
13658   grep -v '^ *+' conftest.er1 >conftest.err
13659   rm -f conftest.er1
13660   cat conftest.err >&5
13661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13662   (exit $ac_status); } &&
13663          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13664   { (case "(($ac_try" in
13665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13666   *) ac_try_echo=$ac_try;;
13667 esac
13668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13669   (eval "$ac_try") 2>&5
13670   ac_status=$?
13671   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13672   (exit $ac_status); }; } &&
13673          { ac_try='test -s conftest$ac_exeext'
13674   { (case "(($ac_try" in
13675   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13676   *) ac_try_echo=$ac_try;;
13677 esac
13678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13679   (eval "$ac_try") 2>&5
13680   ac_status=$?
13681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13682   (exit $ac_status); }; }; then
13683   ac_cv_lib_artsc_arts_init=yes
13684 else
13685   echo "$as_me: failed program was:" >&5
13686 sed 's/^/| /' conftest.$ac_ext >&5
13687
13688         ac_cv_lib_artsc_arts_init=no
13689 fi
13690
13691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13692       conftest$ac_exeext conftest.$ac_ext
13693 LIBS=$ac_check_lib_save_LIBS
13694 fi
13695 { echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5
13696 echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6; }
13697 if test $ac_cv_lib_artsc_arts_init = yes; then
13698   cat >conftest.$ac_ext <<_ACEOF
13699 /* confdefs.h.  */
13700 _ACEOF
13701 cat confdefs.h >>conftest.$ac_ext
13702 cat >>conftest.$ac_ext <<_ACEOF
13703 /* end confdefs.h.  */
13704 #include <artsc.h>
13705 int
13706 main ()
13707 {
13708 arts_stream_t stream;
13709   ;
13710   return 0;
13711 }
13712 _ACEOF
13713 rm -f conftest.$ac_objext
13714 if { (ac_try="$ac_compile"
13715 case "(($ac_try" in
13716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13717   *) ac_try_echo=$ac_try;;
13718 esac
13719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13720   (eval "$ac_compile") 2>conftest.er1
13721   ac_status=$?
13722   grep -v '^ *+' conftest.er1 >conftest.err
13723   rm -f conftest.er1
13724   cat conftest.err >&5
13725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726   (exit $ac_status); } &&
13727          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13728   { (case "(($ac_try" in
13729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13730   *) ac_try_echo=$ac_try;;
13731 esac
13732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13733   (eval "$ac_try") 2>&5
13734   ac_status=$?
13735   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13736   (exit $ac_status); }; } &&
13737          { ac_try='test -s conftest.$ac_objext'
13738   { (case "(($ac_try" in
13739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13740   *) ac_try_echo=$ac_try;;
13741 esac
13742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13743   (eval "$ac_try") 2>&5
13744   ac_status=$?
13745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13746   (exit $ac_status); }; }; then
13747   ARTSLIBS=$ARTSC_LIBS
13748
13749             ARTSINCL=$ARTSC_CFLAGS
13750
13751
13752 cat >>confdefs.h <<\_ACEOF
13753 #define HAVE_ARTS 1
13754 _ACEOF
13755
13756 else
13757   echo "$as_me: failed program was:" >&5
13758 sed 's/^/| /' conftest.$ac_ext >&5
13759
13760
13761 fi
13762
13763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13764 fi
13765
13766     CFLAGS="$save_CFLAGS"
13767 fi
13768
13769 # Extract the first word of "esd-config", so it can be a program name with args.
13770 set dummy esd-config; ac_word=$2
13771 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13772 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13773 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13774   echo $ECHO_N "(cached) $ECHO_C" >&6
13775 else
13776   case $ESDCONFIG in
13777   [\\/]* | ?:[\\/]*)
13778   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
13779   ;;
13780   *)
13781   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13782 for as_dir in $PATH
13783 do
13784   IFS=$as_save_IFS
13785   test -z "$as_dir" && as_dir=.
13786   for ac_exec_ext in '' $ac_executable_extensions; do
13787   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
13788     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
13789     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13790     break 2
13791   fi
13792 done
13793 done
13794 IFS=$as_save_IFS
13795
13796   ;;
13797 esac
13798 fi
13799 ESDCONFIG=$ac_cv_path_ESDCONFIG
13800 if test -n "$ESDCONFIG"; then
13801   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13802 echo "${ECHO_T}$ESDCONFIG" >&6; }
13803 else
13804   { echo "$as_me:$LINENO: result: no" >&5
13805 echo "${ECHO_T}no" >&6; }
13806 fi
13807
13808
13809 if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
13810 then
13811     ESD_CFLAGS=""
13812     for i in `$ESDCONFIG --cflags`
13813     do
13814       case "$i" in
13815         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
13816       esac
13817     done
13818     ESD_LIBS=`$ESDCONFIG --libs`
13819     save_CFLAGS="$CFLAGS"
13820     CFLAGS="$CFLAGS $ESD_CFLAGS"
13821     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13822 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13823 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13824   echo $ECHO_N "(cached) $ECHO_C" >&6
13825 else
13826   ac_check_lib_save_LIBS=$LIBS
13827 LIBS="-lesd  $LIBS"
13828 cat >conftest.$ac_ext <<_ACEOF
13829 /* confdefs.h.  */
13830 _ACEOF
13831 cat confdefs.h >>conftest.$ac_ext
13832 cat >>conftest.$ac_ext <<_ACEOF
13833 /* end confdefs.h.  */
13834
13835 /* Override any GCC internal prototype to avoid an error.
13836    Use char because int might match the return type of a GCC
13837    builtin and then its argument prototype would still apply.  */
13838 #ifdef __cplusplus
13839 extern "C"
13840 #endif
13841 char esd_open_sound ();
13842 int
13843 main ()
13844 {
13845 return esd_open_sound ();
13846   ;
13847   return 0;
13848 }
13849 _ACEOF
13850 rm -f conftest.$ac_objext conftest$ac_exeext
13851 if { (ac_try="$ac_link"
13852 case "(($ac_try" in
13853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13854   *) ac_try_echo=$ac_try;;
13855 esac
13856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13857   (eval "$ac_link") 2>conftest.er1
13858   ac_status=$?
13859   grep -v '^ *+' conftest.er1 >conftest.err
13860   rm -f conftest.er1
13861   cat conftest.err >&5
13862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13863   (exit $ac_status); } &&
13864          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13865   { (case "(($ac_try" in
13866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13867   *) ac_try_echo=$ac_try;;
13868 esac
13869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13870   (eval "$ac_try") 2>&5
13871   ac_status=$?
13872   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13873   (exit $ac_status); }; } &&
13874          { ac_try='test -s conftest$ac_exeext'
13875   { (case "(($ac_try" in
13876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13877   *) ac_try_echo=$ac_try;;
13878 esac
13879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13880   (eval "$ac_try") 2>&5
13881   ac_status=$?
13882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13883   (exit $ac_status); }; }; then
13884   ac_cv_lib_esd_esd_open_sound=yes
13885 else
13886   echo "$as_me: failed program was:" >&5
13887 sed 's/^/| /' conftest.$ac_ext >&5
13888
13889         ac_cv_lib_esd_esd_open_sound=no
13890 fi
13891
13892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13893       conftest$ac_exeext conftest.$ac_ext
13894 LIBS=$ac_check_lib_save_LIBS
13895 fi
13896 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13897 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13898 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13899   ESDLIBS=$ESD_LIBS
13900
13901          ESDINCL=$ESD_CFLAGS
13902
13903
13904 cat >>confdefs.h <<\_ACEOF
13905 #define HAVE_ESD 1
13906 _ACEOF
13907
13908 fi
13909
13910     CFLAGS="$save_CFLAGS"
13911 fi
13912
13913 ALSALIBS=""
13914
13915 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13916 then
13917     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13918 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13919 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13920   echo $ECHO_N "(cached) $ECHO_C" >&6
13921 else
13922   ac_check_lib_save_LIBS=$LIBS
13923 LIBS="-lasound  $LIBS"
13924 cat >conftest.$ac_ext <<_ACEOF
13925 /* confdefs.h.  */
13926 _ACEOF
13927 cat confdefs.h >>conftest.$ac_ext
13928 cat >>conftest.$ac_ext <<_ACEOF
13929 /* end confdefs.h.  */
13930
13931 /* Override any GCC internal prototype to avoid an error.
13932    Use char because int might match the return type of a GCC
13933    builtin and then its argument prototype would still apply.  */
13934 #ifdef __cplusplus
13935 extern "C"
13936 #endif
13937 char snd_pcm_hw_params_get_access ();
13938 int
13939 main ()
13940 {
13941 return snd_pcm_hw_params_get_access ();
13942   ;
13943   return 0;
13944 }
13945 _ACEOF
13946 rm -f conftest.$ac_objext conftest$ac_exeext
13947 if { (ac_try="$ac_link"
13948 case "(($ac_try" in
13949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13950   *) ac_try_echo=$ac_try;;
13951 esac
13952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13953   (eval "$ac_link") 2>conftest.er1
13954   ac_status=$?
13955   grep -v '^ *+' conftest.er1 >conftest.err
13956   rm -f conftest.er1
13957   cat conftest.err >&5
13958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13959   (exit $ac_status); } &&
13960          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13961   { (case "(($ac_try" in
13962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13963   *) ac_try_echo=$ac_try;;
13964 esac
13965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13966   (eval "$ac_try") 2>&5
13967   ac_status=$?
13968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13969   (exit $ac_status); }; } &&
13970          { ac_try='test -s conftest$ac_exeext'
13971   { (case "(($ac_try" in
13972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13973   *) ac_try_echo=$ac_try;;
13974 esac
13975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13976   (eval "$ac_try") 2>&5
13977   ac_status=$?
13978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13979   (exit $ac_status); }; }; then
13980   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
13981 else
13982   echo "$as_me: failed program was:" >&5
13983 sed 's/^/| /' conftest.$ac_ext >&5
13984
13985         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
13986 fi
13987
13988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13989       conftest$ac_exeext conftest.$ac_ext
13990 LIBS=$ac_check_lib_save_LIBS
13991 fi
13992 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13993 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13994 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13995   cat >conftest.$ac_ext <<_ACEOF
13996 /* confdefs.h.  */
13997 _ACEOF
13998 cat confdefs.h >>conftest.$ac_ext
13999 cat >>conftest.$ac_ext <<_ACEOF
14000 /* end confdefs.h.  */
14001 #ifdef HAVE_ALSA_ASOUNDLIB_H
14002 #include <alsa/asoundlib.h>
14003 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14004 #include <sys/asoundlib.h>
14005 #endif
14006 int
14007 main ()
14008 {
14009 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14010   ;
14011   return 0;
14012 }
14013 _ACEOF
14014 rm -f conftest.$ac_objext
14015 if { (ac_try="$ac_compile"
14016 case "(($ac_try" in
14017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14018   *) ac_try_echo=$ac_try;;
14019 esac
14020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14021   (eval "$ac_compile") 2>conftest.er1
14022   ac_status=$?
14023   grep -v '^ *+' conftest.er1 >conftest.err
14024   rm -f conftest.er1
14025   cat conftest.err >&5
14026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14027   (exit $ac_status); } &&
14028          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14029   { (case "(($ac_try" in
14030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14031   *) ac_try_echo=$ac_try;;
14032 esac
14033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14034   (eval "$ac_try") 2>&5
14035   ac_status=$?
14036   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14037   (exit $ac_status); }; } &&
14038          { ac_try='test -s conftest.$ac_objext'
14039   { (case "(($ac_try" in
14040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14041   *) ac_try_echo=$ac_try;;
14042 esac
14043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14044   (eval "$ac_try") 2>&5
14045   ac_status=$?
14046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14047   (exit $ac_status); }; }; then
14048
14049 cat >>confdefs.h <<\_ACEOF
14050 #define HAVE_ALSA 1
14051 _ACEOF
14052
14053                          ALSALIBS="-lasound"
14054 else
14055   echo "$as_me: failed program was:" >&5
14056 sed 's/^/| /' conftest.$ac_ext >&5
14057
14058
14059 fi
14060
14061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14062 fi
14063
14064 fi
14065
14066
14067 AUDIOIOLIBS=""
14068
14069 if test "$ac_cv_header_libaudioio_h" = "yes"
14070 then
14071     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14072 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14073 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14074   echo $ECHO_N "(cached) $ECHO_C" >&6
14075 else
14076   ac_check_lib_save_LIBS=$LIBS
14077 LIBS="-laudioio  $LIBS"
14078 cat >conftest.$ac_ext <<_ACEOF
14079 /* confdefs.h.  */
14080 _ACEOF
14081 cat confdefs.h >>conftest.$ac_ext
14082 cat >>conftest.$ac_ext <<_ACEOF
14083 /* end confdefs.h.  */
14084
14085 /* Override any GCC internal prototype to avoid an error.
14086    Use char because int might match the return type of a GCC
14087    builtin and then its argument prototype would still apply.  */
14088 #ifdef __cplusplus
14089 extern "C"
14090 #endif
14091 char AudioIOGetVersion ();
14092 int
14093 main ()
14094 {
14095 return AudioIOGetVersion ();
14096   ;
14097   return 0;
14098 }
14099 _ACEOF
14100 rm -f conftest.$ac_objext conftest$ac_exeext
14101 if { (ac_try="$ac_link"
14102 case "(($ac_try" in
14103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14104   *) ac_try_echo=$ac_try;;
14105 esac
14106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14107   (eval "$ac_link") 2>conftest.er1
14108   ac_status=$?
14109   grep -v '^ *+' conftest.er1 >conftest.err
14110   rm -f conftest.er1
14111   cat conftest.err >&5
14112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14113   (exit $ac_status); } &&
14114          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14115   { (case "(($ac_try" in
14116   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14117   *) ac_try_echo=$ac_try;;
14118 esac
14119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14120   (eval "$ac_try") 2>&5
14121   ac_status=$?
14122   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14123   (exit $ac_status); }; } &&
14124          { ac_try='test -s conftest$ac_exeext'
14125   { (case "(($ac_try" in
14126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14127   *) ac_try_echo=$ac_try;;
14128 esac
14129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14130   (eval "$ac_try") 2>&5
14131   ac_status=$?
14132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14133   (exit $ac_status); }; }; then
14134   ac_cv_lib_audioio_AudioIOGetVersion=yes
14135 else
14136   echo "$as_me: failed program was:" >&5
14137 sed 's/^/| /' conftest.$ac_ext >&5
14138
14139         ac_cv_lib_audioio_AudioIOGetVersion=no
14140 fi
14141
14142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14143       conftest$ac_exeext conftest.$ac_ext
14144 LIBS=$ac_check_lib_save_LIBS
14145 fi
14146 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14147 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14148 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14149   AUDIOIOLIBS="-laudioio"
14150
14151 cat >>confdefs.h <<\_ACEOF
14152 #define HAVE_LIBAUDIOIO 1
14153 _ACEOF
14154
14155 fi
14156
14157 fi
14158
14159
14160 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14161 then
14162     { echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5
14163 echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6; }
14164 if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then
14165   echo $ECHO_N "(cached) $ECHO_C" >&6
14166 else
14167   ac_check_lib_save_LIBS=$LIBS
14168 LIBS="-lcapi20  $LIBS"
14169 cat >conftest.$ac_ext <<_ACEOF
14170 /* confdefs.h.  */
14171 _ACEOF
14172 cat confdefs.h >>conftest.$ac_ext
14173 cat >>conftest.$ac_ext <<_ACEOF
14174 /* end confdefs.h.  */
14175
14176 /* Override any GCC internal prototype to avoid an error.
14177    Use char because int might match the return type of a GCC
14178    builtin and then its argument prototype would still apply.  */
14179 #ifdef __cplusplus
14180 extern "C"
14181 #endif
14182 char capi20_register ();
14183 int
14184 main ()
14185 {
14186 return capi20_register ();
14187   ;
14188   return 0;
14189 }
14190 _ACEOF
14191 rm -f conftest.$ac_objext conftest$ac_exeext
14192 if { (ac_try="$ac_link"
14193 case "(($ac_try" in
14194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14195   *) ac_try_echo=$ac_try;;
14196 esac
14197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14198   (eval "$ac_link") 2>conftest.er1
14199   ac_status=$?
14200   grep -v '^ *+' conftest.er1 >conftest.err
14201   rm -f conftest.er1
14202   cat conftest.err >&5
14203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14204   (exit $ac_status); } &&
14205          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14206   { (case "(($ac_try" in
14207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14208   *) ac_try_echo=$ac_try;;
14209 esac
14210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14211   (eval "$ac_try") 2>&5
14212   ac_status=$?
14213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14214   (exit $ac_status); }; } &&
14215          { ac_try='test -s conftest$ac_exeext'
14216   { (case "(($ac_try" in
14217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14218   *) ac_try_echo=$ac_try;;
14219 esac
14220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14221   (eval "$ac_try") 2>&5
14222   ac_status=$?
14223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14224   (exit $ac_status); }; }; then
14225   ac_cv_lib_capi20_capi20_register=yes
14226 else
14227   echo "$as_me: failed program was:" >&5
14228 sed 's/^/| /' conftest.$ac_ext >&5
14229
14230         ac_cv_lib_capi20_capi20_register=no
14231 fi
14232
14233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14234       conftest$ac_exeext conftest.$ac_ext
14235 LIBS=$ac_check_lib_save_LIBS
14236 fi
14237 { echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5
14238 echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6; }
14239 if test $ac_cv_lib_capi20_capi20_register = yes; then
14240
14241 cat >>confdefs.h <<\_ACEOF
14242 #define HAVE_CAPI4LINUX 1
14243 _ACEOF
14244
14245 fi
14246
14247 fi
14248
14249
14250 EXTRACFLAGS=""
14251
14252 if test "x${GCC}" = "xyes"
14253 then
14254   EXTRACFLAGS="-Wall -pipe"
14255
14256     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
14257 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14258 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14259   echo $ECHO_N "(cached) $ECHO_C" >&6
14260 else
14261   if test "$cross_compiling" = yes; then
14262   ac_cv_c_gcc_strength_bug="yes"
14263 else
14264   cat >conftest.$ac_ext <<_ACEOF
14265 /* confdefs.h.  */
14266 _ACEOF
14267 cat confdefs.h >>conftest.$ac_ext
14268 cat >>conftest.$ac_ext <<_ACEOF
14269 /* end confdefs.h.  */
14270
14271 int     L[4] = {0,1,2,3};
14272 int main(void) {
14273   static int Array[3];
14274   unsigned int B = 3;
14275   int i;
14276   for(i=0; i<B; i++) Array[i] = i - 3;
14277   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14278   L[i] = 4;
14279
14280   exit( Array[1] != -2 || L[2] != 3);
14281 }
14282 _ACEOF
14283 rm -f conftest$ac_exeext
14284 if { (ac_try="$ac_link"
14285 case "(($ac_try" in
14286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14287   *) ac_try_echo=$ac_try;;
14288 esac
14289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14290   (eval "$ac_link") 2>&5
14291   ac_status=$?
14292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14293   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14294   { (case "(($ac_try" in
14295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14296   *) ac_try_echo=$ac_try;;
14297 esac
14298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14299   (eval "$ac_try") 2>&5
14300   ac_status=$?
14301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14302   (exit $ac_status); }; }; then
14303   ac_cv_c_gcc_strength_bug="no"
14304 else
14305   echo "$as_me: program exited with status $ac_status" >&5
14306 echo "$as_me: failed program was:" >&5
14307 sed 's/^/| /' conftest.$ac_ext >&5
14308
14309 ( exit $ac_status )
14310 ac_cv_c_gcc_strength_bug="yes"
14311 fi
14312 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14313 fi
14314
14315
14316 fi
14317 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14318 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14319   if test "$ac_cv_c_gcc_strength_bug" = "yes"
14320   then
14321     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14322   fi
14323
14324
14325   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14326 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14327 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14328   echo $ECHO_N "(cached) $ECHO_C" >&6
14329 else
14330   ac_wine_try_cflags_saved=$CFLAGS
14331 CFLAGS="$CFLAGS -fshort-wchar"
14332 cat >conftest.$ac_ext <<_ACEOF
14333 /* confdefs.h.  */
14334 _ACEOF
14335 cat confdefs.h >>conftest.$ac_ext
14336 cat >>conftest.$ac_ext <<_ACEOF
14337 /* end confdefs.h.  */
14338
14339 int
14340 main ()
14341 {
14342
14343   ;
14344   return 0;
14345 }
14346 _ACEOF
14347 rm -f conftest.$ac_objext conftest$ac_exeext
14348 if { (ac_try="$ac_link"
14349 case "(($ac_try" in
14350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14351   *) ac_try_echo=$ac_try;;
14352 esac
14353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14354   (eval "$ac_link") 2>conftest.er1
14355   ac_status=$?
14356   grep -v '^ *+' conftest.er1 >conftest.err
14357   rm -f conftest.er1
14358   cat conftest.err >&5
14359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14360   (exit $ac_status); } &&
14361          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14362   { (case "(($ac_try" in
14363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14364   *) ac_try_echo=$ac_try;;
14365 esac
14366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14367   (eval "$ac_try") 2>&5
14368   ac_status=$?
14369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14370   (exit $ac_status); }; } &&
14371          { ac_try='test -s conftest$ac_exeext'
14372   { (case "(($ac_try" in
14373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14374   *) ac_try_echo=$ac_try;;
14375 esac
14376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14377   (eval "$ac_try") 2>&5
14378   ac_status=$?
14379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380   (exit $ac_status); }; }; then
14381   ac_cv_cflags__fshort_wchar=yes
14382 else
14383   echo "$as_me: failed program was:" >&5
14384 sed 's/^/| /' conftest.$ac_ext >&5
14385
14386         ac_cv_cflags__fshort_wchar=no
14387 fi
14388
14389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14390       conftest$ac_exeext conftest.$ac_ext
14391 CFLAGS=$ac_wine_try_cflags_saved
14392 fi
14393 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14394 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14395 if test $ac_cv_cflags__fshort_wchar = yes; then
14396
14397 cat >>confdefs.h <<\_ACEOF
14398 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14399 _ACEOF
14400
14401 fi
14402
14403   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14404 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14405 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14406   echo $ECHO_N "(cached) $ECHO_C" >&6
14407 else
14408   ac_wine_try_cflags_saved=$CFLAGS
14409 CFLAGS="$CFLAGS -fno-strict-aliasing"
14410 cat >conftest.$ac_ext <<_ACEOF
14411 /* confdefs.h.  */
14412 _ACEOF
14413 cat confdefs.h >>conftest.$ac_ext
14414 cat >>conftest.$ac_ext <<_ACEOF
14415 /* end confdefs.h.  */
14416
14417 int
14418 main ()
14419 {
14420
14421   ;
14422   return 0;
14423 }
14424 _ACEOF
14425 rm -f conftest.$ac_objext conftest$ac_exeext
14426 if { (ac_try="$ac_link"
14427 case "(($ac_try" in
14428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14429   *) ac_try_echo=$ac_try;;
14430 esac
14431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14432   (eval "$ac_link") 2>conftest.er1
14433   ac_status=$?
14434   grep -v '^ *+' conftest.er1 >conftest.err
14435   rm -f conftest.er1
14436   cat conftest.err >&5
14437   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14438   (exit $ac_status); } &&
14439          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14440   { (case "(($ac_try" in
14441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14442   *) ac_try_echo=$ac_try;;
14443 esac
14444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14445   (eval "$ac_try") 2>&5
14446   ac_status=$?
14447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448   (exit $ac_status); }; } &&
14449          { ac_try='test -s conftest$ac_exeext'
14450   { (case "(($ac_try" in
14451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14452   *) ac_try_echo=$ac_try;;
14453 esac
14454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14455   (eval "$ac_try") 2>&5
14456   ac_status=$?
14457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14458   (exit $ac_status); }; }; then
14459   ac_cv_cflags__fno_strict_aliasing=yes
14460 else
14461   echo "$as_me: failed program was:" >&5
14462 sed 's/^/| /' conftest.$ac_ext >&5
14463
14464         ac_cv_cflags__fno_strict_aliasing=no
14465 fi
14466
14467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14468       conftest$ac_exeext conftest.$ac_ext
14469 CFLAGS=$ac_wine_try_cflags_saved
14470 fi
14471 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14472 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
14473 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
14474   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14475 fi
14476
14477   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14478 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
14479 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
14480   echo $ECHO_N "(cached) $ECHO_C" >&6
14481 else
14482   ac_wine_try_cflags_saved=$CFLAGS
14483 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14484 cat >conftest.$ac_ext <<_ACEOF
14485 /* confdefs.h.  */
14486 _ACEOF
14487 cat confdefs.h >>conftest.$ac_ext
14488 cat >>conftest.$ac_ext <<_ACEOF
14489 /* end confdefs.h.  */
14490
14491 int
14492 main ()
14493 {
14494
14495   ;
14496   return 0;
14497 }
14498 _ACEOF
14499 rm -f conftest.$ac_objext conftest$ac_exeext
14500 if { (ac_try="$ac_link"
14501 case "(($ac_try" in
14502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14503   *) ac_try_echo=$ac_try;;
14504 esac
14505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14506   (eval "$ac_link") 2>conftest.er1
14507   ac_status=$?
14508   grep -v '^ *+' conftest.er1 >conftest.err
14509   rm -f conftest.er1
14510   cat conftest.err >&5
14511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512   (exit $ac_status); } &&
14513          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14514   { (case "(($ac_try" in
14515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14516   *) ac_try_echo=$ac_try;;
14517 esac
14518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14519   (eval "$ac_try") 2>&5
14520   ac_status=$?
14521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14522   (exit $ac_status); }; } &&
14523          { ac_try='test -s conftest$ac_exeext'
14524   { (case "(($ac_try" in
14525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14526   *) ac_try_echo=$ac_try;;
14527 esac
14528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14529   (eval "$ac_try") 2>&5
14530   ac_status=$?
14531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14532   (exit $ac_status); }; }; then
14533   ac_cv_cflags__Wdeclaration_after_statement=yes
14534 else
14535   echo "$as_me: failed program was:" >&5
14536 sed 's/^/| /' conftest.$ac_ext >&5
14537
14538         ac_cv_cflags__Wdeclaration_after_statement=no
14539 fi
14540
14541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14542       conftest$ac_exeext conftest.$ac_ext
14543 CFLAGS=$ac_wine_try_cflags_saved
14544 fi
14545 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14546 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14547 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
14548   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14549 fi
14550
14551   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
14552 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
14553 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
14554   echo $ECHO_N "(cached) $ECHO_C" >&6
14555 else
14556   ac_wine_try_cflags_saved=$CFLAGS
14557 CFLAGS="$CFLAGS -Wwrite-strings"
14558 cat >conftest.$ac_ext <<_ACEOF
14559 /* confdefs.h.  */
14560 _ACEOF
14561 cat confdefs.h >>conftest.$ac_ext
14562 cat >>conftest.$ac_ext <<_ACEOF
14563 /* end confdefs.h.  */
14564
14565 int
14566 main ()
14567 {
14568
14569   ;
14570   return 0;
14571 }
14572 _ACEOF
14573 rm -f conftest.$ac_objext conftest$ac_exeext
14574 if { (ac_try="$ac_link"
14575 case "(($ac_try" in
14576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14577   *) ac_try_echo=$ac_try;;
14578 esac
14579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14580   (eval "$ac_link") 2>conftest.er1
14581   ac_status=$?
14582   grep -v '^ *+' conftest.er1 >conftest.err
14583   rm -f conftest.er1
14584   cat conftest.err >&5
14585   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14586   (exit $ac_status); } &&
14587          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14588   { (case "(($ac_try" in
14589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14590   *) ac_try_echo=$ac_try;;
14591 esac
14592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14593   (eval "$ac_try") 2>&5
14594   ac_status=$?
14595   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14596   (exit $ac_status); }; } &&
14597          { ac_try='test -s conftest$ac_exeext'
14598   { (case "(($ac_try" in
14599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14600   *) ac_try_echo=$ac_try;;
14601 esac
14602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14603   (eval "$ac_try") 2>&5
14604   ac_status=$?
14605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606   (exit $ac_status); }; }; then
14607   ac_cv_cflags__Wwrite_strings=yes
14608 else
14609   echo "$as_me: failed program was:" >&5
14610 sed 's/^/| /' conftest.$ac_ext >&5
14611
14612         ac_cv_cflags__Wwrite_strings=no
14613 fi
14614
14615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14616       conftest$ac_exeext conftest.$ac_ext
14617 CFLAGS=$ac_wine_try_cflags_saved
14618 fi
14619 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
14620 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
14621 if test $ac_cv_cflags__Wwrite_strings = yes; then
14622   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14623 fi
14624
14625
14626     saved_CFLAGS="$CFLAGS"
14627   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14628   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
14629 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
14630 if test "${ac_cv_c_string_h_warnings+set}" = set; then
14631   echo $ECHO_N "(cached) $ECHO_C" >&6
14632 else
14633   cat >conftest.$ac_ext <<_ACEOF
14634 /* confdefs.h.  */
14635 _ACEOF
14636 cat confdefs.h >>conftest.$ac_ext
14637 cat >>conftest.$ac_ext <<_ACEOF
14638 /* end confdefs.h.  */
14639 #include <string.h>
14640 int
14641 main ()
14642 {
14643
14644   ;
14645   return 0;
14646 }
14647 _ACEOF
14648 rm -f conftest.$ac_objext
14649 if { (ac_try="$ac_compile"
14650 case "(($ac_try" in
14651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14652   *) ac_try_echo=$ac_try;;
14653 esac
14654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14655   (eval "$ac_compile") 2>conftest.er1
14656   ac_status=$?
14657   grep -v '^ *+' conftest.er1 >conftest.err
14658   rm -f conftest.er1
14659   cat conftest.err >&5
14660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14661   (exit $ac_status); } &&
14662          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14663   { (case "(($ac_try" in
14664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665   *) ac_try_echo=$ac_try;;
14666 esac
14667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14668   (eval "$ac_try") 2>&5
14669   ac_status=$?
14670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14671   (exit $ac_status); }; } &&
14672          { ac_try='test -s conftest.$ac_objext'
14673   { (case "(($ac_try" in
14674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14675   *) ac_try_echo=$ac_try;;
14676 esac
14677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14678   (eval "$ac_try") 2>&5
14679   ac_status=$?
14680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14681   (exit $ac_status); }; }; then
14682   ac_cv_c_string_h_warnings=no
14683 else
14684   echo "$as_me: failed program was:" >&5
14685 sed 's/^/| /' conftest.$ac_ext >&5
14686
14687         ac_cv_c_string_h_warnings=yes
14688 fi
14689
14690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14691 fi
14692 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
14693 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
14694   CFLAGS="$saved_CFLAGS"
14695   if test "$ac_cv_c_string_h_warnings" = "no"
14696   then
14697     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14698   fi
14699
14700   BUILTINFLAG=""
14701
14702   saved_CFLAGS="$CFLAGS"
14703   CFLAGS="$CFLAGS -Werror"
14704   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
14705 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
14706 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
14707   echo $ECHO_N "(cached) $ECHO_C" >&6
14708 else
14709   cat >conftest.$ac_ext <<_ACEOF
14710 /* confdefs.h.  */
14711 _ACEOF
14712 cat confdefs.h >>conftest.$ac_ext
14713 cat >>conftest.$ac_ext <<_ACEOF
14714 /* end confdefs.h.  */
14715
14716 int
14717 main ()
14718 {
14719 int iswlower(unsigned short);
14720   ;
14721   return 0;
14722 }
14723 _ACEOF
14724 rm -f conftest.$ac_objext
14725 if { (ac_try="$ac_compile"
14726 case "(($ac_try" in
14727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14728   *) ac_try_echo=$ac_try;;
14729 esac
14730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14731   (eval "$ac_compile") 2>conftest.er1
14732   ac_status=$?
14733   grep -v '^ *+' conftest.er1 >conftest.err
14734   rm -f conftest.er1
14735   cat conftest.err >&5
14736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14737   (exit $ac_status); } &&
14738          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14739   { (case "(($ac_try" in
14740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14741   *) ac_try_echo=$ac_try;;
14742 esac
14743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14744   (eval "$ac_try") 2>&5
14745   ac_status=$?
14746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14747   (exit $ac_status); }; } &&
14748          { ac_try='test -s conftest.$ac_objext'
14749   { (case "(($ac_try" in
14750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14751   *) ac_try_echo=$ac_try;;
14752 esac
14753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14754   (eval "$ac_try") 2>&5
14755   ac_status=$?
14756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14757   (exit $ac_status); }; }; then
14758   ac_cv_c_builtin_wchar_ctype=no
14759 else
14760   echo "$as_me: failed program was:" >&5
14761 sed 's/^/| /' conftest.$ac_ext >&5
14762
14763         ac_cv_c_builtin_wchar_ctype=yes
14764 fi
14765
14766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14767 fi
14768 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
14769 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
14770   CFLAGS="$saved_CFLAGS"
14771   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
14772   then
14773     BUILTINFLAG="-fno-builtin"
14774   fi
14775 fi
14776
14777
14778 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
14779 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
14780 if test "${ac_cv_asm_func_def+set}" = set; then
14781   echo $ECHO_N "(cached) $ECHO_C" >&6
14782 else
14783   cat >conftest.$ac_ext <<_ACEOF
14784 /* confdefs.h.  */
14785 _ACEOF
14786 cat confdefs.h >>conftest.$ac_ext
14787 cat >>conftest.$ac_ext <<_ACEOF
14788 /* end confdefs.h.  */
14789 void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); }
14790
14791 int
14792 main ()
14793 {
14794
14795   ;
14796   return 0;
14797 }
14798 _ACEOF
14799 rm -f conftest.$ac_objext conftest$ac_exeext
14800 if { (ac_try="$ac_link"
14801 case "(($ac_try" in
14802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14803   *) ac_try_echo=$ac_try;;
14804 esac
14805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14806   (eval "$ac_link") 2>conftest.er1
14807   ac_status=$?
14808   grep -v '^ *+' conftest.er1 >conftest.err
14809   rm -f conftest.er1
14810   cat conftest.err >&5
14811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812   (exit $ac_status); } &&
14813          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14814   { (case "(($ac_try" in
14815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14816   *) ac_try_echo=$ac_try;;
14817 esac
14818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14819   (eval "$ac_try") 2>&5
14820   ac_status=$?
14821   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14822   (exit $ac_status); }; } &&
14823          { ac_try='test -s conftest$ac_exeext'
14824   { (case "(($ac_try" in
14825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14826   *) ac_try_echo=$ac_try;;
14827 esac
14828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14829   (eval "$ac_try") 2>&5
14830   ac_status=$?
14831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14832   (exit $ac_status); }; }; then
14833   ac_cv_asm_func_def=".def"
14834 else
14835   echo "$as_me: failed program was:" >&5
14836 sed 's/^/| /' conftest.$ac_ext >&5
14837
14838         cat >conftest.$ac_ext <<_ACEOF
14839 /* confdefs.h.  */
14840 _ACEOF
14841 cat confdefs.h >>conftest.$ac_ext
14842 cat >>conftest.$ac_ext <<_ACEOF
14843 /* end confdefs.h.  */
14844 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
14845
14846 int
14847 main ()
14848 {
14849
14850   ;
14851   return 0;
14852 }
14853 _ACEOF
14854 rm -f conftest.$ac_objext conftest$ac_exeext
14855 if { (ac_try="$ac_link"
14856 case "(($ac_try" in
14857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14858   *) ac_try_echo=$ac_try;;
14859 esac
14860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14861   (eval "$ac_link") 2>conftest.er1
14862   ac_status=$?
14863   grep -v '^ *+' conftest.er1 >conftest.err
14864   rm -f conftest.er1
14865   cat conftest.err >&5
14866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14867   (exit $ac_status); } &&
14868          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14869   { (case "(($ac_try" in
14870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14871   *) ac_try_echo=$ac_try;;
14872 esac
14873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14874   (eval "$ac_try") 2>&5
14875   ac_status=$?
14876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14877   (exit $ac_status); }; } &&
14878          { ac_try='test -s conftest$ac_exeext'
14879   { (case "(($ac_try" in
14880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14881   *) ac_try_echo=$ac_try;;
14882 esac
14883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14884   (eval "$ac_try") 2>&5
14885   ac_status=$?
14886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14887   (exit $ac_status); }; }; then
14888   ac_cv_asm_func_def=".type @function"
14889 else
14890   echo "$as_me: failed program was:" >&5
14891 sed 's/^/| /' conftest.$ac_ext >&5
14892
14893         cat >conftest.$ac_ext <<_ACEOF
14894 /* confdefs.h.  */
14895 _ACEOF
14896 cat confdefs.h >>conftest.$ac_ext
14897 cat >>conftest.$ac_ext <<_ACEOF
14898 /* end confdefs.h.  */
14899 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
14900
14901 int
14902 main ()
14903 {
14904
14905   ;
14906   return 0;
14907 }
14908 _ACEOF
14909 rm -f conftest.$ac_objext conftest$ac_exeext
14910 if { (ac_try="$ac_link"
14911 case "(($ac_try" in
14912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14913   *) ac_try_echo=$ac_try;;
14914 esac
14915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14916   (eval "$ac_link") 2>conftest.er1
14917   ac_status=$?
14918   grep -v '^ *+' conftest.er1 >conftest.err
14919   rm -f conftest.er1
14920   cat conftest.err >&5
14921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14922   (exit $ac_status); } &&
14923          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14924   { (case "(($ac_try" in
14925   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14926   *) ac_try_echo=$ac_try;;
14927 esac
14928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14929   (eval "$ac_try") 2>&5
14930   ac_status=$?
14931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14932   (exit $ac_status); }; } &&
14933          { ac_try='test -s conftest$ac_exeext'
14934   { (case "(($ac_try" in
14935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14936   *) ac_try_echo=$ac_try;;
14937 esac
14938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14939   (eval "$ac_try") 2>&5
14940   ac_status=$?
14941   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14942   (exit $ac_status); }; }; then
14943   ac_cv_asm_func_def=".type 2"
14944 else
14945   echo "$as_me: failed program was:" >&5
14946 sed 's/^/| /' conftest.$ac_ext >&5
14947
14948         ac_cv_asm_func_def="unknown"
14949 fi
14950
14951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14952       conftest$ac_exeext conftest.$ac_ext
14953 fi
14954
14955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14956       conftest$ac_exeext conftest.$ac_ext
14957 fi
14958
14959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14960       conftest$ac_exeext conftest.$ac_ext
14961 fi
14962 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
14963 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
14964
14965
14966
14967 case "$ac_cv_asm_func_def" in
14968   ".def")
14969      cat >>confdefs.h <<\_ACEOF
14970 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
14971 _ACEOF
14972  ;;
14973   ".type @function")
14974      cat >>confdefs.h <<\_ACEOF
14975 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
14976 _ACEOF
14977  ;;
14978   ".type 2")
14979      cat >>confdefs.h <<\_ACEOF
14980 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
14981 _ACEOF
14982  ;;
14983   *)
14984      cat >>confdefs.h <<\_ACEOF
14985 #define __ASM_FUNC(name) ""
14986 _ACEOF
14987  ;;
14988 esac
14989
14990
14991 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
14992 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
14993 if test "${ac_cv_c_extern_prefix+set}" = set; then
14994   echo $ECHO_N "(cached) $ECHO_C" >&6
14995 else
14996   cat >conftest.$ac_ext <<_ACEOF
14997 /* confdefs.h.  */
14998 _ACEOF
14999 cat confdefs.h >>conftest.$ac_ext
15000 cat >>conftest.$ac_ext <<_ACEOF
15001 /* end confdefs.h.  */
15002 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
15003 extern int ac_test;
15004 int
15005 main ()
15006 {
15007 if (ac_test) return 1
15008   ;
15009   return 0;
15010 }
15011 _ACEOF
15012 rm -f conftest.$ac_objext conftest$ac_exeext
15013 if { (ac_try="$ac_link"
15014 case "(($ac_try" in
15015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15016   *) ac_try_echo=$ac_try;;
15017 esac
15018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15019   (eval "$ac_link") 2>conftest.er1
15020   ac_status=$?
15021   grep -v '^ *+' conftest.er1 >conftest.err
15022   rm -f conftest.er1
15023   cat conftest.err >&5
15024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15025   (exit $ac_status); } &&
15026          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15027   { (case "(($ac_try" in
15028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15029   *) ac_try_echo=$ac_try;;
15030 esac
15031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15032   (eval "$ac_try") 2>&5
15033   ac_status=$?
15034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15035   (exit $ac_status); }; } &&
15036          { ac_try='test -s conftest$ac_exeext'
15037   { (case "(($ac_try" in
15038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15039   *) ac_try_echo=$ac_try;;
15040 esac
15041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15042   (eval "$ac_try") 2>&5
15043   ac_status=$?
15044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045   (exit $ac_status); }; }; then
15046   ac_cv_c_extern_prefix="yes"
15047 else
15048   echo "$as_me: failed program was:" >&5
15049 sed 's/^/| /' conftest.$ac_ext >&5
15050
15051         ac_cv_c_extern_prefix="no"
15052 fi
15053
15054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15055       conftest$ac_exeext conftest.$ac_ext
15056 fi
15057 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
15058 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
15059
15060
15061
15062 if test "$ac_cv_c_extern_prefix" = "yes"
15063 then
15064   cat >>confdefs.h <<\_ACEOF
15065 #define __ASM_NAME(name) "_" name
15066 _ACEOF
15067
15068 else
15069   cat >>confdefs.h <<\_ACEOF
15070 #define __ASM_NAME(name) name
15071 _ACEOF
15072
15073 fi
15074
15075
15076 DLLEXT=""
15077
15078 DLLFLAGS="-D_REENTRANT"
15079
15080 LDSHARED=""
15081
15082 LDDLLFLAGS=""
15083
15084 LIBEXT="so"
15085
15086 IMPLIBEXT="def"
15087
15088 LIBWINE_LDFLAGS=""
15089
15090
15091 case $host_os in
15092   cygwin*|mingw32*)
15093     if test -n "$ac_tool_prefix"; then
15094   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
15095 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
15096 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15097 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15098 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15099   echo $ECHO_N "(cached) $ECHO_C" >&6
15100 else
15101   if test -n "$DLLTOOL"; then
15102   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
15103 else
15104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15105 for as_dir in $PATH
15106 do
15107   IFS=$as_save_IFS
15108   test -z "$as_dir" && as_dir=.
15109   for ac_exec_ext in '' $ac_executable_extensions; do
15110   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15111     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
15112     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15113     break 2
15114   fi
15115 done
15116 done
15117 IFS=$as_save_IFS
15118
15119 fi
15120 fi
15121 DLLTOOL=$ac_cv_prog_DLLTOOL
15122 if test -n "$DLLTOOL"; then
15123   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15124 echo "${ECHO_T}$DLLTOOL" >&6; }
15125 else
15126   { echo "$as_me:$LINENO: result: no" >&5
15127 echo "${ECHO_T}no" >&6; }
15128 fi
15129
15130
15131 fi
15132 if test -z "$ac_cv_prog_DLLTOOL"; then
15133   ac_ct_DLLTOOL=$DLLTOOL
15134   # Extract the first word of "dlltool", so it can be a program name with args.
15135 set dummy dlltool; ac_word=$2
15136 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15138 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
15139   echo $ECHO_N "(cached) $ECHO_C" >&6
15140 else
15141   if test -n "$ac_ct_DLLTOOL"; then
15142   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
15143 else
15144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15145 for as_dir in $PATH
15146 do
15147   IFS=$as_save_IFS
15148   test -z "$as_dir" && as_dir=.
15149   for ac_exec_ext in '' $ac_executable_extensions; do
15150   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15151     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
15152     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15153     break 2
15154   fi
15155 done
15156 done
15157 IFS=$as_save_IFS
15158
15159 fi
15160 fi
15161 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
15162 if test -n "$ac_ct_DLLTOOL"; then
15163   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
15164 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
15165 else
15166   { echo "$as_me:$LINENO: result: no" >&5
15167 echo "${ECHO_T}no" >&6; }
15168 fi
15169
15170   if test "x$ac_ct_DLLTOOL" = x; then
15171     DLLTOOL="false"
15172   else
15173     case $cross_compiling:$ac_tool_warned in
15174 yes:)
15175 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15176 whose name does not start with the host triplet.  If you think this
15177 configuration is useful to you, please write to autoconf@gnu.org." >&5
15178 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15179 whose name does not start with the host triplet.  If you think this
15180 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15181 ac_tool_warned=yes ;;
15182 esac
15183     DLLTOOL=$ac_ct_DLLTOOL
15184   fi
15185 else
15186   DLLTOOL="$ac_cv_prog_DLLTOOL"
15187 fi
15188
15189     if test -n "$ac_tool_prefix"; then
15190   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
15191 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
15192 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15194 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
15195   echo $ECHO_N "(cached) $ECHO_C" >&6
15196 else
15197   if test -n "$DLLWRAP"; then
15198   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
15199 else
15200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15201 for as_dir in $PATH
15202 do
15203   IFS=$as_save_IFS
15204   test -z "$as_dir" && as_dir=.
15205   for ac_exec_ext in '' $ac_executable_extensions; do
15206   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15207     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
15208     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15209     break 2
15210   fi
15211 done
15212 done
15213 IFS=$as_save_IFS
15214
15215 fi
15216 fi
15217 DLLWRAP=$ac_cv_prog_DLLWRAP
15218 if test -n "$DLLWRAP"; then
15219   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
15220 echo "${ECHO_T}$DLLWRAP" >&6; }
15221 else
15222   { echo "$as_me:$LINENO: result: no" >&5
15223 echo "${ECHO_T}no" >&6; }
15224 fi
15225
15226
15227 fi
15228 if test -z "$ac_cv_prog_DLLWRAP"; then
15229   ac_ct_DLLWRAP=$DLLWRAP
15230   # Extract the first word of "dllwrap", so it can be a program name with args.
15231 set dummy dllwrap; ac_word=$2
15232 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15234 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
15235   echo $ECHO_N "(cached) $ECHO_C" >&6
15236 else
15237   if test -n "$ac_ct_DLLWRAP"; then
15238   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
15239 else
15240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15241 for as_dir in $PATH
15242 do
15243   IFS=$as_save_IFS
15244   test -z "$as_dir" && as_dir=.
15245   for ac_exec_ext in '' $ac_executable_extensions; do
15246   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15247     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
15248     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15249     break 2
15250   fi
15251 done
15252 done
15253 IFS=$as_save_IFS
15254
15255 fi
15256 fi
15257 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
15258 if test -n "$ac_ct_DLLWRAP"; then
15259   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
15260 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
15261 else
15262   { echo "$as_me:$LINENO: result: no" >&5
15263 echo "${ECHO_T}no" >&6; }
15264 fi
15265
15266   if test "x$ac_ct_DLLWRAP" = x; then
15267     DLLWRAP="false"
15268   else
15269     case $cross_compiling:$ac_tool_warned in
15270 yes:)
15271 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15272 whose name does not start with the host triplet.  If you think this
15273 configuration is useful to you, please write to autoconf@gnu.org." >&5
15274 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15275 whose name does not start with the host triplet.  If you think this
15276 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15277 ac_tool_warned=yes ;;
15278 esac
15279     DLLWRAP=$ac_ct_DLLWRAP
15280   fi
15281 else
15282   DLLWRAP="$ac_cv_prog_DLLWRAP"
15283 fi
15284
15285     if test "$DLLWRAP" = "false"; then
15286       LIBEXT="a"
15287     else
15288             LIBEXT="dll"
15289     fi
15290     IMPLIBEXT="a"
15291         WIN16_FILES=""
15292     WIN16_INSTALL=""
15293     ;;
15294   darwin*|macosx*)
15295     DLLEXT=".so"
15296     LIBEXT="dylib"
15297     DLLFLAGS="$DLLFLAGS -fPIC"
15298     LDDLLFLAGS="-bundle -multiply_defined suppress"
15299     LIBWINE_LDFLAGS="-multiply_defined suppress"
15300     LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/\$(DYNAME)"
15301     STRIP="$STRIP -u -r"
15302         COREFOUNDATIONLIB="-framework CoreFoundation"
15303
15304     IOKITLIB="-framework IOKit -framework CoreFoundation"
15305
15306     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
15307
15308     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
15309     then
15310                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
15311
15312     fi
15313     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
15314     then
15315                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices"
15316
15317     fi
15318     case $host_cpu in
15319       *powerpc*)
15320         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
15321     esac
15322         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
15323     then
15324         QUARTZFILES='$(QUARTZFILES)'
15325     fi
15326     ;;
15327   *)
15328     DLLFLAGS="$DLLFLAGS -fPIC"
15329     DLLEXT=".so"
15330     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
15331 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
15332 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
15333   echo $ECHO_N "(cached) $ECHO_C" >&6
15334 else
15335   ac_wine_try_cflags_saved=$CFLAGS
15336 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
15337 cat >conftest.$ac_ext <<_ACEOF
15338 void myfunc() {}
15339 _ACEOF
15340 rm -f conftest.$ac_objext conftest$ac_exeext
15341 if { (ac_try="$ac_link"
15342 case "(($ac_try" in
15343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15344   *) ac_try_echo=$ac_try;;
15345 esac
15346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15347   (eval "$ac_link") 2>conftest.er1
15348   ac_status=$?
15349   grep -v '^ *+' conftest.er1 >conftest.err
15350   rm -f conftest.er1
15351   cat conftest.err >&5
15352   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15353   (exit $ac_status); } &&
15354          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15355   { (case "(($ac_try" in
15356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15357   *) ac_try_echo=$ac_try;;
15358 esac
15359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15360   (eval "$ac_try") 2>&5
15361   ac_status=$?
15362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15363   (exit $ac_status); }; } &&
15364          { ac_try='test -s conftest$ac_exeext'
15365   { (case "(($ac_try" in
15366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15367   *) ac_try_echo=$ac_try;;
15368 esac
15369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15370   (eval "$ac_try") 2>&5
15371   ac_status=$?
15372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15373   (exit $ac_status); }; }; then
15374   ac_cv_c_dll_gnuelf="yes"
15375 else
15376   echo "$as_me: failed program was:" >&5
15377 sed 's/^/| /' conftest.$ac_ext >&5
15378
15379         ac_cv_c_dll_gnuelf="no"
15380 fi
15381
15382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15383       conftest$ac_exeext conftest.$ac_ext
15384 CFLAGS=$ac_wine_try_cflags_saved
15385 fi
15386 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
15387 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
15388     if test "$ac_cv_c_dll_gnuelf" = "yes"
15389     then
15390       LDSHARED="\$(CC) -shared"
15391       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
15392       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
15393 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
15394 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
15395   echo $ECHO_N "(cached) $ECHO_C" >&6
15396 else
15397   ac_wine_try_cflags_saved=$CFLAGS
15398 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
15399 cat >conftest.$ac_ext <<_ACEOF
15400 /* confdefs.h.  */
15401 _ACEOF
15402 cat confdefs.h >>conftest.$ac_ext
15403 cat >>conftest.$ac_ext <<_ACEOF
15404 /* end confdefs.h.  */
15405
15406 int
15407 main ()
15408 {
15409
15410   ;
15411   return 0;
15412 }
15413 _ACEOF
15414 rm -f conftest.$ac_objext conftest$ac_exeext
15415 if { (ac_try="$ac_link"
15416 case "(($ac_try" in
15417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15418   *) ac_try_echo=$ac_try;;
15419 esac
15420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15421   (eval "$ac_link") 2>conftest.er1
15422   ac_status=$?
15423   grep -v '^ *+' conftest.er1 >conftest.err
15424   rm -f conftest.er1
15425   cat conftest.err >&5
15426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15427   (exit $ac_status); } &&
15428          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15429   { (case "(($ac_try" in
15430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15431   *) ac_try_echo=$ac_try;;
15432 esac
15433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15434   (eval "$ac_try") 2>&5
15435   ac_status=$?
15436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15437   (exit $ac_status); }; } &&
15438          { ac_try='test -s conftest$ac_exeext'
15439   { (case "(($ac_try" in
15440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15441   *) ac_try_echo=$ac_try;;
15442 esac
15443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15444   (eval "$ac_try") 2>&5
15445   ac_status=$?
15446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15447   (exit $ac_status); }; }; then
15448   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
15449 else
15450   echo "$as_me: failed program was:" >&5
15451 sed 's/^/| /' conftest.$ac_ext >&5
15452
15453         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
15454 fi
15455
15456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15457       conftest$ac_exeext conftest.$ac_ext
15458 CFLAGS=$ac_wine_try_cflags_saved
15459 fi
15460 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
15461 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
15462 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
15463   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
15464 else
15465   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
15466 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
15467 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
15468   echo $ECHO_N "(cached) $ECHO_C" >&6
15469 else
15470   ac_wine_try_cflags_saved=$CFLAGS
15471 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
15472 cat >conftest.$ac_ext <<_ACEOF
15473 /* confdefs.h.  */
15474 _ACEOF
15475 cat confdefs.h >>conftest.$ac_ext
15476 cat >>conftest.$ac_ext <<_ACEOF
15477 /* end confdefs.h.  */
15478
15479 int
15480 main ()
15481 {
15482
15483   ;
15484   return 0;
15485 }
15486 _ACEOF
15487 rm -f conftest.$ac_objext conftest$ac_exeext
15488 if { (ac_try="$ac_link"
15489 case "(($ac_try" in
15490   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15491   *) ac_try_echo=$ac_try;;
15492 esac
15493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15494   (eval "$ac_link") 2>conftest.er1
15495   ac_status=$?
15496   grep -v '^ *+' conftest.er1 >conftest.err
15497   rm -f conftest.er1
15498   cat conftest.err >&5
15499   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15500   (exit $ac_status); } &&
15501          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15502   { (case "(($ac_try" in
15503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15504   *) ac_try_echo=$ac_try;;
15505 esac
15506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15507   (eval "$ac_try") 2>&5
15508   ac_status=$?
15509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15510   (exit $ac_status); }; } &&
15511          { ac_try='test -s conftest$ac_exeext'
15512   { (case "(($ac_try" in
15513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15514   *) ac_try_echo=$ac_try;;
15515 esac
15516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15517   (eval "$ac_try") 2>&5
15518   ac_status=$?
15519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15520   (exit $ac_status); }; }; then
15521   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
15522 else
15523   echo "$as_me: failed program was:" >&5
15524 sed 's/^/| /' conftest.$ac_ext >&5
15525
15526         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
15527 fi
15528
15529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15530       conftest$ac_exeext conftest.$ac_ext
15531 CFLAGS=$ac_wine_try_cflags_saved
15532 fi
15533 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
15534 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
15535 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
15536   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
15537 fi
15538
15539 fi
15540
15541
15542       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
15543 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
15544 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
15545   echo $ECHO_N "(cached) $ECHO_C" >&6
15546 else
15547   ac_wine_try_cflags_saved=$CFLAGS
15548 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
15549 cat >conftest.$ac_ext <<_ACEOF
15550 /* confdefs.h.  */
15551 _ACEOF
15552 cat confdefs.h >>conftest.$ac_ext
15553 cat >>conftest.$ac_ext <<_ACEOF
15554 /* end confdefs.h.  */
15555
15556 int
15557 main ()
15558 {
15559
15560   ;
15561   return 0;
15562 }
15563 _ACEOF
15564 rm -f conftest.$ac_objext conftest$ac_exeext
15565 if { (ac_try="$ac_link"
15566 case "(($ac_try" in
15567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15568   *) ac_try_echo=$ac_try;;
15569 esac
15570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15571   (eval "$ac_link") 2>conftest.er1
15572   ac_status=$?
15573   grep -v '^ *+' conftest.er1 >conftest.err
15574   rm -f conftest.er1
15575   cat conftest.err >&5
15576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15577   (exit $ac_status); } &&
15578          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15579   { (case "(($ac_try" in
15580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15581   *) ac_try_echo=$ac_try;;
15582 esac
15583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15584   (eval "$ac_try") 2>&5
15585   ac_status=$?
15586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15587   (exit $ac_status); }; } &&
15588          { ac_try='test -s conftest$ac_exeext'
15589   { (case "(($ac_try" in
15590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15591   *) ac_try_echo=$ac_try;;
15592 esac
15593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15594   (eval "$ac_try") 2>&5
15595   ac_status=$?
15596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15597   (exit $ac_status); }; }; then
15598   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
15599 else
15600   echo "$as_me: failed program was:" >&5
15601 sed 's/^/| /' conftest.$ac_ext >&5
15602
15603         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
15604 fi
15605
15606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15607       conftest$ac_exeext conftest.$ac_ext
15608 CFLAGS=$ac_wine_try_cflags_saved
15609 fi
15610 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
15611 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
15612 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
15613   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
15614 fi
15615
15616
15617       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
15618 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
15619 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
15620   echo $ECHO_N "(cached) $ECHO_C" >&6
15621 else
15622   ac_wine_try_cflags_saved=$CFLAGS
15623 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
15624 cat >conftest.$ac_ext <<_ACEOF
15625 /* confdefs.h.  */
15626 _ACEOF
15627 cat confdefs.h >>conftest.$ac_ext
15628 cat >>conftest.$ac_ext <<_ACEOF
15629 /* end confdefs.h.  */
15630
15631 int
15632 main ()
15633 {
15634
15635   ;
15636   return 0;
15637 }
15638 _ACEOF
15639 rm -f conftest.$ac_objext conftest$ac_exeext
15640 if { (ac_try="$ac_link"
15641 case "(($ac_try" in
15642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15643   *) ac_try_echo=$ac_try;;
15644 esac
15645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15646   (eval "$ac_link") 2>conftest.er1
15647   ac_status=$?
15648   grep -v '^ *+' conftest.er1 >conftest.err
15649   rm -f conftest.er1
15650   cat conftest.err >&5
15651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15652   (exit $ac_status); } &&
15653          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15654   { (case "(($ac_try" in
15655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15656   *) ac_try_echo=$ac_try;;
15657 esac
15658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15659   (eval "$ac_try") 2>&5
15660   ac_status=$?
15661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662   (exit $ac_status); }; } &&
15663          { ac_try='test -s conftest$ac_exeext'
15664   { (case "(($ac_try" in
15665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15666   *) ac_try_echo=$ac_try;;
15667 esac
15668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15669   (eval "$ac_try") 2>&5
15670   ac_status=$?
15671   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15672   (exit $ac_status); }; }; then
15673   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
15674 else
15675   echo "$as_me: failed program was:" >&5
15676 sed 's/^/| /' conftest.$ac_ext >&5
15677
15678         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
15679 fi
15680
15681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15682       conftest$ac_exeext conftest.$ac_ext
15683 CFLAGS=$ac_wine_try_cflags_saved
15684 fi
15685 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
15686 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
15687 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
15688   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
15689 fi
15690
15691
15692       echo '{ global: *; };' >conftest.map
15693       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
15694 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
15695 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
15696   echo $ECHO_N "(cached) $ECHO_C" >&6
15697 else
15698   ac_wine_try_cflags_saved=$CFLAGS
15699 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h.  */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h.  */
15706
15707 int
15708 main ()
15709 {
15710
15711   ;
15712   return 0;
15713 }
15714 _ACEOF
15715 rm -f conftest.$ac_objext conftest$ac_exeext
15716 if { (ac_try="$ac_link"
15717 case "(($ac_try" in
15718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15719   *) ac_try_echo=$ac_try;;
15720 esac
15721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15722   (eval "$ac_link") 2>conftest.er1
15723   ac_status=$?
15724   grep -v '^ *+' conftest.er1 >conftest.err
15725   rm -f conftest.er1
15726   cat conftest.err >&5
15727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15728   (exit $ac_status); } &&
15729          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15730   { (case "(($ac_try" in
15731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15732   *) ac_try_echo=$ac_try;;
15733 esac
15734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15735   (eval "$ac_try") 2>&5
15736   ac_status=$?
15737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738   (exit $ac_status); }; } &&
15739          { ac_try='test -s conftest$ac_exeext'
15740   { (case "(($ac_try" in
15741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15742   *) ac_try_echo=$ac_try;;
15743 esac
15744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15745   (eval "$ac_try") 2>&5
15746   ac_status=$?
15747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748   (exit $ac_status); }; }; then
15749   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
15750 else
15751   echo "$as_me: failed program was:" >&5
15752 sed 's/^/| /' conftest.$ac_ext >&5
15753
15754         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
15755 fi
15756
15757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15758       conftest$ac_exeext conftest.$ac_ext
15759 CFLAGS=$ac_wine_try_cflags_saved
15760 fi
15761 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
15762 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
15763 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
15764   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
15765 fi
15766
15767       rm -f conftest.map
15768
15769       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
15770 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
15771 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
15772   echo $ECHO_N "(cached) $ECHO_C" >&6
15773 else
15774   ac_wine_try_cflags_saved=$CFLAGS
15775 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
15776 cat >conftest.$ac_ext <<_ACEOF
15777 /* confdefs.h.  */
15778 _ACEOF
15779 cat confdefs.h >>conftest.$ac_ext
15780 cat >>conftest.$ac_ext <<_ACEOF
15781 /* end confdefs.h.  */
15782
15783 int
15784 main ()
15785 {
15786
15787   ;
15788   return 0;
15789 }
15790 _ACEOF
15791 rm -f conftest.$ac_objext conftest$ac_exeext
15792 if { (ac_try="$ac_link"
15793 case "(($ac_try" in
15794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15795   *) ac_try_echo=$ac_try;;
15796 esac
15797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15798   (eval "$ac_link") 2>conftest.er1
15799   ac_status=$?
15800   grep -v '^ *+' conftest.er1 >conftest.err
15801   rm -f conftest.er1
15802   cat conftest.err >&5
15803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804   (exit $ac_status); } &&
15805          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15806   { (case "(($ac_try" in
15807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15808   *) ac_try_echo=$ac_try;;
15809 esac
15810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15811   (eval "$ac_try") 2>&5
15812   ac_status=$?
15813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814   (exit $ac_status); }; } &&
15815          { ac_try='test -s conftest$ac_exeext'
15816   { (case "(($ac_try" in
15817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15818   *) ac_try_echo=$ac_try;;
15819 esac
15820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15821   (eval "$ac_try") 2>&5
15822   ac_status=$?
15823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824   (exit $ac_status); }; }; then
15825   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
15826 else
15827   echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15829
15830         ac_cv_cflags__fPIC__Wl___export_dynamic=no
15831 fi
15832
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834       conftest$ac_exeext conftest.$ac_ext
15835 CFLAGS=$ac_wine_try_cflags_saved
15836 fi
15837 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
15838 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
15839 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
15840   LDEXECFLAGS="-Wl,--export-dynamic"
15841
15842 fi
15843
15844
15845       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
15846 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
15847 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
15848 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15849   echo $ECHO_N "(cached) $ECHO_C" >&6
15850 else
15851   ac_wine_try_cflags_saved=$CFLAGS
15852 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
15853 cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h.  */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h.  */
15859
15860 int
15861 main ()
15862 {
15863
15864   ;
15865   return 0;
15866 }
15867 _ACEOF
15868 rm -f conftest.$ac_objext conftest$ac_exeext
15869 if { (ac_try="$ac_link"
15870 case "(($ac_try" in
15871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15872   *) ac_try_echo=$ac_try;;
15873 esac
15874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15875   (eval "$ac_link") 2>conftest.er1
15876   ac_status=$?
15877   grep -v '^ *+' conftest.er1 >conftest.err
15878   rm -f conftest.er1
15879   cat conftest.err >&5
15880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881   (exit $ac_status); } &&
15882          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15883   { (case "(($ac_try" in
15884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15885   *) ac_try_echo=$ac_try;;
15886 esac
15887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15888   (eval "$ac_try") 2>&5
15889   ac_status=$?
15890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15891   (exit $ac_status); }; } &&
15892          { ac_try='test -s conftest$ac_exeext'
15893   { (case "(($ac_try" in
15894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15895   *) ac_try_echo=$ac_try;;
15896 esac
15897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15898   (eval "$ac_try") 2>&5
15899   ac_status=$?
15900   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901   (exit $ac_status); }; }; then
15902   eval "$as_ac_var=yes"
15903 else
15904   echo "$as_me: failed program was:" >&5
15905 sed 's/^/| /' conftest.$ac_ext >&5
15906
15907         eval "$as_ac_var=no"
15908 fi
15909
15910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15911       conftest$ac_exeext conftest.$ac_ext
15912 CFLAGS=$ac_wine_try_cflags_saved
15913 fi
15914 ac_res=`eval echo '${'$as_ac_var'}'`
15915                { echo "$as_me:$LINENO: result: $ac_res" >&5
15916 echo "${ECHO_T}$ac_res" >&6; }
15917 if test `eval echo '${'$as_ac_var'}'` = yes; then
15918   LIBWINE_LDFLAGS="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
15919 fi
15920
15921
15922       case $host_cpu in
15923         *i[3456789]86* | x86_64)
15924           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
15925 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
15926 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
15927   echo $ECHO_N "(cached) $ECHO_C" >&6
15928 else
15929   ac_wine_try_cflags_saved=$CFLAGS
15930 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
15931 cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h.  */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h.  */
15937
15938 int
15939 main ()
15940 {
15941
15942   ;
15943   return 0;
15944 }
15945 _ACEOF
15946 rm -f conftest.$ac_objext conftest$ac_exeext
15947 if { (ac_try="$ac_link"
15948 case "(($ac_try" in
15949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15950   *) ac_try_echo=$ac_try;;
15951 esac
15952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15953   (eval "$ac_link") 2>conftest.er1
15954   ac_status=$?
15955   grep -v '^ *+' conftest.er1 >conftest.err
15956   rm -f conftest.er1
15957   cat conftest.err >&5
15958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959   (exit $ac_status); } &&
15960          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15961   { (case "(($ac_try" in
15962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15963   *) ac_try_echo=$ac_try;;
15964 esac
15965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15966   (eval "$ac_try") 2>&5
15967   ac_status=$?
15968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15969   (exit $ac_status); }; } &&
15970          { ac_try='test -s conftest$ac_exeext'
15971   { (case "(($ac_try" in
15972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15973   *) ac_try_echo=$ac_try;;
15974 esac
15975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15976   (eval "$ac_try") 2>&5
15977   ac_status=$?
15978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15979   (exit $ac_status); }; }; then
15980   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
15981 else
15982   echo "$as_me: failed program was:" >&5
15983 sed 's/^/| /' conftest.$ac_ext >&5
15984
15985         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
15986 fi
15987
15988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15989       conftest$ac_exeext conftest.$ac_ext
15990 CFLAGS=$ac_wine_try_cflags_saved
15991 fi
15992 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
15993 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
15994 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
15995   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
15996 fi
15997
15998           ;;
15999       esac
16000
16001     else
16002       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
16003 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
16004 if test "${ac_cv_c_dll_unixware+set}" = set; then
16005   echo $ECHO_N "(cached) $ECHO_C" >&6
16006 else
16007   ac_wine_try_cflags_saved=$CFLAGS
16008 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
16009 cat >conftest.$ac_ext <<_ACEOF
16010 void myfunc() {}
16011 _ACEOF
16012 rm -f conftest.$ac_objext conftest$ac_exeext
16013 if { (ac_try="$ac_link"
16014 case "(($ac_try" in
16015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16016   *) ac_try_echo=$ac_try;;
16017 esac
16018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16019   (eval "$ac_link") 2>conftest.er1
16020   ac_status=$?
16021   grep -v '^ *+' conftest.er1 >conftest.err
16022   rm -f conftest.er1
16023   cat conftest.err >&5
16024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16025   (exit $ac_status); } &&
16026          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16027   { (case "(($ac_try" in
16028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16029   *) ac_try_echo=$ac_try;;
16030 esac
16031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16032   (eval "$ac_try") 2>&5
16033   ac_status=$?
16034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16035   (exit $ac_status); }; } &&
16036          { ac_try='test -s conftest$ac_exeext'
16037   { (case "(($ac_try" in
16038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16039   *) ac_try_echo=$ac_try;;
16040 esac
16041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16042   (eval "$ac_try") 2>&5
16043   ac_status=$?
16044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16045   (exit $ac_status); }; }; then
16046   ac_cv_c_dll_unixware="yes"
16047 else
16048   echo "$as_me: failed program was:" >&5
16049 sed 's/^/| /' conftest.$ac_ext >&5
16050
16051         ac_cv_c_dll_unixware="no"
16052 fi
16053
16054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16055       conftest$ac_exeext conftest.$ac_ext
16056 CFLAGS=$ac_wine_try_cflags_saved
16057 fi
16058 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
16059 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
16060       if test "$ac_cv_c_dll_unixware" = "yes"
16061       then
16062         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
16063         LDDLLFLAGS="-Wl,-G,-B,symbolic"
16064
16065       else
16066         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
16067 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
16068 if test "${ac_cv_c_dll_hpux+set}" = set; then
16069   echo $ECHO_N "(cached) $ECHO_C" >&6
16070 else
16071   ac_wine_try_cflags_saved=$CFLAGS
16072 CFLAGS="$CFLAGS -shared"
16073 cat >conftest.$ac_ext <<_ACEOF
16074 void myfunc() {}
16075 _ACEOF
16076 rm -f conftest.$ac_objext conftest$ac_exeext
16077 if { (ac_try="$ac_link"
16078 case "(($ac_try" in
16079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16080   *) ac_try_echo=$ac_try;;
16081 esac
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083   (eval "$ac_link") 2>conftest.er1
16084   ac_status=$?
16085   grep -v '^ *+' conftest.er1 >conftest.err
16086   rm -f conftest.er1
16087   cat conftest.err >&5
16088   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089   (exit $ac_status); } &&
16090          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16091   { (case "(($ac_try" in
16092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16093   *) ac_try_echo=$ac_try;;
16094 esac
16095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16096   (eval "$ac_try") 2>&5
16097   ac_status=$?
16098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099   (exit $ac_status); }; } &&
16100          { ac_try='test -s conftest$ac_exeext'
16101   { (case "(($ac_try" in
16102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16103   *) ac_try_echo=$ac_try;;
16104 esac
16105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16106   (eval "$ac_try") 2>&5
16107   ac_status=$?
16108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16109   (exit $ac_status); }; }; then
16110   ac_cv_c_dll_hpux="yes"
16111 else
16112   echo "$as_me: failed program was:" >&5
16113 sed 's/^/| /' conftest.$ac_ext >&5
16114
16115         ac_cv_c_dll_hpux="no"
16116 fi
16117
16118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16119       conftest$ac_exeext conftest.$ac_ext
16120 CFLAGS=$ac_wine_try_cflags_saved
16121 fi
16122 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
16123 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
16124         if test "$ac_cv_c_dll_hpux" = "yes"
16125         then
16126           LIBEXT="sl"
16127           DLLEXT=".sl"
16128           LDDLLFLAGS="-shared -fPIC"
16129           LDSHARED="\$(CC) -shared"
16130         fi
16131       fi
16132     fi
16133
16134         CROSSTEST=""
16135
16136     if test "$cross_compiling" = "no"
16137     then
16138       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
16139 do
16140   # Extract the first word of "$ac_prog", so it can be a program name with args.
16141 set dummy $ac_prog; ac_word=$2
16142 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16143 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16144 if test "${ac_cv_prog_CROSSCC+set}" = set; then
16145   echo $ECHO_N "(cached) $ECHO_C" >&6
16146 else
16147   if test -n "$CROSSCC"; then
16148   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
16149 else
16150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16151 for as_dir in $PATH
16152 do
16153   IFS=$as_save_IFS
16154   test -z "$as_dir" && as_dir=.
16155   for ac_exec_ext in '' $ac_executable_extensions; do
16156   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16157     ac_cv_prog_CROSSCC="$ac_prog"
16158     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16159     break 2
16160   fi
16161 done
16162 done
16163 IFS=$as_save_IFS
16164
16165 fi
16166 fi
16167 CROSSCC=$ac_cv_prog_CROSSCC
16168 if test -n "$CROSSCC"; then
16169   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
16170 echo "${ECHO_T}$CROSSCC" >&6; }
16171 else
16172   { echo "$as_me:$LINENO: result: no" >&5
16173 echo "${ECHO_T}no" >&6; }
16174 fi
16175
16176
16177   test -n "$CROSSCC" && break
16178 done
16179 test -n "$CROSSCC" || CROSSCC="false"
16180
16181       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
16182 do
16183   # Extract the first word of "$ac_prog", so it can be a program name with args.
16184 set dummy $ac_prog; ac_word=$2
16185 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16186 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16187 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
16188   echo $ECHO_N "(cached) $ECHO_C" >&6
16189 else
16190   if test -n "$DLLTOOL"; then
16191   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
16192 else
16193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16194 for as_dir in $PATH
16195 do
16196   IFS=$as_save_IFS
16197   test -z "$as_dir" && as_dir=.
16198   for ac_exec_ext in '' $ac_executable_extensions; do
16199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16200     ac_cv_prog_DLLTOOL="$ac_prog"
16201     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16202     break 2
16203   fi
16204 done
16205 done
16206 IFS=$as_save_IFS
16207
16208 fi
16209 fi
16210 DLLTOOL=$ac_cv_prog_DLLTOOL
16211 if test -n "$DLLTOOL"; then
16212   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
16213 echo "${ECHO_T}$DLLTOOL" >&6; }
16214 else
16215   { echo "$as_me:$LINENO: result: no" >&5
16216 echo "${ECHO_T}no" >&6; }
16217 fi
16218
16219
16220   test -n "$DLLTOOL" && break
16221 done
16222 test -n "$DLLTOOL" || DLLTOOL="false"
16223
16224       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
16225 do
16226   # Extract the first word of "$ac_prog", so it can be a program name with args.
16227 set dummy $ac_prog; ac_word=$2
16228 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16229 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16230 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
16231   echo $ECHO_N "(cached) $ECHO_C" >&6
16232 else
16233   if test -n "$CROSSWINDRES"; then
16234   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
16235 else
16236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16237 for as_dir in $PATH
16238 do
16239   IFS=$as_save_IFS
16240   test -z "$as_dir" && as_dir=.
16241   for ac_exec_ext in '' $ac_executable_extensions; do
16242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16243     ac_cv_prog_CROSSWINDRES="$ac_prog"
16244     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16245     break 2
16246   fi
16247 done
16248 done
16249 IFS=$as_save_IFS
16250
16251 fi
16252 fi
16253 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
16254 if test -n "$CROSSWINDRES"; then
16255   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
16256 echo "${ECHO_T}$CROSSWINDRES" >&6; }
16257 else
16258   { echo "$as_me:$LINENO: result: no" >&5
16259 echo "${ECHO_T}no" >&6; }
16260 fi
16261
16262
16263   test -n "$CROSSWINDRES" && break
16264 done
16265 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
16266
16267       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
16268     fi
16269     ;;
16270 esac
16271
16272 if test "$LIBEXT" = "a"; then
16273   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
16274 It is currently not possible to build Wine without shared library
16275 (.so) support to allow transparent switch between .so and .dll files.
16276 If you are using Linux, you will need a newer binutils.
16277 " >&5
16278 echo "$as_me: error: could not find a way to build shared libraries.
16279 It is currently not possible to build Wine without shared library
16280 (.so) support to allow transparent switch between .so and .dll files.
16281 If you are using Linux, you will need a newer binutils.
16282 " >&2;}
16283    { (exit 1); exit 1; }; }
16284 fi
16285
16286 case $build_os in
16287   cygwin*|mingw32*)
16288     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16289  ;;
16290   darwin*|macosx*)
16291     LDPATH="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$DYLD_LIBRARY_PATH\""
16292  ;;
16293   *)
16294     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16295  ;;
16296 esac
16297
16298 case $host_os in
16299   mingw32*)
16300     CRTLIBS="-lmsvcrt"
16301
16302     SOCKETLIBS="-lws2_32"
16303
16304     ;;
16305 esac
16306
16307 MAIN_BINARY="wine-pthread"
16308   case $host_cpu in
16309   *i[3456789]86*)
16310     case $host_os in
16311       linux* | k*bsd*-gnu)
16312         MAIN_BINARY="wine-glibc"
16313
16314         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16315  ;;
16316     esac
16317     ;;
16318 esac
16319
16320
16321 if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib"
16322 then
16323   # Extract the first word of "ldd", so it can be a program name with args.
16324 set dummy ldd; ac_word=$2
16325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
16326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
16327 if test "${ac_cv_path_LDD+set}" = set; then
16328   echo $ECHO_N "(cached) $ECHO_C" >&6
16329 else
16330   case $LDD in
16331   [\\/]* | ?:[\\/]*)
16332   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
16333   ;;
16334   *)
16335   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16336 as_dummy="/sbin:/usr/sbin:$PATH"
16337 for as_dir in $as_dummy
16338 do
16339   IFS=$as_save_IFS
16340   test -z "$as_dir" && as_dir=.
16341   for ac_exec_ext in '' $ac_executable_extensions; do
16342   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
16343     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
16344     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16345     break 2
16346   fi
16347 done
16348 done
16349 IFS=$as_save_IFS
16350
16351   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
16352   ;;
16353 esac
16354 fi
16355 LDD=$ac_cv_path_LDD
16356 if test -n "$LDD"; then
16357   { echo "$as_me:$LINENO: result: $LDD" >&5
16358 echo "${ECHO_T}$LDD" >&6; }
16359 else
16360   { echo "$as_me:$LINENO: result: no" >&5
16361 echo "${ECHO_T}no" >&6; }
16362 fi
16363
16364
16365 { echo "$as_me:$LINENO: checking for -lX11 soname" >&5
16366 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6; }
16367 if test "${ac_cv_lib_soname_X11+set}" = set; then
16368   echo $ECHO_N "(cached) $ECHO_C" >&6
16369 else
16370   ac_get_soname_save_LIBS=$LIBS
16371 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
16372   cat >conftest.$ac_ext <<_ACEOF
16373 /* confdefs.h.  */
16374 _ACEOF
16375 cat confdefs.h >>conftest.$ac_ext
16376 cat >>conftest.$ac_ext <<_ACEOF
16377 /* end confdefs.h.  */
16378
16379 /* Override any GCC internal prototype to avoid an error.
16380    Use char because int might match the return type of a GCC
16381    builtin and then its argument prototype would still apply.  */
16382 #ifdef __cplusplus
16383 extern "C"
16384 #endif
16385 char XCreateWindow ();
16386 int
16387 main ()
16388 {
16389 return XCreateWindow ();
16390   ;
16391   return 0;
16392 }
16393 _ACEOF
16394 rm -f conftest.$ac_objext conftest$ac_exeext
16395 if { (ac_try="$ac_link"
16396 case "(($ac_try" in
16397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16398   *) ac_try_echo=$ac_try;;
16399 esac
16400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16401   (eval "$ac_link") 2>conftest.er1
16402   ac_status=$?
16403   grep -v '^ *+' conftest.er1 >conftest.err
16404   rm -f conftest.er1
16405   cat conftest.err >&5
16406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407   (exit $ac_status); } &&
16408          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16409   { (case "(($ac_try" in
16410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16411   *) ac_try_echo=$ac_try;;
16412 esac
16413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16414   (eval "$ac_try") 2>&5
16415   ac_status=$?
16416   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417   (exit $ac_status); }; } &&
16418          { ac_try='test -s conftest$ac_exeext'
16419   { (case "(($ac_try" in
16420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16421   *) ac_try_echo=$ac_try;;
16422 esac
16423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16424   (eval "$ac_try") 2>&5
16425   ac_status=$?
16426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16427   (exit $ac_status); }; }; then
16428   case "$LIBEXT" in
16429     dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep libX11\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16430     so) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.so | sed -e "s/^.*\(libX11\.so[^        ]*\).*$/\1/"';2,$d'` ;;
16431   esac
16432   if test "x$ac_cv_lib_soname_X11" = "x"
16433   then
16434      ac_cv_lib_soname_X11="libX11.$LIBEXT"
16435   fi
16436 else
16437   echo "$as_me: failed program was:" >&5
16438 sed 's/^/| /' conftest.$ac_ext >&5
16439
16440         ac_cv_lib_soname_X11="libX11.$LIBEXT"
16441 fi
16442
16443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16444       conftest$ac_exeext conftest.$ac_ext
16445   LIBS=$ac_get_soname_save_LIBS
16446 fi
16447 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
16448 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
16449 if test "${ac_cv_lib_soname_X11+set}" = set; then
16450
16451 cat >>confdefs.h <<_ACEOF
16452 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
16453 _ACEOF
16454
16455 fi
16456
16457   { echo "$as_me:$LINENO: checking for -lXext soname" >&5
16458 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6; }
16459 if test "${ac_cv_lib_soname_Xext+set}" = set; then
16460   echo $ECHO_N "(cached) $ECHO_C" >&6
16461 else
16462   ac_get_soname_save_LIBS=$LIBS
16463 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
16464   cat >conftest.$ac_ext <<_ACEOF
16465 /* confdefs.h.  */
16466 _ACEOF
16467 cat confdefs.h >>conftest.$ac_ext
16468 cat >>conftest.$ac_ext <<_ACEOF
16469 /* end confdefs.h.  */
16470
16471 /* Override any GCC internal prototype to avoid an error.
16472    Use char because int might match the return type of a GCC
16473    builtin and then its argument prototype would still apply.  */
16474 #ifdef __cplusplus
16475 extern "C"
16476 #endif
16477 char XextCreateExtension ();
16478 int
16479 main ()
16480 {
16481 return XextCreateExtension ();
16482   ;
16483   return 0;
16484 }
16485 _ACEOF
16486 rm -f conftest.$ac_objext conftest$ac_exeext
16487 if { (ac_try="$ac_link"
16488 case "(($ac_try" in
16489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16490   *) ac_try_echo=$ac_try;;
16491 esac
16492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16493   (eval "$ac_link") 2>conftest.er1
16494   ac_status=$?
16495   grep -v '^ *+' conftest.er1 >conftest.err
16496   rm -f conftest.er1
16497   cat conftest.err >&5
16498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16499   (exit $ac_status); } &&
16500          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16501   { (case "(($ac_try" in
16502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16503   *) ac_try_echo=$ac_try;;
16504 esac
16505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16506   (eval "$ac_try") 2>&5
16507   ac_status=$?
16508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16509   (exit $ac_status); }; } &&
16510          { ac_try='test -s conftest$ac_exeext'
16511   { (case "(($ac_try" in
16512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16513   *) ac_try_echo=$ac_try;;
16514 esac
16515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16516   (eval "$ac_try") 2>&5
16517   ac_status=$?
16518   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16519   (exit $ac_status); }; }; then
16520   case "$LIBEXT" in
16521     dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep libXext\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16522     so) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.so | sed -e "s/^.*\(libXext\.so[^     ]*\).*$/\1/"';2,$d'` ;;
16523   esac
16524   if test "x$ac_cv_lib_soname_Xext" = "x"
16525   then
16526      ac_cv_lib_soname_Xext="libXext.$LIBEXT"
16527   fi
16528 else
16529   echo "$as_me: failed program was:" >&5
16530 sed 's/^/| /' conftest.$ac_ext >&5
16531
16532         ac_cv_lib_soname_Xext="libXext.$LIBEXT"
16533 fi
16534
16535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16536       conftest$ac_exeext conftest.$ac_ext
16537   LIBS=$ac_get_soname_save_LIBS
16538 fi
16539 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
16540 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
16541 if test "${ac_cv_lib_soname_Xext+set}" = set; then
16542
16543 cat >>confdefs.h <<_ACEOF
16544 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
16545 _ACEOF
16546
16547 fi
16548
16549   { echo "$as_me:$LINENO: checking for -lXi soname" >&5
16550 echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6; }
16551 if test "${ac_cv_lib_soname_Xi+set}" = set; then
16552   echo $ECHO_N "(cached) $ECHO_C" >&6
16553 else
16554   ac_get_soname_save_LIBS=$LIBS
16555 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16556   cat >conftest.$ac_ext <<_ACEOF
16557 /* confdefs.h.  */
16558 _ACEOF
16559 cat confdefs.h >>conftest.$ac_ext
16560 cat >>conftest.$ac_ext <<_ACEOF
16561 /* end confdefs.h.  */
16562
16563 /* Override any GCC internal prototype to avoid an error.
16564    Use char because int might match the return type of a GCC
16565    builtin and then its argument prototype would still apply.  */
16566 #ifdef __cplusplus
16567 extern "C"
16568 #endif
16569 char XOpenDevice ();
16570 int
16571 main ()
16572 {
16573 return XOpenDevice ();
16574   ;
16575   return 0;
16576 }
16577 _ACEOF
16578 rm -f conftest.$ac_objext conftest$ac_exeext
16579 if { (ac_try="$ac_link"
16580 case "(($ac_try" in
16581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16582   *) ac_try_echo=$ac_try;;
16583 esac
16584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16585   (eval "$ac_link") 2>conftest.er1
16586   ac_status=$?
16587   grep -v '^ *+' conftest.er1 >conftest.err
16588   rm -f conftest.er1
16589   cat conftest.err >&5
16590   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16591   (exit $ac_status); } &&
16592          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16593   { (case "(($ac_try" in
16594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16595   *) ac_try_echo=$ac_try;;
16596 esac
16597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16598   (eval "$ac_try") 2>&5
16599   ac_status=$?
16600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16601   (exit $ac_status); }; } &&
16602          { ac_try='test -s conftest$ac_exeext'
16603   { (case "(($ac_try" in
16604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16605   *) ac_try_echo=$ac_try;;
16606 esac
16607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16608   (eval "$ac_try") 2>&5
16609   ac_status=$?
16610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611   (exit $ac_status); }; }; then
16612   case "$LIBEXT" in
16613     dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep libXi\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16614     so) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep libXi\\.so | sed -e "s/^.*\(libXi\.so[^   ]*\).*$/\1/"';2,$d'` ;;
16615   esac
16616   if test "x$ac_cv_lib_soname_Xi" = "x"
16617   then
16618      ac_cv_lib_soname_Xi="libXi.$LIBEXT"
16619   fi
16620 else
16621   echo "$as_me: failed program was:" >&5
16622 sed 's/^/| /' conftest.$ac_ext >&5
16623
16624         ac_cv_lib_soname_Xi="libXi.$LIBEXT"
16625 fi
16626
16627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16628       conftest$ac_exeext conftest.$ac_ext
16629   LIBS=$ac_get_soname_save_LIBS
16630 fi
16631 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
16632 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
16633 if test "${ac_cv_lib_soname_Xi+set}" = set; then
16634
16635 cat >>confdefs.h <<_ACEOF
16636 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
16637 _ACEOF
16638
16639 fi
16640
16641   { echo "$as_me:$LINENO: checking for -lXinerama soname" >&5
16642 echo $ECHO_N "checking for -lXinerama soname... $ECHO_C" >&6; }
16643 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
16644   echo $ECHO_N "(cached) $ECHO_C" >&6
16645 else
16646   ac_get_soname_save_LIBS=$LIBS
16647 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16648   cat >conftest.$ac_ext <<_ACEOF
16649 /* confdefs.h.  */
16650 _ACEOF
16651 cat confdefs.h >>conftest.$ac_ext
16652 cat >>conftest.$ac_ext <<_ACEOF
16653 /* end confdefs.h.  */
16654
16655 /* Override any GCC internal prototype to avoid an error.
16656    Use char because int might match the return type of a GCC
16657    builtin and then its argument prototype would still apply.  */
16658 #ifdef __cplusplus
16659 extern "C"
16660 #endif
16661 char XineramaQueryScreens ();
16662 int
16663 main ()
16664 {
16665 return XineramaQueryScreens ();
16666   ;
16667   return 0;
16668 }
16669 _ACEOF
16670 rm -f conftest.$ac_objext conftest$ac_exeext
16671 if { (ac_try="$ac_link"
16672 case "(($ac_try" in
16673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16674   *) ac_try_echo=$ac_try;;
16675 esac
16676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16677   (eval "$ac_link") 2>conftest.er1
16678   ac_status=$?
16679   grep -v '^ *+' conftest.er1 >conftest.err
16680   rm -f conftest.er1
16681   cat conftest.err >&5
16682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16683   (exit $ac_status); } &&
16684          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16685   { (case "(($ac_try" in
16686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16687   *) ac_try_echo=$ac_try;;
16688 esac
16689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16690   (eval "$ac_try") 2>&5
16691   ac_status=$?
16692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16693   (exit $ac_status); }; } &&
16694          { ac_try='test -s conftest$ac_exeext'
16695   { (case "(($ac_try" in
16696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16697   *) ac_try_echo=$ac_try;;
16698 esac
16699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16700   (eval "$ac_try") 2>&5
16701   ac_status=$?
16702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16703   (exit $ac_status); }; }; then
16704   case "$LIBEXT" in
16705     dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep libXinerama\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16706     so) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep libXinerama\\.so | sed -e "s/^.*\(libXinerama\.so[^         ]*\).*$/\1/"';2,$d'` ;;
16707   esac
16708   if test "x$ac_cv_lib_soname_Xinerama" = "x"
16709   then
16710      ac_cv_lib_soname_Xinerama="libXinerama.$LIBEXT"
16711   fi
16712 else
16713   echo "$as_me: failed program was:" >&5
16714 sed 's/^/| /' conftest.$ac_ext >&5
16715
16716         ac_cv_lib_soname_Xinerama="libXinerama.$LIBEXT"
16717 fi
16718
16719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16720       conftest$ac_exeext conftest.$ac_ext
16721   LIBS=$ac_get_soname_save_LIBS
16722 fi
16723 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
16724 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
16725 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
16726
16727 cat >>confdefs.h <<_ACEOF
16728 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
16729 _ACEOF
16730
16731 fi
16732
16733   { echo "$as_me:$LINENO: checking for -lXrender soname" >&5
16734 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6; }
16735 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
16736   echo $ECHO_N "(cached) $ECHO_C" >&6
16737 else
16738   ac_get_soname_save_LIBS=$LIBS
16739 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16740   cat >conftest.$ac_ext <<_ACEOF
16741 /* confdefs.h.  */
16742 _ACEOF
16743 cat confdefs.h >>conftest.$ac_ext
16744 cat >>conftest.$ac_ext <<_ACEOF
16745 /* end confdefs.h.  */
16746
16747 /* Override any GCC internal prototype to avoid an error.
16748    Use char because int might match the return type of a GCC
16749    builtin and then its argument prototype would still apply.  */
16750 #ifdef __cplusplus
16751 extern "C"
16752 #endif
16753 char XRenderQueryExtension ();
16754 int
16755 main ()
16756 {
16757 return XRenderQueryExtension ();
16758   ;
16759   return 0;
16760 }
16761 _ACEOF
16762 rm -f conftest.$ac_objext conftest$ac_exeext
16763 if { (ac_try="$ac_link"
16764 case "(($ac_try" in
16765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16766   *) ac_try_echo=$ac_try;;
16767 esac
16768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16769   (eval "$ac_link") 2>conftest.er1
16770   ac_status=$?
16771   grep -v '^ *+' conftest.er1 >conftest.err
16772   rm -f conftest.er1
16773   cat conftest.err >&5
16774   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16775   (exit $ac_status); } &&
16776          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16777   { (case "(($ac_try" in
16778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16779   *) ac_try_echo=$ac_try;;
16780 esac
16781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16782   (eval "$ac_try") 2>&5
16783   ac_status=$?
16784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16785   (exit $ac_status); }; } &&
16786          { ac_try='test -s conftest$ac_exeext'
16787   { (case "(($ac_try" in
16788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16789   *) ac_try_echo=$ac_try;;
16790 esac
16791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16792   (eval "$ac_try") 2>&5
16793   ac_status=$?
16794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16795   (exit $ac_status); }; }; then
16796   case "$LIBEXT" in
16797     dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep libXrender\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16798     so) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.so | sed -e "s/^.*\(libXrender\.so[^    ]*\).*$/\1/"';2,$d'` ;;
16799   esac
16800   if test "x$ac_cv_lib_soname_Xrender" = "x"
16801   then
16802      ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
16803   fi
16804 else
16805   echo "$as_me: failed program was:" >&5
16806 sed 's/^/| /' conftest.$ac_ext >&5
16807
16808         ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
16809 fi
16810
16811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16812       conftest$ac_exeext conftest.$ac_ext
16813   LIBS=$ac_get_soname_save_LIBS
16814 fi
16815 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
16816 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
16817 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
16818
16819 cat >>confdefs.h <<_ACEOF
16820 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
16821 _ACEOF
16822
16823 fi
16824
16825   { echo "$as_me:$LINENO: checking for -lXrandr soname" >&5
16826 echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6; }
16827 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
16828   echo $ECHO_N "(cached) $ECHO_C" >&6
16829 else
16830   ac_get_soname_save_LIBS=$LIBS
16831 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
16832   cat >conftest.$ac_ext <<_ACEOF
16833 /* confdefs.h.  */
16834 _ACEOF
16835 cat confdefs.h >>conftest.$ac_ext
16836 cat >>conftest.$ac_ext <<_ACEOF
16837 /* end confdefs.h.  */
16838
16839 /* Override any GCC internal prototype to avoid an error.
16840    Use char because int might match the return type of a GCC
16841    builtin and then its argument prototype would still apply.  */
16842 #ifdef __cplusplus
16843 extern "C"
16844 #endif
16845 char XRRQueryExtension ();
16846 int
16847 main ()
16848 {
16849 return XRRQueryExtension ();
16850   ;
16851   return 0;
16852 }
16853 _ACEOF
16854 rm -f conftest.$ac_objext conftest$ac_exeext
16855 if { (ac_try="$ac_link"
16856 case "(($ac_try" in
16857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16858   *) ac_try_echo=$ac_try;;
16859 esac
16860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16861   (eval "$ac_link") 2>conftest.er1
16862   ac_status=$?
16863   grep -v '^ *+' conftest.er1 >conftest.err
16864   rm -f conftest.er1
16865   cat conftest.err >&5
16866   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16867   (exit $ac_status); } &&
16868          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16869   { (case "(($ac_try" in
16870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16871   *) ac_try_echo=$ac_try;;
16872 esac
16873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16874   (eval "$ac_try") 2>&5
16875   ac_status=$?
16876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16877   (exit $ac_status); }; } &&
16878          { ac_try='test -s conftest$ac_exeext'
16879   { (case "(($ac_try" in
16880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16881   *) ac_try_echo=$ac_try;;
16882 esac
16883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16884   (eval "$ac_try") 2>&5
16885   ac_status=$?
16886   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16887   (exit $ac_status); }; }; then
16888   case "$LIBEXT" in
16889     dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep libXrandr\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16890     so) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.so | sed -e "s/^.*\(libXrandr\.so[^       ]*\).*$/\1/"';2,$d'` ;;
16891   esac
16892   if test "x$ac_cv_lib_soname_Xrandr" = "x"
16893   then
16894      ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
16895   fi
16896 else
16897   echo "$as_me: failed program was:" >&5
16898 sed 's/^/| /' conftest.$ac_ext >&5
16899
16900         ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
16901 fi
16902
16903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16904       conftest$ac_exeext conftest.$ac_ext
16905   LIBS=$ac_get_soname_save_LIBS
16906 fi
16907 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
16908 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
16909 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
16910
16911 cat >>confdefs.h <<_ACEOF
16912 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
16913 _ACEOF
16914
16915 fi
16916
16917   { echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
16918 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6; }
16919 if test "${ac_cv_lib_soname_freetype+set}" = set; then
16920   echo $ECHO_N "(cached) $ECHO_C" >&6
16921 else
16922   ac_get_soname_save_LIBS=$LIBS
16923 LIBS="-lfreetype $X_LIBS $LIBS"
16924   cat >conftest.$ac_ext <<_ACEOF
16925 /* confdefs.h.  */
16926 _ACEOF
16927 cat confdefs.h >>conftest.$ac_ext
16928 cat >>conftest.$ac_ext <<_ACEOF
16929 /* end confdefs.h.  */
16930
16931 /* Override any GCC internal prototype to avoid an error.
16932    Use char because int might match the return type of a GCC
16933    builtin and then its argument prototype would still apply.  */
16934 #ifdef __cplusplus
16935 extern "C"
16936 #endif
16937 char FT_Init_FreeType ();
16938 int
16939 main ()
16940 {
16941 return FT_Init_FreeType ();
16942   ;
16943   return 0;
16944 }
16945 _ACEOF
16946 rm -f conftest.$ac_objext conftest$ac_exeext
16947 if { (ac_try="$ac_link"
16948 case "(($ac_try" in
16949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16950   *) ac_try_echo=$ac_try;;
16951 esac
16952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16953   (eval "$ac_link") 2>conftest.er1
16954   ac_status=$?
16955   grep -v '^ *+' conftest.er1 >conftest.err
16956   rm -f conftest.er1
16957   cat conftest.err >&5
16958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959   (exit $ac_status); } &&
16960          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16961   { (case "(($ac_try" in
16962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16963   *) ac_try_echo=$ac_try;;
16964 esac
16965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16966   (eval "$ac_try") 2>&5
16967   ac_status=$?
16968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16969   (exit $ac_status); }; } &&
16970          { ac_try='test -s conftest$ac_exeext'
16971   { (case "(($ac_try" in
16972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16973   *) ac_try_echo=$ac_try;;
16974 esac
16975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16976   (eval "$ac_try") 2>&5
16977   ac_status=$?
16978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16979   (exit $ac_status); }; }; then
16980   case "$LIBEXT" in
16981     dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep libfreetype\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16982     so) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.so | sed -e "s/^.*\(libfreetype\.so[^         ]*\).*$/\1/"';2,$d'` ;;
16983   esac
16984   if test "x$ac_cv_lib_soname_freetype" = "x"
16985   then
16986      ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
16987   fi
16988 else
16989   echo "$as_me: failed program was:" >&5
16990 sed 's/^/| /' conftest.$ac_ext >&5
16991
16992         ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
16993 fi
16994
16995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16996       conftest$ac_exeext conftest.$ac_ext
16997   LIBS=$ac_get_soname_save_LIBS
16998 fi
16999 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
17000 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
17001 if test "${ac_cv_lib_soname_freetype+set}" = set; then
17002
17003 cat >>confdefs.h <<_ACEOF
17004 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
17005 _ACEOF
17006
17007 fi
17008
17009   { echo "$as_me:$LINENO: checking for -lGL soname" >&5
17010 echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6; }
17011 if test "${ac_cv_lib_soname_GL+set}" = set; then
17012   echo $ECHO_N "(cached) $ECHO_C" >&6
17013 else
17014   ac_get_soname_save_LIBS=$LIBS
17015 LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
17016   cat >conftest.$ac_ext <<_ACEOF
17017 /* confdefs.h.  */
17018 _ACEOF
17019 cat confdefs.h >>conftest.$ac_ext
17020 cat >>conftest.$ac_ext <<_ACEOF
17021 /* end confdefs.h.  */
17022
17023 /* Override any GCC internal prototype to avoid an error.
17024    Use char because int might match the return type of a GCC
17025    builtin and then its argument prototype would still apply.  */
17026 #ifdef __cplusplus
17027 extern "C"
17028 #endif
17029 char glXQueryExtension ();
17030 int
17031 main ()
17032 {
17033 return glXQueryExtension ();
17034   ;
17035   return 0;
17036 }
17037 _ACEOF
17038 rm -f conftest.$ac_objext conftest$ac_exeext
17039 if { (ac_try="$ac_link"
17040 case "(($ac_try" in
17041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17042   *) ac_try_echo=$ac_try;;
17043 esac
17044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17045   (eval "$ac_link") 2>conftest.er1
17046   ac_status=$?
17047   grep -v '^ *+' conftest.er1 >conftest.err
17048   rm -f conftest.er1
17049   cat conftest.err >&5
17050   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17051   (exit $ac_status); } &&
17052          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17053   { (case "(($ac_try" in
17054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17055   *) ac_try_echo=$ac_try;;
17056 esac
17057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17058   (eval "$ac_try") 2>&5
17059   ac_status=$?
17060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061   (exit $ac_status); }; } &&
17062          { ac_try='test -s conftest$ac_exeext'
17063   { (case "(($ac_try" in
17064   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17065   *) ac_try_echo=$ac_try;;
17066 esac
17067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17068   (eval "$ac_try") 2>&5
17069   ac_status=$?
17070   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17071   (exit $ac_status); }; }; then
17072   case "$LIBEXT" in
17073     dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep libGL\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17074     so) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.so | sed -e "s/^.*\(libGL\.so[^   ]*\).*$/\1/"';2,$d'` ;;
17075   esac
17076   if test "x$ac_cv_lib_soname_GL" = "x"
17077   then
17078      ac_cv_lib_soname_GL="libGL.$LIBEXT"
17079   fi
17080 else
17081   echo "$as_me: failed program was:" >&5
17082 sed 's/^/| /' conftest.$ac_ext >&5
17083
17084         ac_cv_lib_soname_GL="libGL.$LIBEXT"
17085 fi
17086
17087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17088       conftest$ac_exeext conftest.$ac_ext
17089   LIBS=$ac_get_soname_save_LIBS
17090 fi
17091 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
17092 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
17093 if test "${ac_cv_lib_soname_GL+set}" = set; then
17094
17095 cat >>confdefs.h <<_ACEOF
17096 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
17097 _ACEOF
17098
17099 fi
17100
17101   { echo "$as_me:$LINENO: checking for -lhal soname" >&5
17102 echo $ECHO_N "checking for -lhal soname... $ECHO_C" >&6; }
17103 if test "${ac_cv_lib_soname_hal+set}" = set; then
17104   echo $ECHO_N "(cached) $ECHO_C" >&6
17105 else
17106   ac_get_soname_save_LIBS=$LIBS
17107 LIBS="-lhal  $LIBS"
17108   cat >conftest.$ac_ext <<_ACEOF
17109 /* confdefs.h.  */
17110 _ACEOF
17111 cat confdefs.h >>conftest.$ac_ext
17112 cat >>conftest.$ac_ext <<_ACEOF
17113 /* end confdefs.h.  */
17114
17115 /* Override any GCC internal prototype to avoid an error.
17116    Use char because int might match the return type of a GCC
17117    builtin and then its argument prototype would still apply.  */
17118 #ifdef __cplusplus
17119 extern "C"
17120 #endif
17121 char libhal_ctx_new ();
17122 int
17123 main ()
17124 {
17125 return libhal_ctx_new ();
17126   ;
17127   return 0;
17128 }
17129 _ACEOF
17130 rm -f conftest.$ac_objext conftest$ac_exeext
17131 if { (ac_try="$ac_link"
17132 case "(($ac_try" in
17133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17134   *) ac_try_echo=$ac_try;;
17135 esac
17136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17137   (eval "$ac_link") 2>conftest.er1
17138   ac_status=$?
17139   grep -v '^ *+' conftest.er1 >conftest.err
17140   rm -f conftest.er1
17141   cat conftest.err >&5
17142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17143   (exit $ac_status); } &&
17144          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17145   { (case "(($ac_try" in
17146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17147   *) ac_try_echo=$ac_try;;
17148 esac
17149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17150   (eval "$ac_try") 2>&5
17151   ac_status=$?
17152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17153   (exit $ac_status); }; } &&
17154          { ac_try='test -s conftest$ac_exeext'
17155   { (case "(($ac_try" in
17156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17157   *) ac_try_echo=$ac_try;;
17158 esac
17159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17160   (eval "$ac_try") 2>&5
17161   ac_status=$?
17162   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163   (exit $ac_status); }; }; then
17164   case "$LIBEXT" in
17165     dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep libhal\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17166     so) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep libhal\\.so | sed -e "s/^.*\(libhal\.so[^        ]*\).*$/\1/"';2,$d'` ;;
17167   esac
17168   if test "x$ac_cv_lib_soname_hal" = "x"
17169   then
17170      ac_cv_lib_soname_hal="libhal.$LIBEXT"
17171   fi
17172 else
17173   echo "$as_me: failed program was:" >&5
17174 sed 's/^/| /' conftest.$ac_ext >&5
17175
17176         ac_cv_lib_soname_hal="libhal.$LIBEXT"
17177 fi
17178
17179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17180       conftest$ac_exeext conftest.$ac_ext
17181   LIBS=$ac_get_soname_save_LIBS
17182 fi
17183 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
17184 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
17185 if test "${ac_cv_lib_soname_hal+set}" = set; then
17186
17187 cat >>confdefs.h <<_ACEOF
17188 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
17189 _ACEOF
17190
17191 fi
17192
17193   { echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5
17194 echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6; }
17195 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
17196   echo $ECHO_N "(cached) $ECHO_C" >&6
17197 else
17198   ac_get_soname_save_LIBS=$LIBS
17199 LIBS="-ltxc_dxtn  $LIBS"
17200   cat >conftest.$ac_ext <<_ACEOF
17201 /* confdefs.h.  */
17202 _ACEOF
17203 cat confdefs.h >>conftest.$ac_ext
17204 cat >>conftest.$ac_ext <<_ACEOF
17205 /* end confdefs.h.  */
17206
17207 /* Override any GCC internal prototype to avoid an error.
17208    Use char because int might match the return type of a GCC
17209    builtin and then its argument prototype would still apply.  */
17210 #ifdef __cplusplus
17211 extern "C"
17212 #endif
17213 char fetch_2d_texel_rgba_dxt1 ();
17214 int
17215 main ()
17216 {
17217 return fetch_2d_texel_rgba_dxt1 ();
17218   ;
17219   return 0;
17220 }
17221 _ACEOF
17222 rm -f conftest.$ac_objext conftest$ac_exeext
17223 if { (ac_try="$ac_link"
17224 case "(($ac_try" in
17225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17226   *) ac_try_echo=$ac_try;;
17227 esac
17228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17229   (eval "$ac_link") 2>conftest.er1
17230   ac_status=$?
17231   grep -v '^ *+' conftest.er1 >conftest.err
17232   rm -f conftest.er1
17233   cat conftest.err >&5
17234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17235   (exit $ac_status); } &&
17236          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17237   { (case "(($ac_try" in
17238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17239   *) ac_try_echo=$ac_try;;
17240 esac
17241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17242   (eval "$ac_try") 2>&5
17243   ac_status=$?
17244   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245   (exit $ac_status); }; } &&
17246          { ac_try='test -s conftest$ac_exeext'
17247   { (case "(($ac_try" in
17248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17249   *) ac_try_echo=$ac_try;;
17250 esac
17251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17252   (eval "$ac_try") 2>&5
17253   ac_status=$?
17254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17255   (exit $ac_status); }; }; then
17256   case "$LIBEXT" in
17257     dylib) ac_cv_lib_soname_txc_dxtn=`otool -L conftest$ac_exeext | grep libtxc_dxtn\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libtxc_dxtn\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17258     so) ac_cv_lib_soname_txc_dxtn=`$ac_cv_path_LDD conftest$ac_exeext | grep libtxc_dxtn\\.so | sed -e "s/^.*\(libtxc_dxtn\.so[^         ]*\).*$/\1/"';2,$d'` ;;
17259   esac
17260   if test "x$ac_cv_lib_soname_txc_dxtn" = "x"
17261   then
17262      ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
17263   fi
17264 else
17265   echo "$as_me: failed program was:" >&5
17266 sed 's/^/| /' conftest.$ac_ext >&5
17267
17268         ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
17269 fi
17270
17271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17272       conftest$ac_exeext conftest.$ac_ext
17273   LIBS=$ac_get_soname_save_LIBS
17274 fi
17275 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
17276 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; }
17277 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
17278
17279 cat >>confdefs.h <<_ACEOF
17280 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
17281 _ACEOF
17282
17283 fi
17284
17285   { echo "$as_me:$LINENO: checking for -lcups soname" >&5
17286 echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6; }
17287 if test "${ac_cv_lib_soname_cups+set}" = set; then
17288   echo $ECHO_N "(cached) $ECHO_C" >&6
17289 else
17290   ac_get_soname_save_LIBS=$LIBS
17291 LIBS="-lcups  $LIBS"
17292   cat >conftest.$ac_ext <<_ACEOF
17293 /* confdefs.h.  */
17294 _ACEOF
17295 cat confdefs.h >>conftest.$ac_ext
17296 cat >>conftest.$ac_ext <<_ACEOF
17297 /* end confdefs.h.  */
17298
17299 /* Override any GCC internal prototype to avoid an error.
17300    Use char because int might match the return type of a GCC
17301    builtin and then its argument prototype would still apply.  */
17302 #ifdef __cplusplus
17303 extern "C"
17304 #endif
17305 char cupsGetDefault ();
17306 int
17307 main ()
17308 {
17309 return cupsGetDefault ();
17310   ;
17311   return 0;
17312 }
17313 _ACEOF
17314 rm -f conftest.$ac_objext conftest$ac_exeext
17315 if { (ac_try="$ac_link"
17316 case "(($ac_try" in
17317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17318   *) ac_try_echo=$ac_try;;
17319 esac
17320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17321   (eval "$ac_link") 2>conftest.er1
17322   ac_status=$?
17323   grep -v '^ *+' conftest.er1 >conftest.err
17324   rm -f conftest.er1
17325   cat conftest.err >&5
17326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17327   (exit $ac_status); } &&
17328          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17329   { (case "(($ac_try" in
17330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17331   *) ac_try_echo=$ac_try;;
17332 esac
17333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17334   (eval "$ac_try") 2>&5
17335   ac_status=$?
17336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17337   (exit $ac_status); }; } &&
17338          { ac_try='test -s conftest$ac_exeext'
17339   { (case "(($ac_try" in
17340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341   *) ac_try_echo=$ac_try;;
17342 esac
17343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17344   (eval "$ac_try") 2>&5
17345   ac_status=$?
17346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17347   (exit $ac_status); }; }; then
17348   case "$LIBEXT" in
17349     dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep libcups\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17350     so) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep libcups\\.so | sed -e "s/^.*\(libcups\.so[^     ]*\).*$/\1/"';2,$d'` ;;
17351   esac
17352   if test "x$ac_cv_lib_soname_cups" = "x"
17353   then
17354      ac_cv_lib_soname_cups="libcups.$LIBEXT"
17355   fi
17356 else
17357   echo "$as_me: failed program was:" >&5
17358 sed 's/^/| /' conftest.$ac_ext >&5
17359
17360         ac_cv_lib_soname_cups="libcups.$LIBEXT"
17361 fi
17362
17363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17364       conftest$ac_exeext conftest.$ac_ext
17365   LIBS=$ac_get_soname_save_LIBS
17366 fi
17367 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
17368 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
17369 if test "${ac_cv_lib_soname_cups+set}" = set; then
17370
17371 cat >>confdefs.h <<_ACEOF
17372 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
17373 _ACEOF
17374
17375 fi
17376
17377   { echo "$as_me:$LINENO: checking for -ljack soname" >&5
17378 echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6; }
17379 if test "${ac_cv_lib_soname_jack+set}" = set; then
17380   echo $ECHO_N "(cached) $ECHO_C" >&6
17381 else
17382   ac_get_soname_save_LIBS=$LIBS
17383 LIBS="-ljack  $LIBS"
17384   cat >conftest.$ac_ext <<_ACEOF
17385 /* confdefs.h.  */
17386 _ACEOF
17387 cat confdefs.h >>conftest.$ac_ext
17388 cat >>conftest.$ac_ext <<_ACEOF
17389 /* end confdefs.h.  */
17390
17391 /* Override any GCC internal prototype to avoid an error.
17392    Use char because int might match the return type of a GCC
17393    builtin and then its argument prototype would still apply.  */
17394 #ifdef __cplusplus
17395 extern "C"
17396 #endif
17397 char jack_client_new ();
17398 int
17399 main ()
17400 {
17401 return jack_client_new ();
17402   ;
17403   return 0;
17404 }
17405 _ACEOF
17406 rm -f conftest.$ac_objext conftest$ac_exeext
17407 if { (ac_try="$ac_link"
17408 case "(($ac_try" in
17409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17410   *) ac_try_echo=$ac_try;;
17411 esac
17412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17413   (eval "$ac_link") 2>conftest.er1
17414   ac_status=$?
17415   grep -v '^ *+' conftest.er1 >conftest.err
17416   rm -f conftest.er1
17417   cat conftest.err >&5
17418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17419   (exit $ac_status); } &&
17420          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17421   { (case "(($ac_try" in
17422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17423   *) ac_try_echo=$ac_try;;
17424 esac
17425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17426   (eval "$ac_try") 2>&5
17427   ac_status=$?
17428   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17429   (exit $ac_status); }; } &&
17430          { ac_try='test -s conftest$ac_exeext'
17431   { (case "(($ac_try" in
17432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17433   *) ac_try_echo=$ac_try;;
17434 esac
17435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17436   (eval "$ac_try") 2>&5
17437   ac_status=$?
17438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439   (exit $ac_status); }; }; then
17440   case "$LIBEXT" in
17441     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep libjack\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libjack\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17442     so) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.so | sed -e "s/^.*\(libjack\.so[^     ]*\).*$/\1/"';2,$d'` ;;
17443   esac
17444   if test "x$ac_cv_lib_soname_jack" = "x"
17445   then
17446      ac_cv_lib_soname_jack="libjack.$LIBEXT"
17447   fi
17448 else
17449   echo "$as_me: failed program was:" >&5
17450 sed 's/^/| /' conftest.$ac_ext >&5
17451
17452         ac_cv_lib_soname_jack="libjack.$LIBEXT"
17453 fi
17454
17455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17456       conftest$ac_exeext conftest.$ac_ext
17457   LIBS=$ac_get_soname_save_LIBS
17458 fi
17459 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
17460 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
17461 if test "${ac_cv_lib_soname_jack+set}" = set; then
17462
17463 cat >>confdefs.h <<_ACEOF
17464 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
17465 _ACEOF
17466
17467 fi
17468
17469   { echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5
17470 echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6; }
17471 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
17472   echo $ECHO_N "(cached) $ECHO_C" >&6
17473 else
17474   ac_get_soname_save_LIBS=$LIBS
17475 LIBS="-lfontconfig  $LIBS"
17476   cat >conftest.$ac_ext <<_ACEOF
17477 /* confdefs.h.  */
17478 _ACEOF
17479 cat confdefs.h >>conftest.$ac_ext
17480 cat >>conftest.$ac_ext <<_ACEOF
17481 /* end confdefs.h.  */
17482
17483 /* Override any GCC internal prototype to avoid an error.
17484    Use char because int might match the return type of a GCC
17485    builtin and then its argument prototype would still apply.  */
17486 #ifdef __cplusplus
17487 extern "C"
17488 #endif
17489 char FcInit ();
17490 int
17491 main ()
17492 {
17493 return FcInit ();
17494   ;
17495   return 0;
17496 }
17497 _ACEOF
17498 rm -f conftest.$ac_objext conftest$ac_exeext
17499 if { (ac_try="$ac_link"
17500 case "(($ac_try" in
17501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17502   *) ac_try_echo=$ac_try;;
17503 esac
17504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17505   (eval "$ac_link") 2>conftest.er1
17506   ac_status=$?
17507   grep -v '^ *+' conftest.er1 >conftest.err
17508   rm -f conftest.er1
17509   cat conftest.err >&5
17510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17511   (exit $ac_status); } &&
17512          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17513   { (case "(($ac_try" in
17514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17515   *) ac_try_echo=$ac_try;;
17516 esac
17517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17518   (eval "$ac_try") 2>&5
17519   ac_status=$?
17520   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17521   (exit $ac_status); }; } &&
17522          { ac_try='test -s conftest$ac_exeext'
17523   { (case "(($ac_try" in
17524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17525   *) ac_try_echo=$ac_try;;
17526 esac
17527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17528   (eval "$ac_try") 2>&5
17529   ac_status=$?
17530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17531   (exit $ac_status); }; }; then
17532   case "$LIBEXT" in
17533     dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep libfontconfig\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17534     so) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep libfontconfig\\.so | sed -e "s/^.*\(libfontconfig\.so[^   ]*\).*$/\1/"';2,$d'` ;;
17535   esac
17536   if test "x$ac_cv_lib_soname_fontconfig" = "x"
17537   then
17538      ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
17539   fi
17540 else
17541   echo "$as_me: failed program was:" >&5
17542 sed 's/^/| /' conftest.$ac_ext >&5
17543
17544         ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
17545 fi
17546
17547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17548       conftest$ac_exeext conftest.$ac_ext
17549   LIBS=$ac_get_soname_save_LIBS
17550 fi
17551 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
17552 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
17553 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
17554
17555 cat >>confdefs.h <<_ACEOF
17556 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
17557 _ACEOF
17558
17559 fi
17560
17561   { echo "$as_me:$LINENO: checking for -lssl soname" >&5
17562 echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6; }
17563 if test "${ac_cv_lib_soname_ssl+set}" = set; then
17564   echo $ECHO_N "(cached) $ECHO_C" >&6
17565 else
17566   ac_get_soname_save_LIBS=$LIBS
17567 LIBS="-lssl  $LIBS"
17568   cat >conftest.$ac_ext <<_ACEOF
17569 /* confdefs.h.  */
17570 _ACEOF
17571 cat confdefs.h >>conftest.$ac_ext
17572 cat >>conftest.$ac_ext <<_ACEOF
17573 /* end confdefs.h.  */
17574
17575 /* Override any GCC internal prototype to avoid an error.
17576    Use char because int might match the return type of a GCC
17577    builtin and then its argument prototype would still apply.  */
17578 #ifdef __cplusplus
17579 extern "C"
17580 #endif
17581 char SSL_library_init ();
17582 int
17583 main ()
17584 {
17585 return SSL_library_init ();
17586   ;
17587   return 0;
17588 }
17589 _ACEOF
17590 rm -f conftest.$ac_objext conftest$ac_exeext
17591 if { (ac_try="$ac_link"
17592 case "(($ac_try" in
17593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17594   *) ac_try_echo=$ac_try;;
17595 esac
17596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17597   (eval "$ac_link") 2>conftest.er1
17598   ac_status=$?
17599   grep -v '^ *+' conftest.er1 >conftest.err
17600   rm -f conftest.er1
17601   cat conftest.err >&5
17602   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17603   (exit $ac_status); } &&
17604          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17605   { (case "(($ac_try" in
17606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17607   *) ac_try_echo=$ac_try;;
17608 esac
17609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17610   (eval "$ac_try") 2>&5
17611   ac_status=$?
17612   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17613   (exit $ac_status); }; } &&
17614          { ac_try='test -s conftest$ac_exeext'
17615   { (case "(($ac_try" in
17616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17617   *) ac_try_echo=$ac_try;;
17618 esac
17619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17620   (eval "$ac_try") 2>&5
17621   ac_status=$?
17622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17623   (exit $ac_status); }; }; then
17624   case "$LIBEXT" in
17625     dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep libssl\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17626     so) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.so | sed -e "s/^.*\(libssl\.so[^        ]*\).*$/\1/"';2,$d'` ;;
17627   esac
17628   if test "x$ac_cv_lib_soname_ssl" = "x"
17629   then
17630      ac_cv_lib_soname_ssl="libssl.$LIBEXT"
17631   fi
17632 else
17633   echo "$as_me: failed program was:" >&5
17634 sed 's/^/| /' conftest.$ac_ext >&5
17635
17636         ac_cv_lib_soname_ssl="libssl.$LIBEXT"
17637 fi
17638
17639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17640       conftest$ac_exeext conftest.$ac_ext
17641   LIBS=$ac_get_soname_save_LIBS
17642 fi
17643 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
17644 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
17645 if test "${ac_cv_lib_soname_ssl+set}" = set; then
17646
17647 cat >>confdefs.h <<_ACEOF
17648 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
17649 _ACEOF
17650
17651 fi
17652
17653   { echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
17654 echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6; }
17655 if test "${ac_cv_lib_soname_crypto+set}" = set; then
17656   echo $ECHO_N "(cached) $ECHO_C" >&6
17657 else
17658   ac_get_soname_save_LIBS=$LIBS
17659 LIBS="-lcrypto  $LIBS"
17660   cat >conftest.$ac_ext <<_ACEOF
17661 /* confdefs.h.  */
17662 _ACEOF
17663 cat confdefs.h >>conftest.$ac_ext
17664 cat >>conftest.$ac_ext <<_ACEOF
17665 /* end confdefs.h.  */
17666
17667 /* Override any GCC internal prototype to avoid an error.
17668    Use char because int might match the return type of a GCC
17669    builtin and then its argument prototype would still apply.  */
17670 #ifdef __cplusplus
17671 extern "C"
17672 #endif
17673 char BIO_new_socket ();
17674 int
17675 main ()
17676 {
17677 return BIO_new_socket ();
17678   ;
17679   return 0;
17680 }
17681 _ACEOF
17682 rm -f conftest.$ac_objext conftest$ac_exeext
17683 if { (ac_try="$ac_link"
17684 case "(($ac_try" in
17685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17686   *) ac_try_echo=$ac_try;;
17687 esac
17688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17689   (eval "$ac_link") 2>conftest.er1
17690   ac_status=$?
17691   grep -v '^ *+' conftest.er1 >conftest.err
17692   rm -f conftest.er1
17693   cat conftest.err >&5
17694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17695   (exit $ac_status); } &&
17696          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17697   { (case "(($ac_try" in
17698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17699   *) ac_try_echo=$ac_try;;
17700 esac
17701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17702   (eval "$ac_try") 2>&5
17703   ac_status=$?
17704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17705   (exit $ac_status); }; } &&
17706          { ac_try='test -s conftest$ac_exeext'
17707   { (case "(($ac_try" in
17708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17709   *) ac_try_echo=$ac_try;;
17710 esac
17711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17712   (eval "$ac_try") 2>&5
17713   ac_status=$?
17714   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715   (exit $ac_status); }; }; then
17716   case "$LIBEXT" in
17717     dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep libcrypto\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17718     so) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep libcrypto\\.so | sed -e "s/^.*\(libcrypto\.so[^       ]*\).*$/\1/"';2,$d'` ;;
17719   esac
17720   if test "x$ac_cv_lib_soname_crypto" = "x"
17721   then
17722      ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
17723   fi
17724 else
17725   echo "$as_me: failed program was:" >&5
17726 sed 's/^/| /' conftest.$ac_ext >&5
17727
17728         ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
17729 fi
17730
17731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17732       conftest$ac_exeext conftest.$ac_ext
17733   LIBS=$ac_get_soname_save_LIBS
17734 fi
17735 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
17736 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
17737 if test "${ac_cv_lib_soname_crypto+set}" = set; then
17738
17739 cat >>confdefs.h <<_ACEOF
17740 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17741 _ACEOF
17742
17743 fi
17744
17745   { echo "$as_me:$LINENO: checking for -lncurses soname" >&5
17746 echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6; }
17747 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
17748   echo $ECHO_N "(cached) $ECHO_C" >&6
17749 else
17750   ac_get_soname_save_LIBS=$LIBS
17751 LIBS="-lncurses  $LIBS"
17752   cat >conftest.$ac_ext <<_ACEOF
17753 /* confdefs.h.  */
17754 _ACEOF
17755 cat confdefs.h >>conftest.$ac_ext
17756 cat >>conftest.$ac_ext <<_ACEOF
17757 /* end confdefs.h.  */
17758
17759 /* Override any GCC internal prototype to avoid an error.
17760    Use char because int might match the return type of a GCC
17761    builtin and then its argument prototype would still apply.  */
17762 #ifdef __cplusplus
17763 extern "C"
17764 #endif
17765 char waddch ();
17766 int
17767 main ()
17768 {
17769 return waddch ();
17770   ;
17771   return 0;
17772 }
17773 _ACEOF
17774 rm -f conftest.$ac_objext conftest$ac_exeext
17775 if { (ac_try="$ac_link"
17776 case "(($ac_try" in
17777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17778   *) ac_try_echo=$ac_try;;
17779 esac
17780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17781   (eval "$ac_link") 2>conftest.er1
17782   ac_status=$?
17783   grep -v '^ *+' conftest.er1 >conftest.err
17784   rm -f conftest.er1
17785   cat conftest.err >&5
17786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17787   (exit $ac_status); } &&
17788          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17789   { (case "(($ac_try" in
17790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17791   *) ac_try_echo=$ac_try;;
17792 esac
17793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17794   (eval "$ac_try") 2>&5
17795   ac_status=$?
17796   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17797   (exit $ac_status); }; } &&
17798          { ac_try='test -s conftest$ac_exeext'
17799   { (case "(($ac_try" in
17800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17801   *) ac_try_echo=$ac_try;;
17802 esac
17803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17804   (eval "$ac_try") 2>&5
17805   ac_status=$?
17806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17807   (exit $ac_status); }; }; then
17808   case "$LIBEXT" in
17809     dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep libncurses\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17810     so) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.so | sed -e "s/^.*\(libncurses\.so[^    ]*\).*$/\1/"';2,$d'` ;;
17811   esac
17812   if test "x$ac_cv_lib_soname_ncurses" = "x"
17813   then
17814      ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
17815   fi
17816 else
17817   echo "$as_me: failed program was:" >&5
17818 sed 's/^/| /' conftest.$ac_ext >&5
17819
17820         ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
17821 fi
17822
17823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17824       conftest$ac_exeext conftest.$ac_ext
17825   LIBS=$ac_get_soname_save_LIBS
17826 fi
17827 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
17828 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
17829 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
17830
17831 cat >>confdefs.h <<_ACEOF
17832 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
17833 _ACEOF
17834
17835 fi
17836
17837   { echo "$as_me:$LINENO: checking for -lcurses soname" >&5
17838 echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6; }
17839 if test "${ac_cv_lib_soname_curses+set}" = set; then
17840   echo $ECHO_N "(cached) $ECHO_C" >&6
17841 else
17842   ac_get_soname_save_LIBS=$LIBS
17843 LIBS="-lcurses  $LIBS"
17844   cat >conftest.$ac_ext <<_ACEOF
17845 /* confdefs.h.  */
17846 _ACEOF
17847 cat confdefs.h >>conftest.$ac_ext
17848 cat >>conftest.$ac_ext <<_ACEOF
17849 /* end confdefs.h.  */
17850
17851 /* Override any GCC internal prototype to avoid an error.
17852    Use char because int might match the return type of a GCC
17853    builtin and then its argument prototype would still apply.  */
17854 #ifdef __cplusplus
17855 extern "C"
17856 #endif
17857 char waddch ();
17858 int
17859 main ()
17860 {
17861 return waddch ();
17862   ;
17863   return 0;
17864 }
17865 _ACEOF
17866 rm -f conftest.$ac_objext conftest$ac_exeext
17867 if { (ac_try="$ac_link"
17868 case "(($ac_try" in
17869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17870   *) ac_try_echo=$ac_try;;
17871 esac
17872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17873   (eval "$ac_link") 2>conftest.er1
17874   ac_status=$?
17875   grep -v '^ *+' conftest.er1 >conftest.err
17876   rm -f conftest.er1
17877   cat conftest.err >&5
17878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17879   (exit $ac_status); } &&
17880          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17881   { (case "(($ac_try" in
17882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17883   *) ac_try_echo=$ac_try;;
17884 esac
17885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17886   (eval "$ac_try") 2>&5
17887   ac_status=$?
17888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17889   (exit $ac_status); }; } &&
17890          { ac_try='test -s conftest$ac_exeext'
17891   { (case "(($ac_try" in
17892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17893   *) ac_try_echo=$ac_try;;
17894 esac
17895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17896   (eval "$ac_try") 2>&5
17897   ac_status=$?
17898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17899   (exit $ac_status); }; }; then
17900   case "$LIBEXT" in
17901     dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep libcurses\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17902     so) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep libcurses\\.so | sed -e "s/^.*\(libcurses\.so[^       ]*\).*$/\1/"';2,$d'` ;;
17903   esac
17904   if test "x$ac_cv_lib_soname_curses" = "x"
17905   then
17906      ac_cv_lib_soname_curses="libcurses.$LIBEXT"
17907   fi
17908 else
17909   echo "$as_me: failed program was:" >&5
17910 sed 's/^/| /' conftest.$ac_ext >&5
17911
17912         ac_cv_lib_soname_curses="libcurses.$LIBEXT"
17913 fi
17914
17915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17916       conftest$ac_exeext conftest.$ac_ext
17917   LIBS=$ac_get_soname_save_LIBS
17918 fi
17919 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
17920 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
17921 if test "${ac_cv_lib_soname_curses+set}" = set; then
17922
17923 cat >>confdefs.h <<_ACEOF
17924 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
17925 _ACEOF
17926
17927 fi
17928
17929   { echo "$as_me:$LINENO: checking for -ljpeg soname" >&5
17930 echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6; }
17931 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17932   echo $ECHO_N "(cached) $ECHO_C" >&6
17933 else
17934   ac_get_soname_save_LIBS=$LIBS
17935 LIBS="-ljpeg  $LIBS"
17936   cat >conftest.$ac_ext <<_ACEOF
17937 /* confdefs.h.  */
17938 _ACEOF
17939 cat confdefs.h >>conftest.$ac_ext
17940 cat >>conftest.$ac_ext <<_ACEOF
17941 /* end confdefs.h.  */
17942
17943 /* Override any GCC internal prototype to avoid an error.
17944    Use char because int might match the return type of a GCC
17945    builtin and then its argument prototype would still apply.  */
17946 #ifdef __cplusplus
17947 extern "C"
17948 #endif
17949 char jpeg_start_decompress ();
17950 int
17951 main ()
17952 {
17953 return jpeg_start_decompress ();
17954   ;
17955   return 0;
17956 }
17957 _ACEOF
17958 rm -f conftest.$ac_objext conftest$ac_exeext
17959 if { (ac_try="$ac_link"
17960 case "(($ac_try" in
17961   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17962   *) ac_try_echo=$ac_try;;
17963 esac
17964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17965   (eval "$ac_link") 2>conftest.er1
17966   ac_status=$?
17967   grep -v '^ *+' conftest.er1 >conftest.err
17968   rm -f conftest.er1
17969   cat conftest.err >&5
17970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17971   (exit $ac_status); } &&
17972          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17973   { (case "(($ac_try" in
17974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17975   *) ac_try_echo=$ac_try;;
17976 esac
17977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17978   (eval "$ac_try") 2>&5
17979   ac_status=$?
17980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17981   (exit $ac_status); }; } &&
17982          { ac_try='test -s conftest$ac_exeext'
17983   { (case "(($ac_try" in
17984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17985   *) ac_try_echo=$ac_try;;
17986 esac
17987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17988   (eval "$ac_try") 2>&5
17989   ac_status=$?
17990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17991   (exit $ac_status); }; }; then
17992   case "$LIBEXT" in
17993     dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep libjpeg\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17994     so) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.so | sed -e "s/^.*\(libjpeg\.so[^     ]*\).*$/\1/"';2,$d'` ;;
17995   esac
17996   if test "x$ac_cv_lib_soname_jpeg" = "x"
17997   then
17998      ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
17999   fi
18000 else
18001   echo "$as_me: failed program was:" >&5
18002 sed 's/^/| /' conftest.$ac_ext >&5
18003
18004         ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
18005 fi
18006
18007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18008       conftest$ac_exeext conftest.$ac_ext
18009   LIBS=$ac_get_soname_save_LIBS
18010 fi
18011 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
18012 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
18013 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
18014
18015 cat >>confdefs.h <<_ACEOF
18016 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
18017 _ACEOF
18018
18019 fi
18020
18021   { echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5
18022 echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6; }
18023 if test "${ac_cv_lib_soname_capi20+set}" = set; then
18024   echo $ECHO_N "(cached) $ECHO_C" >&6
18025 else
18026   ac_get_soname_save_LIBS=$LIBS
18027 LIBS="-lcapi20  $LIBS"
18028   cat >conftest.$ac_ext <<_ACEOF
18029 /* confdefs.h.  */
18030 _ACEOF
18031 cat confdefs.h >>conftest.$ac_ext
18032 cat >>conftest.$ac_ext <<_ACEOF
18033 /* end confdefs.h.  */
18034
18035 /* Override any GCC internal prototype to avoid an error.
18036    Use char because int might match the return type of a GCC
18037    builtin and then its argument prototype would still apply.  */
18038 #ifdef __cplusplus
18039 extern "C"
18040 #endif
18041 char capi20_isinstalled ();
18042 int
18043 main ()
18044 {
18045 return capi20_isinstalled ();
18046   ;
18047   return 0;
18048 }
18049 _ACEOF
18050 rm -f conftest.$ac_objext conftest$ac_exeext
18051 if { (ac_try="$ac_link"
18052 case "(($ac_try" in
18053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18054   *) ac_try_echo=$ac_try;;
18055 esac
18056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18057   (eval "$ac_link") 2>conftest.er1
18058   ac_status=$?
18059   grep -v '^ *+' conftest.er1 >conftest.err
18060   rm -f conftest.er1
18061   cat conftest.err >&5
18062   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18063   (exit $ac_status); } &&
18064          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18065   { (case "(($ac_try" in
18066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18067   *) ac_try_echo=$ac_try;;
18068 esac
18069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18070   (eval "$ac_try") 2>&5
18071   ac_status=$?
18072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18073   (exit $ac_status); }; } &&
18074          { ac_try='test -s conftest$ac_exeext'
18075   { (case "(($ac_try" in
18076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18077   *) ac_try_echo=$ac_try;;
18078 esac
18079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18080   (eval "$ac_try") 2>&5
18081   ac_status=$?
18082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083   (exit $ac_status); }; }; then
18084   case "$LIBEXT" in
18085     dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep libcapi20\\.[0-9A-Za-z.]*dylib | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
18086     so) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep libcapi20\\.so | sed -e "s/^.*\(libcapi20\.so[^       ]*\).*$/\1/"';2,$d'` ;;
18087   esac
18088   if test "x$ac_cv_lib_soname_capi20" = "x"
18089   then
18090      ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
18091   fi
18092 else
18093   echo "$as_me: failed program was:" >&5
18094 sed 's/^/| /' conftest.$ac_ext >&5
18095
18096         ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
18097 fi
18098
18099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18100       conftest$ac_exeext conftest.$ac_ext
18101   LIBS=$ac_get_soname_save_LIBS
18102 fi
18103 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
18104 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
18105 if test "${ac_cv_lib_soname_capi20+set}" = set; then
18106
18107 cat >>confdefs.h <<_ACEOF
18108 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
18109 _ACEOF
18110
18111 fi
18112
18113 fi
18114
18115
18116
18117
18118
18119
18120
18121
18122
18123
18124
18125
18126
18127
18128
18129
18130
18131
18132
18133
18134
18135
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
18154
18155
18156
18157
18158
18159
18160
18161
18162
18163
18164
18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
18175
18176
18177
18178
18179
18180
18181
18182
18183
18184
18185
18186
18187 for ac_func in \
18188         _pclose \
18189         _popen \
18190         _snprintf \
18191         _spawnvp \
18192         _stricmp \
18193         _strnicmp \
18194         _vsnprintf \
18195         asctime_r \
18196         chsize \
18197         clone \
18198         connect \
18199         dlopen \
18200         epoll_create \
18201         ffs \
18202         finite \
18203         fork \
18204         fpclass \
18205         fstatfs \
18206         fstatvfs \
18207         ftruncate \
18208         futimes \
18209         futimesat \
18210         getaddrinfo \
18211         getdirentries \
18212         gethostbyname \
18213         getnameinfo \
18214         getnetbyname \
18215         getopt_long \
18216         getpagesize \
18217         getprotobyname \
18218         getprotobynumber \
18219         getpwuid \
18220         getservbyport \
18221         gettid \
18222         gettimeofday \
18223         getuid \
18224         inet_aton \
18225         inet_network \
18226         kqueue \
18227         lstat \
18228         memmove \
18229         mmap \
18230         pclose \
18231         poll \
18232         popen \
18233         prctl \
18234         pread \
18235         pwrite \
18236         readlink \
18237         rfork \
18238         sched_yield \
18239         select \
18240         sendmsg \
18241         setrlimit \
18242         settimeofday \
18243         sigaltstack \
18244         sigprocmask \
18245         snprintf \
18246         spawnvp \
18247         statfs \
18248         statvfs \
18249         strcasecmp \
18250         strerror \
18251         strncasecmp \
18252         tcgetattr \
18253         timegm \
18254         usleep \
18255         vsnprintf \
18256         wait4 \
18257         waitpid \
18258
18259 do
18260 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18261 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18262 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18263 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18264   echo $ECHO_N "(cached) $ECHO_C" >&6
18265 else
18266   cat >conftest.$ac_ext <<_ACEOF
18267 /* confdefs.h.  */
18268 _ACEOF
18269 cat confdefs.h >>conftest.$ac_ext
18270 cat >>conftest.$ac_ext <<_ACEOF
18271 /* end confdefs.h.  */
18272 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18273    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18274 #define $ac_func innocuous_$ac_func
18275
18276 /* System header to define __stub macros and hopefully few prototypes,
18277     which can conflict with char $ac_func (); below.
18278     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18279     <limits.h> exists even on freestanding compilers.  */
18280
18281 #ifdef __STDC__
18282 # include <limits.h>
18283 #else
18284 # include <assert.h>
18285 #endif
18286
18287 #undef $ac_func
18288
18289 /* Override any GCC internal prototype to avoid an error.
18290    Use char because int might match the return type of a GCC
18291    builtin and then its argument prototype would still apply.  */
18292 #ifdef __cplusplus
18293 extern "C"
18294 #endif
18295 char $ac_func ();
18296 /* The GNU C library defines this for functions which it implements
18297     to always fail with ENOSYS.  Some functions are actually named
18298     something starting with __ and the normal name is an alias.  */
18299 #if defined __stub_$ac_func || defined __stub___$ac_func
18300 choke me
18301 #endif
18302
18303 int
18304 main ()
18305 {
18306 return $ac_func ();
18307   ;
18308   return 0;
18309 }
18310 _ACEOF
18311 rm -f conftest.$ac_objext conftest$ac_exeext
18312 if { (ac_try="$ac_link"
18313 case "(($ac_try" in
18314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18315   *) ac_try_echo=$ac_try;;
18316 esac
18317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18318   (eval "$ac_link") 2>conftest.er1
18319   ac_status=$?
18320   grep -v '^ *+' conftest.er1 >conftest.err
18321   rm -f conftest.er1
18322   cat conftest.err >&5
18323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18324   (exit $ac_status); } &&
18325          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18326   { (case "(($ac_try" in
18327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18328   *) ac_try_echo=$ac_try;;
18329 esac
18330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18331   (eval "$ac_try") 2>&5
18332   ac_status=$?
18333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18334   (exit $ac_status); }; } &&
18335          { ac_try='test -s conftest$ac_exeext'
18336   { (case "(($ac_try" in
18337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18338   *) ac_try_echo=$ac_try;;
18339 esac
18340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18341   (eval "$ac_try") 2>&5
18342   ac_status=$?
18343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18344   (exit $ac_status); }; }; then
18345   eval "$as_ac_var=yes"
18346 else
18347   echo "$as_me: failed program was:" >&5
18348 sed 's/^/| /' conftest.$ac_ext >&5
18349
18350         eval "$as_ac_var=no"
18351 fi
18352
18353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18354       conftest$ac_exeext conftest.$ac_ext
18355 fi
18356 ac_res=`eval echo '${'$as_ac_var'}'`
18357                { echo "$as_me:$LINENO: result: $ac_res" >&5
18358 echo "${ECHO_T}$ac_res" >&6; }
18359 if test `eval echo '${'$as_ac_var'}'` = yes; then
18360   cat >>confdefs.h <<_ACEOF
18361 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18362 _ACEOF
18363
18364 fi
18365 done
18366
18367
18368 if test "$ac_cv_func_dlopen" = no
18369 then
18370     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18371 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18372 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18373   echo $ECHO_N "(cached) $ECHO_C" >&6
18374 else
18375   ac_check_lib_save_LIBS=$LIBS
18376 LIBS="-ldl  $LIBS"
18377 cat >conftest.$ac_ext <<_ACEOF
18378 /* confdefs.h.  */
18379 _ACEOF
18380 cat confdefs.h >>conftest.$ac_ext
18381 cat >>conftest.$ac_ext <<_ACEOF
18382 /* end confdefs.h.  */
18383
18384 /* Override any GCC internal prototype to avoid an error.
18385    Use char because int might match the return type of a GCC
18386    builtin and then its argument prototype would still apply.  */
18387 #ifdef __cplusplus
18388 extern "C"
18389 #endif
18390 char dlopen ();
18391 int
18392 main ()
18393 {
18394 return dlopen ();
18395   ;
18396   return 0;
18397 }
18398 _ACEOF
18399 rm -f conftest.$ac_objext conftest$ac_exeext
18400 if { (ac_try="$ac_link"
18401 case "(($ac_try" in
18402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18403   *) ac_try_echo=$ac_try;;
18404 esac
18405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18406   (eval "$ac_link") 2>conftest.er1
18407   ac_status=$?
18408   grep -v '^ *+' conftest.er1 >conftest.err
18409   rm -f conftest.er1
18410   cat conftest.err >&5
18411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18412   (exit $ac_status); } &&
18413          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18414   { (case "(($ac_try" in
18415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18416   *) ac_try_echo=$ac_try;;
18417 esac
18418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18419   (eval "$ac_try") 2>&5
18420   ac_status=$?
18421   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422   (exit $ac_status); }; } &&
18423          { ac_try='test -s conftest$ac_exeext'
18424   { (case "(($ac_try" in
18425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18426   *) ac_try_echo=$ac_try;;
18427 esac
18428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18429   (eval "$ac_try") 2>&5
18430   ac_status=$?
18431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18432   (exit $ac_status); }; }; then
18433   ac_cv_lib_dl_dlopen=yes
18434 else
18435   echo "$as_me: failed program was:" >&5
18436 sed 's/^/| /' conftest.$ac_ext >&5
18437
18438         ac_cv_lib_dl_dlopen=no
18439 fi
18440
18441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18442       conftest$ac_exeext conftest.$ac_ext
18443 LIBS=$ac_check_lib_save_LIBS
18444 fi
18445 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18446 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18447 if test $ac_cv_lib_dl_dlopen = yes; then
18448   cat >>confdefs.h <<\_ACEOF
18449 #define HAVE_DLOPEN 1
18450 _ACEOF
18451  LIBDL="-ldl"
18452
18453 fi
18454
18455 fi
18456 ac_wine_check_funcs_save_LIBS="$LIBS"
18457 LIBS="$LIBS $LIBDL"
18458
18459 for ac_func in dladdr
18460 do
18461 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18462 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18463 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18464 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18465   echo $ECHO_N "(cached) $ECHO_C" >&6
18466 else
18467   cat >conftest.$ac_ext <<_ACEOF
18468 /* confdefs.h.  */
18469 _ACEOF
18470 cat confdefs.h >>conftest.$ac_ext
18471 cat >>conftest.$ac_ext <<_ACEOF
18472 /* end confdefs.h.  */
18473 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18474    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18475 #define $ac_func innocuous_$ac_func
18476
18477 /* System header to define __stub macros and hopefully few prototypes,
18478     which can conflict with char $ac_func (); below.
18479     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18480     <limits.h> exists even on freestanding compilers.  */
18481
18482 #ifdef __STDC__
18483 # include <limits.h>
18484 #else
18485 # include <assert.h>
18486 #endif
18487
18488 #undef $ac_func
18489
18490 /* Override any GCC internal prototype to avoid an error.
18491    Use char because int might match the return type of a GCC
18492    builtin and then its argument prototype would still apply.  */
18493 #ifdef __cplusplus
18494 extern "C"
18495 #endif
18496 char $ac_func ();
18497 /* The GNU C library defines this for functions which it implements
18498     to always fail with ENOSYS.  Some functions are actually named
18499     something starting with __ and the normal name is an alias.  */
18500 #if defined __stub_$ac_func || defined __stub___$ac_func
18501 choke me
18502 #endif
18503
18504 int
18505 main ()
18506 {
18507 return $ac_func ();
18508   ;
18509   return 0;
18510 }
18511 _ACEOF
18512 rm -f conftest.$ac_objext conftest$ac_exeext
18513 if { (ac_try="$ac_link"
18514 case "(($ac_try" in
18515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18516   *) ac_try_echo=$ac_try;;
18517 esac
18518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18519   (eval "$ac_link") 2>conftest.er1
18520   ac_status=$?
18521   grep -v '^ *+' conftest.er1 >conftest.err
18522   rm -f conftest.er1
18523   cat conftest.err >&5
18524   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525   (exit $ac_status); } &&
18526          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18527   { (case "(($ac_try" in
18528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18529   *) ac_try_echo=$ac_try;;
18530 esac
18531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18532   (eval "$ac_try") 2>&5
18533   ac_status=$?
18534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18535   (exit $ac_status); }; } &&
18536          { ac_try='test -s conftest$ac_exeext'
18537   { (case "(($ac_try" in
18538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18539   *) ac_try_echo=$ac_try;;
18540 esac
18541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18542   (eval "$ac_try") 2>&5
18543   ac_status=$?
18544   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18545   (exit $ac_status); }; }; then
18546   eval "$as_ac_var=yes"
18547 else
18548   echo "$as_me: failed program was:" >&5
18549 sed 's/^/| /' conftest.$ac_ext >&5
18550
18551         eval "$as_ac_var=no"
18552 fi
18553
18554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18555       conftest$ac_exeext conftest.$ac_ext
18556 fi
18557 ac_res=`eval echo '${'$as_ac_var'}'`
18558                { echo "$as_me:$LINENO: result: $ac_res" >&5
18559 echo "${ECHO_T}$ac_res" >&6; }
18560 if test `eval echo '${'$as_ac_var'}'` = yes; then
18561   cat >>confdefs.h <<_ACEOF
18562 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18563 _ACEOF
18564
18565 fi
18566 done
18567
18568 LIBS="$ac_wine_check_funcs_save_LIBS"
18569
18570 if test "$ac_cv_func_poll" = no
18571 then
18572     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18573 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18574 if test "${ac_cv_lib_poll_poll+set}" = set; then
18575   echo $ECHO_N "(cached) $ECHO_C" >&6
18576 else
18577   ac_check_lib_save_LIBS=$LIBS
18578 LIBS="-lpoll  $LIBS"
18579 cat >conftest.$ac_ext <<_ACEOF
18580 /* confdefs.h.  */
18581 _ACEOF
18582 cat confdefs.h >>conftest.$ac_ext
18583 cat >>conftest.$ac_ext <<_ACEOF
18584 /* end confdefs.h.  */
18585
18586 /* Override any GCC internal prototype to avoid an error.
18587    Use char because int might match the return type of a GCC
18588    builtin and then its argument prototype would still apply.  */
18589 #ifdef __cplusplus
18590 extern "C"
18591 #endif
18592 char poll ();
18593 int
18594 main ()
18595 {
18596 return poll ();
18597   ;
18598   return 0;
18599 }
18600 _ACEOF
18601 rm -f conftest.$ac_objext conftest$ac_exeext
18602 if { (ac_try="$ac_link"
18603 case "(($ac_try" in
18604   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18605   *) ac_try_echo=$ac_try;;
18606 esac
18607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18608   (eval "$ac_link") 2>conftest.er1
18609   ac_status=$?
18610   grep -v '^ *+' conftest.er1 >conftest.err
18611   rm -f conftest.er1
18612   cat conftest.err >&5
18613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18614   (exit $ac_status); } &&
18615          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18616   { (case "(($ac_try" in
18617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18618   *) ac_try_echo=$ac_try;;
18619 esac
18620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18621   (eval "$ac_try") 2>&5
18622   ac_status=$?
18623   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624   (exit $ac_status); }; } &&
18625          { ac_try='test -s conftest$ac_exeext'
18626   { (case "(($ac_try" in
18627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18628   *) ac_try_echo=$ac_try;;
18629 esac
18630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18631   (eval "$ac_try") 2>&5
18632   ac_status=$?
18633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18634   (exit $ac_status); }; }; then
18635   ac_cv_lib_poll_poll=yes
18636 else
18637   echo "$as_me: failed program was:" >&5
18638 sed 's/^/| /' conftest.$ac_ext >&5
18639
18640         ac_cv_lib_poll_poll=no
18641 fi
18642
18643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18644       conftest$ac_exeext conftest.$ac_ext
18645 LIBS=$ac_check_lib_save_LIBS
18646 fi
18647 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18648 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18649 if test $ac_cv_lib_poll_poll = yes; then
18650   cat >>confdefs.h <<\_ACEOF
18651 #define HAVE_POLL 1
18652 _ACEOF
18653  LIBPOLL="-lpoll"
18654
18655 fi
18656
18657 fi
18658
18659 if test "$ac_cv_func_gethostbyname" = no
18660 then
18661
18662 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
18663 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
18664 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
18665   echo $ECHO_N "(cached) $ECHO_C" >&6
18666 else
18667   ac_check_lib_save_LIBS=$LIBS
18668 LIBS="-lnsl  $LIBS"
18669 cat >conftest.$ac_ext <<_ACEOF
18670 /* confdefs.h.  */
18671 _ACEOF
18672 cat confdefs.h >>conftest.$ac_ext
18673 cat >>conftest.$ac_ext <<_ACEOF
18674 /* end confdefs.h.  */
18675
18676 /* Override any GCC internal prototype to avoid an error.
18677    Use char because int might match the return type of a GCC
18678    builtin and then its argument prototype would still apply.  */
18679 #ifdef __cplusplus
18680 extern "C"
18681 #endif
18682 char gethostbyname ();
18683 int
18684 main ()
18685 {
18686 return gethostbyname ();
18687   ;
18688   return 0;
18689 }
18690 _ACEOF
18691 rm -f conftest.$ac_objext conftest$ac_exeext
18692 if { (ac_try="$ac_link"
18693 case "(($ac_try" in
18694   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18695   *) ac_try_echo=$ac_try;;
18696 esac
18697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18698   (eval "$ac_link") 2>conftest.er1
18699   ac_status=$?
18700   grep -v '^ *+' conftest.er1 >conftest.err
18701   rm -f conftest.er1
18702   cat conftest.err >&5
18703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18704   (exit $ac_status); } &&
18705          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18706   { (case "(($ac_try" in
18707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18708   *) ac_try_echo=$ac_try;;
18709 esac
18710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18711   (eval "$ac_try") 2>&5
18712   ac_status=$?
18713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18714   (exit $ac_status); }; } &&
18715          { ac_try='test -s conftest$ac_exeext'
18716   { (case "(($ac_try" in
18717   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18718   *) ac_try_echo=$ac_try;;
18719 esac
18720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18721   (eval "$ac_try") 2>&5
18722   ac_status=$?
18723   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18724   (exit $ac_status); }; }; then
18725   ac_cv_lib_nsl_gethostbyname=yes
18726 else
18727   echo "$as_me: failed program was:" >&5
18728 sed 's/^/| /' conftest.$ac_ext >&5
18729
18730         ac_cv_lib_nsl_gethostbyname=no
18731 fi
18732
18733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18734       conftest$ac_exeext conftest.$ac_ext
18735 LIBS=$ac_check_lib_save_LIBS
18736 fi
18737 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
18738 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
18739 if test $ac_cv_lib_nsl_gethostbyname = yes; then
18740   cat >>confdefs.h <<_ACEOF
18741 #define HAVE_LIBNSL 1
18742 _ACEOF
18743
18744   LIBS="-lnsl $LIBS"
18745
18746 fi
18747
18748 fi
18749
18750 if test "$ac_cv_func_connect" = no
18751 then
18752
18753 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
18754 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
18755 if test "${ac_cv_lib_socket_connect+set}" = set; then
18756   echo $ECHO_N "(cached) $ECHO_C" >&6
18757 else
18758   ac_check_lib_save_LIBS=$LIBS
18759 LIBS="-lsocket  $LIBS"
18760 cat >conftest.$ac_ext <<_ACEOF
18761 /* confdefs.h.  */
18762 _ACEOF
18763 cat confdefs.h >>conftest.$ac_ext
18764 cat >>conftest.$ac_ext <<_ACEOF
18765 /* end confdefs.h.  */
18766
18767 /* Override any GCC internal prototype to avoid an error.
18768    Use char because int might match the return type of a GCC
18769    builtin and then its argument prototype would still apply.  */
18770 #ifdef __cplusplus
18771 extern "C"
18772 #endif
18773 char connect ();
18774 int
18775 main ()
18776 {
18777 return connect ();
18778   ;
18779   return 0;
18780 }
18781 _ACEOF
18782 rm -f conftest.$ac_objext conftest$ac_exeext
18783 if { (ac_try="$ac_link"
18784 case "(($ac_try" in
18785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18786   *) ac_try_echo=$ac_try;;
18787 esac
18788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18789   (eval "$ac_link") 2>conftest.er1
18790   ac_status=$?
18791   grep -v '^ *+' conftest.er1 >conftest.err
18792   rm -f conftest.er1
18793   cat conftest.err >&5
18794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18795   (exit $ac_status); } &&
18796          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18797   { (case "(($ac_try" in
18798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18799   *) ac_try_echo=$ac_try;;
18800 esac
18801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18802   (eval "$ac_try") 2>&5
18803   ac_status=$?
18804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805   (exit $ac_status); }; } &&
18806          { ac_try='test -s conftest$ac_exeext'
18807   { (case "(($ac_try" in
18808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18809   *) ac_try_echo=$ac_try;;
18810 esac
18811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18812   (eval "$ac_try") 2>&5
18813   ac_status=$?
18814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815   (exit $ac_status); }; }; then
18816   ac_cv_lib_socket_connect=yes
18817 else
18818   echo "$as_me: failed program was:" >&5
18819 sed 's/^/| /' conftest.$ac_ext >&5
18820
18821         ac_cv_lib_socket_connect=no
18822 fi
18823
18824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18825       conftest$ac_exeext conftest.$ac_ext
18826 LIBS=$ac_check_lib_save_LIBS
18827 fi
18828 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
18829 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
18830 if test $ac_cv_lib_socket_connect = yes; then
18831   cat >>confdefs.h <<_ACEOF
18832 #define HAVE_LIBSOCKET 1
18833 _ACEOF
18834
18835   LIBS="-lsocket $LIBS"
18836
18837 fi
18838
18839 fi
18840
18841 if test "$ac_cv_func_inet_aton" = no
18842 then
18843
18844 { echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
18845 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6; }
18846 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
18847   echo $ECHO_N "(cached) $ECHO_C" >&6
18848 else
18849   ac_check_lib_save_LIBS=$LIBS
18850 LIBS="-lresolv  $LIBS"
18851 cat >conftest.$ac_ext <<_ACEOF
18852 /* confdefs.h.  */
18853 _ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h.  */
18857
18858 /* Override any GCC internal prototype to avoid an error.
18859    Use char because int might match the return type of a GCC
18860    builtin and then its argument prototype would still apply.  */
18861 #ifdef __cplusplus
18862 extern "C"
18863 #endif
18864 char inet_aton ();
18865 int
18866 main ()
18867 {
18868 return inet_aton ();
18869   ;
18870   return 0;
18871 }
18872 _ACEOF
18873 rm -f conftest.$ac_objext conftest$ac_exeext
18874 if { (ac_try="$ac_link"
18875 case "(($ac_try" in
18876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18877   *) ac_try_echo=$ac_try;;
18878 esac
18879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18880   (eval "$ac_link") 2>conftest.er1
18881   ac_status=$?
18882   grep -v '^ *+' conftest.er1 >conftest.err
18883   rm -f conftest.er1
18884   cat conftest.err >&5
18885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886   (exit $ac_status); } &&
18887          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18888   { (case "(($ac_try" in
18889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18890   *) ac_try_echo=$ac_try;;
18891 esac
18892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18893   (eval "$ac_try") 2>&5
18894   ac_status=$?
18895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896   (exit $ac_status); }; } &&
18897          { ac_try='test -s conftest$ac_exeext'
18898   { (case "(($ac_try" in
18899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18900   *) ac_try_echo=$ac_try;;
18901 esac
18902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18903   (eval "$ac_try") 2>&5
18904   ac_status=$?
18905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18906   (exit $ac_status); }; }; then
18907   ac_cv_lib_resolv_inet_aton=yes
18908 else
18909   echo "$as_me: failed program was:" >&5
18910 sed 's/^/| /' conftest.$ac_ext >&5
18911
18912         ac_cv_lib_resolv_inet_aton=no
18913 fi
18914
18915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18916       conftest$ac_exeext conftest.$ac_ext
18917 LIBS=$ac_check_lib_save_LIBS
18918 fi
18919 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
18920 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6; }
18921 if test $ac_cv_lib_resolv_inet_aton = yes; then
18922   cat >>confdefs.h <<_ACEOF
18923 #define HAVE_LIBRESOLV 1
18924 _ACEOF
18925
18926   LIBS="-lresolv $LIBS"
18927
18928 fi
18929
18930 fi
18931
18932
18933 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18934 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18935 if test "${ac_cv_c_const+set}" = set; then
18936   echo $ECHO_N "(cached) $ECHO_C" >&6
18937 else
18938   cat >conftest.$ac_ext <<_ACEOF
18939 /* confdefs.h.  */
18940 _ACEOF
18941 cat confdefs.h >>conftest.$ac_ext
18942 cat >>conftest.$ac_ext <<_ACEOF
18943 /* end confdefs.h.  */
18944
18945 int
18946 main ()
18947 {
18948 /* FIXME: Include the comments suggested by Paul. */
18949 #ifndef __cplusplus
18950   /* Ultrix mips cc rejects this.  */
18951   typedef int charset[2];
18952   const charset cs;
18953   /* SunOS 4.1.1 cc rejects this.  */
18954   char const *const *pcpcc;
18955   char **ppc;
18956   /* NEC SVR4.0.2 mips cc rejects this.  */
18957   struct point {int x, y;};
18958   static struct point const zero = {0,0};
18959   /* AIX XL C 1.02.0.0 rejects this.
18960      It does not let you subtract one const X* pointer from another in
18961      an arm of an if-expression whose if-part is not a constant
18962      expression */
18963   const char *g = "string";
18964   pcpcc = &g + (g ? g-g : 0);
18965   /* HPUX 7.0 cc rejects these. */
18966   ++pcpcc;
18967   ppc = (char**) pcpcc;
18968   pcpcc = (char const *const *) ppc;
18969   { /* SCO 3.2v4 cc rejects this.  */
18970     char *t;
18971     char const *s = 0 ? (char *) 0 : (char const *) 0;
18972
18973     *t++ = 0;
18974     if (s) return 0;
18975   }
18976   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
18977     int x[] = {25, 17};
18978     const int *foo = &x[0];
18979     ++foo;
18980   }
18981   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18982     typedef const int *iptr;
18983     iptr p = 0;
18984     ++p;
18985   }
18986   { /* AIX XL C 1.02.0.0 rejects this saying
18987        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18988     struct s { int j; const int *ap[3]; };
18989     struct s *b; b->j = 5;
18990   }
18991   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18992     const int foo = 10;
18993     if (!foo) return 0;
18994   }
18995   return !cs[0] && !zero.x;
18996 #endif
18997
18998   ;
18999   return 0;
19000 }
19001 _ACEOF
19002 rm -f conftest.$ac_objext
19003 if { (ac_try="$ac_compile"
19004 case "(($ac_try" in
19005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19006   *) ac_try_echo=$ac_try;;
19007 esac
19008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19009   (eval "$ac_compile") 2>conftest.er1
19010   ac_status=$?
19011   grep -v '^ *+' conftest.er1 >conftest.err
19012   rm -f conftest.er1
19013   cat conftest.err >&5
19014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19015   (exit $ac_status); } &&
19016          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19017   { (case "(($ac_try" in
19018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19019   *) ac_try_echo=$ac_try;;
19020 esac
19021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19022   (eval "$ac_try") 2>&5
19023   ac_status=$?
19024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025   (exit $ac_status); }; } &&
19026          { ac_try='test -s conftest.$ac_objext'
19027   { (case "(($ac_try" in
19028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19029   *) ac_try_echo=$ac_try;;
19030 esac
19031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19032   (eval "$ac_try") 2>&5
19033   ac_status=$?
19034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035   (exit $ac_status); }; }; then
19036   ac_cv_c_const=yes
19037 else
19038   echo "$as_me: failed program was:" >&5
19039 sed 's/^/| /' conftest.$ac_ext >&5
19040
19041         ac_cv_c_const=no
19042 fi
19043
19044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19045 fi
19046 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19047 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19048 if test $ac_cv_c_const = no; then
19049
19050 cat >>confdefs.h <<\_ACEOF
19051 #define const
19052 _ACEOF
19053
19054 fi
19055
19056 { echo "$as_me:$LINENO: checking for inline" >&5
19057 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19058 if test "${ac_cv_c_inline+set}" = set; then
19059   echo $ECHO_N "(cached) $ECHO_C" >&6
19060 else
19061   ac_cv_c_inline=no
19062 for ac_kw in inline __inline__ __inline; do
19063   cat >conftest.$ac_ext <<_ACEOF
19064 /* confdefs.h.  */
19065 _ACEOF
19066 cat confdefs.h >>conftest.$ac_ext
19067 cat >>conftest.$ac_ext <<_ACEOF
19068 /* end confdefs.h.  */
19069 #ifndef __cplusplus
19070 typedef int foo_t;
19071 static $ac_kw foo_t static_foo () {return 0; }
19072 $ac_kw foo_t foo () {return 0; }
19073 #endif
19074
19075 _ACEOF
19076 rm -f conftest.$ac_objext
19077 if { (ac_try="$ac_compile"
19078 case "(($ac_try" in
19079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19080   *) ac_try_echo=$ac_try;;
19081 esac
19082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19083   (eval "$ac_compile") 2>conftest.er1
19084   ac_status=$?
19085   grep -v '^ *+' conftest.er1 >conftest.err
19086   rm -f conftest.er1
19087   cat conftest.err >&5
19088   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19089   (exit $ac_status); } &&
19090          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19091   { (case "(($ac_try" in
19092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19093   *) ac_try_echo=$ac_try;;
19094 esac
19095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19096   (eval "$ac_try") 2>&5
19097   ac_status=$?
19098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19099   (exit $ac_status); }; } &&
19100          { ac_try='test -s conftest.$ac_objext'
19101   { (case "(($ac_try" in
19102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19103   *) ac_try_echo=$ac_try;;
19104 esac
19105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19106   (eval "$ac_try") 2>&5
19107   ac_status=$?
19108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109   (exit $ac_status); }; }; then
19110   ac_cv_c_inline=$ac_kw
19111 else
19112   echo "$as_me: failed program was:" >&5
19113 sed 's/^/| /' conftest.$ac_ext >&5
19114
19115
19116 fi
19117
19118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19119   test "$ac_cv_c_inline" != no && break
19120 done
19121
19122 fi
19123 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19124 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19125
19126
19127 case $ac_cv_c_inline in
19128   inline | yes) ;;
19129   *)
19130     case $ac_cv_c_inline in
19131       no) ac_val=;;
19132       *) ac_val=$ac_cv_c_inline;;
19133     esac
19134     cat >>confdefs.h <<_ACEOF
19135 #ifndef __cplusplus
19136 #define inline $ac_val
19137 #endif
19138 _ACEOF
19139     ;;
19140 esac
19141
19142 { echo "$as_me:$LINENO: checking for mode_t" >&5
19143 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19144 if test "${ac_cv_type_mode_t+set}" = set; then
19145   echo $ECHO_N "(cached) $ECHO_C" >&6
19146 else
19147   cat >conftest.$ac_ext <<_ACEOF
19148 /* confdefs.h.  */
19149 _ACEOF
19150 cat confdefs.h >>conftest.$ac_ext
19151 cat >>conftest.$ac_ext <<_ACEOF
19152 /* end confdefs.h.  */
19153 $ac_includes_default
19154 typedef mode_t ac__type_new_;
19155 int
19156 main ()
19157 {
19158 if ((ac__type_new_ *) 0)
19159   return 0;
19160 if (sizeof (ac__type_new_))
19161   return 0;
19162   ;
19163   return 0;
19164 }
19165 _ACEOF
19166 rm -f conftest.$ac_objext
19167 if { (ac_try="$ac_compile"
19168 case "(($ac_try" in
19169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19170   *) ac_try_echo=$ac_try;;
19171 esac
19172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19173   (eval "$ac_compile") 2>conftest.er1
19174   ac_status=$?
19175   grep -v '^ *+' conftest.er1 >conftest.err
19176   rm -f conftest.er1
19177   cat conftest.err >&5
19178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179   (exit $ac_status); } &&
19180          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19181   { (case "(($ac_try" in
19182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19183   *) ac_try_echo=$ac_try;;
19184 esac
19185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19186   (eval "$ac_try") 2>&5
19187   ac_status=$?
19188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19189   (exit $ac_status); }; } &&
19190          { ac_try='test -s conftest.$ac_objext'
19191   { (case "(($ac_try" in
19192   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19193   *) ac_try_echo=$ac_try;;
19194 esac
19195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19196   (eval "$ac_try") 2>&5
19197   ac_status=$?
19198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199   (exit $ac_status); }; }; then
19200   ac_cv_type_mode_t=yes
19201 else
19202   echo "$as_me: failed program was:" >&5
19203 sed 's/^/| /' conftest.$ac_ext >&5
19204
19205         ac_cv_type_mode_t=no
19206 fi
19207
19208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19209 fi
19210 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19211 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19212 if test $ac_cv_type_mode_t = yes; then
19213
19214 cat >>confdefs.h <<_ACEOF
19215 #define HAVE_MODE_T 1
19216 _ACEOF
19217
19218
19219 fi
19220 { echo "$as_me:$LINENO: checking for off_t" >&5
19221 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19222 if test "${ac_cv_type_off_t+set}" = set; then
19223   echo $ECHO_N "(cached) $ECHO_C" >&6
19224 else
19225   cat >conftest.$ac_ext <<_ACEOF
19226 /* confdefs.h.  */
19227 _ACEOF
19228 cat confdefs.h >>conftest.$ac_ext
19229 cat >>conftest.$ac_ext <<_ACEOF
19230 /* end confdefs.h.  */
19231 $ac_includes_default
19232 typedef off_t ac__type_new_;
19233 int
19234 main ()
19235 {
19236 if ((ac__type_new_ *) 0)
19237   return 0;
19238 if (sizeof (ac__type_new_))
19239   return 0;
19240   ;
19241   return 0;
19242 }
19243 _ACEOF
19244 rm -f conftest.$ac_objext
19245 if { (ac_try="$ac_compile"
19246 case "(($ac_try" in
19247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19248   *) ac_try_echo=$ac_try;;
19249 esac
19250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19251   (eval "$ac_compile") 2>conftest.er1
19252   ac_status=$?
19253   grep -v '^ *+' conftest.er1 >conftest.err
19254   rm -f conftest.er1
19255   cat conftest.err >&5
19256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257   (exit $ac_status); } &&
19258          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19259   { (case "(($ac_try" in
19260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19261   *) ac_try_echo=$ac_try;;
19262 esac
19263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19264   (eval "$ac_try") 2>&5
19265   ac_status=$?
19266   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267   (exit $ac_status); }; } &&
19268          { ac_try='test -s conftest.$ac_objext'
19269   { (case "(($ac_try" in
19270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19271   *) ac_try_echo=$ac_try;;
19272 esac
19273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19274   (eval "$ac_try") 2>&5
19275   ac_status=$?
19276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19277   (exit $ac_status); }; }; then
19278   ac_cv_type_off_t=yes
19279 else
19280   echo "$as_me: failed program was:" >&5
19281 sed 's/^/| /' conftest.$ac_ext >&5
19282
19283         ac_cv_type_off_t=no
19284 fi
19285
19286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19287 fi
19288 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19289 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19290 if test $ac_cv_type_off_t = yes; then
19291
19292 cat >>confdefs.h <<_ACEOF
19293 #define HAVE_OFF_T 1
19294 _ACEOF
19295
19296
19297 fi
19298 { echo "$as_me:$LINENO: checking for pid_t" >&5
19299 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19300 if test "${ac_cv_type_pid_t+set}" = set; then
19301   echo $ECHO_N "(cached) $ECHO_C" >&6
19302 else
19303   cat >conftest.$ac_ext <<_ACEOF
19304 /* confdefs.h.  */
19305 _ACEOF
19306 cat confdefs.h >>conftest.$ac_ext
19307 cat >>conftest.$ac_ext <<_ACEOF
19308 /* end confdefs.h.  */
19309 $ac_includes_default
19310 typedef pid_t ac__type_new_;
19311 int
19312 main ()
19313 {
19314 if ((ac__type_new_ *) 0)
19315   return 0;
19316 if (sizeof (ac__type_new_))
19317   return 0;
19318   ;
19319   return 0;
19320 }
19321 _ACEOF
19322 rm -f conftest.$ac_objext
19323 if { (ac_try="$ac_compile"
19324 case "(($ac_try" in
19325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19326   *) ac_try_echo=$ac_try;;
19327 esac
19328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19329   (eval "$ac_compile") 2>conftest.er1
19330   ac_status=$?
19331   grep -v '^ *+' conftest.er1 >conftest.err
19332   rm -f conftest.er1
19333   cat conftest.err >&5
19334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335   (exit $ac_status); } &&
19336          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19337   { (case "(($ac_try" in
19338   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339   *) ac_try_echo=$ac_try;;
19340 esac
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342   (eval "$ac_try") 2>&5
19343   ac_status=$?
19344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19345   (exit $ac_status); }; } &&
19346          { ac_try='test -s conftest.$ac_objext'
19347   { (case "(($ac_try" in
19348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19349   *) ac_try_echo=$ac_try;;
19350 esac
19351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19352   (eval "$ac_try") 2>&5
19353   ac_status=$?
19354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355   (exit $ac_status); }; }; then
19356   ac_cv_type_pid_t=yes
19357 else
19358   echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19360
19361         ac_cv_type_pid_t=no
19362 fi
19363
19364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19365 fi
19366 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19367 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19368 if test $ac_cv_type_pid_t = yes; then
19369
19370 cat >>confdefs.h <<_ACEOF
19371 #define HAVE_PID_T 1
19372 _ACEOF
19373
19374
19375 fi
19376 { echo "$as_me:$LINENO: checking for size_t" >&5
19377 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19378 if test "${ac_cv_type_size_t+set}" = set; then
19379   echo $ECHO_N "(cached) $ECHO_C" >&6
19380 else
19381   cat >conftest.$ac_ext <<_ACEOF
19382 /* confdefs.h.  */
19383 _ACEOF
19384 cat confdefs.h >>conftest.$ac_ext
19385 cat >>conftest.$ac_ext <<_ACEOF
19386 /* end confdefs.h.  */
19387 $ac_includes_default
19388 typedef size_t ac__type_new_;
19389 int
19390 main ()
19391 {
19392 if ((ac__type_new_ *) 0)
19393   return 0;
19394 if (sizeof (ac__type_new_))
19395   return 0;
19396   ;
19397   return 0;
19398 }
19399 _ACEOF
19400 rm -f conftest.$ac_objext
19401 if { (ac_try="$ac_compile"
19402 case "(($ac_try" in
19403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19404   *) ac_try_echo=$ac_try;;
19405 esac
19406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19407   (eval "$ac_compile") 2>conftest.er1
19408   ac_status=$?
19409   grep -v '^ *+' conftest.er1 >conftest.err
19410   rm -f conftest.er1
19411   cat conftest.err >&5
19412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19413   (exit $ac_status); } &&
19414          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19415   { (case "(($ac_try" in
19416   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19417   *) ac_try_echo=$ac_try;;
19418 esac
19419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19420   (eval "$ac_try") 2>&5
19421   ac_status=$?
19422   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19423   (exit $ac_status); }; } &&
19424          { ac_try='test -s conftest.$ac_objext'
19425   { (case "(($ac_try" in
19426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19427   *) ac_try_echo=$ac_try;;
19428 esac
19429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19430   (eval "$ac_try") 2>&5
19431   ac_status=$?
19432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19433   (exit $ac_status); }; }; then
19434   ac_cv_type_size_t=yes
19435 else
19436   echo "$as_me: failed program was:" >&5
19437 sed 's/^/| /' conftest.$ac_ext >&5
19438
19439         ac_cv_type_size_t=no
19440 fi
19441
19442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19443 fi
19444 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19445 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19446 if test $ac_cv_type_size_t = yes; then
19447
19448 cat >>confdefs.h <<_ACEOF
19449 #define HAVE_SIZE_T 1
19450 _ACEOF
19451
19452
19453 fi
19454 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19455 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19456 if test "${ac_cv_type_ssize_t+set}" = set; then
19457   echo $ECHO_N "(cached) $ECHO_C" >&6
19458 else
19459   cat >conftest.$ac_ext <<_ACEOF
19460 /* confdefs.h.  */
19461 _ACEOF
19462 cat confdefs.h >>conftest.$ac_ext
19463 cat >>conftest.$ac_ext <<_ACEOF
19464 /* end confdefs.h.  */
19465 $ac_includes_default
19466 typedef ssize_t ac__type_new_;
19467 int
19468 main ()
19469 {
19470 if ((ac__type_new_ *) 0)
19471   return 0;
19472 if (sizeof (ac__type_new_))
19473   return 0;
19474   ;
19475   return 0;
19476 }
19477 _ACEOF
19478 rm -f conftest.$ac_objext
19479 if { (ac_try="$ac_compile"
19480 case "(($ac_try" in
19481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19482   *) ac_try_echo=$ac_try;;
19483 esac
19484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19485   (eval "$ac_compile") 2>conftest.er1
19486   ac_status=$?
19487   grep -v '^ *+' conftest.er1 >conftest.err
19488   rm -f conftest.er1
19489   cat conftest.err >&5
19490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491   (exit $ac_status); } &&
19492          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19493   { (case "(($ac_try" in
19494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19495   *) ac_try_echo=$ac_try;;
19496 esac
19497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19498   (eval "$ac_try") 2>&5
19499   ac_status=$?
19500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19501   (exit $ac_status); }; } &&
19502          { ac_try='test -s conftest.$ac_objext'
19503   { (case "(($ac_try" in
19504   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19505   *) ac_try_echo=$ac_try;;
19506 esac
19507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19508   (eval "$ac_try") 2>&5
19509   ac_status=$?
19510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511   (exit $ac_status); }; }; then
19512   ac_cv_type_ssize_t=yes
19513 else
19514   echo "$as_me: failed program was:" >&5
19515 sed 's/^/| /' conftest.$ac_ext >&5
19516
19517         ac_cv_type_ssize_t=no
19518 fi
19519
19520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19521 fi
19522 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19523 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19524 if test $ac_cv_type_ssize_t = yes; then
19525
19526 cat >>confdefs.h <<_ACEOF
19527 #define HAVE_SSIZE_T 1
19528 _ACEOF
19529
19530
19531 fi
19532 { echo "$as_me:$LINENO: checking for long long" >&5
19533 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19534 if test "${ac_cv_type_long_long+set}" = set; then
19535   echo $ECHO_N "(cached) $ECHO_C" >&6
19536 else
19537   cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h.  */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h.  */
19543 $ac_includes_default
19544 typedef long long ac__type_new_;
19545 int
19546 main ()
19547 {
19548 if ((ac__type_new_ *) 0)
19549   return 0;
19550 if (sizeof (ac__type_new_))
19551   return 0;
19552   ;
19553   return 0;
19554 }
19555 _ACEOF
19556 rm -f conftest.$ac_objext
19557 if { (ac_try="$ac_compile"
19558 case "(($ac_try" in
19559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19560   *) ac_try_echo=$ac_try;;
19561 esac
19562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19563   (eval "$ac_compile") 2>conftest.er1
19564   ac_status=$?
19565   grep -v '^ *+' conftest.er1 >conftest.err
19566   rm -f conftest.er1
19567   cat conftest.err >&5
19568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19569   (exit $ac_status); } &&
19570          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19571   { (case "(($ac_try" in
19572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19573   *) ac_try_echo=$ac_try;;
19574 esac
19575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19576   (eval "$ac_try") 2>&5
19577   ac_status=$?
19578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19579   (exit $ac_status); }; } &&
19580          { ac_try='test -s conftest.$ac_objext'
19581   { (case "(($ac_try" in
19582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19583   *) ac_try_echo=$ac_try;;
19584 esac
19585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19586   (eval "$ac_try") 2>&5
19587   ac_status=$?
19588   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589   (exit $ac_status); }; }; then
19590   ac_cv_type_long_long=yes
19591 else
19592   echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.$ac_ext >&5
19594
19595         ac_cv_type_long_long=no
19596 fi
19597
19598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19599 fi
19600 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19601 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19602 if test $ac_cv_type_long_long = yes; then
19603
19604 cat >>confdefs.h <<_ACEOF
19605 #define HAVE_LONG_LONG 1
19606 _ACEOF
19607
19608
19609 fi
19610 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19611 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19612 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19613   echo $ECHO_N "(cached) $ECHO_C" >&6
19614 else
19615   cat >conftest.$ac_ext <<_ACEOF
19616 /* confdefs.h.  */
19617 _ACEOF
19618 cat confdefs.h >>conftest.$ac_ext
19619 cat >>conftest.$ac_ext <<_ACEOF
19620 /* end confdefs.h.  */
19621 $ac_includes_default
19622 typedef fsblkcnt_t ac__type_new_;
19623 int
19624 main ()
19625 {
19626 if ((ac__type_new_ *) 0)
19627   return 0;
19628 if (sizeof (ac__type_new_))
19629   return 0;
19630   ;
19631   return 0;
19632 }
19633 _ACEOF
19634 rm -f conftest.$ac_objext
19635 if { (ac_try="$ac_compile"
19636 case "(($ac_try" in
19637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19638   *) ac_try_echo=$ac_try;;
19639 esac
19640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19641   (eval "$ac_compile") 2>conftest.er1
19642   ac_status=$?
19643   grep -v '^ *+' conftest.er1 >conftest.err
19644   rm -f conftest.er1
19645   cat conftest.err >&5
19646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19647   (exit $ac_status); } &&
19648          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19649   { (case "(($ac_try" in
19650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19651   *) ac_try_echo=$ac_try;;
19652 esac
19653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19654   (eval "$ac_try") 2>&5
19655   ac_status=$?
19656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657   (exit $ac_status); }; } &&
19658          { ac_try='test -s conftest.$ac_objext'
19659   { (case "(($ac_try" in
19660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19661   *) ac_try_echo=$ac_try;;
19662 esac
19663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19664   (eval "$ac_try") 2>&5
19665   ac_status=$?
19666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19667   (exit $ac_status); }; }; then
19668   ac_cv_type_fsblkcnt_t=yes
19669 else
19670   echo "$as_me: failed program was:" >&5
19671 sed 's/^/| /' conftest.$ac_ext >&5
19672
19673         ac_cv_type_fsblkcnt_t=no
19674 fi
19675
19676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19677 fi
19678 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19679 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19680 if test $ac_cv_type_fsblkcnt_t = yes; then
19681
19682 cat >>confdefs.h <<_ACEOF
19683 #define HAVE_FSBLKCNT_T 1
19684 _ACEOF
19685
19686
19687 fi
19688 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19689 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19690 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19691   echo $ECHO_N "(cached) $ECHO_C" >&6
19692 else
19693   cat >conftest.$ac_ext <<_ACEOF
19694 /* confdefs.h.  */
19695 _ACEOF
19696 cat confdefs.h >>conftest.$ac_ext
19697 cat >>conftest.$ac_ext <<_ACEOF
19698 /* end confdefs.h.  */
19699 $ac_includes_default
19700 typedef fsfilcnt_t ac__type_new_;
19701 int
19702 main ()
19703 {
19704 if ((ac__type_new_ *) 0)
19705   return 0;
19706 if (sizeof (ac__type_new_))
19707   return 0;
19708   ;
19709   return 0;
19710 }
19711 _ACEOF
19712 rm -f conftest.$ac_objext
19713 if { (ac_try="$ac_compile"
19714 case "(($ac_try" in
19715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19716   *) ac_try_echo=$ac_try;;
19717 esac
19718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19719   (eval "$ac_compile") 2>conftest.er1
19720   ac_status=$?
19721   grep -v '^ *+' conftest.er1 >conftest.err
19722   rm -f conftest.er1
19723   cat conftest.err >&5
19724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19725   (exit $ac_status); } &&
19726          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19727   { (case "(($ac_try" in
19728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19729   *) ac_try_echo=$ac_try;;
19730 esac
19731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19732   (eval "$ac_try") 2>&5
19733   ac_status=$?
19734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19735   (exit $ac_status); }; } &&
19736          { ac_try='test -s conftest.$ac_objext'
19737   { (case "(($ac_try" in
19738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19739   *) ac_try_echo=$ac_try;;
19740 esac
19741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19742   (eval "$ac_try") 2>&5
19743   ac_status=$?
19744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745   (exit $ac_status); }; }; then
19746   ac_cv_type_fsfilcnt_t=yes
19747 else
19748   echo "$as_me: failed program was:" >&5
19749 sed 's/^/| /' conftest.$ac_ext >&5
19750
19751         ac_cv_type_fsfilcnt_t=no
19752 fi
19753
19754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19755 fi
19756 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19757 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19758 if test $ac_cv_type_fsfilcnt_t = yes; then
19759
19760 cat >>confdefs.h <<_ACEOF
19761 #define HAVE_FSFILCNT_T 1
19762 _ACEOF
19763
19764
19765 fi
19766
19767 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19768 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19769 if test "${ac_cv_type_sigset_t+set}" = set; then
19770   echo $ECHO_N "(cached) $ECHO_C" >&6
19771 else
19772   cat >conftest.$ac_ext <<_ACEOF
19773 /* confdefs.h.  */
19774 _ACEOF
19775 cat confdefs.h >>conftest.$ac_ext
19776 cat >>conftest.$ac_ext <<_ACEOF
19777 /* end confdefs.h.  */
19778 #include <signal.h>
19779
19780 typedef sigset_t ac__type_new_;
19781 int
19782 main ()
19783 {
19784 if ((ac__type_new_ *) 0)
19785   return 0;
19786 if (sizeof (ac__type_new_))
19787   return 0;
19788   ;
19789   return 0;
19790 }
19791 _ACEOF
19792 rm -f conftest.$ac_objext
19793 if { (ac_try="$ac_compile"
19794 case "(($ac_try" in
19795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19796   *) ac_try_echo=$ac_try;;
19797 esac
19798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19799   (eval "$ac_compile") 2>conftest.er1
19800   ac_status=$?
19801   grep -v '^ *+' conftest.er1 >conftest.err
19802   rm -f conftest.er1
19803   cat conftest.err >&5
19804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19805   (exit $ac_status); } &&
19806          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19807   { (case "(($ac_try" in
19808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19809   *) ac_try_echo=$ac_try;;
19810 esac
19811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19812   (eval "$ac_try") 2>&5
19813   ac_status=$?
19814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19815   (exit $ac_status); }; } &&
19816          { ac_try='test -s conftest.$ac_objext'
19817   { (case "(($ac_try" in
19818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19819   *) ac_try_echo=$ac_try;;
19820 esac
19821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19822   (eval "$ac_try") 2>&5
19823   ac_status=$?
19824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825   (exit $ac_status); }; }; then
19826   ac_cv_type_sigset_t=yes
19827 else
19828   echo "$as_me: failed program was:" >&5
19829 sed 's/^/| /' conftest.$ac_ext >&5
19830
19831         ac_cv_type_sigset_t=no
19832 fi
19833
19834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19835 fi
19836 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19837 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19838 if test $ac_cv_type_sigset_t = yes; then
19839
19840 cat >>confdefs.h <<_ACEOF
19841 #define HAVE_SIGSET_T 1
19842 _ACEOF
19843
19844
19845 fi
19846
19847 { echo "$as_me:$LINENO: checking for request_sense" >&5
19848 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19849 if test "${ac_cv_type_request_sense+set}" = set; then
19850   echo $ECHO_N "(cached) $ECHO_C" >&6
19851 else
19852   cat >conftest.$ac_ext <<_ACEOF
19853 /* confdefs.h.  */
19854 _ACEOF
19855 cat confdefs.h >>conftest.$ac_ext
19856 cat >>conftest.$ac_ext <<_ACEOF
19857 /* end confdefs.h.  */
19858 #include <linux/cdrom.h>
19859
19860 typedef request_sense ac__type_new_;
19861 int
19862 main ()
19863 {
19864 if ((ac__type_new_ *) 0)
19865   return 0;
19866 if (sizeof (ac__type_new_))
19867   return 0;
19868   ;
19869   return 0;
19870 }
19871 _ACEOF
19872 rm -f conftest.$ac_objext
19873 if { (ac_try="$ac_compile"
19874 case "(($ac_try" in
19875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19876   *) ac_try_echo=$ac_try;;
19877 esac
19878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19879   (eval "$ac_compile") 2>conftest.er1
19880   ac_status=$?
19881   grep -v '^ *+' conftest.er1 >conftest.err
19882   rm -f conftest.er1
19883   cat conftest.err >&5
19884   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19885   (exit $ac_status); } &&
19886          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19887   { (case "(($ac_try" in
19888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19889   *) ac_try_echo=$ac_try;;
19890 esac
19891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19892   (eval "$ac_try") 2>&5
19893   ac_status=$?
19894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19895   (exit $ac_status); }; } &&
19896          { ac_try='test -s conftest.$ac_objext'
19897   { (case "(($ac_try" in
19898   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19899   *) ac_try_echo=$ac_try;;
19900 esac
19901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19902   (eval "$ac_try") 2>&5
19903   ac_status=$?
19904   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905   (exit $ac_status); }; }; then
19906   ac_cv_type_request_sense=yes
19907 else
19908   echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.$ac_ext >&5
19910
19911         ac_cv_type_request_sense=no
19912 fi
19913
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19915 fi
19916 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19917 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19918 if test $ac_cv_type_request_sense = yes; then
19919
19920 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_REQUEST_SENSE 1
19922 _ACEOF
19923
19924
19925 fi
19926
19927
19928 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19929 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19930 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19931   echo $ECHO_N "(cached) $ECHO_C" >&6
19932 else
19933   cat >conftest.$ac_ext <<_ACEOF
19934 /* confdefs.h.  */
19935 _ACEOF
19936 cat confdefs.h >>conftest.$ac_ext
19937 cat >>conftest.$ac_ext <<_ACEOF
19938 /* end confdefs.h.  */
19939 #ifdef HAVE_LINUX_INPUT_H
19940 #include <linux/input.h>
19941 #endif
19942
19943 int
19944 main ()
19945 {
19946 static struct ff_effect ac_aggr;
19947 if (ac_aggr.direction)
19948 return 0;
19949   ;
19950   return 0;
19951 }
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957   *) ac_try_echo=$ac_try;;
19958 esac
19959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19960   (eval "$ac_compile") 2>conftest.er1
19961   ac_status=$?
19962   grep -v '^ *+' conftest.er1 >conftest.err
19963   rm -f conftest.er1
19964   cat conftest.err >&5
19965   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966   (exit $ac_status); } &&
19967          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19968   { (case "(($ac_try" in
19969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19970   *) ac_try_echo=$ac_try;;
19971 esac
19972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19973   (eval "$ac_try") 2>&5
19974   ac_status=$?
19975   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19976   (exit $ac_status); }; } &&
19977          { ac_try='test -s conftest.$ac_objext'
19978   { (case "(($ac_try" in
19979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19980   *) ac_try_echo=$ac_try;;
19981 esac
19982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19983   (eval "$ac_try") 2>&5
19984   ac_status=$?
19985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19986   (exit $ac_status); }; }; then
19987   ac_cv_member_struct_ff_effect_direction=yes
19988 else
19989   echo "$as_me: failed program was:" >&5
19990 sed 's/^/| /' conftest.$ac_ext >&5
19991
19992         cat >conftest.$ac_ext <<_ACEOF
19993 /* confdefs.h.  */
19994 _ACEOF
19995 cat confdefs.h >>conftest.$ac_ext
19996 cat >>conftest.$ac_ext <<_ACEOF
19997 /* end confdefs.h.  */
19998 #ifdef HAVE_LINUX_INPUT_H
19999 #include <linux/input.h>
20000 #endif
20001
20002 int
20003 main ()
20004 {
20005 static struct ff_effect ac_aggr;
20006 if (sizeof ac_aggr.direction)
20007 return 0;
20008   ;
20009   return 0;
20010 }
20011 _ACEOF
20012 rm -f conftest.$ac_objext
20013 if { (ac_try="$ac_compile"
20014 case "(($ac_try" in
20015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20016   *) ac_try_echo=$ac_try;;
20017 esac
20018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20019   (eval "$ac_compile") 2>conftest.er1
20020   ac_status=$?
20021   grep -v '^ *+' conftest.er1 >conftest.err
20022   rm -f conftest.er1
20023   cat conftest.err >&5
20024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20025   (exit $ac_status); } &&
20026          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20027   { (case "(($ac_try" in
20028   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20029   *) ac_try_echo=$ac_try;;
20030 esac
20031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20032   (eval "$ac_try") 2>&5
20033   ac_status=$?
20034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035   (exit $ac_status); }; } &&
20036          { ac_try='test -s conftest.$ac_objext'
20037   { (case "(($ac_try" in
20038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20039   *) ac_try_echo=$ac_try;;
20040 esac
20041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20042   (eval "$ac_try") 2>&5
20043   ac_status=$?
20044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20045   (exit $ac_status); }; }; then
20046   ac_cv_member_struct_ff_effect_direction=yes
20047 else
20048   echo "$as_me: failed program was:" >&5
20049 sed 's/^/| /' conftest.$ac_ext >&5
20050
20051         ac_cv_member_struct_ff_effect_direction=no
20052 fi
20053
20054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20055 fi
20056
20057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20058 fi
20059 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20060 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20061 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20062
20063 cat >>confdefs.h <<_ACEOF
20064 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20065 _ACEOF
20066
20067
20068 fi
20069
20070
20071 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20072 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20073 if test "${wine_cv_have_sigaddset+set}" = set; then
20074   echo $ECHO_N "(cached) $ECHO_C" >&6
20075 else
20076   cat >conftest.$ac_ext <<_ACEOF
20077 /* confdefs.h.  */
20078 _ACEOF
20079 cat confdefs.h >>conftest.$ac_ext
20080 cat >>conftest.$ac_ext <<_ACEOF
20081 /* end confdefs.h.  */
20082 #include <signal.h>
20083 int
20084 main ()
20085 {
20086 sigset_t set; sigaddset(&set,SIGTERM);
20087   ;
20088   return 0;
20089 }
20090 _ACEOF
20091 rm -f conftest.$ac_objext conftest$ac_exeext
20092 if { (ac_try="$ac_link"
20093 case "(($ac_try" in
20094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20095   *) ac_try_echo=$ac_try;;
20096 esac
20097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20098   (eval "$ac_link") 2>conftest.er1
20099   ac_status=$?
20100   grep -v '^ *+' conftest.er1 >conftest.err
20101   rm -f conftest.er1
20102   cat conftest.err >&5
20103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104   (exit $ac_status); } &&
20105          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20106   { (case "(($ac_try" in
20107   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108   *) ac_try_echo=$ac_try;;
20109 esac
20110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20111   (eval "$ac_try") 2>&5
20112   ac_status=$?
20113   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114   (exit $ac_status); }; } &&
20115          { ac_try='test -s conftest$ac_exeext'
20116   { (case "(($ac_try" in
20117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20118   *) ac_try_echo=$ac_try;;
20119 esac
20120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20121   (eval "$ac_try") 2>&5
20122   ac_status=$?
20123   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20124   (exit $ac_status); }; }; then
20125   wine_cv_have_sigaddset=yes
20126 else
20127   echo "$as_me: failed program was:" >&5
20128 sed 's/^/| /' conftest.$ac_ext >&5
20129
20130         wine_cv_have_sigaddset=no
20131 fi
20132
20133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20134       conftest$ac_exeext conftest.$ac_ext
20135 fi
20136 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20137 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20138 if test "$wine_cv_have_sigaddset" = "yes"
20139 then
20140
20141 cat >>confdefs.h <<\_ACEOF
20142 #define HAVE_SIGADDSET 1
20143 _ACEOF
20144
20145 fi
20146
20147
20148 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20149 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20150 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20151   echo $ECHO_N "(cached) $ECHO_C" >&6
20152 else
20153   cat >conftest.$ac_ext <<_ACEOF
20154 /* confdefs.h.  */
20155 _ACEOF
20156 cat confdefs.h >>conftest.$ac_ext
20157 cat >>conftest.$ac_ext <<_ACEOF
20158 /* end confdefs.h.  */
20159
20160 #include <netdb.h>
20161
20162 int
20163 main ()
20164 {
20165
20166     char *name=NULL;
20167     struct hostent he;
20168     struct hostent *result;
20169     char *buf=NULL;
20170     int bufsize=0;
20171     int res,errnr;
20172     char *addr=NULL;
20173     int addrlen=0;
20174     int addrtype=0;
20175     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20176     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20177
20178   ;
20179   return 0;
20180 }
20181 _ACEOF
20182 rm -f conftest.$ac_objext conftest$ac_exeext
20183 if { (ac_try="$ac_link"
20184 case "(($ac_try" in
20185   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20186   *) ac_try_echo=$ac_try;;
20187 esac
20188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20189   (eval "$ac_link") 2>conftest.er1
20190   ac_status=$?
20191   grep -v '^ *+' conftest.er1 >conftest.err
20192   rm -f conftest.er1
20193   cat conftest.err >&5
20194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20195   (exit $ac_status); } &&
20196          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20197   { (case "(($ac_try" in
20198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20199   *) ac_try_echo=$ac_try;;
20200 esac
20201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20202   (eval "$ac_try") 2>&5
20203   ac_status=$?
20204   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20205   (exit $ac_status); }; } &&
20206          { ac_try='test -s conftest$ac_exeext'
20207   { (case "(($ac_try" in
20208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20209   *) ac_try_echo=$ac_try;;
20210 esac
20211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20212   (eval "$ac_try") 2>&5
20213   ac_status=$?
20214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20215   (exit $ac_status); }; }; then
20216   wine_cv_linux_gethostbyname_r_6=yes
20217 else
20218   echo "$as_me: failed program was:" >&5
20219 sed 's/^/| /' conftest.$ac_ext >&5
20220
20221         wine_cv_linux_gethostbyname_r_6=no
20222
20223 fi
20224
20225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20226       conftest$ac_exeext conftest.$ac_ext
20227
20228 fi
20229 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20230 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20231    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20232    then
20233
20234 cat >>confdefs.h <<\_ACEOF
20235 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20236 _ACEOF
20237
20238    fi
20239
20240 if test "$ac_cv_header_linux_joystick_h" = "yes"
20241 then
20242    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20243 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20244 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20245   echo $ECHO_N "(cached) $ECHO_C" >&6
20246 else
20247   cat >conftest.$ac_ext <<_ACEOF
20248 /* confdefs.h.  */
20249 _ACEOF
20250 cat confdefs.h >>conftest.$ac_ext
20251 cat >>conftest.$ac_ext <<_ACEOF
20252 /* end confdefs.h.  */
20253
20254         #include <sys/ioctl.h>
20255         #include <linux/joystick.h>
20256
20257         struct js_event blub;
20258         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20259         #error "no 2.2 header"
20260         #endif
20261
20262 int
20263 main ()
20264 {
20265 /*empty*/
20266   ;
20267   return 0;
20268 }
20269 _ACEOF
20270 rm -f conftest.$ac_objext
20271 if { (ac_try="$ac_compile"
20272 case "(($ac_try" in
20273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274   *) ac_try_echo=$ac_try;;
20275 esac
20276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20277   (eval "$ac_compile") 2>conftest.er1
20278   ac_status=$?
20279   grep -v '^ *+' conftest.er1 >conftest.err
20280   rm -f conftest.er1
20281   cat conftest.err >&5
20282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20283   (exit $ac_status); } &&
20284          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20285   { (case "(($ac_try" in
20286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20287   *) ac_try_echo=$ac_try;;
20288 esac
20289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20290   (eval "$ac_try") 2>&5
20291   ac_status=$?
20292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293   (exit $ac_status); }; } &&
20294          { ac_try='test -s conftest.$ac_objext'
20295   { (case "(($ac_try" in
20296   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20297   *) ac_try_echo=$ac_try;;
20298 esac
20299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20300   (eval "$ac_try") 2>&5
20301   ac_status=$?
20302   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20303   (exit $ac_status); }; }; then
20304   wine_cv_linux_joystick_22_api=yes
20305 else
20306   echo "$as_me: failed program was:" >&5
20307 sed 's/^/| /' conftest.$ac_ext >&5
20308
20309         wine_cv_linux_joystick_22_api=no
20310 fi
20311
20312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20313
20314 fi
20315 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20316 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20317    if test "$wine_cv_linux_joystick_22_api" = "yes"
20318    then
20319
20320 cat >>confdefs.h <<\_ACEOF
20321 #define HAVE_LINUX_22_JOYSTICK_API 1
20322 _ACEOF
20323
20324    fi
20325 fi
20326
20327
20328 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20329 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20330 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20331   echo $ECHO_N "(cached) $ECHO_C" >&6
20332 else
20333   cat >conftest.$ac_ext <<_ACEOF
20334 /* confdefs.h.  */
20335 _ACEOF
20336 cat confdefs.h >>conftest.$ac_ext
20337 cat >>conftest.$ac_ext <<_ACEOF
20338 /* end confdefs.h.  */
20339 #include <sys/types.h>
20340 #ifdef HAVE_SYS_PARAM_H
20341 # include <sys/param.h>
20342 #endif
20343 #ifdef HAVE_SYS_MOUNT_H
20344 # include <sys/mount.h>
20345 #endif
20346 #ifdef HAVE_SYS_VFS_H
20347 # include <sys/vfs.h>
20348 #endif
20349 #ifdef HAVE_SYS_STATFS_H
20350 # include <sys/statfs.h>
20351 #endif
20352
20353 int
20354 main ()
20355 {
20356 static struct statfs ac_aggr;
20357 if (ac_aggr.f_bfree)
20358 return 0;
20359   ;
20360   return 0;
20361 }
20362 _ACEOF
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20367   *) ac_try_echo=$ac_try;;
20368 esac
20369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20370   (eval "$ac_compile") 2>conftest.er1
20371   ac_status=$?
20372   grep -v '^ *+' conftest.er1 >conftest.err
20373   rm -f conftest.er1
20374   cat conftest.err >&5
20375   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376   (exit $ac_status); } &&
20377          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20378   { (case "(($ac_try" in
20379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20380   *) ac_try_echo=$ac_try;;
20381 esac
20382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20383   (eval "$ac_try") 2>&5
20384   ac_status=$?
20385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386   (exit $ac_status); }; } &&
20387          { ac_try='test -s conftest.$ac_objext'
20388   { (case "(($ac_try" in
20389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20390   *) ac_try_echo=$ac_try;;
20391 esac
20392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20393   (eval "$ac_try") 2>&5
20394   ac_status=$?
20395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20396   (exit $ac_status); }; }; then
20397   ac_cv_member_struct_statfs_f_bfree=yes
20398 else
20399   echo "$as_me: failed program was:" >&5
20400 sed 's/^/| /' conftest.$ac_ext >&5
20401
20402         cat >conftest.$ac_ext <<_ACEOF
20403 /* confdefs.h.  */
20404 _ACEOF
20405 cat confdefs.h >>conftest.$ac_ext
20406 cat >>conftest.$ac_ext <<_ACEOF
20407 /* end confdefs.h.  */
20408 #include <sys/types.h>
20409 #ifdef HAVE_SYS_PARAM_H
20410 # include <sys/param.h>
20411 #endif
20412 #ifdef HAVE_SYS_MOUNT_H
20413 # include <sys/mount.h>
20414 #endif
20415 #ifdef HAVE_SYS_VFS_H
20416 # include <sys/vfs.h>
20417 #endif
20418 #ifdef HAVE_SYS_STATFS_H
20419 # include <sys/statfs.h>
20420 #endif
20421
20422 int
20423 main ()
20424 {
20425 static struct statfs ac_aggr;
20426 if (sizeof ac_aggr.f_bfree)
20427 return 0;
20428   ;
20429   return 0;
20430 }
20431 _ACEOF
20432 rm -f conftest.$ac_objext
20433 if { (ac_try="$ac_compile"
20434 case "(($ac_try" in
20435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20436   *) ac_try_echo=$ac_try;;
20437 esac
20438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20439   (eval "$ac_compile") 2>conftest.er1
20440   ac_status=$?
20441   grep -v '^ *+' conftest.er1 >conftest.err
20442   rm -f conftest.er1
20443   cat conftest.err >&5
20444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445   (exit $ac_status); } &&
20446          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20447   { (case "(($ac_try" in
20448   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20449   *) ac_try_echo=$ac_try;;
20450 esac
20451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452   (eval "$ac_try") 2>&5
20453   ac_status=$?
20454   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20455   (exit $ac_status); }; } &&
20456          { ac_try='test -s conftest.$ac_objext'
20457   { (case "(($ac_try" in
20458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20459   *) ac_try_echo=$ac_try;;
20460 esac
20461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20462   (eval "$ac_try") 2>&5
20463   ac_status=$?
20464   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20465   (exit $ac_status); }; }; then
20466   ac_cv_member_struct_statfs_f_bfree=yes
20467 else
20468   echo "$as_me: failed program was:" >&5
20469 sed 's/^/| /' conftest.$ac_ext >&5
20470
20471         ac_cv_member_struct_statfs_f_bfree=no
20472 fi
20473
20474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20475 fi
20476
20477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20478 fi
20479 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20480 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20481 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20482
20483 cat >>confdefs.h <<_ACEOF
20484 #define HAVE_STRUCT_STATFS_F_BFREE 1
20485 _ACEOF
20486
20487
20488 fi
20489 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20490 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20491 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20492   echo $ECHO_N "(cached) $ECHO_C" >&6
20493 else
20494   cat >conftest.$ac_ext <<_ACEOF
20495 /* confdefs.h.  */
20496 _ACEOF
20497 cat confdefs.h >>conftest.$ac_ext
20498 cat >>conftest.$ac_ext <<_ACEOF
20499 /* end confdefs.h.  */
20500 #include <sys/types.h>
20501 #ifdef HAVE_SYS_PARAM_H
20502 # include <sys/param.h>
20503 #endif
20504 #ifdef HAVE_SYS_MOUNT_H
20505 # include <sys/mount.h>
20506 #endif
20507 #ifdef HAVE_SYS_VFS_H
20508 # include <sys/vfs.h>
20509 #endif
20510 #ifdef HAVE_SYS_STATFS_H
20511 # include <sys/statfs.h>
20512 #endif
20513
20514 int
20515 main ()
20516 {
20517 static struct statfs ac_aggr;
20518 if (ac_aggr.f_bavail)
20519 return 0;
20520   ;
20521   return 0;
20522 }
20523 _ACEOF
20524 rm -f conftest.$ac_objext
20525 if { (ac_try="$ac_compile"
20526 case "(($ac_try" in
20527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20528   *) ac_try_echo=$ac_try;;
20529 esac
20530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20531   (eval "$ac_compile") 2>conftest.er1
20532   ac_status=$?
20533   grep -v '^ *+' conftest.er1 >conftest.err
20534   rm -f conftest.er1
20535   cat conftest.err >&5
20536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20537   (exit $ac_status); } &&
20538          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20539   { (case "(($ac_try" in
20540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20541   *) ac_try_echo=$ac_try;;
20542 esac
20543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20544   (eval "$ac_try") 2>&5
20545   ac_status=$?
20546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547   (exit $ac_status); }; } &&
20548          { ac_try='test -s conftest.$ac_objext'
20549   { (case "(($ac_try" in
20550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20551   *) ac_try_echo=$ac_try;;
20552 esac
20553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20554   (eval "$ac_try") 2>&5
20555   ac_status=$?
20556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20557   (exit $ac_status); }; }; then
20558   ac_cv_member_struct_statfs_f_bavail=yes
20559 else
20560   echo "$as_me: failed program was:" >&5
20561 sed 's/^/| /' conftest.$ac_ext >&5
20562
20563         cat >conftest.$ac_ext <<_ACEOF
20564 /* confdefs.h.  */
20565 _ACEOF
20566 cat confdefs.h >>conftest.$ac_ext
20567 cat >>conftest.$ac_ext <<_ACEOF
20568 /* end confdefs.h.  */
20569 #include <sys/types.h>
20570 #ifdef HAVE_SYS_PARAM_H
20571 # include <sys/param.h>
20572 #endif
20573 #ifdef HAVE_SYS_MOUNT_H
20574 # include <sys/mount.h>
20575 #endif
20576 #ifdef HAVE_SYS_VFS_H
20577 # include <sys/vfs.h>
20578 #endif
20579 #ifdef HAVE_SYS_STATFS_H
20580 # include <sys/statfs.h>
20581 #endif
20582
20583 int
20584 main ()
20585 {
20586 static struct statfs ac_aggr;
20587 if (sizeof ac_aggr.f_bavail)
20588 return 0;
20589   ;
20590   return 0;
20591 }
20592 _ACEOF
20593 rm -f conftest.$ac_objext
20594 if { (ac_try="$ac_compile"
20595 case "(($ac_try" in
20596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20597   *) ac_try_echo=$ac_try;;
20598 esac
20599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20600   (eval "$ac_compile") 2>conftest.er1
20601   ac_status=$?
20602   grep -v '^ *+' conftest.er1 >conftest.err
20603   rm -f conftest.er1
20604   cat conftest.err >&5
20605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20606   (exit $ac_status); } &&
20607          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20608   { (case "(($ac_try" in
20609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20610   *) ac_try_echo=$ac_try;;
20611 esac
20612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20613   (eval "$ac_try") 2>&5
20614   ac_status=$?
20615   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616   (exit $ac_status); }; } &&
20617          { ac_try='test -s conftest.$ac_objext'
20618   { (case "(($ac_try" in
20619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20620   *) ac_try_echo=$ac_try;;
20621 esac
20622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20623   (eval "$ac_try") 2>&5
20624   ac_status=$?
20625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626   (exit $ac_status); }; }; then
20627   ac_cv_member_struct_statfs_f_bavail=yes
20628 else
20629   echo "$as_me: failed program was:" >&5
20630 sed 's/^/| /' conftest.$ac_ext >&5
20631
20632         ac_cv_member_struct_statfs_f_bavail=no
20633 fi
20634
20635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20636 fi
20637
20638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20639 fi
20640 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20641 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20642 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20643
20644 cat >>confdefs.h <<_ACEOF
20645 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20646 _ACEOF
20647
20648
20649 fi
20650 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20651 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20652 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20653   echo $ECHO_N "(cached) $ECHO_C" >&6
20654 else
20655   cat >conftest.$ac_ext <<_ACEOF
20656 /* confdefs.h.  */
20657 _ACEOF
20658 cat confdefs.h >>conftest.$ac_ext
20659 cat >>conftest.$ac_ext <<_ACEOF
20660 /* end confdefs.h.  */
20661 #include <sys/types.h>
20662 #ifdef HAVE_SYS_PARAM_H
20663 # include <sys/param.h>
20664 #endif
20665 #ifdef HAVE_SYS_MOUNT_H
20666 # include <sys/mount.h>
20667 #endif
20668 #ifdef HAVE_SYS_VFS_H
20669 # include <sys/vfs.h>
20670 #endif
20671 #ifdef HAVE_SYS_STATFS_H
20672 # include <sys/statfs.h>
20673 #endif
20674
20675 int
20676 main ()
20677 {
20678 static struct statfs ac_aggr;
20679 if (ac_aggr.f_frsize)
20680 return 0;
20681   ;
20682   return 0;
20683 }
20684 _ACEOF
20685 rm -f conftest.$ac_objext
20686 if { (ac_try="$ac_compile"
20687 case "(($ac_try" in
20688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20689   *) ac_try_echo=$ac_try;;
20690 esac
20691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20692   (eval "$ac_compile") 2>conftest.er1
20693   ac_status=$?
20694   grep -v '^ *+' conftest.er1 >conftest.err
20695   rm -f conftest.er1
20696   cat conftest.err >&5
20697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20698   (exit $ac_status); } &&
20699          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20700   { (case "(($ac_try" in
20701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20702   *) ac_try_echo=$ac_try;;
20703 esac
20704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20705   (eval "$ac_try") 2>&5
20706   ac_status=$?
20707   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708   (exit $ac_status); }; } &&
20709          { ac_try='test -s conftest.$ac_objext'
20710   { (case "(($ac_try" in
20711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20712   *) ac_try_echo=$ac_try;;
20713 esac
20714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20715   (eval "$ac_try") 2>&5
20716   ac_status=$?
20717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718   (exit $ac_status); }; }; then
20719   ac_cv_member_struct_statfs_f_frsize=yes
20720 else
20721   echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.$ac_ext >&5
20723
20724         cat >conftest.$ac_ext <<_ACEOF
20725 /* confdefs.h.  */
20726 _ACEOF
20727 cat confdefs.h >>conftest.$ac_ext
20728 cat >>conftest.$ac_ext <<_ACEOF
20729 /* end confdefs.h.  */
20730 #include <sys/types.h>
20731 #ifdef HAVE_SYS_PARAM_H
20732 # include <sys/param.h>
20733 #endif
20734 #ifdef HAVE_SYS_MOUNT_H
20735 # include <sys/mount.h>
20736 #endif
20737 #ifdef HAVE_SYS_VFS_H
20738 # include <sys/vfs.h>
20739 #endif
20740 #ifdef HAVE_SYS_STATFS_H
20741 # include <sys/statfs.h>
20742 #endif
20743
20744 int
20745 main ()
20746 {
20747 static struct statfs ac_aggr;
20748 if (sizeof ac_aggr.f_frsize)
20749 return 0;
20750   ;
20751   return 0;
20752 }
20753 _ACEOF
20754 rm -f conftest.$ac_objext
20755 if { (ac_try="$ac_compile"
20756 case "(($ac_try" in
20757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20758   *) ac_try_echo=$ac_try;;
20759 esac
20760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20761   (eval "$ac_compile") 2>conftest.er1
20762   ac_status=$?
20763   grep -v '^ *+' conftest.er1 >conftest.err
20764   rm -f conftest.er1
20765   cat conftest.err >&5
20766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20767   (exit $ac_status); } &&
20768          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20769   { (case "(($ac_try" in
20770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20771   *) ac_try_echo=$ac_try;;
20772 esac
20773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20774   (eval "$ac_try") 2>&5
20775   ac_status=$?
20776   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20777   (exit $ac_status); }; } &&
20778          { ac_try='test -s conftest.$ac_objext'
20779   { (case "(($ac_try" in
20780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20781   *) ac_try_echo=$ac_try;;
20782 esac
20783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20784   (eval "$ac_try") 2>&5
20785   ac_status=$?
20786   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20787   (exit $ac_status); }; }; then
20788   ac_cv_member_struct_statfs_f_frsize=yes
20789 else
20790   echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20792
20793         ac_cv_member_struct_statfs_f_frsize=no
20794 fi
20795
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20797 fi
20798
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20800 fi
20801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20802 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20803 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20804
20805 cat >>confdefs.h <<_ACEOF
20806 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20807 _ACEOF
20808
20809
20810 fi
20811 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20812 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20813 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20814   echo $ECHO_N "(cached) $ECHO_C" >&6
20815 else
20816   cat >conftest.$ac_ext <<_ACEOF
20817 /* confdefs.h.  */
20818 _ACEOF
20819 cat confdefs.h >>conftest.$ac_ext
20820 cat >>conftest.$ac_ext <<_ACEOF
20821 /* end confdefs.h.  */
20822 #include <sys/types.h>
20823 #ifdef HAVE_SYS_PARAM_H
20824 # include <sys/param.h>
20825 #endif
20826 #ifdef HAVE_SYS_MOUNT_H
20827 # include <sys/mount.h>
20828 #endif
20829 #ifdef HAVE_SYS_VFS_H
20830 # include <sys/vfs.h>
20831 #endif
20832 #ifdef HAVE_SYS_STATFS_H
20833 # include <sys/statfs.h>
20834 #endif
20835
20836 int
20837 main ()
20838 {
20839 static struct statfs ac_aggr;
20840 if (ac_aggr.f_ffree)
20841 return 0;
20842   ;
20843   return 0;
20844 }
20845 _ACEOF
20846 rm -f conftest.$ac_objext
20847 if { (ac_try="$ac_compile"
20848 case "(($ac_try" in
20849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20850   *) ac_try_echo=$ac_try;;
20851 esac
20852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20853   (eval "$ac_compile") 2>conftest.er1
20854   ac_status=$?
20855   grep -v '^ *+' conftest.er1 >conftest.err
20856   rm -f conftest.er1
20857   cat conftest.err >&5
20858   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20859   (exit $ac_status); } &&
20860          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20861   { (case "(($ac_try" in
20862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863   *) ac_try_echo=$ac_try;;
20864 esac
20865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866   (eval "$ac_try") 2>&5
20867   ac_status=$?
20868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20869   (exit $ac_status); }; } &&
20870          { ac_try='test -s conftest.$ac_objext'
20871   { (case "(($ac_try" in
20872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20873   *) ac_try_echo=$ac_try;;
20874 esac
20875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20876   (eval "$ac_try") 2>&5
20877   ac_status=$?
20878   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20879   (exit $ac_status); }; }; then
20880   ac_cv_member_struct_statfs_f_ffree=yes
20881 else
20882   echo "$as_me: failed program was:" >&5
20883 sed 's/^/| /' conftest.$ac_ext >&5
20884
20885         cat >conftest.$ac_ext <<_ACEOF
20886 /* confdefs.h.  */
20887 _ACEOF
20888 cat confdefs.h >>conftest.$ac_ext
20889 cat >>conftest.$ac_ext <<_ACEOF
20890 /* end confdefs.h.  */
20891 #include <sys/types.h>
20892 #ifdef HAVE_SYS_PARAM_H
20893 # include <sys/param.h>
20894 #endif
20895 #ifdef HAVE_SYS_MOUNT_H
20896 # include <sys/mount.h>
20897 #endif
20898 #ifdef HAVE_SYS_VFS_H
20899 # include <sys/vfs.h>
20900 #endif
20901 #ifdef HAVE_SYS_STATFS_H
20902 # include <sys/statfs.h>
20903 #endif
20904
20905 int
20906 main ()
20907 {
20908 static struct statfs ac_aggr;
20909 if (sizeof ac_aggr.f_ffree)
20910 return 0;
20911   ;
20912   return 0;
20913 }
20914 _ACEOF
20915 rm -f conftest.$ac_objext
20916 if { (ac_try="$ac_compile"
20917 case "(($ac_try" in
20918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20919   *) ac_try_echo=$ac_try;;
20920 esac
20921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20922   (eval "$ac_compile") 2>conftest.er1
20923   ac_status=$?
20924   grep -v '^ *+' conftest.er1 >conftest.err
20925   rm -f conftest.er1
20926   cat conftest.err >&5
20927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20928   (exit $ac_status); } &&
20929          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20930   { (case "(($ac_try" in
20931   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20932   *) ac_try_echo=$ac_try;;
20933 esac
20934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20935   (eval "$ac_try") 2>&5
20936   ac_status=$?
20937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20938   (exit $ac_status); }; } &&
20939          { ac_try='test -s conftest.$ac_objext'
20940   { (case "(($ac_try" in
20941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20942   *) ac_try_echo=$ac_try;;
20943 esac
20944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20945   (eval "$ac_try") 2>&5
20946   ac_status=$?
20947   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948   (exit $ac_status); }; }; then
20949   ac_cv_member_struct_statfs_f_ffree=yes
20950 else
20951   echo "$as_me: failed program was:" >&5
20952 sed 's/^/| /' conftest.$ac_ext >&5
20953
20954         ac_cv_member_struct_statfs_f_ffree=no
20955 fi
20956
20957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20958 fi
20959
20960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20961 fi
20962 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20963 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20964 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20965
20966 cat >>confdefs.h <<_ACEOF
20967 #define HAVE_STRUCT_STATFS_F_FFREE 1
20968 _ACEOF
20969
20970
20971 fi
20972 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20973 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20974 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20975   echo $ECHO_N "(cached) $ECHO_C" >&6
20976 else
20977   cat >conftest.$ac_ext <<_ACEOF
20978 /* confdefs.h.  */
20979 _ACEOF
20980 cat confdefs.h >>conftest.$ac_ext
20981 cat >>conftest.$ac_ext <<_ACEOF
20982 /* end confdefs.h.  */
20983 #include <sys/types.h>
20984 #ifdef HAVE_SYS_PARAM_H
20985 # include <sys/param.h>
20986 #endif
20987 #ifdef HAVE_SYS_MOUNT_H
20988 # include <sys/mount.h>
20989 #endif
20990 #ifdef HAVE_SYS_VFS_H
20991 # include <sys/vfs.h>
20992 #endif
20993 #ifdef HAVE_SYS_STATFS_H
20994 # include <sys/statfs.h>
20995 #endif
20996
20997 int
20998 main ()
20999 {
21000 static struct statfs ac_aggr;
21001 if (ac_aggr.f_favail)
21002 return 0;
21003   ;
21004   return 0;
21005 }
21006 _ACEOF
21007 rm -f conftest.$ac_objext
21008 if { (ac_try="$ac_compile"
21009 case "(($ac_try" in
21010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21011   *) ac_try_echo=$ac_try;;
21012 esac
21013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21014   (eval "$ac_compile") 2>conftest.er1
21015   ac_status=$?
21016   grep -v '^ *+' conftest.er1 >conftest.err
21017   rm -f conftest.er1
21018   cat conftest.err >&5
21019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020   (exit $ac_status); } &&
21021          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21022   { (case "(($ac_try" in
21023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21024   *) ac_try_echo=$ac_try;;
21025 esac
21026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21027   (eval "$ac_try") 2>&5
21028   ac_status=$?
21029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21030   (exit $ac_status); }; } &&
21031          { ac_try='test -s conftest.$ac_objext'
21032   { (case "(($ac_try" in
21033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21034   *) ac_try_echo=$ac_try;;
21035 esac
21036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21037   (eval "$ac_try") 2>&5
21038   ac_status=$?
21039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040   (exit $ac_status); }; }; then
21041   ac_cv_member_struct_statfs_f_favail=yes
21042 else
21043   echo "$as_me: failed program was:" >&5
21044 sed 's/^/| /' conftest.$ac_ext >&5
21045
21046         cat >conftest.$ac_ext <<_ACEOF
21047 /* confdefs.h.  */
21048 _ACEOF
21049 cat confdefs.h >>conftest.$ac_ext
21050 cat >>conftest.$ac_ext <<_ACEOF
21051 /* end confdefs.h.  */
21052 #include <sys/types.h>
21053 #ifdef HAVE_SYS_PARAM_H
21054 # include <sys/param.h>
21055 #endif
21056 #ifdef HAVE_SYS_MOUNT_H
21057 # include <sys/mount.h>
21058 #endif
21059 #ifdef HAVE_SYS_VFS_H
21060 # include <sys/vfs.h>
21061 #endif
21062 #ifdef HAVE_SYS_STATFS_H
21063 # include <sys/statfs.h>
21064 #endif
21065
21066 int
21067 main ()
21068 {
21069 static struct statfs ac_aggr;
21070 if (sizeof ac_aggr.f_favail)
21071 return 0;
21072   ;
21073   return 0;
21074 }
21075 _ACEOF
21076 rm -f conftest.$ac_objext
21077 if { (ac_try="$ac_compile"
21078 case "(($ac_try" in
21079   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21080   *) ac_try_echo=$ac_try;;
21081 esac
21082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21083   (eval "$ac_compile") 2>conftest.er1
21084   ac_status=$?
21085   grep -v '^ *+' conftest.er1 >conftest.err
21086   rm -f conftest.er1
21087   cat conftest.err >&5
21088   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21089   (exit $ac_status); } &&
21090          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21091   { (case "(($ac_try" in
21092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21093   *) ac_try_echo=$ac_try;;
21094 esac
21095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21096   (eval "$ac_try") 2>&5
21097   ac_status=$?
21098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21099   (exit $ac_status); }; } &&
21100          { ac_try='test -s conftest.$ac_objext'
21101   { (case "(($ac_try" in
21102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21103   *) ac_try_echo=$ac_try;;
21104 esac
21105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21106   (eval "$ac_try") 2>&5
21107   ac_status=$?
21108   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109   (exit $ac_status); }; }; then
21110   ac_cv_member_struct_statfs_f_favail=yes
21111 else
21112   echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21114
21115         ac_cv_member_struct_statfs_f_favail=no
21116 fi
21117
21118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21119 fi
21120
21121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21122 fi
21123 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21124 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21125 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21126
21127 cat >>confdefs.h <<_ACEOF
21128 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21129 _ACEOF
21130
21131
21132 fi
21133 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21134 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21135 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21136   echo $ECHO_N "(cached) $ECHO_C" >&6
21137 else
21138   cat >conftest.$ac_ext <<_ACEOF
21139 /* confdefs.h.  */
21140 _ACEOF
21141 cat confdefs.h >>conftest.$ac_ext
21142 cat >>conftest.$ac_ext <<_ACEOF
21143 /* end confdefs.h.  */
21144 #include <sys/types.h>
21145 #ifdef HAVE_SYS_PARAM_H
21146 # include <sys/param.h>
21147 #endif
21148 #ifdef HAVE_SYS_MOUNT_H
21149 # include <sys/mount.h>
21150 #endif
21151 #ifdef HAVE_SYS_VFS_H
21152 # include <sys/vfs.h>
21153 #endif
21154 #ifdef HAVE_SYS_STATFS_H
21155 # include <sys/statfs.h>
21156 #endif
21157
21158 int
21159 main ()
21160 {
21161 static struct statfs ac_aggr;
21162 if (ac_aggr.f_namelen)
21163 return 0;
21164   ;
21165   return 0;
21166 }
21167 _ACEOF
21168 rm -f conftest.$ac_objext
21169 if { (ac_try="$ac_compile"
21170 case "(($ac_try" in
21171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21172   *) ac_try_echo=$ac_try;;
21173 esac
21174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21175   (eval "$ac_compile") 2>conftest.er1
21176   ac_status=$?
21177   grep -v '^ *+' conftest.er1 >conftest.err
21178   rm -f conftest.er1
21179   cat conftest.err >&5
21180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21181   (exit $ac_status); } &&
21182          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21183   { (case "(($ac_try" in
21184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21185   *) ac_try_echo=$ac_try;;
21186 esac
21187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21188   (eval "$ac_try") 2>&5
21189   ac_status=$?
21190   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191   (exit $ac_status); }; } &&
21192          { ac_try='test -s conftest.$ac_objext'
21193   { (case "(($ac_try" in
21194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21195   *) ac_try_echo=$ac_try;;
21196 esac
21197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21198   (eval "$ac_try") 2>&5
21199   ac_status=$?
21200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21201   (exit $ac_status); }; }; then
21202   ac_cv_member_struct_statfs_f_namelen=yes
21203 else
21204   echo "$as_me: failed program was:" >&5
21205 sed 's/^/| /' conftest.$ac_ext >&5
21206
21207         cat >conftest.$ac_ext <<_ACEOF
21208 /* confdefs.h.  */
21209 _ACEOF
21210 cat confdefs.h >>conftest.$ac_ext
21211 cat >>conftest.$ac_ext <<_ACEOF
21212 /* end confdefs.h.  */
21213 #include <sys/types.h>
21214 #ifdef HAVE_SYS_PARAM_H
21215 # include <sys/param.h>
21216 #endif
21217 #ifdef HAVE_SYS_MOUNT_H
21218 # include <sys/mount.h>
21219 #endif
21220 #ifdef HAVE_SYS_VFS_H
21221 # include <sys/vfs.h>
21222 #endif
21223 #ifdef HAVE_SYS_STATFS_H
21224 # include <sys/statfs.h>
21225 #endif
21226
21227 int
21228 main ()
21229 {
21230 static struct statfs ac_aggr;
21231 if (sizeof ac_aggr.f_namelen)
21232 return 0;
21233   ;
21234   return 0;
21235 }
21236 _ACEOF
21237 rm -f conftest.$ac_objext
21238 if { (ac_try="$ac_compile"
21239 case "(($ac_try" in
21240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21241   *) ac_try_echo=$ac_try;;
21242 esac
21243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21244   (eval "$ac_compile") 2>conftest.er1
21245   ac_status=$?
21246   grep -v '^ *+' conftest.er1 >conftest.err
21247   rm -f conftest.er1
21248   cat conftest.err >&5
21249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21250   (exit $ac_status); } &&
21251          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21252   { (case "(($ac_try" in
21253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21254   *) ac_try_echo=$ac_try;;
21255 esac
21256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21257   (eval "$ac_try") 2>&5
21258   ac_status=$?
21259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260   (exit $ac_status); }; } &&
21261          { ac_try='test -s conftest.$ac_objext'
21262   { (case "(($ac_try" in
21263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21264   *) ac_try_echo=$ac_try;;
21265 esac
21266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21267   (eval "$ac_try") 2>&5
21268   ac_status=$?
21269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21270   (exit $ac_status); }; }; then
21271   ac_cv_member_struct_statfs_f_namelen=yes
21272 else
21273   echo "$as_me: failed program was:" >&5
21274 sed 's/^/| /' conftest.$ac_ext >&5
21275
21276         ac_cv_member_struct_statfs_f_namelen=no
21277 fi
21278
21279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21280 fi
21281
21282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21283 fi
21284 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21285 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21286 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21287
21288 cat >>confdefs.h <<_ACEOF
21289 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21290 _ACEOF
21291
21292
21293 fi
21294
21295
21296 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21297 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21298 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21299   echo $ECHO_N "(cached) $ECHO_C" >&6
21300 else
21301   cat >conftest.$ac_ext <<_ACEOF
21302 /* confdefs.h.  */
21303 _ACEOF
21304 cat confdefs.h >>conftest.$ac_ext
21305 cat >>conftest.$ac_ext <<_ACEOF
21306 /* end confdefs.h.  */
21307 #ifdef HAVE_SYS_STATVFS_H
21308 #include <sys/statvfs.h>
21309 #endif
21310
21311 int
21312 main ()
21313 {
21314 static struct statvfs ac_aggr;
21315 if (ac_aggr.f_blocks)
21316 return 0;
21317   ;
21318   return 0;
21319 }
21320 _ACEOF
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21325   *) ac_try_echo=$ac_try;;
21326 esac
21327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21328   (eval "$ac_compile") 2>conftest.er1
21329   ac_status=$?
21330   grep -v '^ *+' conftest.er1 >conftest.err
21331   rm -f conftest.er1
21332   cat conftest.err >&5
21333   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334   (exit $ac_status); } &&
21335          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21336   { (case "(($ac_try" in
21337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21338   *) ac_try_echo=$ac_try;;
21339 esac
21340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21341   (eval "$ac_try") 2>&5
21342   ac_status=$?
21343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21344   (exit $ac_status); }; } &&
21345          { ac_try='test -s conftest.$ac_objext'
21346   { (case "(($ac_try" in
21347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21348   *) ac_try_echo=$ac_try;;
21349 esac
21350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21351   (eval "$ac_try") 2>&5
21352   ac_status=$?
21353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354   (exit $ac_status); }; }; then
21355   ac_cv_member_struct_statvfs_f_blocks=yes
21356 else
21357   echo "$as_me: failed program was:" >&5
21358 sed 's/^/| /' conftest.$ac_ext >&5
21359
21360         cat >conftest.$ac_ext <<_ACEOF
21361 /* confdefs.h.  */
21362 _ACEOF
21363 cat confdefs.h >>conftest.$ac_ext
21364 cat >>conftest.$ac_ext <<_ACEOF
21365 /* end confdefs.h.  */
21366 #ifdef HAVE_SYS_STATVFS_H
21367 #include <sys/statvfs.h>
21368 #endif
21369
21370 int
21371 main ()
21372 {
21373 static struct statvfs ac_aggr;
21374 if (sizeof ac_aggr.f_blocks)
21375 return 0;
21376   ;
21377   return 0;
21378 }
21379 _ACEOF
21380 rm -f conftest.$ac_objext
21381 if { (ac_try="$ac_compile"
21382 case "(($ac_try" in
21383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21384   *) ac_try_echo=$ac_try;;
21385 esac
21386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21387   (eval "$ac_compile") 2>conftest.er1
21388   ac_status=$?
21389   grep -v '^ *+' conftest.er1 >conftest.err
21390   rm -f conftest.er1
21391   cat conftest.err >&5
21392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393   (exit $ac_status); } &&
21394          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21395   { (case "(($ac_try" in
21396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21397   *) ac_try_echo=$ac_try;;
21398 esac
21399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21400   (eval "$ac_try") 2>&5
21401   ac_status=$?
21402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21403   (exit $ac_status); }; } &&
21404          { ac_try='test -s conftest.$ac_objext'
21405   { (case "(($ac_try" in
21406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21407   *) ac_try_echo=$ac_try;;
21408 esac
21409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21410   (eval "$ac_try") 2>&5
21411   ac_status=$?
21412   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413   (exit $ac_status); }; }; then
21414   ac_cv_member_struct_statvfs_f_blocks=yes
21415 else
21416   echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21418
21419         ac_cv_member_struct_statvfs_f_blocks=no
21420 fi
21421
21422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21423 fi
21424
21425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21426 fi
21427 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21428 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21429 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21430
21431 cat >>confdefs.h <<_ACEOF
21432 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21433 _ACEOF
21434
21435
21436 fi
21437
21438
21439 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21440 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21441 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21442   echo $ECHO_N "(cached) $ECHO_C" >&6
21443 else
21444   cat >conftest.$ac_ext <<_ACEOF
21445 /* confdefs.h.  */
21446 _ACEOF
21447 cat confdefs.h >>conftest.$ac_ext
21448 cat >>conftest.$ac_ext <<_ACEOF
21449 /* end confdefs.h.  */
21450 #include <sys/types.h>
21451 #ifdef HAVE_SYS_SOCKET_H
21452 # include <sys/socket.h>
21453 #endif
21454 #ifdef HAVE_SYS_UN_H
21455 # include <sys/un.h>
21456 #endif
21457
21458 int
21459 main ()
21460 {
21461 static struct msghdr ac_aggr;
21462 if (ac_aggr.msg_accrights)
21463 return 0;
21464   ;
21465   return 0;
21466 }
21467 _ACEOF
21468 rm -f conftest.$ac_objext
21469 if { (ac_try="$ac_compile"
21470 case "(($ac_try" in
21471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21472   *) ac_try_echo=$ac_try;;
21473 esac
21474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21475   (eval "$ac_compile") 2>conftest.er1
21476   ac_status=$?
21477   grep -v '^ *+' conftest.er1 >conftest.err
21478   rm -f conftest.er1
21479   cat conftest.err >&5
21480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21481   (exit $ac_status); } &&
21482          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21483   { (case "(($ac_try" in
21484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485   *) ac_try_echo=$ac_try;;
21486 esac
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488   (eval "$ac_try") 2>&5
21489   ac_status=$?
21490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491   (exit $ac_status); }; } &&
21492          { ac_try='test -s conftest.$ac_objext'
21493   { (case "(($ac_try" in
21494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21495   *) ac_try_echo=$ac_try;;
21496 esac
21497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21498   (eval "$ac_try") 2>&5
21499   ac_status=$?
21500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21501   (exit $ac_status); }; }; then
21502   ac_cv_member_struct_msghdr_msg_accrights=yes
21503 else
21504   echo "$as_me: failed program was:" >&5
21505 sed 's/^/| /' conftest.$ac_ext >&5
21506
21507         cat >conftest.$ac_ext <<_ACEOF
21508 /* confdefs.h.  */
21509 _ACEOF
21510 cat confdefs.h >>conftest.$ac_ext
21511 cat >>conftest.$ac_ext <<_ACEOF
21512 /* end confdefs.h.  */
21513 #include <sys/types.h>
21514 #ifdef HAVE_SYS_SOCKET_H
21515 # include <sys/socket.h>
21516 #endif
21517 #ifdef HAVE_SYS_UN_H
21518 # include <sys/un.h>
21519 #endif
21520
21521 int
21522 main ()
21523 {
21524 static struct msghdr ac_aggr;
21525 if (sizeof ac_aggr.msg_accrights)
21526 return 0;
21527   ;
21528   return 0;
21529 }
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535   *) ac_try_echo=$ac_try;;
21536 esac
21537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21538   (eval "$ac_compile") 2>conftest.er1
21539   ac_status=$?
21540   grep -v '^ *+' conftest.er1 >conftest.err
21541   rm -f conftest.er1
21542   cat conftest.err >&5
21543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544   (exit $ac_status); } &&
21545          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21546   { (case "(($ac_try" in
21547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21548   *) ac_try_echo=$ac_try;;
21549 esac
21550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21551   (eval "$ac_try") 2>&5
21552   ac_status=$?
21553   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554   (exit $ac_status); }; } &&
21555          { ac_try='test -s conftest.$ac_objext'
21556   { (case "(($ac_try" in
21557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21558   *) ac_try_echo=$ac_try;;
21559 esac
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561   (eval "$ac_try") 2>&5
21562   ac_status=$?
21563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21564   (exit $ac_status); }; }; then
21565   ac_cv_member_struct_msghdr_msg_accrights=yes
21566 else
21567   echo "$as_me: failed program was:" >&5
21568 sed 's/^/| /' conftest.$ac_ext >&5
21569
21570         ac_cv_member_struct_msghdr_msg_accrights=no
21571 fi
21572
21573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21574 fi
21575
21576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21577 fi
21578 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21579 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21580 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21581
21582 cat >>confdefs.h <<_ACEOF
21583 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21584 _ACEOF
21585
21586
21587 fi
21588 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21589 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21590 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21591   echo $ECHO_N "(cached) $ECHO_C" >&6
21592 else
21593   cat >conftest.$ac_ext <<_ACEOF
21594 /* confdefs.h.  */
21595 _ACEOF
21596 cat confdefs.h >>conftest.$ac_ext
21597 cat >>conftest.$ac_ext <<_ACEOF
21598 /* end confdefs.h.  */
21599 #include <sys/types.h>
21600 #ifdef HAVE_SYS_SOCKET_H
21601 # include <sys/socket.h>
21602 #endif
21603 #ifdef HAVE_SYS_UN_H
21604 # include <sys/un.h>
21605 #endif
21606
21607 int
21608 main ()
21609 {
21610 static struct sockaddr ac_aggr;
21611 if (ac_aggr.sa_len)
21612 return 0;
21613   ;
21614   return 0;
21615 }
21616 _ACEOF
21617 rm -f conftest.$ac_objext
21618 if { (ac_try="$ac_compile"
21619 case "(($ac_try" in
21620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21621   *) ac_try_echo=$ac_try;;
21622 esac
21623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21624   (eval "$ac_compile") 2>conftest.er1
21625   ac_status=$?
21626   grep -v '^ *+' conftest.er1 >conftest.err
21627   rm -f conftest.er1
21628   cat conftest.err >&5
21629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21630   (exit $ac_status); } &&
21631          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21632   { (case "(($ac_try" in
21633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21634   *) ac_try_echo=$ac_try;;
21635 esac
21636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21637   (eval "$ac_try") 2>&5
21638   ac_status=$?
21639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21640   (exit $ac_status); }; } &&
21641          { ac_try='test -s conftest.$ac_objext'
21642   { (case "(($ac_try" in
21643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644   *) ac_try_echo=$ac_try;;
21645 esac
21646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21647   (eval "$ac_try") 2>&5
21648   ac_status=$?
21649   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21650   (exit $ac_status); }; }; then
21651   ac_cv_member_struct_sockaddr_sa_len=yes
21652 else
21653   echo "$as_me: failed program was:" >&5
21654 sed 's/^/| /' conftest.$ac_ext >&5
21655
21656         cat >conftest.$ac_ext <<_ACEOF
21657 /* confdefs.h.  */
21658 _ACEOF
21659 cat confdefs.h >>conftest.$ac_ext
21660 cat >>conftest.$ac_ext <<_ACEOF
21661 /* end confdefs.h.  */
21662 #include <sys/types.h>
21663 #ifdef HAVE_SYS_SOCKET_H
21664 # include <sys/socket.h>
21665 #endif
21666 #ifdef HAVE_SYS_UN_H
21667 # include <sys/un.h>
21668 #endif
21669
21670 int
21671 main ()
21672 {
21673 static struct sockaddr ac_aggr;
21674 if (sizeof ac_aggr.sa_len)
21675 return 0;
21676   ;
21677   return 0;
21678 }
21679 _ACEOF
21680 rm -f conftest.$ac_objext
21681 if { (ac_try="$ac_compile"
21682 case "(($ac_try" in
21683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21684   *) ac_try_echo=$ac_try;;
21685 esac
21686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21687   (eval "$ac_compile") 2>conftest.er1
21688   ac_status=$?
21689   grep -v '^ *+' conftest.er1 >conftest.err
21690   rm -f conftest.er1
21691   cat conftest.err >&5
21692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693   (exit $ac_status); } &&
21694          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21695   { (case "(($ac_try" in
21696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21697   *) ac_try_echo=$ac_try;;
21698 esac
21699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21700   (eval "$ac_try") 2>&5
21701   ac_status=$?
21702   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21703   (exit $ac_status); }; } &&
21704          { ac_try='test -s conftest.$ac_objext'
21705   { (case "(($ac_try" in
21706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21707   *) ac_try_echo=$ac_try;;
21708 esac
21709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21710   (eval "$ac_try") 2>&5
21711   ac_status=$?
21712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713   (exit $ac_status); }; }; then
21714   ac_cv_member_struct_sockaddr_sa_len=yes
21715 else
21716   echo "$as_me: failed program was:" >&5
21717 sed 's/^/| /' conftest.$ac_ext >&5
21718
21719         ac_cv_member_struct_sockaddr_sa_len=no
21720 fi
21721
21722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21723 fi
21724
21725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21726 fi
21727 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21728 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21729 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21730
21731 cat >>confdefs.h <<_ACEOF
21732 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21733 _ACEOF
21734
21735
21736 fi
21737 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21738 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21739 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21740   echo $ECHO_N "(cached) $ECHO_C" >&6
21741 else
21742   cat >conftest.$ac_ext <<_ACEOF
21743 /* confdefs.h.  */
21744 _ACEOF
21745 cat confdefs.h >>conftest.$ac_ext
21746 cat >>conftest.$ac_ext <<_ACEOF
21747 /* end confdefs.h.  */
21748 #include <sys/types.h>
21749 #ifdef HAVE_SYS_SOCKET_H
21750 # include <sys/socket.h>
21751 #endif
21752 #ifdef HAVE_SYS_UN_H
21753 # include <sys/un.h>
21754 #endif
21755
21756 int
21757 main ()
21758 {
21759 static struct sockaddr_un ac_aggr;
21760 if (ac_aggr.sun_len)
21761 return 0;
21762   ;
21763   return 0;
21764 }
21765 _ACEOF
21766 rm -f conftest.$ac_objext
21767 if { (ac_try="$ac_compile"
21768 case "(($ac_try" in
21769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21770   *) ac_try_echo=$ac_try;;
21771 esac
21772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21773   (eval "$ac_compile") 2>conftest.er1
21774   ac_status=$?
21775   grep -v '^ *+' conftest.er1 >conftest.err
21776   rm -f conftest.er1
21777   cat conftest.err >&5
21778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21779   (exit $ac_status); } &&
21780          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21781   { (case "(($ac_try" in
21782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21783   *) ac_try_echo=$ac_try;;
21784 esac
21785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21786   (eval "$ac_try") 2>&5
21787   ac_status=$?
21788   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21789   (exit $ac_status); }; } &&
21790          { ac_try='test -s conftest.$ac_objext'
21791   { (case "(($ac_try" in
21792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21793   *) ac_try_echo=$ac_try;;
21794 esac
21795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21796   (eval "$ac_try") 2>&5
21797   ac_status=$?
21798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21799   (exit $ac_status); }; }; then
21800   ac_cv_member_struct_sockaddr_un_sun_len=yes
21801 else
21802   echo "$as_me: failed program was:" >&5
21803 sed 's/^/| /' conftest.$ac_ext >&5
21804
21805         cat >conftest.$ac_ext <<_ACEOF
21806 /* confdefs.h.  */
21807 _ACEOF
21808 cat confdefs.h >>conftest.$ac_ext
21809 cat >>conftest.$ac_ext <<_ACEOF
21810 /* end confdefs.h.  */
21811 #include <sys/types.h>
21812 #ifdef HAVE_SYS_SOCKET_H
21813 # include <sys/socket.h>
21814 #endif
21815 #ifdef HAVE_SYS_UN_H
21816 # include <sys/un.h>
21817 #endif
21818
21819 int
21820 main ()
21821 {
21822 static struct sockaddr_un ac_aggr;
21823 if (sizeof ac_aggr.sun_len)
21824 return 0;
21825   ;
21826   return 0;
21827 }
21828 _ACEOF
21829 rm -f conftest.$ac_objext
21830 if { (ac_try="$ac_compile"
21831 case "(($ac_try" in
21832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21833   *) ac_try_echo=$ac_try;;
21834 esac
21835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21836   (eval "$ac_compile") 2>conftest.er1
21837   ac_status=$?
21838   grep -v '^ *+' conftest.er1 >conftest.err
21839   rm -f conftest.er1
21840   cat conftest.err >&5
21841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21842   (exit $ac_status); } &&
21843          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21844   { (case "(($ac_try" in
21845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21846   *) ac_try_echo=$ac_try;;
21847 esac
21848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21849   (eval "$ac_try") 2>&5
21850   ac_status=$?
21851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21852   (exit $ac_status); }; } &&
21853          { ac_try='test -s conftest.$ac_objext'
21854   { (case "(($ac_try" in
21855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21856   *) ac_try_echo=$ac_try;;
21857 esac
21858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21859   (eval "$ac_try") 2>&5
21860   ac_status=$?
21861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862   (exit $ac_status); }; }; then
21863   ac_cv_member_struct_sockaddr_un_sun_len=yes
21864 else
21865   echo "$as_me: failed program was:" >&5
21866 sed 's/^/| /' conftest.$ac_ext >&5
21867
21868         ac_cv_member_struct_sockaddr_un_sun_len=no
21869 fi
21870
21871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21872 fi
21873
21874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21875 fi
21876 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21877 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21878 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21879
21880 cat >>confdefs.h <<_ACEOF
21881 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21882 _ACEOF
21883
21884
21885 fi
21886
21887
21888 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21889 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21890 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21891   echo $ECHO_N "(cached) $ECHO_C" >&6
21892 else
21893   cat >conftest.$ac_ext <<_ACEOF
21894 /* confdefs.h.  */
21895 _ACEOF
21896 cat confdefs.h >>conftest.$ac_ext
21897 cat >>conftest.$ac_ext <<_ACEOF
21898 /* end confdefs.h.  */
21899 #include <sys/types.h>
21900 #ifdef HAVE_SCSI_SG_H
21901 #include <scsi/sg.h>
21902 #endif
21903
21904 int
21905 main ()
21906 {
21907 static scsireq_t ac_aggr;
21908 if (ac_aggr.cmd)
21909 return 0;
21910   ;
21911   return 0;
21912 }
21913 _ACEOF
21914 rm -f conftest.$ac_objext
21915 if { (ac_try="$ac_compile"
21916 case "(($ac_try" in
21917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21918   *) ac_try_echo=$ac_try;;
21919 esac
21920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21921   (eval "$ac_compile") 2>conftest.er1
21922   ac_status=$?
21923   grep -v '^ *+' conftest.er1 >conftest.err
21924   rm -f conftest.er1
21925   cat conftest.err >&5
21926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21927   (exit $ac_status); } &&
21928          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21929   { (case "(($ac_try" in
21930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21931   *) ac_try_echo=$ac_try;;
21932 esac
21933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21934   (eval "$ac_try") 2>&5
21935   ac_status=$?
21936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21937   (exit $ac_status); }; } &&
21938          { ac_try='test -s conftest.$ac_objext'
21939   { (case "(($ac_try" in
21940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21941   *) ac_try_echo=$ac_try;;
21942 esac
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944   (eval "$ac_try") 2>&5
21945   ac_status=$?
21946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947   (exit $ac_status); }; }; then
21948   ac_cv_member_scsireq_t_cmd=yes
21949 else
21950   echo "$as_me: failed program was:" >&5
21951 sed 's/^/| /' conftest.$ac_ext >&5
21952
21953         cat >conftest.$ac_ext <<_ACEOF
21954 /* confdefs.h.  */
21955 _ACEOF
21956 cat confdefs.h >>conftest.$ac_ext
21957 cat >>conftest.$ac_ext <<_ACEOF
21958 /* end confdefs.h.  */
21959 #include <sys/types.h>
21960 #ifdef HAVE_SCSI_SG_H
21961 #include <scsi/sg.h>
21962 #endif
21963
21964 int
21965 main ()
21966 {
21967 static scsireq_t ac_aggr;
21968 if (sizeof ac_aggr.cmd)
21969 return 0;
21970   ;
21971   return 0;
21972 }
21973 _ACEOF
21974 rm -f conftest.$ac_objext
21975 if { (ac_try="$ac_compile"
21976 case "(($ac_try" in
21977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21978   *) ac_try_echo=$ac_try;;
21979 esac
21980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21981   (eval "$ac_compile") 2>conftest.er1
21982   ac_status=$?
21983   grep -v '^ *+' conftest.er1 >conftest.err
21984   rm -f conftest.er1
21985   cat conftest.err >&5
21986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21987   (exit $ac_status); } &&
21988          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21989   { (case "(($ac_try" in
21990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21991   *) ac_try_echo=$ac_try;;
21992 esac
21993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21994   (eval "$ac_try") 2>&5
21995   ac_status=$?
21996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
21997   (exit $ac_status); }; } &&
21998          { ac_try='test -s conftest.$ac_objext'
21999   { (case "(($ac_try" in
22000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22001   *) ac_try_echo=$ac_try;;
22002 esac
22003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22004   (eval "$ac_try") 2>&5
22005   ac_status=$?
22006   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22007   (exit $ac_status); }; }; then
22008   ac_cv_member_scsireq_t_cmd=yes
22009 else
22010   echo "$as_me: failed program was:" >&5
22011 sed 's/^/| /' conftest.$ac_ext >&5
22012
22013         ac_cv_member_scsireq_t_cmd=no
22014 fi
22015
22016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22017 fi
22018
22019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22020 fi
22021 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22022 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22023 if test $ac_cv_member_scsireq_t_cmd = yes; then
22024
22025 cat >>confdefs.h <<_ACEOF
22026 #define HAVE_SCSIREQ_T_CMD 1
22027 _ACEOF
22028
22029
22030 fi
22031 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22032 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22033 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22034   echo $ECHO_N "(cached) $ECHO_C" >&6
22035 else
22036   cat >conftest.$ac_ext <<_ACEOF
22037 /* confdefs.h.  */
22038 _ACEOF
22039 cat confdefs.h >>conftest.$ac_ext
22040 cat >>conftest.$ac_ext <<_ACEOF
22041 /* end confdefs.h.  */
22042 #include <sys/types.h>
22043 #ifdef HAVE_SCSI_SG_H
22044 #include <scsi/sg.h>
22045 #endif
22046
22047 int
22048 main ()
22049 {
22050 static sg_io_hdr_t ac_aggr;
22051 if (ac_aggr.interface_id)
22052 return 0;
22053   ;
22054   return 0;
22055 }
22056 _ACEOF
22057 rm -f conftest.$ac_objext
22058 if { (ac_try="$ac_compile"
22059 case "(($ac_try" in
22060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22061   *) ac_try_echo=$ac_try;;
22062 esac
22063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22064   (eval "$ac_compile") 2>conftest.er1
22065   ac_status=$?
22066   grep -v '^ *+' conftest.er1 >conftest.err
22067   rm -f conftest.er1
22068   cat conftest.err >&5
22069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070   (exit $ac_status); } &&
22071          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22072   { (case "(($ac_try" in
22073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22074   *) ac_try_echo=$ac_try;;
22075 esac
22076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22077   (eval "$ac_try") 2>&5
22078   ac_status=$?
22079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22080   (exit $ac_status); }; } &&
22081          { ac_try='test -s conftest.$ac_objext'
22082   { (case "(($ac_try" in
22083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22084   *) ac_try_echo=$ac_try;;
22085 esac
22086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22087   (eval "$ac_try") 2>&5
22088   ac_status=$?
22089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22090   (exit $ac_status); }; }; then
22091   ac_cv_member_sg_io_hdr_t_interface_id=yes
22092 else
22093   echo "$as_me: failed program was:" >&5
22094 sed 's/^/| /' conftest.$ac_ext >&5
22095
22096         cat >conftest.$ac_ext <<_ACEOF
22097 /* confdefs.h.  */
22098 _ACEOF
22099 cat confdefs.h >>conftest.$ac_ext
22100 cat >>conftest.$ac_ext <<_ACEOF
22101 /* end confdefs.h.  */
22102 #include <sys/types.h>
22103 #ifdef HAVE_SCSI_SG_H
22104 #include <scsi/sg.h>
22105 #endif
22106
22107 int
22108 main ()
22109 {
22110 static sg_io_hdr_t ac_aggr;
22111 if (sizeof ac_aggr.interface_id)
22112 return 0;
22113   ;
22114   return 0;
22115 }
22116 _ACEOF
22117 rm -f conftest.$ac_objext
22118 if { (ac_try="$ac_compile"
22119 case "(($ac_try" in
22120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22121   *) ac_try_echo=$ac_try;;
22122 esac
22123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22124   (eval "$ac_compile") 2>conftest.er1
22125   ac_status=$?
22126   grep -v '^ *+' conftest.er1 >conftest.err
22127   rm -f conftest.er1
22128   cat conftest.err >&5
22129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130   (exit $ac_status); } &&
22131          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22132   { (case "(($ac_try" in
22133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22134   *) ac_try_echo=$ac_try;;
22135 esac
22136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22137   (eval "$ac_try") 2>&5
22138   ac_status=$?
22139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22140   (exit $ac_status); }; } &&
22141          { ac_try='test -s conftest.$ac_objext'
22142   { (case "(($ac_try" in
22143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22144   *) ac_try_echo=$ac_try;;
22145 esac
22146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22147   (eval "$ac_try") 2>&5
22148   ac_status=$?
22149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22150   (exit $ac_status); }; }; then
22151   ac_cv_member_sg_io_hdr_t_interface_id=yes
22152 else
22153   echo "$as_me: failed program was:" >&5
22154 sed 's/^/| /' conftest.$ac_ext >&5
22155
22156         ac_cv_member_sg_io_hdr_t_interface_id=no
22157 fi
22158
22159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22160 fi
22161
22162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22163 fi
22164 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22165 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22166 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22167
22168 cat >>confdefs.h <<_ACEOF
22169 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22170 _ACEOF
22171
22172
22173 fi
22174
22175
22176 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22177 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22178 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22179   echo $ECHO_N "(cached) $ECHO_C" >&6
22180 else
22181   cat >conftest.$ac_ext <<_ACEOF
22182 /* confdefs.h.  */
22183 _ACEOF
22184 cat confdefs.h >>conftest.$ac_ext
22185 cat >>conftest.$ac_ext <<_ACEOF
22186 /* end confdefs.h.  */
22187 #include <signal.h>
22188
22189 int
22190 main ()
22191 {
22192 static siginfo_t ac_aggr;
22193 if (ac_aggr.si_fd)
22194 return 0;
22195   ;
22196   return 0;
22197 }
22198 _ACEOF
22199 rm -f conftest.$ac_objext
22200 if { (ac_try="$ac_compile"
22201 case "(($ac_try" in
22202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22203   *) ac_try_echo=$ac_try;;
22204 esac
22205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22206   (eval "$ac_compile") 2>conftest.er1
22207   ac_status=$?
22208   grep -v '^ *+' conftest.er1 >conftest.err
22209   rm -f conftest.er1
22210   cat conftest.err >&5
22211   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22212   (exit $ac_status); } &&
22213          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22214   { (case "(($ac_try" in
22215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22216   *) ac_try_echo=$ac_try;;
22217 esac
22218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22219   (eval "$ac_try") 2>&5
22220   ac_status=$?
22221   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22222   (exit $ac_status); }; } &&
22223          { ac_try='test -s conftest.$ac_objext'
22224   { (case "(($ac_try" in
22225   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22226   *) ac_try_echo=$ac_try;;
22227 esac
22228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22229   (eval "$ac_try") 2>&5
22230   ac_status=$?
22231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22232   (exit $ac_status); }; }; then
22233   ac_cv_member_siginfo_t_si_fd=yes
22234 else
22235   echo "$as_me: failed program was:" >&5
22236 sed 's/^/| /' conftest.$ac_ext >&5
22237
22238         cat >conftest.$ac_ext <<_ACEOF
22239 /* confdefs.h.  */
22240 _ACEOF
22241 cat confdefs.h >>conftest.$ac_ext
22242 cat >>conftest.$ac_ext <<_ACEOF
22243 /* end confdefs.h.  */
22244 #include <signal.h>
22245
22246 int
22247 main ()
22248 {
22249 static siginfo_t ac_aggr;
22250 if (sizeof ac_aggr.si_fd)
22251 return 0;
22252   ;
22253   return 0;
22254 }
22255 _ACEOF
22256 rm -f conftest.$ac_objext
22257 if { (ac_try="$ac_compile"
22258 case "(($ac_try" in
22259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22260   *) ac_try_echo=$ac_try;;
22261 esac
22262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22263   (eval "$ac_compile") 2>conftest.er1
22264   ac_status=$?
22265   grep -v '^ *+' conftest.er1 >conftest.err
22266   rm -f conftest.er1
22267   cat conftest.err >&5
22268   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22269   (exit $ac_status); } &&
22270          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22271   { (case "(($ac_try" in
22272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22273   *) ac_try_echo=$ac_try;;
22274 esac
22275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22276   (eval "$ac_try") 2>&5
22277   ac_status=$?
22278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22279   (exit $ac_status); }; } &&
22280          { ac_try='test -s conftest.$ac_objext'
22281   { (case "(($ac_try" in
22282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22283   *) ac_try_echo=$ac_try;;
22284 esac
22285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22286   (eval "$ac_try") 2>&5
22287   ac_status=$?
22288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22289   (exit $ac_status); }; }; then
22290   ac_cv_member_siginfo_t_si_fd=yes
22291 else
22292   echo "$as_me: failed program was:" >&5
22293 sed 's/^/| /' conftest.$ac_ext >&5
22294
22295         ac_cv_member_siginfo_t_si_fd=no
22296 fi
22297
22298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22299 fi
22300
22301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22302 fi
22303 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22304 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22305 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22306
22307 cat >>confdefs.h <<_ACEOF
22308 #define HAVE_SIGINFO_T_SI_FD 1
22309 _ACEOF
22310
22311
22312 fi
22313
22314
22315 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22316 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22317 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22318   echo $ECHO_N "(cached) $ECHO_C" >&6
22319 else
22320   cat >conftest.$ac_ext <<_ACEOF
22321 /* confdefs.h.  */
22322 _ACEOF
22323 cat confdefs.h >>conftest.$ac_ext
22324 cat >>conftest.$ac_ext <<_ACEOF
22325 /* end confdefs.h.  */
22326 #include <sys/types.h>
22327 #ifdef HAVE_SYS_MTIO_H
22328 #include <sys/mtio.h>
22329 #endif
22330
22331 int
22332 main ()
22333 {
22334 static struct mtget ac_aggr;
22335 if (ac_aggr.mt_blksiz)
22336 return 0;
22337   ;
22338   return 0;
22339 }
22340 _ACEOF
22341 rm -f conftest.$ac_objext
22342 if { (ac_try="$ac_compile"
22343 case "(($ac_try" in
22344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22345   *) ac_try_echo=$ac_try;;
22346 esac
22347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22348   (eval "$ac_compile") 2>conftest.er1
22349   ac_status=$?
22350   grep -v '^ *+' conftest.er1 >conftest.err
22351   rm -f conftest.er1
22352   cat conftest.err >&5
22353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22354   (exit $ac_status); } &&
22355          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22356   { (case "(($ac_try" in
22357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22358   *) ac_try_echo=$ac_try;;
22359 esac
22360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22361   (eval "$ac_try") 2>&5
22362   ac_status=$?
22363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22364   (exit $ac_status); }; } &&
22365          { ac_try='test -s conftest.$ac_objext'
22366   { (case "(($ac_try" in
22367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22368   *) ac_try_echo=$ac_try;;
22369 esac
22370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22371   (eval "$ac_try") 2>&5
22372   ac_status=$?
22373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22374   (exit $ac_status); }; }; then
22375   ac_cv_member_struct_mtget_mt_blksiz=yes
22376 else
22377   echo "$as_me: failed program was:" >&5
22378 sed 's/^/| /' conftest.$ac_ext >&5
22379
22380         cat >conftest.$ac_ext <<_ACEOF
22381 /* confdefs.h.  */
22382 _ACEOF
22383 cat confdefs.h >>conftest.$ac_ext
22384 cat >>conftest.$ac_ext <<_ACEOF
22385 /* end confdefs.h.  */
22386 #include <sys/types.h>
22387 #ifdef HAVE_SYS_MTIO_H
22388 #include <sys/mtio.h>
22389 #endif
22390
22391 int
22392 main ()
22393 {
22394 static struct mtget ac_aggr;
22395 if (sizeof ac_aggr.mt_blksiz)
22396 return 0;
22397   ;
22398   return 0;
22399 }
22400 _ACEOF
22401 rm -f conftest.$ac_objext
22402 if { (ac_try="$ac_compile"
22403 case "(($ac_try" in
22404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22405   *) ac_try_echo=$ac_try;;
22406 esac
22407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22408   (eval "$ac_compile") 2>conftest.er1
22409   ac_status=$?
22410   grep -v '^ *+' conftest.er1 >conftest.err
22411   rm -f conftest.er1
22412   cat conftest.err >&5
22413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414   (exit $ac_status); } &&
22415          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22416   { (case "(($ac_try" in
22417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22418   *) ac_try_echo=$ac_try;;
22419 esac
22420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22421   (eval "$ac_try") 2>&5
22422   ac_status=$?
22423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22424   (exit $ac_status); }; } &&
22425          { ac_try='test -s conftest.$ac_objext'
22426   { (case "(($ac_try" in
22427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22428   *) ac_try_echo=$ac_try;;
22429 esac
22430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22431   (eval "$ac_try") 2>&5
22432   ac_status=$?
22433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22434   (exit $ac_status); }; }; then
22435   ac_cv_member_struct_mtget_mt_blksiz=yes
22436 else
22437   echo "$as_me: failed program was:" >&5
22438 sed 's/^/| /' conftest.$ac_ext >&5
22439
22440         ac_cv_member_struct_mtget_mt_blksiz=no
22441 fi
22442
22443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22444 fi
22445
22446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22447 fi
22448 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22449 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22450 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22451
22452 cat >>confdefs.h <<_ACEOF
22453 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22454 _ACEOF
22455
22456
22457 fi
22458 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22459 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22460 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22461   echo $ECHO_N "(cached) $ECHO_C" >&6
22462 else
22463   cat >conftest.$ac_ext <<_ACEOF
22464 /* confdefs.h.  */
22465 _ACEOF
22466 cat confdefs.h >>conftest.$ac_ext
22467 cat >>conftest.$ac_ext <<_ACEOF
22468 /* end confdefs.h.  */
22469 #include <sys/types.h>
22470 #ifdef HAVE_SYS_MTIO_H
22471 #include <sys/mtio.h>
22472 #endif
22473
22474 int
22475 main ()
22476 {
22477 static struct mtget ac_aggr;
22478 if (ac_aggr.mt_gstat)
22479 return 0;
22480   ;
22481   return 0;
22482 }
22483 _ACEOF
22484 rm -f conftest.$ac_objext
22485 if { (ac_try="$ac_compile"
22486 case "(($ac_try" in
22487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22488   *) ac_try_echo=$ac_try;;
22489 esac
22490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22491   (eval "$ac_compile") 2>conftest.er1
22492   ac_status=$?
22493   grep -v '^ *+' conftest.er1 >conftest.err
22494   rm -f conftest.er1
22495   cat conftest.err >&5
22496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22497   (exit $ac_status); } &&
22498          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22499   { (case "(($ac_try" in
22500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22501   *) ac_try_echo=$ac_try;;
22502 esac
22503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22504   (eval "$ac_try") 2>&5
22505   ac_status=$?
22506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22507   (exit $ac_status); }; } &&
22508          { ac_try='test -s conftest.$ac_objext'
22509   { (case "(($ac_try" in
22510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22511   *) ac_try_echo=$ac_try;;
22512 esac
22513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22514   (eval "$ac_try") 2>&5
22515   ac_status=$?
22516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22517   (exit $ac_status); }; }; then
22518   ac_cv_member_struct_mtget_mt_gstat=yes
22519 else
22520   echo "$as_me: failed program was:" >&5
22521 sed 's/^/| /' conftest.$ac_ext >&5
22522
22523         cat >conftest.$ac_ext <<_ACEOF
22524 /* confdefs.h.  */
22525 _ACEOF
22526 cat confdefs.h >>conftest.$ac_ext
22527 cat >>conftest.$ac_ext <<_ACEOF
22528 /* end confdefs.h.  */
22529 #include <sys/types.h>
22530 #ifdef HAVE_SYS_MTIO_H
22531 #include <sys/mtio.h>
22532 #endif
22533
22534 int
22535 main ()
22536 {
22537 static struct mtget ac_aggr;
22538 if (sizeof ac_aggr.mt_gstat)
22539 return 0;
22540   ;
22541   return 0;
22542 }
22543 _ACEOF
22544 rm -f conftest.$ac_objext
22545 if { (ac_try="$ac_compile"
22546 case "(($ac_try" in
22547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22548   *) ac_try_echo=$ac_try;;
22549 esac
22550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22551   (eval "$ac_compile") 2>conftest.er1
22552   ac_status=$?
22553   grep -v '^ *+' conftest.er1 >conftest.err
22554   rm -f conftest.er1
22555   cat conftest.err >&5
22556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22557   (exit $ac_status); } &&
22558          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22559   { (case "(($ac_try" in
22560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22561   *) ac_try_echo=$ac_try;;
22562 esac
22563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22564   (eval "$ac_try") 2>&5
22565   ac_status=$?
22566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22567   (exit $ac_status); }; } &&
22568          { ac_try='test -s conftest.$ac_objext'
22569   { (case "(($ac_try" in
22570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22571   *) ac_try_echo=$ac_try;;
22572 esac
22573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22574   (eval "$ac_try") 2>&5
22575   ac_status=$?
22576   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22577   (exit $ac_status); }; }; then
22578   ac_cv_member_struct_mtget_mt_gstat=yes
22579 else
22580   echo "$as_me: failed program was:" >&5
22581 sed 's/^/| /' conftest.$ac_ext >&5
22582
22583         ac_cv_member_struct_mtget_mt_gstat=no
22584 fi
22585
22586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22587 fi
22588
22589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22590 fi
22591 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22592 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22593 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22594
22595 cat >>confdefs.h <<_ACEOF
22596 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22597 _ACEOF
22598
22599
22600 fi
22601 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22602 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22603 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22604   echo $ECHO_N "(cached) $ECHO_C" >&6
22605 else
22606   cat >conftest.$ac_ext <<_ACEOF
22607 /* confdefs.h.  */
22608 _ACEOF
22609 cat confdefs.h >>conftest.$ac_ext
22610 cat >>conftest.$ac_ext <<_ACEOF
22611 /* end confdefs.h.  */
22612 #include <sys/types.h>
22613 #ifdef HAVE_SYS_MTIO_H
22614 #include <sys/mtio.h>
22615 #endif
22616
22617 int
22618 main ()
22619 {
22620 static struct mtget ac_aggr;
22621 if (ac_aggr.mt_blkno)
22622 return 0;
22623   ;
22624   return 0;
22625 }
22626 _ACEOF
22627 rm -f conftest.$ac_objext
22628 if { (ac_try="$ac_compile"
22629 case "(($ac_try" in
22630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22631   *) ac_try_echo=$ac_try;;
22632 esac
22633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22634   (eval "$ac_compile") 2>conftest.er1
22635   ac_status=$?
22636   grep -v '^ *+' conftest.er1 >conftest.err
22637   rm -f conftest.er1
22638   cat conftest.err >&5
22639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22640   (exit $ac_status); } &&
22641          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22642   { (case "(($ac_try" in
22643   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22644   *) ac_try_echo=$ac_try;;
22645 esac
22646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22647   (eval "$ac_try") 2>&5
22648   ac_status=$?
22649   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650   (exit $ac_status); }; } &&
22651          { ac_try='test -s conftest.$ac_objext'
22652   { (case "(($ac_try" in
22653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22654   *) ac_try_echo=$ac_try;;
22655 esac
22656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22657   (eval "$ac_try") 2>&5
22658   ac_status=$?
22659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22660   (exit $ac_status); }; }; then
22661   ac_cv_member_struct_mtget_mt_blkno=yes
22662 else
22663   echo "$as_me: failed program was:" >&5
22664 sed 's/^/| /' conftest.$ac_ext >&5
22665
22666         cat >conftest.$ac_ext <<_ACEOF
22667 /* confdefs.h.  */
22668 _ACEOF
22669 cat confdefs.h >>conftest.$ac_ext
22670 cat >>conftest.$ac_ext <<_ACEOF
22671 /* end confdefs.h.  */
22672 #include <sys/types.h>
22673 #ifdef HAVE_SYS_MTIO_H
22674 #include <sys/mtio.h>
22675 #endif
22676
22677 int
22678 main ()
22679 {
22680 static struct mtget ac_aggr;
22681 if (sizeof ac_aggr.mt_blkno)
22682 return 0;
22683   ;
22684   return 0;
22685 }
22686 _ACEOF
22687 rm -f conftest.$ac_objext
22688 if { (ac_try="$ac_compile"
22689 case "(($ac_try" in
22690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22691   *) ac_try_echo=$ac_try;;
22692 esac
22693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22694   (eval "$ac_compile") 2>conftest.er1
22695   ac_status=$?
22696   grep -v '^ *+' conftest.er1 >conftest.err
22697   rm -f conftest.er1
22698   cat conftest.err >&5
22699   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700   (exit $ac_status); } &&
22701          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22702   { (case "(($ac_try" in
22703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22704   *) ac_try_echo=$ac_try;;
22705 esac
22706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22707   (eval "$ac_try") 2>&5
22708   ac_status=$?
22709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22710   (exit $ac_status); }; } &&
22711          { ac_try='test -s conftest.$ac_objext'
22712   { (case "(($ac_try" in
22713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22714   *) ac_try_echo=$ac_try;;
22715 esac
22716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22717   (eval "$ac_try") 2>&5
22718   ac_status=$?
22719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22720   (exit $ac_status); }; }; then
22721   ac_cv_member_struct_mtget_mt_blkno=yes
22722 else
22723   echo "$as_me: failed program was:" >&5
22724 sed 's/^/| /' conftest.$ac_ext >&5
22725
22726         ac_cv_member_struct_mtget_mt_blkno=no
22727 fi
22728
22729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22730 fi
22731
22732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22733 fi
22734 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22735 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22736 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22737
22738 cat >>confdefs.h <<_ACEOF
22739 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22740 _ACEOF
22741
22742
22743 fi
22744
22745
22746 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22747 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22748 if test "${ac_cv_member_struct_option_name+set}" = set; then
22749   echo $ECHO_N "(cached) $ECHO_C" >&6
22750 else
22751   cat >conftest.$ac_ext <<_ACEOF
22752 /* confdefs.h.  */
22753 _ACEOF
22754 cat confdefs.h >>conftest.$ac_ext
22755 cat >>conftest.$ac_ext <<_ACEOF
22756 /* end confdefs.h.  */
22757 #ifdef HAVE_GETOPT_H
22758 #include <getopt.h>
22759 #endif
22760
22761 int
22762 main ()
22763 {
22764 static struct option ac_aggr;
22765 if (ac_aggr.name)
22766 return 0;
22767   ;
22768   return 0;
22769 }
22770 _ACEOF
22771 rm -f conftest.$ac_objext
22772 if { (ac_try="$ac_compile"
22773 case "(($ac_try" in
22774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22775   *) ac_try_echo=$ac_try;;
22776 esac
22777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22778   (eval "$ac_compile") 2>conftest.er1
22779   ac_status=$?
22780   grep -v '^ *+' conftest.er1 >conftest.err
22781   rm -f conftest.er1
22782   cat conftest.err >&5
22783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784   (exit $ac_status); } &&
22785          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22786   { (case "(($ac_try" in
22787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22788   *) ac_try_echo=$ac_try;;
22789 esac
22790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22791   (eval "$ac_try") 2>&5
22792   ac_status=$?
22793   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22794   (exit $ac_status); }; } &&
22795          { ac_try='test -s conftest.$ac_objext'
22796   { (case "(($ac_try" in
22797   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22798   *) ac_try_echo=$ac_try;;
22799 esac
22800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22801   (eval "$ac_try") 2>&5
22802   ac_status=$?
22803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22804   (exit $ac_status); }; }; then
22805   ac_cv_member_struct_option_name=yes
22806 else
22807   echo "$as_me: failed program was:" >&5
22808 sed 's/^/| /' conftest.$ac_ext >&5
22809
22810         cat >conftest.$ac_ext <<_ACEOF
22811 /* confdefs.h.  */
22812 _ACEOF
22813 cat confdefs.h >>conftest.$ac_ext
22814 cat >>conftest.$ac_ext <<_ACEOF
22815 /* end confdefs.h.  */
22816 #ifdef HAVE_GETOPT_H
22817 #include <getopt.h>
22818 #endif
22819
22820 int
22821 main ()
22822 {
22823 static struct option ac_aggr;
22824 if (sizeof ac_aggr.name)
22825 return 0;
22826   ;
22827   return 0;
22828 }
22829 _ACEOF
22830 rm -f conftest.$ac_objext
22831 if { (ac_try="$ac_compile"
22832 case "(($ac_try" in
22833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22834   *) ac_try_echo=$ac_try;;
22835 esac
22836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22837   (eval "$ac_compile") 2>conftest.er1
22838   ac_status=$?
22839   grep -v '^ *+' conftest.er1 >conftest.err
22840   rm -f conftest.er1
22841   cat conftest.err >&5
22842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22843   (exit $ac_status); } &&
22844          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22845   { (case "(($ac_try" in
22846   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22847   *) ac_try_echo=$ac_try;;
22848 esac
22849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22850   (eval "$ac_try") 2>&5
22851   ac_status=$?
22852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853   (exit $ac_status); }; } &&
22854          { ac_try='test -s conftest.$ac_objext'
22855   { (case "(($ac_try" in
22856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22857   *) ac_try_echo=$ac_try;;
22858 esac
22859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22860   (eval "$ac_try") 2>&5
22861   ac_status=$?
22862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22863   (exit $ac_status); }; }; then
22864   ac_cv_member_struct_option_name=yes
22865 else
22866   echo "$as_me: failed program was:" >&5
22867 sed 's/^/| /' conftest.$ac_ext >&5
22868
22869         ac_cv_member_struct_option_name=no
22870 fi
22871
22872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22873 fi
22874
22875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22876 fi
22877 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22878 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22879 if test $ac_cv_member_struct_option_name = yes; then
22880
22881 cat >>confdefs.h <<_ACEOF
22882 #define HAVE_STRUCT_OPTION_NAME 1
22883 _ACEOF
22884
22885
22886 fi
22887
22888
22889 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22890 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22891 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22892   echo $ECHO_N "(cached) $ECHO_C" >&6
22893 else
22894   cat >conftest.$ac_ext <<_ACEOF
22895 /* confdefs.h.  */
22896 _ACEOF
22897 cat confdefs.h >>conftest.$ac_ext
22898 cat >>conftest.$ac_ext <<_ACEOF
22899 /* end confdefs.h.  */
22900 $ac_includes_default
22901 int
22902 main ()
22903 {
22904 static struct stat ac_aggr;
22905 if (ac_aggr.st_blocks)
22906 return 0;
22907   ;
22908   return 0;
22909 }
22910 _ACEOF
22911 rm -f conftest.$ac_objext
22912 if { (ac_try="$ac_compile"
22913 case "(($ac_try" in
22914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22915   *) ac_try_echo=$ac_try;;
22916 esac
22917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22918   (eval "$ac_compile") 2>conftest.er1
22919   ac_status=$?
22920   grep -v '^ *+' conftest.er1 >conftest.err
22921   rm -f conftest.er1
22922   cat conftest.err >&5
22923   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924   (exit $ac_status); } &&
22925          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22926   { (case "(($ac_try" in
22927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22928   *) ac_try_echo=$ac_try;;
22929 esac
22930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22931   (eval "$ac_try") 2>&5
22932   ac_status=$?
22933   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22934   (exit $ac_status); }; } &&
22935          { ac_try='test -s conftest.$ac_objext'
22936   { (case "(($ac_try" in
22937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22938   *) ac_try_echo=$ac_try;;
22939 esac
22940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22941   (eval "$ac_try") 2>&5
22942   ac_status=$?
22943   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22944   (exit $ac_status); }; }; then
22945   ac_cv_member_struct_stat_st_blocks=yes
22946 else
22947   echo "$as_me: failed program was:" >&5
22948 sed 's/^/| /' conftest.$ac_ext >&5
22949
22950         cat >conftest.$ac_ext <<_ACEOF
22951 /* confdefs.h.  */
22952 _ACEOF
22953 cat confdefs.h >>conftest.$ac_ext
22954 cat >>conftest.$ac_ext <<_ACEOF
22955 /* end confdefs.h.  */
22956 $ac_includes_default
22957 int
22958 main ()
22959 {
22960 static struct stat ac_aggr;
22961 if (sizeof ac_aggr.st_blocks)
22962 return 0;
22963   ;
22964   return 0;
22965 }
22966 _ACEOF
22967 rm -f conftest.$ac_objext
22968 if { (ac_try="$ac_compile"
22969 case "(($ac_try" in
22970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971   *) ac_try_echo=$ac_try;;
22972 esac
22973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22974   (eval "$ac_compile") 2>conftest.er1
22975   ac_status=$?
22976   grep -v '^ *+' conftest.er1 >conftest.err
22977   rm -f conftest.er1
22978   cat conftest.err >&5
22979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980   (exit $ac_status); } &&
22981          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22982   { (case "(($ac_try" in
22983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22984   *) ac_try_echo=$ac_try;;
22985 esac
22986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22987   (eval "$ac_try") 2>&5
22988   ac_status=$?
22989   echo "$as_me:$LINENO: \$? = $ac_status" >&5
22990   (exit $ac_status); }; } &&
22991          { ac_try='test -s conftest.$ac_objext'
22992   { (case "(($ac_try" in
22993   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22994   *) ac_try_echo=$ac_try;;
22995 esac
22996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22997   (eval "$ac_try") 2>&5
22998   ac_status=$?
22999   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23000   (exit $ac_status); }; }; then
23001   ac_cv_member_struct_stat_st_blocks=yes
23002 else
23003   echo "$as_me: failed program was:" >&5
23004 sed 's/^/| /' conftest.$ac_ext >&5
23005
23006         ac_cv_member_struct_stat_st_blocks=no
23007 fi
23008
23009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23010 fi
23011
23012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23013 fi
23014 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23015 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
23016 if test $ac_cv_member_struct_stat_st_blocks = yes; then
23017
23018 cat >>confdefs.h <<_ACEOF
23019 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23020 _ACEOF
23021
23022
23023 fi
23024
23025
23026 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23027 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23028 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23029   echo $ECHO_N "(cached) $ECHO_C" >&6
23030 else
23031   cat >conftest.$ac_ext <<_ACEOF
23032 /* confdefs.h.  */
23033 _ACEOF
23034 cat confdefs.h >>conftest.$ac_ext
23035 cat >>conftest.$ac_ext <<_ACEOF
23036 /* end confdefs.h.  */
23037 #ifdef HAVE_SYS_TYPES_H
23038 #include <sys/types.h>
23039 #endif
23040 #ifdef HAVE_NETINET_IN_H
23041 #include <netinet/in.h>
23042 #endif
23043
23044 int
23045 main ()
23046 {
23047 static struct sockaddr_in6 ac_aggr;
23048 if (ac_aggr.sin6_scope_id)
23049 return 0;
23050   ;
23051   return 0;
23052 }
23053 _ACEOF
23054 rm -f conftest.$ac_objext
23055 if { (ac_try="$ac_compile"
23056 case "(($ac_try" in
23057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23058   *) ac_try_echo=$ac_try;;
23059 esac
23060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23061   (eval "$ac_compile") 2>conftest.er1
23062   ac_status=$?
23063   grep -v '^ *+' conftest.er1 >conftest.err
23064   rm -f conftest.er1
23065   cat conftest.err >&5
23066   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23067   (exit $ac_status); } &&
23068          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23069   { (case "(($ac_try" in
23070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23071   *) ac_try_echo=$ac_try;;
23072 esac
23073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23074   (eval "$ac_try") 2>&5
23075   ac_status=$?
23076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23077   (exit $ac_status); }; } &&
23078          { ac_try='test -s conftest.$ac_objext'
23079   { (case "(($ac_try" in
23080   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23081   *) ac_try_echo=$ac_try;;
23082 esac
23083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23084   (eval "$ac_try") 2>&5
23085   ac_status=$?
23086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23087   (exit $ac_status); }; }; then
23088   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23089 else
23090   echo "$as_me: failed program was:" >&5
23091 sed 's/^/| /' conftest.$ac_ext >&5
23092
23093         cat >conftest.$ac_ext <<_ACEOF
23094 /* confdefs.h.  */
23095 _ACEOF
23096 cat confdefs.h >>conftest.$ac_ext
23097 cat >>conftest.$ac_ext <<_ACEOF
23098 /* end confdefs.h.  */
23099 #ifdef HAVE_SYS_TYPES_H
23100 #include <sys/types.h>
23101 #endif
23102 #ifdef HAVE_NETINET_IN_H
23103 #include <netinet/in.h>
23104 #endif
23105
23106 int
23107 main ()
23108 {
23109 static struct sockaddr_in6 ac_aggr;
23110 if (sizeof ac_aggr.sin6_scope_id)
23111 return 0;
23112   ;
23113   return 0;
23114 }
23115 _ACEOF
23116 rm -f conftest.$ac_objext
23117 if { (ac_try="$ac_compile"
23118 case "(($ac_try" in
23119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23120   *) ac_try_echo=$ac_try;;
23121 esac
23122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23123   (eval "$ac_compile") 2>conftest.er1
23124   ac_status=$?
23125   grep -v '^ *+' conftest.er1 >conftest.err
23126   rm -f conftest.er1
23127   cat conftest.err >&5
23128   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23129   (exit $ac_status); } &&
23130          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23131   { (case "(($ac_try" in
23132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23133   *) ac_try_echo=$ac_try;;
23134 esac
23135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23136   (eval "$ac_try") 2>&5
23137   ac_status=$?
23138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23139   (exit $ac_status); }; } &&
23140          { ac_try='test -s conftest.$ac_objext'
23141   { (case "(($ac_try" in
23142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23143   *) ac_try_echo=$ac_try;;
23144 esac
23145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23146   (eval "$ac_try") 2>&5
23147   ac_status=$?
23148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23149   (exit $ac_status); }; }; then
23150   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23151 else
23152   echo "$as_me: failed program was:" >&5
23153 sed 's/^/| /' conftest.$ac_ext >&5
23154
23155         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23156 fi
23157
23158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23159 fi
23160
23161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23162 fi
23163 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23164 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23165 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23166
23167 cat >>confdefs.h <<_ACEOF
23168 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23169 _ACEOF
23170
23171
23172 fi
23173
23174
23175 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23176 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23177 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23178   echo $ECHO_N "(cached) $ECHO_C" >&6
23179 else
23180   cat >conftest.$ac_ext <<_ACEOF
23181 /* confdefs.h.  */
23182 _ACEOF
23183 cat confdefs.h >>conftest.$ac_ext
23184 cat >>conftest.$ac_ext <<_ACEOF
23185 /* end confdefs.h.  */
23186 #ifdef HAVE_SYS_TYPES_H
23187 #include <sys/types.h>
23188 #endif
23189 #ifdef HAVE_NETINET_IN_H
23190 # include <netinet/in.h>
23191 #endif
23192 #ifdef HAVE_ARPA_NAMESER_H
23193 # include <arpa/nameser.h>
23194 #endif
23195
23196 int
23197 main ()
23198 {
23199 static ns_msg ac_aggr;
23200 if (ac_aggr._msg_ptr)
23201 return 0;
23202   ;
23203   return 0;
23204 }
23205 _ACEOF
23206 rm -f conftest.$ac_objext
23207 if { (ac_try="$ac_compile"
23208 case "(($ac_try" in
23209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23210   *) ac_try_echo=$ac_try;;
23211 esac
23212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23213   (eval "$ac_compile") 2>conftest.er1
23214   ac_status=$?
23215   grep -v '^ *+' conftest.er1 >conftest.err
23216   rm -f conftest.er1
23217   cat conftest.err >&5
23218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23219   (exit $ac_status); } &&
23220          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23221   { (case "(($ac_try" in
23222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23223   *) ac_try_echo=$ac_try;;
23224 esac
23225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23226   (eval "$ac_try") 2>&5
23227   ac_status=$?
23228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23229   (exit $ac_status); }; } &&
23230          { ac_try='test -s conftest.$ac_objext'
23231   { (case "(($ac_try" in
23232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23233   *) ac_try_echo=$ac_try;;
23234 esac
23235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23236   (eval "$ac_try") 2>&5
23237   ac_status=$?
23238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239   (exit $ac_status); }; }; then
23240   ac_cv_member_ns_msg__msg_ptr=yes
23241 else
23242   echo "$as_me: failed program was:" >&5
23243 sed 's/^/| /' conftest.$ac_ext >&5
23244
23245         cat >conftest.$ac_ext <<_ACEOF
23246 /* confdefs.h.  */
23247 _ACEOF
23248 cat confdefs.h >>conftest.$ac_ext
23249 cat >>conftest.$ac_ext <<_ACEOF
23250 /* end confdefs.h.  */
23251 #ifdef HAVE_SYS_TYPES_H
23252 #include <sys/types.h>
23253 #endif
23254 #ifdef HAVE_NETINET_IN_H
23255 # include <netinet/in.h>
23256 #endif
23257 #ifdef HAVE_ARPA_NAMESER_H
23258 # include <arpa/nameser.h>
23259 #endif
23260
23261 int
23262 main ()
23263 {
23264 static ns_msg ac_aggr;
23265 if (sizeof ac_aggr._msg_ptr)
23266 return 0;
23267   ;
23268   return 0;
23269 }
23270 _ACEOF
23271 rm -f conftest.$ac_objext
23272 if { (ac_try="$ac_compile"
23273 case "(($ac_try" in
23274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23275   *) ac_try_echo=$ac_try;;
23276 esac
23277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23278   (eval "$ac_compile") 2>conftest.er1
23279   ac_status=$?
23280   grep -v '^ *+' conftest.er1 >conftest.err
23281   rm -f conftest.er1
23282   cat conftest.err >&5
23283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23284   (exit $ac_status); } &&
23285          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23286   { (case "(($ac_try" in
23287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23288   *) ac_try_echo=$ac_try;;
23289 esac
23290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23291   (eval "$ac_try") 2>&5
23292   ac_status=$?
23293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23294   (exit $ac_status); }; } &&
23295          { ac_try='test -s conftest.$ac_objext'
23296   { (case "(($ac_try" in
23297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23298   *) ac_try_echo=$ac_try;;
23299 esac
23300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23301   (eval "$ac_try") 2>&5
23302   ac_status=$?
23303   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23304   (exit $ac_status); }; }; then
23305   ac_cv_member_ns_msg__msg_ptr=yes
23306 else
23307   echo "$as_me: failed program was:" >&5
23308 sed 's/^/| /' conftest.$ac_ext >&5
23309
23310         ac_cv_member_ns_msg__msg_ptr=no
23311 fi
23312
23313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23314 fi
23315
23316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23317 fi
23318 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23319 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23320 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23321
23322 cat >>confdefs.h <<_ACEOF
23323 #define HAVE_NS_MSG__MSG_PTR 1
23324 _ACEOF
23325
23326
23327 fi
23328
23329
23330 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23331 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23332 if test "${ac_cv_have_timezone+set}" = set; then
23333   echo $ECHO_N "(cached) $ECHO_C" >&6
23334 else
23335   cat >conftest.$ac_ext <<_ACEOF
23336 /* confdefs.h.  */
23337 _ACEOF
23338 cat confdefs.h >>conftest.$ac_ext
23339 cat >>conftest.$ac_ext <<_ACEOF
23340 /* end confdefs.h.  */
23341 #include <time.h>
23342 int
23343 main ()
23344 {
23345 timezone = 1
23346   ;
23347   return 0;
23348 }
23349 _ACEOF
23350 rm -f conftest.$ac_objext conftest$ac_exeext
23351 if { (ac_try="$ac_link"
23352 case "(($ac_try" in
23353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23354   *) ac_try_echo=$ac_try;;
23355 esac
23356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23357   (eval "$ac_link") 2>conftest.er1
23358   ac_status=$?
23359   grep -v '^ *+' conftest.er1 >conftest.err
23360   rm -f conftest.er1
23361   cat conftest.err >&5
23362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23363   (exit $ac_status); } &&
23364          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23365   { (case "(($ac_try" in
23366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23367   *) ac_try_echo=$ac_try;;
23368 esac
23369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23370   (eval "$ac_try") 2>&5
23371   ac_status=$?
23372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23373   (exit $ac_status); }; } &&
23374          { ac_try='test -s conftest$ac_exeext'
23375   { (case "(($ac_try" in
23376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23377   *) ac_try_echo=$ac_try;;
23378 esac
23379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23380   (eval "$ac_try") 2>&5
23381   ac_status=$?
23382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23383   (exit $ac_status); }; }; then
23384   ac_cv_have_timezone="yes"
23385 else
23386   echo "$as_me: failed program was:" >&5
23387 sed 's/^/| /' conftest.$ac_ext >&5
23388
23389         ac_cv_have_timezone="no"
23390 fi
23391
23392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23393       conftest$ac_exeext conftest.$ac_ext
23394 fi
23395 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23396 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23397 if test "$ac_cv_have_timezone" = "yes"
23398 then
23399
23400 cat >>confdefs.h <<\_ACEOF
23401 #define HAVE_TIMEZONE 1
23402 _ACEOF
23403
23404 fi
23405 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23406 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23407 if test "${ac_cv_have_daylight+set}" = set; then
23408   echo $ECHO_N "(cached) $ECHO_C" >&6
23409 else
23410   cat >conftest.$ac_ext <<_ACEOF
23411 /* confdefs.h.  */
23412 _ACEOF
23413 cat confdefs.h >>conftest.$ac_ext
23414 cat >>conftest.$ac_ext <<_ACEOF
23415 /* end confdefs.h.  */
23416 #include <time.h>
23417 int
23418 main ()
23419 {
23420 daylight = 1
23421   ;
23422   return 0;
23423 }
23424 _ACEOF
23425 rm -f conftest.$ac_objext conftest$ac_exeext
23426 if { (ac_try="$ac_link"
23427 case "(($ac_try" in
23428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23429   *) ac_try_echo=$ac_try;;
23430 esac
23431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23432   (eval "$ac_link") 2>conftest.er1
23433   ac_status=$?
23434   grep -v '^ *+' conftest.er1 >conftest.err
23435   rm -f conftest.er1
23436   cat conftest.err >&5
23437   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23438   (exit $ac_status); } &&
23439          { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23440   { (case "(($ac_try" in
23441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23442   *) ac_try_echo=$ac_try;;
23443 esac
23444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23445   (eval "$ac_try") 2>&5
23446   ac_status=$?
23447   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23448   (exit $ac_status); }; } &&
23449          { ac_try='test -s conftest$ac_exeext'
23450   { (case "(($ac_try" in
23451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23452   *) ac_try_echo=$ac_try;;
23453 esac
23454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23455   (eval "$ac_try") 2>&5
23456   ac_status=$?
23457   echo "$as_me:$LINENO: \$? = $ac_status" >&5
23458   (exit $ac_status); }; }; then
23459   ac_cv_have_daylight="yes"
23460 else
23461   echo "$as_me: failed program was:" >&5
23462 sed 's/^/| /' conftest.$ac_ext >&5
23463
23464         ac_cv_have_daylight="no"
23465 fi
23466
23467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23468       conftest$ac_exeext conftest.$ac_ext
23469 fi
23470 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23471 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23472 if test "$ac_cv_have_daylight" = "yes"
23473 then
23474
23475 cat >>confdefs.h <<\_ACEOF
23476 #define HAVE_DAYLIGHT 1
23477 _ACEOF
23478
23479 fi
23480
23481
23482 case $host_cpu in
23483   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23484 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23485 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23486   echo $ECHO_N "(cached) $ECHO_C" >&6
23487 else
23488   cat >conftest.$ac_ext <<_ACEOF
23489 /* confdefs.h.  */
23490 _ACEOF
23491 cat confdefs.h >>conftest.$ac_ext
23492 cat >>conftest.$ac_ext <<_ACEOF
23493 /* end confdefs.h.  */
23494 #ifndef __i386__
23495 yes
23496 #endif
23497 _ACEOF
23498 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23499   $EGREP "yes" >/dev/null 2>&1; then
23500   ac_cv_cpp_def___i386__=yes
23501 else
23502   ac_cv_cpp_def___i386__=no
23503 fi
23504 rm -f conftest*
23505
23506 fi
23507 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23508 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23509 if test $ac_cv_cpp_def___i386__ = yes; then
23510   CFLAGS="$CFLAGS -D__i386__"
23511   LINTFLAGS="$LINTFLAGS -D__i386__"
23512 fi
23513  ;;
23514   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23515 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23516 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23517   echo $ECHO_N "(cached) $ECHO_C" >&6
23518 else
23519   cat >conftest.$ac_ext <<_ACEOF
23520 /* confdefs.h.  */
23521 _ACEOF
23522 cat confdefs.h >>conftest.$ac_ext
23523 cat >>conftest.$ac_ext <<_ACEOF
23524 /* end confdefs.h.  */
23525 #ifndef __x86_64__
23526 yes
23527 #endif
23528 _ACEOF
23529 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23530   $EGREP "yes" >/dev/null 2>&1; then
23531   ac_cv_cpp_def___x86_64__=yes
23532 else
23533   ac_cv_cpp_def___x86_64__=no
23534 fi
23535 rm -f conftest*
23536
23537 fi
23538 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23539 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23540 if test $ac_cv_cpp_def___x86_64__ = yes; then
23541   CFLAGS="$CFLAGS -D__x86_64__"
23542   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23543 fi
23544  ;;
23545   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23546 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23547 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23548   echo $ECHO_N "(cached) $ECHO_C" >&6
23549 else
23550   cat >conftest.$ac_ext <<_ACEOF
23551 /* confdefs.h.  */
23552 _ACEOF
23553 cat confdefs.h >>conftest.$ac_ext
23554 cat >>conftest.$ac_ext <<_ACEOF
23555 /* end confdefs.h.  */
23556 #ifndef __ALPHA__
23557 yes
23558 #endif
23559 _ACEOF
23560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23561   $EGREP "yes" >/dev/null 2>&1; then
23562   ac_cv_cpp_def___ALPHA__=yes
23563 else
23564   ac_cv_cpp_def___ALPHA__=no
23565 fi
23566 rm -f conftest*
23567
23568 fi
23569 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23570 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23571 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23572   CFLAGS="$CFLAGS -D__ALPHA__"
23573   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23574 fi
23575  ;;
23576   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23577 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23578 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23579   echo $ECHO_N "(cached) $ECHO_C" >&6
23580 else
23581   cat >conftest.$ac_ext <<_ACEOF
23582 /* confdefs.h.  */
23583 _ACEOF
23584 cat confdefs.h >>conftest.$ac_ext
23585 cat >>conftest.$ac_ext <<_ACEOF
23586 /* end confdefs.h.  */
23587 #ifndef __sparc__
23588 yes
23589 #endif
23590 _ACEOF
23591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23592   $EGREP "yes" >/dev/null 2>&1; then
23593   ac_cv_cpp_def___sparc__=yes
23594 else
23595   ac_cv_cpp_def___sparc__=no
23596 fi
23597 rm -f conftest*
23598
23599 fi
23600 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23601 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23602 if test $ac_cv_cpp_def___sparc__ = yes; then
23603   CFLAGS="$CFLAGS -D__sparc__"
23604   LINTFLAGS="$LINTFLAGS -D__sparc__"
23605 fi
23606  ;;
23607   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23608 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23609 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23610   echo $ECHO_N "(cached) $ECHO_C" >&6
23611 else
23612   cat >conftest.$ac_ext <<_ACEOF
23613 /* confdefs.h.  */
23614 _ACEOF
23615 cat confdefs.h >>conftest.$ac_ext
23616 cat >>conftest.$ac_ext <<_ACEOF
23617 /* end confdefs.h.  */
23618 #ifndef __powerpc__
23619 yes
23620 #endif
23621 _ACEOF
23622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23623   $EGREP "yes" >/dev/null 2>&1; then
23624   ac_cv_cpp_def___powerpc__=yes
23625 else
23626   ac_cv_cpp_def___powerpc__=no
23627 fi
23628 rm -f conftest*
23629
23630 fi
23631 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23632 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23633 if test $ac_cv_cpp_def___powerpc__ = yes; then
23634   CFLAGS="$CFLAGS -D__powerpc__"
23635   LINTFLAGS="$LINTFLAGS -D__powerpc__"
23636 fi
23637  ;;
23638 esac
23639
23640 case $host_vendor in
23641   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23642 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23643 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23644   echo $ECHO_N "(cached) $ECHO_C" >&6
23645 else
23646   cat >conftest.$ac_ext <<_ACEOF
23647 /* confdefs.h.  */
23648 _ACEOF
23649 cat confdefs.h >>conftest.$ac_ext
23650 cat >>conftest.$ac_ext <<_ACEOF
23651 /* end confdefs.h.  */
23652 #ifndef __sun__
23653 yes
23654 #endif
23655 _ACEOF
23656 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23657   $EGREP "yes" >/dev/null 2>&1; then
23658   ac_cv_cpp_def___sun__=yes
23659 else
23660   ac_cv_cpp_def___sun__=no
23661 fi
23662 rm -f conftest*
23663
23664 fi
23665 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23666 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23667 if test $ac_cv_cpp_def___sun__ = yes; then
23668   CFLAGS="$CFLAGS -D__sun__"
23669   LINTFLAGS="$LINTFLAGS -D__sun__"
23670 fi
23671  ;;
23672 esac
23673
23674
23675 DEPENDENCIES="### Dependencies:
23676
23677 .INIT: Makefile
23678 .BEGIN: Makefile
23679 Makefile: dummy
23680         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23681
23682 \$(ALL_OBJS): \$(IDL_H_SRCS:.idl=.h)
23683 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23684 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23685 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23686
23687
23688
23689
23690
23691 ac_config_commands="$ac_config_commands include/stamp-h"
23692
23693
23694 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23695
23696 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23697
23698 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23699
23700 ac_config_commands="$ac_config_commands dlls/user32/resources"
23701
23702 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23703
23704 ac_config_commands="$ac_config_commands include/wine"
23705
23706
23707 MAKE_RULES=Make.rules
23708
23709
23710 MAKE_DLL_RULES=dlls/Makedll.rules
23711
23712
23713 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23714
23715
23716 MAKE_TEST_RULES=dlls/Maketest.rules
23717
23718
23719 MAKE_PROG_RULES=programs/Makeprog.rules
23720
23721
23722 ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/cabinet/tests/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/clusapi/Makefile dlls/comcat/Makefile dlls/comcat/tests/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/comdlg32/Makefile dlls/comdlg32/tests/Makefile dlls/compstui/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/cryptnet/Makefile dlls/ctl3d32/Makefile dlls/d3d8/Makefile dlls/d3d8/tests/Makefile dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi32/Makefile dlls/gdi32/tests/Makefile dlls/glu32/Makefile dlls/gphoto2.ds/Makefile dlls/hhctrl.ocx/Makefile dlls/hid/Makefile dlls/hlink/Makefile dlls/hlink/tests/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/infosoft/Makefile dlls/infosoft/tests/Makefile dlls/inseng/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel32/Makefile dlls/kernel32/tests/Makefile dlls/localspl/Makefile dlls/localspl/tests/Makefile dlls/lz32/Makefile dlls/lz32/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/mciwave/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/mprapi/Makefile dlls/msacm32.drv/Makefile dlls/msacm32/Makefile dlls/msacm32/tests/Makefile dlls/msadp32.acm/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/mscoree/Makefile dlls/msdmo/Makefile dlls/msftedit/Makefile dlls/msg711.acm/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys.ocx/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvfw32/Makefile dlls/msvidc32/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/nddeapi/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/ntdsapi/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli32/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr32/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/pstorec/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/query/Makefile dlls/rasapi32/Makefile dlls/resutils/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile dlls/riched32/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/sane.ds/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/setupapi/tests/Makefile dlls/sfc/Makefile dlls/shdoclc/Makefile dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/spoolss/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/svrapi/Makefile dlls/tapi32/Makefile dlls/twain_32/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user32/Makefile dlls/user32/tests/Makefile dlls/userenv/Makefile dlls/usp10/Makefile dlls/usp10/tests/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/uxtheme/tests/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/winemp3.acm/Makefile dlls/wineps.drv/Makefile dlls/winequartz.drv/Makefile dlls/winex11.drv/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/tests/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winecoreaudio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls32/Makefile dlls/winspool.drv/Makefile dlls/winspool.drv/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wintrust/tests/Makefile dlls/wldap32/Makefile dlls/wnaspi32/Makefile dlls/wow32/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/clock/Makefile programs/cmd/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/eject/Makefile programs/expand/Makefile programs/explorer/Makefile programs/hh/Makefile programs/icinfo/Makefile programs/iexplore/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/oleview/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile programs/wordpad/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
23723
23724
23725 cat >confcache <<\_ACEOF
23726 # This file is a shell script that caches the results of configure
23727 # tests run on this system so they can be shared between configure
23728 # scripts and configure runs, see configure's option --config-cache.
23729 # It is not useful on other systems.  If it contains results you don't
23730 # want to keep, you may remove or edit it.
23731 #
23732 # config.status only pays attention to the cache file if you give it
23733 # the --recheck option to rerun configure.
23734 #
23735 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23736 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23737 # following values.
23738
23739 _ACEOF
23740
23741 # The following way of writing the cache mishandles newlines in values,
23742 # but we know of no workaround that is simple, portable, and efficient.
23743 # So, we kill variables containing newlines.
23744 # Ultrix sh set writes to stderr and can't be redirected directly,
23745 # and sets the high bit in the cache file unless we assign to the vars.
23746 (
23747   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23748     eval ac_val=\$$ac_var
23749     case $ac_val in #(
23750     *${as_nl}*)
23751       case $ac_var in #(
23752       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23753 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23754       esac
23755       case $ac_var in #(
23756       _ | IFS | as_nl) ;; #(
23757       *) $as_unset $ac_var ;;
23758       esac ;;
23759     esac
23760   done
23761
23762   (set) 2>&1 |
23763     case $as_nl`(ac_space=' '; set) 2>&1` in #(
23764     *${as_nl}ac_space=\ *)
23765       # `set' does not quote correctly, so add quotes (double-quote
23766       # substitution turns \\\\ into \\, and sed turns \\ into \).
23767       sed -n \
23768         "s/'/'\\\\''/g;
23769           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23770       ;; #(
23771     *)
23772       # `set' quotes correctly as required by POSIX, so do not add quotes.
23773       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
23774       ;;
23775     esac |
23776     sort
23777 ) |
23778   sed '
23779      /^ac_cv_env_/b end
23780      t clear
23781      :clear
23782      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23783      t end
23784      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23785      :end' >>confcache
23786 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
23787   if test -w "$cache_file"; then
23788     test "x$cache_file" != "x/dev/null" &&
23789       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23790 echo "$as_me: updating cache $cache_file" >&6;}
23791     cat confcache >$cache_file
23792   else
23793     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
23794 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
23795   fi
23796 fi
23797 rm -f confcache
23798
23799 test "x$prefix" = xNONE && prefix=$ac_default_prefix
23800 # Let make expand exec_prefix.
23801 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
23802
23803 DEFS=-DHAVE_CONFIG_H
23804
23805 ac_libobjs=
23806 ac_ltlibobjs=
23807 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
23808   # 1. Remove the extension, and $U if already installed.
23809   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
23810   ac_i=`echo "$ac_i" | sed "$ac_script"`
23811   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
23812   #    will be set to the directory where LIBOBJS objects are built.
23813   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23814   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
23815 done
23816 LIBOBJS=$ac_libobjs
23817
23818 LTLIBOBJS=$ac_ltlibobjs
23819
23820
23821
23822 : ${CONFIG_STATUS=./config.status}
23823 ac_clean_files_save=$ac_clean_files
23824 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
23825 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
23826 echo "$as_me: creating $CONFIG_STATUS" >&6;}
23827 cat >$CONFIG_STATUS <<_ACEOF
23828 #! $SHELL
23829 # Generated by $as_me.
23830 # Run this file to recreate the current configuration.
23831 # Compiler output produced by configure, useful for debugging
23832 # configure, is in config.log if it exists.
23833
23834 debug=false
23835 ac_cs_recheck=false
23836 ac_cs_silent=false
23837 SHELL=\${CONFIG_SHELL-$SHELL}
23838 _ACEOF
23839
23840 cat >>$CONFIG_STATUS <<\_ACEOF
23841 ## --------------------- ##
23842 ## M4sh Initialization.  ##
23843 ## --------------------- ##
23844
23845 # Be Bourne compatible
23846 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23847   emulate sh
23848   NULLCMD=:
23849   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23850   # is contrary to our usage.  Disable this feature.
23851   alias -g '${1+"$@"}'='"$@"'
23852   setopt NO_GLOB_SUBST
23853 else
23854   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
23855 fi
23856 BIN_SH=xpg4; export BIN_SH # for Tru64
23857 DUALCASE=1; export DUALCASE # for MKS sh
23858
23859
23860 # PATH needs CR
23861 # Avoid depending upon Character Ranges.
23862 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23863 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23864 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23865 as_cr_digits='0123456789'
23866 as_cr_alnum=$as_cr_Letters$as_cr_digits
23867
23868 # The user is always right.
23869 if test "${PATH_SEPARATOR+set}" != set; then
23870   echo "#! /bin/sh" >conf$$.sh
23871   echo  "exit 0"   >>conf$$.sh
23872   chmod +x conf$$.sh
23873   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
23874     PATH_SEPARATOR=';'
23875   else
23876     PATH_SEPARATOR=:
23877   fi
23878   rm -f conf$$.sh
23879 fi
23880
23881 # Support unset when possible.
23882 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
23883   as_unset=unset
23884 else
23885   as_unset=false
23886 fi
23887
23888
23889 # IFS
23890 # We need space, tab and new line, in precisely that order.  Quoting is
23891 # there to prevent editors from complaining about space-tab.
23892 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
23893 # splitting by setting IFS to empty value.)
23894 as_nl='
23895 '
23896 IFS=" ""        $as_nl"
23897
23898 # Find who we are.  Look in the path if we contain no directory separator.
23899 case $0 in
23900   *[\\/]* ) as_myself=$0 ;;
23901   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23902 for as_dir in $PATH
23903 do
23904   IFS=$as_save_IFS
23905   test -z "$as_dir" && as_dir=.
23906   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
23907 done
23908 IFS=$as_save_IFS
23909
23910      ;;
23911 esac
23912 # We did not find ourselves, most probably we were run as `sh COMMAND'
23913 # in which case we are not to be found in the path.
23914 if test "x$as_myself" = x; then
23915   as_myself=$0
23916 fi
23917 if test ! -f "$as_myself"; then
23918   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23919   { (exit 1); exit 1; }
23920 fi
23921
23922 # Work around bugs in pre-3.0 UWIN ksh.
23923 for as_var in ENV MAIL MAILPATH
23924 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
23925 done
23926 PS1='$ '
23927 PS2='> '
23928 PS4='+ '
23929
23930 # NLS nuisances.
23931 for as_var in \
23932   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
23933   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
23934   LC_TELEPHONE LC_TIME
23935 do
23936   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23937     eval $as_var=C; export $as_var
23938   else
23939     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
23940   fi
23941 done
23942
23943 # Required to use basename.
23944 if expr a : '\(a\)' >/dev/null 2>&1 &&
23945    test "X`expr 00001 : '.*\(...\)'`" = X001; then
23946   as_expr=expr
23947 else
23948   as_expr=false
23949 fi
23950
23951 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
23952   as_basename=basename
23953 else
23954   as_basename=false
23955 fi
23956
23957
23958 # Name of the executable.
23959 as_me=`$as_basename -- "$0" ||
23960 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23961          X"$0" : 'X\(//\)$' \| \
23962          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
23963 echo X/"$0" |
23964     sed '/^.*\/\([^/][^/]*\)\/*$/{
23965             s//\1/
23966             q
23967           }
23968           /^X\/\(\/\/\)$/{
23969             s//\1/
23970             q
23971           }
23972           /^X\/\(\/\).*/{
23973             s//\1/
23974             q
23975           }
23976           s/.*/./; q'`
23977
23978 # CDPATH.
23979 $as_unset CDPATH
23980
23981
23982
23983   as_lineno_1=$LINENO
23984   as_lineno_2=$LINENO
23985   test "x$as_lineno_1" != "x$as_lineno_2" &&
23986   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
23987
23988   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23989   # uniformly replaced by the line number.  The first 'sed' inserts a
23990   # line-number line after each line using $LINENO; the second 'sed'
23991   # does the real work.  The second script uses 'N' to pair each
23992   # line-number line with the line containing $LINENO, and appends
23993   # trailing '-' during substitution so that $LINENO is not a special
23994   # case at line end.
23995   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23996   # scripts with optimization help from Paolo Bonzini.  Blame Lee
23997   # E. McMahon (1931-1989) for sed's syntax.  :-)
23998   sed -n '
23999     p
24000     /[$]LINENO/=
24001   ' <$as_myself |
24002     sed '
24003       s/[$]LINENO.*/&-/
24004       t lineno
24005       b
24006       :lineno
24007       N
24008       :loop
24009       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24010       t loop
24011       s/-\n.*//
24012     ' >$as_me.lineno &&
24013   chmod +x "$as_me.lineno" ||
24014     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24015    { (exit 1); exit 1; }; }
24016
24017   # Don't try to exec as it changes $[0], causing all sort of problems
24018   # (the dirname of $[0] is not the place where we might find the
24019   # original and so on.  Autoconf is especially sensitive to this).
24020   . "./$as_me.lineno"
24021   # Exit status is that of the last command.
24022   exit
24023 }
24024
24025
24026 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
24027   as_dirname=dirname
24028 else
24029   as_dirname=false
24030 fi
24031
24032 ECHO_C= ECHO_N= ECHO_T=
24033 case `echo -n x` in
24034 -n*)
24035   case `echo 'x\c'` in
24036   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
24037   *)   ECHO_C='\c';;
24038   esac;;
24039 *)
24040   ECHO_N='-n';;
24041 esac
24042
24043 if expr a : '\(a\)' >/dev/null 2>&1 &&
24044    test "X`expr 00001 : '.*\(...\)'`" = X001; then
24045   as_expr=expr
24046 else
24047   as_expr=false
24048 fi
24049
24050 rm -f conf$$ conf$$.exe conf$$.file
24051 if test -d conf$$.dir; then
24052   rm -f conf$$.dir/conf$$.file
24053 else
24054   rm -f conf$$.dir
24055   mkdir conf$$.dir
24056 fi
24057 echo >conf$$.file
24058 if ln -s conf$$.file conf$$ 2>/dev/null; then
24059   as_ln_s='ln -s'
24060   # ... but there are two gotchas:
24061   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24062   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24063   # In both cases, we have to default to `cp -p'.
24064   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
24065     as_ln_s='cp -p'
24066 elif ln conf$$.file conf$$ 2>/dev/null; then
24067   as_ln_s=ln
24068 else
24069   as_ln_s='cp -p'
24070 fi
24071 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24072 rmdir conf$$.dir 2>/dev/null
24073
24074 if mkdir -p . 2>/dev/null; then
24075   as_mkdir_p=:
24076 else
24077   test -d ./-p && rmdir ./-p
24078   as_mkdir_p=false
24079 fi
24080
24081 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
24082 # systems may use methods other than mode bits to determine executability.
24083 cat >conf$$.file <<_ASEOF
24084 #! /bin/sh
24085 exit 0
24086 _ASEOF
24087 chmod +x conf$$.file
24088 if test -x conf$$.file >/dev/null 2>&1; then
24089   as_executable_p="test -x"
24090 else
24091   as_executable_p=:
24092 fi
24093 rm -f conf$$.file
24094
24095 # Sed expression to map a string onto a valid CPP name.
24096 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24097
24098 # Sed expression to map a string onto a valid variable name.
24099 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24100
24101
24102 exec 6>&1
24103
24104 # Save the log message, to keep $[0] and so on meaningful, and to
24105 # report actual input values of CONFIG_FILES etc. instead of their
24106 # values after options handling.
24107 ac_log="
24108 This file was extended by Wine $as_me 0.9.27, which was
24109 generated by GNU Autoconf 2.60a.  Invocation command line was
24110
24111   CONFIG_FILES    = $CONFIG_FILES
24112   CONFIG_HEADERS  = $CONFIG_HEADERS
24113   CONFIG_LINKS    = $CONFIG_LINKS
24114   CONFIG_COMMANDS = $CONFIG_COMMANDS
24115   $ $0 $@
24116
24117 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24118 "
24119
24120 _ACEOF
24121
24122 cat >>$CONFIG_STATUS <<_ACEOF
24123 # Files that config.status was made for.
24124 config_files="$ac_config_files"
24125 config_headers="$ac_config_headers"
24126 config_commands="$ac_config_commands"
24127
24128 _ACEOF
24129
24130 cat >>$CONFIG_STATUS <<\_ACEOF
24131 ac_cs_usage="\
24132 \`$as_me' instantiates files from templates according to the
24133 current configuration.
24134
24135 Usage: $0 [OPTIONS] [FILE]...
24136
24137   -h, --help       print this help, then exit
24138   -V, --version    print version number and configuration settings, then exit
24139   -q, --quiet      do not print progress messages
24140   -d, --debug      don't remove temporary files
24141       --recheck    update $as_me by reconfiguring in the same conditions
24142   --file=FILE[:TEMPLATE]
24143                    instantiate the configuration file FILE
24144   --header=FILE[:TEMPLATE]
24145                    instantiate the configuration header FILE
24146
24147 Configuration files:
24148 $config_files
24149
24150 Configuration headers:
24151 $config_headers
24152
24153 Configuration commands:
24154 $config_commands
24155
24156 Report bugs to <bug-autoconf@gnu.org>."
24157
24158 _ACEOF
24159 cat >>$CONFIG_STATUS <<_ACEOF
24160 ac_cs_version="\\
24161 Wine config.status 0.9.27
24162 configured by $0, generated by GNU Autoconf 2.60a,
24163   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24164
24165 Copyright (C) 2006 Free Software Foundation, Inc.
24166 This config.status script is free software; the Free Software Foundation
24167 gives unlimited permission to copy, distribute and modify it."
24168
24169 ac_pwd='$ac_pwd'
24170 srcdir='$srcdir'
24171 INSTALL='$INSTALL'
24172 _ACEOF
24173
24174 cat >>$CONFIG_STATUS <<\_ACEOF
24175 # If no file are specified by the user, then we need to provide default
24176 # value.  By we need to know if files were specified by the user.
24177 ac_need_defaults=:
24178 while test $# != 0
24179 do
24180   case $1 in
24181   --*=*)
24182     ac_option=`expr "X$1" : 'X\([^=]*\)='`
24183     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
24184     ac_shift=:
24185     ;;
24186   *)
24187     ac_option=$1
24188     ac_optarg=$2
24189     ac_shift=shift
24190     ;;
24191   esac
24192
24193   case $ac_option in
24194   # Handling of the options.
24195   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
24196     ac_cs_recheck=: ;;
24197   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
24198     echo "$ac_cs_version"; exit ;;
24199   --debug | --debu | --deb | --de | --d | -d )
24200     debug=: ;;
24201   --file | --fil | --fi | --f )
24202     $ac_shift
24203     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
24204     ac_need_defaults=false;;
24205   --header | --heade | --head | --hea )
24206     $ac_shift
24207     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
24208     ac_need_defaults=false;;
24209   --he | --h)
24210     # Conflict between --help and --header
24211     { echo "$as_me: error: ambiguous option: $1
24212 Try \`$0 --help' for more information." >&2
24213    { (exit 1); exit 1; }; };;
24214   --help | --hel | -h )
24215     echo "$ac_cs_usage"; exit ;;
24216   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
24217   | -silent | --silent | --silen | --sile | --sil | --si | --s)
24218     ac_cs_silent=: ;;
24219
24220   # This is an error.
24221   -*) { echo "$as_me: error: unrecognized option: $1
24222 Try \`$0 --help' for more information." >&2
24223    { (exit 1); exit 1; }; } ;;
24224
24225   *) ac_config_targets="$ac_config_targets $1"
24226      ac_need_defaults=false ;;
24227
24228   esac
24229   shift
24230 done
24231
24232 ac_configure_extra_args=
24233
24234 if $ac_cs_silent; then
24235   exec 6>/dev/null
24236   ac_configure_extra_args="$ac_configure_extra_args --silent"
24237 fi
24238
24239 _ACEOF
24240 cat >>$CONFIG_STATUS <<_ACEOF
24241 if \$ac_cs_recheck; then
24242   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24243   CONFIG_SHELL=$SHELL
24244   export CONFIG_SHELL
24245   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24246 fi
24247
24248 _ACEOF
24249 cat >>$CONFIG_STATUS <<\_ACEOF
24250 exec 5>>config.log
24251 {
24252   echo
24253   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24254 ## Running $as_me. ##
24255 _ASBOX
24256   echo "$ac_log"
24257 } >&5
24258
24259 _ACEOF
24260 cat >>$CONFIG_STATUS <<_ACEOF
24261 _ACEOF
24262
24263 cat >>$CONFIG_STATUS <<\_ACEOF
24264
24265 # Handling of arguments.
24266 for ac_config_target in $ac_config_targets
24267 do
24268   case $ac_config_target in
24269     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
24270     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
24271     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
24272     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
24273     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
24274     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
24275     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
24276     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
24277     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
24278     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
24279     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
24280     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
24281     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
24282     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
24283     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
24284     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
24285     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
24286     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
24287     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
24288     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
24289     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
24290     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
24291     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
24292     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
24293     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
24294     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
24295     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
24296     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
24297     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
24298     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
24299     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
24300     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
24301     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
24302     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
24303     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
24304     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
24305     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
24306     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
24307     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
24308     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
24309     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
24310     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
24311     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
24312     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
24313     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
24314     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
24315     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
24316     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
24317     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
24318     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
24319     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
24320     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
24321     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
24322     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
24323     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
24324     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
24325     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
24326     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
24327     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
24328     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
24329     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
24330     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
24331     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
24332     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
24333     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
24334     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
24335     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
24336     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
24337     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
24338     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
24339     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
24340     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
24341     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
24342     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
24343     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
24344     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
24345     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
24346     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
24347     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
24348     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
24349     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
24350     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
24351     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
24352     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
24353     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
24354     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
24355     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
24356     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
24357     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
24358     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
24359     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
24360     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
24361     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
24362     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
24363     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
24364     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
24365     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
24366     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
24367     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
24368     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
24369     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
24370     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
24371     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
24372     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
24373     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
24374     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
24375     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
24376     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
24377     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
24378     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
24379     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
24380     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
24381     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
24382     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
24383     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
24384     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
24385     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
24386     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
24387     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
24388     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
24389     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
24390     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
24391     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
24392     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
24393     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
24394     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
24395     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
24396     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
24397     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
24398     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
24399     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
24400     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
24401     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
24402     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
24403     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
24404     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
24405     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
24406     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
24407     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
24408     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
24409     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
24410     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
24411     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
24412     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
24413     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
24414     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
24415     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
24416     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
24417     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
24418     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
24419     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
24420     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
24421     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
24422     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
24423     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
24424     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
24425     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
24426     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
24427     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
24428     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
24429     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
24430     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
24431     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
24432     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
24433     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
24434     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
24435     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
24436     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
24437     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
24438     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
24439     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
24440     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
24441     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
24442     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
24443     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
24444     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
24445     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
24446     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
24447     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
24448     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
24449     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
24450     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
24451     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
24452     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
24453     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
24454     "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
24455     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
24456     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
24457     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
24458     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
24459     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
24460     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
24461     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
24462     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
24463     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
24464     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
24465     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
24466     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
24467     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
24468     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
24469     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
24470     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
24471     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
24472     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
24473     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
24474     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
24475     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
24476     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
24477     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
24478     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
24479     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
24480     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
24481     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
24482     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
24483     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
24484     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
24485     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
24486     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
24487     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
24488     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
24489     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
24490     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
24491     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
24492     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
24493     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
24494     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
24495     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
24496     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
24497     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
24498     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
24499     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
24500     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
24501     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
24502     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
24503     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
24504     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
24505     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
24506     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
24507     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
24508     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
24509     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
24510     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
24511     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
24512     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
24513     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
24514     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
24515     "dlls/winmm/joystick/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
24516     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
24517     "dlls/winmm/winealsa/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
24518     "dlls/winmm/winearts/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
24519     "dlls/winmm/wineaudioio/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
24520     "dlls/winmm/winecoreaudio/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winecoreaudio/Makefile" ;;
24521     "dlls/winmm/wineesd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;;
24522     "dlls/winmm/winejack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
24523     "dlls/winmm/winenas/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
24524     "dlls/winmm/wineoss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
24525     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
24526     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
24527     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
24528     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
24529     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
24530     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
24531     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
24532     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
24533     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
24534     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
24535     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
24536     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
24537     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
24538     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
24539     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
24540     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
24541     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
24542     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
24543     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
24544     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
24545     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
24546     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
24547     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
24548     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
24549     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
24550     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
24551     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
24552     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
24553     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
24554     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
24555     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
24556     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
24557     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
24558     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
24559     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
24560     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
24561     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
24562     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
24563     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
24564     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
24565     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
24566     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
24567     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
24568     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
24569     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
24570     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
24571     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
24572     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
24573     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
24574     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
24575     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
24576     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
24577     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
24578     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
24579     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
24580     "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
24581     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
24582     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
24583     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
24584     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
24585     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
24586     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
24587     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
24588     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
24589     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
24590     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
24591
24592   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24593 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24594    { (exit 1); exit 1; }; };;
24595   esac
24596 done
24597
24598
24599 # If the user did not use the arguments to specify the items to instantiate,
24600 # then the envvar interface is used.  Set only those that are not.
24601 # We use the long form for the default assignment because of an extremely
24602 # bizarre bug on SunOS 4.1.3.
24603 if $ac_need_defaults; then
24604   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
24605   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
24606   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
24607 fi
24608
24609 # Have a temporary directory for convenience.  Make it in the build tree
24610 # simply because there is no reason against having it here, and in addition,
24611 # creating and moving files from /tmp can sometimes cause problems.
24612 # Hook for its removal unless debugging.
24613 # Note that there is a small window in which the directory will not be cleaned:
24614 # after its creation but before its name has been assigned to `$tmp'.
24615 $debug ||
24616 {
24617   tmp=
24618   trap 'exit_status=$?
24619   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24620 ' 0
24621   trap '{ (exit 1); exit 1; }' 1 2 13 15
24622 }
24623 # Create a (secure) tmp directory for tmp files.
24624
24625 {
24626   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24627   test -n "$tmp" && test -d "$tmp"
24628 }  ||
24629 {
24630   tmp=./conf$$-$RANDOM
24631   (umask 077 && mkdir "$tmp")
24632 } ||
24633 {
24634    echo "$me: cannot create a temporary directory in ." >&2
24635    { (exit 1); exit 1; }
24636 }
24637
24638 #
24639 # Set up the sed scripts for CONFIG_FILES section.
24640 #
24641
24642 # No need to generate the scripts if there are no CONFIG_FILES.
24643 # This happens for instance when ./config.status config.h
24644 if test -n "$CONFIG_FILES"; then
24645
24646 _ACEOF
24647
24648 # Create sed commands to just substitute file output variables.
24649
24650 # Remaining file output variables are in a fragment that also has non-file
24651 # output varibles.
24652
24653
24654
24655 ac_delim='%!_!# '
24656 for ac_last_try in false false false false false :; do
24657   cat >conf$$subs.sed <<_ACEOF
24658 SHELL!$SHELL$ac_delim
24659 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24660 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24661 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24662 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24663 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24664 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24665 exec_prefix!$exec_prefix$ac_delim
24666 prefix!$prefix$ac_delim
24667 program_transform_name!$program_transform_name$ac_delim
24668 bindir!$bindir$ac_delim
24669 sbindir!$sbindir$ac_delim
24670 libexecdir!$libexecdir$ac_delim
24671 datarootdir!$datarootdir$ac_delim
24672 datadir!$datadir$ac_delim
24673 sysconfdir!$sysconfdir$ac_delim
24674 sharedstatedir!$sharedstatedir$ac_delim
24675 localstatedir!$localstatedir$ac_delim
24676 includedir!$includedir$ac_delim
24677 oldincludedir!$oldincludedir$ac_delim
24678 docdir!$docdir$ac_delim
24679 infodir!$infodir$ac_delim
24680 htmldir!$htmldir$ac_delim
24681 dvidir!$dvidir$ac_delim
24682 pdfdir!$pdfdir$ac_delim
24683 psdir!$psdir$ac_delim
24684 libdir!$libdir$ac_delim
24685 localedir!$localedir$ac_delim
24686 mandir!$mandir$ac_delim
24687 DEFS!$DEFS$ac_delim
24688 ECHO_C!$ECHO_C$ac_delim
24689 ECHO_N!$ECHO_N$ac_delim
24690 ECHO_T!$ECHO_T$ac_delim
24691 LIBS!$LIBS$ac_delim
24692 build_alias!$build_alias$ac_delim
24693 host_alias!$host_alias$ac_delim
24694 target_alias!$target_alias$ac_delim
24695 build!$build$ac_delim
24696 build_cpu!$build_cpu$ac_delim
24697 build_vendor!$build_vendor$ac_delim
24698 build_os!$build_os$ac_delim
24699 host!$host$ac_delim
24700 host_cpu!$host_cpu$ac_delim
24701 host_vendor!$host_vendor$ac_delim
24702 host_os!$host_os$ac_delim
24703 WIN16_FILES!$WIN16_FILES$ac_delim
24704 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
24705 SET_MAKE!$SET_MAKE$ac_delim
24706 CC!$CC$ac_delim
24707 CFLAGS!$CFLAGS$ac_delim
24708 LDFLAGS!$LDFLAGS$ac_delim
24709 CPPFLAGS!$CPPFLAGS$ac_delim
24710 ac_ct_CC!$ac_ct_CC$ac_delim
24711 EXEEXT!$EXEEXT$ac_delim
24712 OBJEXT!$OBJEXT$ac_delim
24713 CXX!$CXX$ac_delim
24714 CXXFLAGS!$CXXFLAGS$ac_delim
24715 ac_ct_CXX!$ac_ct_CXX$ac_delim
24716 CPPBIN!$CPPBIN$ac_delim
24717 TOOLSDIR!$TOOLSDIR$ac_delim
24718 XMKMF!$XMKMF$ac_delim
24719 CPP!$CPP$ac_delim
24720 X_CFLAGS!$X_CFLAGS$ac_delim
24721 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
24722 X_LIBS!$X_LIBS$ac_delim
24723 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
24724 LEX!$LEX$ac_delim
24725 LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
24726 LEXLIB!$LEXLIB$ac_delim
24727 XLEX!$XLEX$ac_delim
24728 BISON!$BISON$ac_delim
24729 AS!$AS$ac_delim
24730 ac_ct_AS!$ac_ct_AS$ac_delim
24731 LD!$LD$ac_delim
24732 AR!$AR$ac_delim
24733 RANLIB!$RANLIB$ac_delim
24734 STRIP!$STRIP$ac_delim
24735 WINDRES!$WINDRES$ac_delim
24736 LN_S!$LN_S$ac_delim
24737 LN!$LN$ac_delim
24738 GREP!$GREP$ac_delim
24739 EGREP!$EGREP$ac_delim
24740 _ACEOF
24741
24742   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
24743     break
24744   elif $ac_last_try; then
24745     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24746 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24747    { (exit 1); exit 1; }; }
24748   else
24749     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24750   fi
24751 done
24752
24753 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24754 if test -n "$ac_eof"; then
24755   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24756   ac_eof=`expr $ac_eof + 1`
24757 fi
24758
24759 cat >>$CONFIG_STATUS <<_ACEOF
24760 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24761 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24762 /^[      ]*@MAKE_RULES@[         ]*$/{
24763 r $MAKE_RULES
24764 d
24765 }
24766 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
24767 r $MAKE_DLL_RULES
24768 d
24769 }
24770 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
24771 r $MAKE_IMPLIB_RULES
24772 d
24773 }
24774 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
24775 r $MAKE_TEST_RULES
24776 d
24777 }
24778 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
24779 r $MAKE_PROG_RULES
24780 d
24781 }
24782 _ACEOF
24783 sed '
24784 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24785 s/^/s,@/; s/!/@,|#_!!_#|/
24786 :n
24787 t n
24788 s/'"$ac_delim"'$/,g/; t
24789 s/$/\\/; p
24790 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24791 ' >>$CONFIG_STATUS <conf$$subs.sed
24792 rm -f conf$$subs.sed
24793 cat >>$CONFIG_STATUS <<_ACEOF
24794 CEOF$ac_eof
24795 _ACEOF
24796
24797
24798 ac_delim='%!_!# '
24799 for ac_last_try in false false false false false :; do
24800   cat >conf$$subs.sed <<_ACEOF
24801 LDCONFIG!$LDCONFIG$ac_delim
24802 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24803 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24804 INSTALL_DATA!$INSTALL_DATA$ac_delim
24805 LINT!$LINT$ac_delim
24806 LINTFLAGS!$LINTFLAGS$ac_delim
24807 FONTFORGE!$FONTFORGE$ac_delim
24808 PKG_CONFIG!$PKG_CONFIG$ac_delim
24809 PRELINK!$PRELINK$ac_delim
24810 LIBPTHREAD!$LIBPTHREAD$ac_delim
24811 XLIB!$XLIB$ac_delim
24812 XFILES!$XFILES$ac_delim
24813 OPENGLFILES!$OPENGLFILES$ac_delim
24814 GLU32FILES!$GLU32FILES$ac_delim
24815 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
24816 QUARTZFILES!$QUARTZFILES$ac_delim
24817 NASLIBS!$NASLIBS$ac_delim
24818 XML2LIBS!$XML2LIBS$ac_delim
24819 XML2INCL!$XML2INCL$ac_delim
24820 XSLTLIBS!$XSLTLIBS$ac_delim
24821 XSLTINCL!$XSLTINCL$ac_delim
24822 HALINCL!$HALINCL$ac_delim
24823 CURSESLIBS!$CURSESLIBS$ac_delim
24824 sane_devel!$sane_devel$ac_delim
24825 SANELIBS!$SANELIBS$ac_delim
24826 SANEINCL!$SANEINCL$ac_delim
24827 gphoto2_devel!$gphoto2_devel$ac_delim
24828 gphoto2port_devel!$gphoto2port_devel$ac_delim
24829 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
24830 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
24831 ICULIBS!$ICULIBS$ac_delim
24832 RESOLVLIBS!$RESOLVLIBS$ac_delim
24833 LCMSLIBS!$LCMSLIBS$ac_delim
24834 LDAPLIBS!$LDAPLIBS$ac_delim
24835 FREETYPELIBS!$FREETYPELIBS$ac_delim
24836 FREETYPEINCL!$FREETYPEINCL$ac_delim
24837 ft_devel!$ft_devel$ac_delim
24838 ft_devel2!$ft_devel2$ac_delim
24839 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
24840 ARTSCCONFIG!$ARTSCCONFIG$ac_delim
24841 ARTSLIBS!$ARTSLIBS$ac_delim
24842 ARTSINCL!$ARTSINCL$ac_delim
24843 ESDCONFIG!$ESDCONFIG$ac_delim
24844 ESDLIBS!$ESDLIBS$ac_delim
24845 ESDINCL!$ESDINCL$ac_delim
24846 ALSALIBS!$ALSALIBS$ac_delim
24847 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
24848 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
24849 BUILTINFLAG!$BUILTINFLAG$ac_delim
24850 DLLEXT!$DLLEXT$ac_delim
24851 DLLFLAGS!$DLLFLAGS$ac_delim
24852 LDSHARED!$LDSHARED$ac_delim
24853 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
24854 LIBEXT!$LIBEXT$ac_delim
24855 IMPLIBEXT!$IMPLIBEXT$ac_delim
24856 LIBWINE_LDFLAGS!$LIBWINE_LDFLAGS$ac_delim
24857 DLLTOOL!$DLLTOOL$ac_delim
24858 DLLWRAP!$DLLWRAP$ac_delim
24859 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
24860 IOKITLIB!$IOKITLIB$ac_delim
24861 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
24862 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
24863 COREAUDIO!$COREAUDIO$ac_delim
24864 CROSSTEST!$CROSSTEST$ac_delim
24865 CROSSCC!$CROSSCC$ac_delim
24866 CROSSWINDRES!$CROSSWINDRES$ac_delim
24867 LDPATH!$LDPATH$ac_delim
24868 CRTLIBS!$CRTLIBS$ac_delim
24869 SOCKETLIBS!$SOCKETLIBS$ac_delim
24870 MAIN_BINARY!$MAIN_BINARY$ac_delim
24871 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
24872 LDD!$LDD$ac_delim
24873 LIBDL!$LIBDL$ac_delim
24874 LIBPOLL!$LIBPOLL$ac_delim
24875 DEPENDENCIES!$DEPENDENCIES$ac_delim
24876 LIBOBJS!$LIBOBJS$ac_delim
24877 LTLIBOBJS!$LTLIBOBJS$ac_delim
24878 _ACEOF
24879
24880   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then
24881     break
24882   elif $ac_last_try; then
24883     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24884 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24885    { (exit 1); exit 1; }; }
24886   else
24887     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
24888   fi
24889 done
24890
24891 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24892 if test -n "$ac_eof"; then
24893   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
24894   ac_eof=`expr $ac_eof + 1`
24895 fi
24896
24897 cat >>$CONFIG_STATUS <<_ACEOF
24898 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24899 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24900 _ACEOF
24901 sed '
24902 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24903 s/^/s,@/; s/!/@,|#_!!_#|/
24904 :n
24905 t n
24906 s/'"$ac_delim"'$/,g/; t
24907 s/$/\\/; p
24908 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24909 ' >>$CONFIG_STATUS <conf$$subs.sed
24910 rm -f conf$$subs.sed
24911 cat >>$CONFIG_STATUS <<_ACEOF
24912 :end
24913 s/|#_!!_#|//g
24914 CEOF$ac_eof
24915 _ACEOF
24916
24917
24918 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24919 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24920 # trailing colons and then remove the whole line if VPATH becomes empty
24921 # (actually we leave an empty line to preserve line numbers).
24922 if test "x$srcdir" = x.; then
24923   ac_vpsub='/^[  ]*VPATH[        ]*=/{
24924 s/:*\$(srcdir):*/:/
24925 s/:*\${srcdir}:*/:/
24926 s/:*@srcdir@:*/:/
24927 s/^\([^=]*=[     ]*\):*/\1/
24928 s/:*$//
24929 s/^[^=]*=[       ]*$//
24930 }'
24931 fi
24932
24933 cat >>$CONFIG_STATUS <<\_ACEOF
24934 fi # test -n "$CONFIG_FILES"
24935
24936
24937 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
24938 do
24939   case $ac_tag in
24940   :[FHLC]) ac_mode=$ac_tag; continue;;
24941   esac
24942   case $ac_mode$ac_tag in
24943   :[FHL]*:*);;
24944   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24945 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24946    { (exit 1); exit 1; }; };;
24947   :[FH]-) ac_tag=-:-;;
24948   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
24949   esac
24950   ac_save_IFS=$IFS
24951   IFS=:
24952   set x $ac_tag
24953   IFS=$ac_save_IFS
24954   shift
24955   ac_file=$1
24956   shift
24957
24958   case $ac_mode in
24959   :L) ac_source=$1;;
24960   :[FH])
24961     ac_file_inputs=
24962     for ac_f
24963     do
24964       case $ac_f in
24965       -) ac_f="$tmp/stdin";;
24966       *) # Look for the file first in the build tree, then in the source tree
24967          # (if the path is not absolute).  The absolute path cannot be DOS-style,
24968          # because $ac_f cannot contain `:'.
24969          test -f "$ac_f" ||
24970            case $ac_f in
24971            [\\/$]*) false;;
24972            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
24973            esac ||
24974            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24975 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24976    { (exit 1); exit 1; }; };;
24977       esac
24978       ac_file_inputs="$ac_file_inputs $ac_f"
24979     done
24980
24981     # Let's still pretend it is `configure' which instantiates (i.e., don't
24982     # use $as_me), people would be surprised to read:
24983     #    /* config.h.  Generated by config.status.  */
24984     configure_input="Generated from "`IFS=:
24985           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24986     if test x"$ac_file" != x-; then
24987       configure_input="$ac_file.  $configure_input"
24988       { echo "$as_me:$LINENO: creating $ac_file" >&5
24989 echo "$as_me: creating $ac_file" >&6;}
24990     fi
24991
24992     case $ac_tag in
24993     *:-:* | *:-) cat >"$tmp/stdin";;
24994     esac
24995     ;;
24996   esac
24997
24998   ac_dir=`$as_dirname -- "$ac_file" ||
24999 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25000          X"$ac_file" : 'X\(//\)[^/]' \| \
25001          X"$ac_file" : 'X\(//\)$' \| \
25002          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
25003 echo X"$ac_file" |
25004     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25005             s//\1/
25006             q
25007           }
25008           /^X\(\/\/\)[^/].*/{
25009             s//\1/
25010             q
25011           }
25012           /^X\(\/\/\)$/{
25013             s//\1/
25014             q
25015           }
25016           /^X\(\/\).*/{
25017             s//\1/
25018             q
25019           }
25020           s/.*/./; q'`
25021   { as_dir="$ac_dir"
25022   case $as_dir in #(
25023   -*) as_dir=./$as_dir;;
25024   esac
25025   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
25026     as_dirs=
25027     while :; do
25028       case $as_dir in #(
25029       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25030       *) as_qdir=$as_dir;;
25031       esac
25032       as_dirs="'$as_qdir' $as_dirs"
25033       as_dir=`$as_dirname -- "$as_dir" ||
25034 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25035          X"$as_dir" : 'X\(//\)[^/]' \| \
25036          X"$as_dir" : 'X\(//\)$' \| \
25037          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25038 echo X"$as_dir" |
25039     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25040             s//\1/
25041             q
25042           }
25043           /^X\(\/\/\)[^/].*/{
25044             s//\1/
25045             q
25046           }
25047           /^X\(\/\/\)$/{
25048             s//\1/
25049             q
25050           }
25051           /^X\(\/\).*/{
25052             s//\1/
25053             q
25054           }
25055           s/.*/./; q'`
25056       test -d "$as_dir" && break
25057     done
25058     test -z "$as_dirs" || eval "mkdir $as_dirs"
25059   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25060 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25061    { (exit 1); exit 1; }; }; }
25062   ac_builddir=.
25063
25064 case "$ac_dir" in
25065 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
25066 *)
25067   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25068   # A ".." for each directory in $ac_dir_suffix.
25069   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
25070   case $ac_top_builddir_sub in
25071   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
25072   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
25073   esac ;;
25074 esac
25075 ac_abs_top_builddir=$ac_pwd
25076 ac_abs_builddir=$ac_pwd$ac_dir_suffix
25077 # for backward compatibility:
25078 ac_top_builddir=$ac_top_build_prefix
25079
25080 case $srcdir in
25081   .)  # We are building in place.
25082     ac_srcdir=.
25083     ac_top_srcdir=$ac_top_builddir_sub
25084     ac_abs_top_srcdir=$ac_pwd ;;
25085   [\\/]* | ?:[\\/]* )  # Absolute name.
25086     ac_srcdir=$srcdir$ac_dir_suffix;
25087     ac_top_srcdir=$srcdir
25088     ac_abs_top_srcdir=$srcdir ;;
25089   *) # Relative name.
25090     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
25091     ac_top_srcdir=$ac_top_build_prefix$srcdir
25092     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
25093 esac
25094 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
25095
25096
25097   case $ac_mode in
25098   :F)
25099   #
25100   # CONFIG_FILE
25101   #
25102
25103   case $INSTALL in
25104   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
25105   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
25106   esac
25107 _ACEOF
25108
25109 cat >>$CONFIG_STATUS <<\_ACEOF
25110 # If the template does not know about datarootdir, expand it.
25111 # FIXME: This hack should be removed a few years after 2.60.
25112 ac_datarootdir_hack=; ac_datarootdir_seen=
25113
25114 case `sed -n '/datarootdir/ {
25115   p
25116   q
25117 }
25118 /@datadir@/p
25119 /@docdir@/p
25120 /@infodir@/p
25121 /@localedir@/p
25122 /@mandir@/p
25123 ' $ac_file_inputs` in
25124 *datarootdir*) ac_datarootdir_seen=yes;;
25125 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
25126   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
25127 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
25128 _ACEOF
25129 cat >>$CONFIG_STATUS <<_ACEOF
25130   ac_datarootdir_hack='
25131   s&@datadir@&$datadir&g
25132   s&@docdir@&$docdir&g
25133   s&@infodir@&$infodir&g
25134   s&@localedir@&$localedir&g
25135   s&@mandir@&$mandir&g
25136     s&\\\${datarootdir}&$datarootdir&g' ;;
25137 esac
25138 _ACEOF
25139
25140 # Neutralize VPATH when `$srcdir' = `.'.
25141 # Shell code in configure.ac might set extrasub.
25142 # FIXME: do we really want to maintain this feature?
25143 cat >>$CONFIG_STATUS <<_ACEOF
25144   sed "$ac_vpsub
25145 $extrasub
25146 _ACEOF
25147 cat >>$CONFIG_STATUS <<\_ACEOF
25148 :t
25149 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25150 s&@configure_input@&$configure_input&;t t
25151 s&@top_builddir@&$ac_top_builddir_sub&;t t
25152 s&@srcdir@&$ac_srcdir&;t t
25153 s&@abs_srcdir@&$ac_abs_srcdir&;t t
25154 s&@top_srcdir@&$ac_top_srcdir&;t t
25155 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
25156 s&@builddir@&$ac_builddir&;t t
25157 s&@abs_builddir@&$ac_abs_builddir&;t t
25158 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
25159 s&@INSTALL@&$ac_INSTALL&;t t
25160 $ac_datarootdir_hack
25161 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
25162
25163 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
25164   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
25165   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
25166   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25167 which seems to be undefined.  Please make sure it is defined." >&5
25168 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
25169 which seems to be undefined.  Please make sure it is defined." >&2;}
25170
25171   rm -f "$tmp/stdin"
25172   case $ac_file in
25173   -) cat "$tmp/out"; rm -f "$tmp/out";;
25174   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25175   esac
25176  ;;
25177   :H)
25178   #
25179   # CONFIG_HEADER
25180   #
25181 _ACEOF
25182
25183 # Transform confdefs.h into a sed script `conftest.defines', that
25184 # substitutes the proper values into config.h.in to produce config.h.
25185 rm -f conftest.defines conftest.tail
25186 # First, append a space to every undef/define line, to ease matching.
25187 echo 's/$/ /' >conftest.defines
25188 # Then, protect against being on the right side of a sed subst, or in
25189 # an unquoted here document, in config.status.  If some macros were
25190 # called several times there might be several #defines for the same
25191 # symbol, which is useless.  But do not sort them, since the last
25192 # AC_DEFINE must be honored.
25193 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
25194 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25195 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25196 # PARAMS is the parameter list in the macro definition--in most cases, it's
25197 # just an empty string.
25198 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
25199 ac_dB='\\)[      (].*,\\1define\\2'
25200 ac_dC=' '
25201 ac_dD=' ,'
25202
25203 uniq confdefs.h |
25204   sed -n '
25205         t rset
25206         :rset
25207         s/^[     ]*#[    ]*define[       ][      ]*//
25208         t ok
25209         d
25210         :ok
25211         s/[\\&,]/\\&/g
25212         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25213         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25214   ' >>conftest.defines
25215
25216 # Remove the space that was appended to ease matching.
25217 # Then replace #undef with comments.  This is necessary, for
25218 # example, in the case of _POSIX_SOURCE, which is predefined and required
25219 # on some systems where configure will not decide to define it.
25220 # (The regexp can be short, since the line contains either #define or #undef.)
25221 echo 's/ $//
25222 s,^[     #]*u.*,/* & */,' >>conftest.defines
25223
25224 # Break up conftest.defines:
25225 ac_max_sed_lines=50
25226
25227 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25228 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25229 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25230 # et cetera.
25231 ac_in='$ac_file_inputs'
25232 ac_out='"$tmp/out1"'
25233 ac_nxt='"$tmp/out2"'
25234
25235 while :
25236 do
25237   # Write a here document:
25238     cat >>$CONFIG_STATUS <<_ACEOF
25239     # First, check the format of the line:
25240     cat >"\$tmp/defines.sed" <<\\CEOF
25241 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
25242 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
25243 b
25244 :def
25245 _ACEOF
25246   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
25247   echo 'CEOF
25248     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25249   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
25250   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
25251   grep . conftest.tail >/dev/null || break
25252   rm -f conftest.defines
25253   mv conftest.tail conftest.defines
25254 done
25255 rm -f conftest.defines conftest.tail
25256
25257 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25258 cat >>$CONFIG_STATUS <<\_ACEOF
25259   if test x"$ac_file" != x-; then
25260     echo "/* $configure_input  */" >"$tmp/config.h"
25261     cat "$ac_result" >>"$tmp/config.h"
25262     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
25263       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25264 echo "$as_me: $ac_file is unchanged" >&6;}
25265     else
25266       rm -f $ac_file
25267       mv "$tmp/config.h" $ac_file
25268     fi
25269   else
25270     echo "/* $configure_input  */"
25271     cat "$ac_result"
25272   fi
25273   rm -f "$tmp/out12"
25274  ;;
25275
25276   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25277 echo "$as_me: executing $ac_file commands" >&6;}
25278  ;;
25279   esac
25280
25281
25282   case $ac_file$ac_mode in
25283     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
25284     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
25285 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
25286     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
25287 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
25288     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
25289 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
25290     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
25291 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
25292     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
25293 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
25294     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
25295 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
25296
25297   esac
25298 done # for ac_tag
25299
25300
25301 { (exit 0); exit 0; }
25302 _ACEOF
25303 chmod +x $CONFIG_STATUS
25304 ac_clean_files=$ac_clean_files_save
25305
25306
25307 # configure is writing to config.log, and then calls config.status.
25308 # config.status does its own redirection, appending to config.log.
25309 # Unfortunately, on DOS this fails, as config.log is still kept open
25310 # by configure, so config.status won't be able to write to it; its
25311 # output is simply discarded.  So we exec the FD to /dev/null,
25312 # effectively closing config.log, so it can be properly (re)opened and
25313 # appended to by config.status.  When coming back to configure, we
25314 # need to make the FD available again.
25315 if test "$no_create" != yes; then
25316   ac_cs_success=:
25317   ac_config_status_args=
25318   test "$silent" = yes &&
25319     ac_config_status_args="$ac_config_status_args --quiet"
25320   exec 5>/dev/null
25321   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
25322   exec 5>>config.log
25323   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25324   # would make configure fail if this is the last instruction.
25325   $ac_cs_success || { (exit 1); exit 1; }
25326 fi
25327
25328
25329
25330 if test "$no_create" = "yes"
25331 then
25332   exit 0
25333 fi
25334
25335 if test "$verbose" = "yes"
25336 then
25337     if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
25338   then
25339     echo >&2
25340     { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
25341 echo "$as_me: libcapi20 development files not found." >&6;}
25342     { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
25343 echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
25344   fi
25345
25346     if test "$ac_cv_header_cups_cups_h" != "yes"
25347   then
25348     echo >&2
25349     { echo "$as_me:$LINENO: libcups development files not found." >&5
25350 echo "$as_me: libcups development files not found." >&6;}
25351     { echo "$as_me:$LINENO: Wine will be built without CUPS support." >&5
25352 echo "$as_me: Wine will be built without CUPS support." >&6;}
25353   fi
25354
25355
25356     if test "$ac_cv_header_gphoto2_camera_h" != "yes"
25357   then
25358     echo >&2
25359     { echo "$as_me:$LINENO: libgphoto2 development files not found." >&5
25360 echo "$as_me: libgphoto2 development files not found." >&6;}
25361     if test "$ac_cv_header_sane_sane_h" = "yes"
25362     then
25363       { echo "$as_me:$LINENO: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&5
25364 echo "$as_me: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&6;}
25365     else
25366       { echo "$as_me:$LINENO: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&5
25367 echo "$as_me: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&6;}
25368     fi
25369   fi
25370
25371       if test "$ac_cv_header_hal_libhal_h" != "yes"
25372   then
25373     echo >&2
25374     { echo "$as_me:$LINENO: libhal development files not found." >&5
25375 echo "$as_me: libhal development files not found." >&6;}
25376     { echo "$as_me:$LINENO: Wine will be built without dynamic device support. (explorer.exe)" >&5
25377 echo "$as_me: Wine will be built without dynamic device support. (explorer.exe)" >&6;}
25378   fi
25379
25380     if test "$ac_cv_header_unicode_ubidi_h" != "yes"
25381   then
25382     echo >&2
25383     { echo "$as_me:$LINENO: libicu development files not found." >&5
25384 echo "$as_me: libicu development files not found." >&6;}
25385     { echo "$as_me:$LINENO: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&5
25386 echo "$as_me: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&6;}
25387   fi
25388
25389     if test "$ac_cv_header_lcms_h" != "yes" -a "$ac_cv_header_lcms_lcms_h" != "yes"
25390   then
25391     echo >&2
25392     { echo "$as_me:$LINENO: liblcms development files not found." >&5
25393 echo "$as_me: liblcms development files not found." >&6;}
25394     { echo "$as_me:$LINENO: Wine will be built without Color Management support. (mscms.dll)" >&5
25395 echo "$as_me: Wine will be built without Color Management support. (mscms.dll)" >&6;}
25396   fi
25397
25398     if test "$ac_cv_header_ldap_h" != "yes" -o "$ac_cv_header_lber_h" != "yes"
25399   then
25400     echo >&2
25401     { echo "$as_me:$LINENO: libldap (OpenLDAP) development files not found." >&5
25402 echo "$as_me: libldap (OpenLDAP) development files not found." >&6;}
25403     { echo "$as_me:$LINENO: Wine will be built without LDAP support. (wldap32.dll)" >&5
25404 echo "$as_me: Wine will be built without LDAP support. (wldap32.dll)" >&6;}
25405   fi
25406
25407     if test "x$with_curses" != "xno" -a "$ac_cv_header_ncurses_h" != "yes" -a "$ac_cv_header_curses_h" != "yes"
25408   then
25409     echo >&2
25410     { echo "$as_me:$LINENO: lib(n)curses development files not found." >&5
25411 echo "$as_me: lib(n)curses development files not found." >&6;}
25412     { echo "$as_me:$LINENO: Wine will be built without (n)curses support. (wineconsole.exe)" >&5
25413 echo "$as_me: Wine will be built without (n)curses support. (wineconsole.exe)" >&6;}
25414   fi
25415
25416     if test "$ac_cv_header_sane_sane_h" != "yes"
25417   then
25418     echo >&2
25419     { echo "$as_me:$LINENO: libsane development files not found." >&5
25420 echo "$as_me: libsane development files not found." >&6;}
25421     { echo "$as_me:$LINENO: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&5
25422 echo "$as_me: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&6;}
25423   fi
25424
25425       if test "$have_x" = "yes"
25426   then
25427         if test "$ac_cv_header_X11_extensions_shape_h" != "yes" -o "$ac_cv_header_X11_extensions_XShm_h" != "yes"
25428     then
25429       echo >&2
25430       { echo "$as_me:$LINENO: libxext development files not found." >&5
25431 echo "$as_me: libxext development files not found." >&6;}
25432       { echo "$as_me:$LINENO: Wine will be built without Shm / Shape support. (winex11.drv)" >&5
25433 echo "$as_me: Wine will be built without Shm / Shape support. (winex11.drv)" >&6;}
25434     fi
25435
25436         if test "$ac_cv_header_X11_extensions_Xrandr_h" != "yes"
25437     then
25438       echo >&2
25439       { echo "$as_me:$LINENO: libXrandr development files not found." >&5
25440 echo "$as_me: libXrandr development files not found." >&6;}
25441       { echo "$as_me:$LINENO: Wine will be built without Xrandr support. (winex11.drv)" >&5
25442 echo "$as_me: Wine will be built without Xrandr support. (winex11.drv)" >&6;}
25443     fi
25444
25445         if test "$ac_cv_header_X11_extensions_Xrender_h" != "yes"
25446     then
25447       echo >&2
25448       { echo "$as_me:$LINENO: libXrender development files not found." >&5
25449 echo "$as_me: libXrender development files not found." >&6;}
25450       { echo "$as_me:$LINENO: Wine will be built without Xrender support. (winex11.drv)" >&5
25451 echo "$as_me: Wine will be built without Xrender support. (winex11.drv)" >&6;}
25452     fi
25453
25454         if test "$ac_cv_header_X11_extensions_xf86vmode_h" != "yes"
25455     then
25456       echo >&2
25457       { echo "$as_me:$LINENO: libXxf86vm development files not found." >&5
25458 echo "$as_me: libXxf86vm development files not found." >&6;}
25459       { echo "$as_me:$LINENO: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&5
25460 echo "$as_me: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&6;}
25461     fi
25462   fi
25463
25464     if test "$ac_cv_header_libxml_parser_h" != "yes"
25465   then
25466     echo >&2
25467     { echo "$as_me:$LINENO: libxml2 development files not found." >&5
25468 echo "$as_me: libxml2 development files not found." >&6;}
25469     { echo "$as_me:$LINENO: Wine will be built without XML support. (msxml.dll)" >&5
25470 echo "$as_me: Wine will be built without XML support. (msxml.dll)" >&6;}
25471   fi
25472
25473     if test "$ac_cv_header_libxslt_pattern_h" != "yes" -o "$ac_cv_header_libxslt_transform_h" != "yes"
25474   then
25475     echo >&2
25476     { echo "$as_me:$LINENO: libxslt development files not found." >&5
25477 echo "$as_me: libxslt development files not found." >&6;}
25478     { echo "$as_me:$LINENO: Wine will be built without xslt support. (msxml.dll)" >&5
25479 echo "$as_me: Wine will be built without xslt support. (msxml.dll)" >&6;}
25480   fi
25481 fi
25482
25483
25484 if test "$have_x" = "no"
25485 then
25486   echo >&2
25487   { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5
25488 echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;}
25489   { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5
25490 echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;}
25491   { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5
25492 echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;}
25493   { echo "$as_me:$LINENO: WARNING:  packages of Xlib/Xfree86 at the very least." >&5
25494 echo "$as_me: WARNING:  packages of Xlib/Xfree86 at the very least." >&2;}
25495 fi
25496
25497 if test -z "$OPENGLFILES"
25498 then
25499   echo >&2
25500   { echo "$as_me:$LINENO: WARNING: Wine will be build without OpenGL or Direct3D support" >&5
25501 echo "$as_me: WARNING: Wine will be build without OpenGL or Direct3D support" >&2;}
25502   { echo "$as_me:$LINENO: WARNING: because something is wrong with the OpenGL setup:" >&5
25503 echo "$as_me: WARNING: because something is wrong with the OpenGL setup:" >&2;}
25504   if test "$wine_cv_opengl_headers_found" = "no"
25505   then
25506     { echo "$as_me:$LINENO: WARNING: No OpenGL development headers were found" >&5
25507 echo "$as_me: WARNING: No OpenGL development headers were found" >&2;}
25508   fi
25509   if test "$wine_cv_opengl_header_version_OK" = "no"
25510   then
25511     { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5
25512 echo "$as_me: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;}
25513   elif test "$ac_cv_lib_GL_glXCreateContext" = "no"
25514   then
25515      if test -f /usr/X11R6/lib/libGL.a
25516      then
25517         { echo "$as_me:$LINENO: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
25518 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&5
25519 echo "$as_me: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
25520 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&2;}
25521      else
25522         { echo "$as_me:$LINENO: WARNING: No OpenGL library found on this system." >&5
25523 echo "$as_me: WARNING: No OpenGL library found on this system." >&2;}
25524      fi
25525   fi
25526 fi
25527
25528 if test "$wine_cv_msg_freetype" = "yes"
25529 then
25530   echo >&2
25531   { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5
25532 echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;}
25533   { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5
25534 echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;}
25535   { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5
25536 echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;}
25537   { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5
25538 echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;}
25539 fi
25540
25541 if test -z "$FONTSSUBDIRS"
25542 then
25543   echo >&2
25544   if test "$FONTFORGE" = "false"
25545   then
25546     { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5
25547 echo "$as_me: WARNING: FontForge is missing." >&2;}
25548   else
25549     { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5
25550 echo "$as_me: WARNING: FreeType is missing." >&2;}
25551   fi
25552   { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5
25553 echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;}
25554 fi
25555
25556 if test -z "$ALSALIBS" -a \
25557         -z "$ARTSC_LIBS" -a \
25558         -z "$AUDIOIOLIBS" -a \
25559         -z "$NASLIBS" -a \
25560         -z "$ESD_LIBS" -a \
25561         -z "$ac_cv_lib_soname_jack" -a \
25562         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
25563         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
25564         "$ac_cv_header_soundcard_h" != "yes"
25565 then
25566   echo >&2
25567   { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5
25568 echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;}
25569   { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5
25570 echo "$as_me: WARNING: The currently supported sound systems are:" >&2;}
25571   { echo "$as_me:$LINENO: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&5
25572 echo "$as_me: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&2;}
25573 fi
25574
25575 echo
25576 echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
25577 echo
25578