configure: Make the libssl soname check depend on the header check.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 0.9.40.
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 more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44   echo "#! /bin/sh" >conf$$.sh
45   echo  "exit 0"   >>conf$$.sh
46   chmod +x conf$$.sh
47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48     PATH_SEPARATOR=';'
49   else
50     PATH_SEPARATOR=:
51   fi
52   rm -f conf$$.sh
53 fi
54
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57   as_unset=unset
58 else
59   as_unset=false
60 fi
61
62
63 # IFS
64 # We need space, tab and new line, in precisely that order.  Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
69 '
70 IFS=" ""        $as_nl"
71
72 # Find who we are.  Look in the path if we contain no directory separator.
73 case $0 in
74   *[\\/]* ) as_myself=$0 ;;
75   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
77 do
78   IFS=$as_save_IFS
79   test -z "$as_dir" && as_dir=.
80   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
83
84      ;;
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89   as_myself=$0
90 fi
91 if test ! -f "$as_myself"; then
92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93   { (exit 1); exit 1; }
94 fi
95
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
103
104 # NLS nuisances.
105 for as_var in \
106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108   LC_TELEPHONE LC_TIME
109 do
110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111     eval $as_var=C; export $as_var
112   else
113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114   fi
115 done
116
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119    test "X`expr 00001 : '.*\(...\)'`" = X001; then
120   as_expr=expr
121 else
122   as_expr=false
123 fi
124
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126   as_basename=basename
127 else
128   as_basename=false
129 fi
130
131
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135          X"$0" : 'X\(//\)$' \| \
136          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138     sed '/^.*\/\([^/][^/]*\)\/*$/{
139             s//\1/
140             q
141           }
142           /^X\/\(\/\/\)$/{
143             s//\1/
144             q
145           }
146           /^X\/\(\/\).*/{
147             s//\1/
148             q
149           }
150           s/.*/./; q'`
151
152 # CDPATH.
153 $as_unset CDPATH
154
155
156 if test "x$CONFIG_SHELL" = x; then
157   if (eval ":") 2>/dev/null; then
158   as_have_required=yes
159 else
160   as_have_required=no
161 fi
162
163   if test $as_have_required = yes &&     (eval ":
164 (as_func_return () {
165   (exit \$1)
166 }
167 as_func_success () {
168   as_func_return 0
169 }
170 as_func_failure () {
171   as_func_return 1
172 }
173 as_func_ret_success () {
174   return 0
175 }
176 as_func_ret_failure () {
177   return 1
178 }
179
180 exitcode=0
181 if as_func_success; then
182   :
183 else
184   exitcode=1
185   echo as_func_success failed.
186 fi
187
188 if as_func_failure; then
189   exitcode=1
190   echo as_func_failure succeeded.
191 fi
192
193 if as_func_ret_success; then
194   :
195 else
196   exitcode=1
197   echo as_func_ret_success failed.
198 fi
199
200 if as_func_ret_failure; then
201   exitcode=1
202   echo as_func_ret_failure succeeded.
203 fi
204
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
206   :
207 else
208   exitcode=1
209   echo positional parameters were not saved.
210 fi
211
212 test \$exitcode = 0) || { (exit 1); exit 1; }
213
214 (
215   as_lineno_1=\$LINENO
216   as_lineno_2=\$LINENO
217   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
220   :
221 else
222   as_candidate_shells=
223     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
225 do
226   IFS=$as_save_IFS
227   test -z "$as_dir" && as_dir=.
228   case $as_dir in
229          /*)
230            for as_base in sh bash ksh sh5; do
231              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232            done;;
233        esac
234 done
235 IFS=$as_save_IFS
236
237
238       for as_shell in $as_candidate_shells $SHELL; do
239          # Try only shells that exist, to save several forks.
240          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241                 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243   emulate sh
244   NULLCMD=:
245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246   # is contrary to our usage.  Disable this feature.
247   alias -g '${1+"$@"}'='"$@"'
248   setopt NO_GLOB_SUBST
249 else
250   case `(set -o) 2>/dev/null` in
251   *posix*) set -o posix ;;
252 esac
253
254 fi
255
256
257 :
258 _ASEOF
259 }; then
260   CONFIG_SHELL=$as_shell
261                as_have_required=yes
262                if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264   emulate sh
265   NULLCMD=:
266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267   # is contrary to our usage.  Disable this feature.
268   alias -g '${1+"$@"}'='"$@"'
269   setopt NO_GLOB_SUBST
270 else
271   case `(set -o) 2>/dev/null` in
272   *posix*) set -o posix ;;
273 esac
274
275 fi
276
277
278 :
279 (as_func_return () {
280   (exit $1)
281 }
282 as_func_success () {
283   as_func_return 0
284 }
285 as_func_failure () {
286   as_func_return 1
287 }
288 as_func_ret_success () {
289   return 0
290 }
291 as_func_ret_failure () {
292   return 1
293 }
294
295 exitcode=0
296 if as_func_success; then
297   :
298 else
299   exitcode=1
300   echo as_func_success failed.
301 fi
302
303 if as_func_failure; then
304   exitcode=1
305   echo as_func_failure succeeded.
306 fi
307
308 if as_func_ret_success; then
309   :
310 else
311   exitcode=1
312   echo as_func_ret_success failed.
313 fi
314
315 if as_func_ret_failure; then
316   exitcode=1
317   echo as_func_ret_failure succeeded.
318 fi
319
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
321   :
322 else
323   exitcode=1
324   echo positional parameters were not saved.
325 fi
326
327 test $exitcode = 0) || { (exit 1); exit 1; }
328
329 (
330   as_lineno_1=$LINENO
331   as_lineno_2=$LINENO
332   test "x$as_lineno_1" != "x$as_lineno_2" &&
333   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
334
335 _ASEOF
336 }; then
337   break
338 fi
339
340 fi
341
342       done
343
344       if test "x$CONFIG_SHELL" != x; then
345   for as_var in BASH_ENV ENV
346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347         done
348         export CONFIG_SHELL
349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
350 fi
351
352
353     if test $as_have_required = no; then
354   echo This script requires a shell more modern than all the
355       echo shells that I found on your system.  Please install a
356       echo modern shell, or manually run the script under such a
357       echo shell if you do have one.
358       { (exit 1); exit 1; }
359 fi
360
361
362 fi
363
364 fi
365
366
367
368 (eval "as_func_return () {
369   (exit \$1)
370 }
371 as_func_success () {
372   as_func_return 0
373 }
374 as_func_failure () {
375   as_func_return 1
376 }
377 as_func_ret_success () {
378   return 0
379 }
380 as_func_ret_failure () {
381   return 1
382 }
383
384 exitcode=0
385 if as_func_success; then
386   :
387 else
388   exitcode=1
389   echo as_func_success failed.
390 fi
391
392 if as_func_failure; then
393   exitcode=1
394   echo as_func_failure succeeded.
395 fi
396
397 if as_func_ret_success; then
398   :
399 else
400   exitcode=1
401   echo as_func_ret_success failed.
402 fi
403
404 if as_func_ret_failure; then
405   exitcode=1
406   echo as_func_ret_failure succeeded.
407 fi
408
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
410   :
411 else
412   exitcode=1
413   echo positional parameters were not saved.
414 fi
415
416 test \$exitcode = 0") || {
417   echo No shell found that supports shell functions.
418   echo Please tell autoconf@gnu.org about your system,
419   echo including any error possibly output before this
420   echo message
421 }
422
423
424
425   as_lineno_1=$LINENO
426   as_lineno_2=$LINENO
427   test "x$as_lineno_1" != "x$as_lineno_2" &&
428   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
429
430   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431   # uniformly replaced by the line number.  The first 'sed' inserts a
432   # line-number line after each line using $LINENO; the second 'sed'
433   # does the real work.  The second script uses 'N' to pair each
434   # line-number line with the line containing $LINENO, and appends
435   # trailing '-' during substitution so that $LINENO is not a special
436   # case at line end.
437   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438   # scripts with optimization help from Paolo Bonzini.  Blame Lee
439   # E. McMahon (1931-1989) for sed's syntax.  :-)
440   sed -n '
441     p
442     /[$]LINENO/=
443   ' <$as_myself |
444     sed '
445       s/[$]LINENO.*/&-/
446       t lineno
447       b
448       :lineno
449       N
450       :loop
451       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452       t loop
453       s/-\n.*//
454     ' >$as_me.lineno &&
455   chmod +x "$as_me.lineno" ||
456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457    { (exit 1); exit 1; }; }
458
459   # Don't try to exec as it changes $[0], causing all sort of problems
460   # (the dirname of $[0] is not the place where we might find the
461   # original and so on.  Autoconf is especially sensitive to this).
462   . "./$as_me.lineno"
463   # Exit status is that of the last command.
464   exit
465 }
466
467
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469   as_dirname=dirname
470 else
471   as_dirname=false
472 fi
473
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477   case `echo 'x\c'` in
478   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
479   *)   ECHO_C='\c';;
480   esac;;
481 *)
482   ECHO_N='-n';;
483 esac
484
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486    test "X`expr 00001 : '.*\(...\)'`" = X001; then
487   as_expr=expr
488 else
489   as_expr=false
490 fi
491
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494   rm -f conf$$.dir/conf$$.file
495 else
496   rm -f conf$$.dir
497   mkdir conf$$.dir
498 fi
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501   as_ln_s='ln -s'
502   # ... but there are two gotchas:
503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505   # In both cases, we have to default to `cp -p'.
506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507     as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509   as_ln_s=ln
510 else
511   as_ln_s='cp -p'
512 fi
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
515
516 if mkdir -p . 2>/dev/null; then
517   as_mkdir_p=:
518 else
519   test -d ./-p && rmdir ./-p
520   as_mkdir_p=false
521 fi
522
523 if test -x / >/dev/null 2>&1; then
524   as_test_x='test -x'
525 else
526   if ls -dL / >/dev/null 2>&1; then
527     as_ls_L_option=L
528   else
529     as_ls_L_option=
530   fi
531   as_test_x='
532     eval sh -c '\''
533       if test -d "$1"; then
534         test -d "$1/.";
535       else
536         case $1 in
537         -*)set "./$1";;
538         esac;
539         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540         ???[sx]*):;;*)false;;esac;fi
541     '\'' sh
542   '
543 fi
544 as_executable_p=$as_test_x
545
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
548
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
551
552
553
554 exec 7<&0 </dev/null 6>&1
555
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560
561 #
562 # Initializations.
563 #
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
573
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='0.9.40'
578 PACKAGE_STRING='Wine 0.9.40'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
580
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 #  include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 #  include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
617
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 build
656 build_cpu
657 build_vendor
658 build_os
659 host
660 host_cpu
661 host_vendor
662 host_os
663 WIN16_FILES
664 WIN16_INSTALL
665 SET_MAKE
666 CC
667 CFLAGS
668 LDFLAGS
669 CPPFLAGS
670 ac_ct_CC
671 EXEEXT
672 OBJEXT
673 CXX
674 CXXFLAGS
675 ac_ct_CXX
676 CPPBIN
677 TOOLSDIR
678 XMKMF
679 CPP
680 X_CFLAGS
681 X_PRE_LIBS
682 X_LIBS
683 X_EXTRA_LIBS
684 FLEX
685 BISON
686 AS
687 ac_ct_AS
688 LD
689 AR
690 RANLIB
691 STRIP
692 WINDRES
693 LN_S
694 LN
695 GREP
696 EGREP
697 LDCONFIG
698 INSTALL_PROGRAM
699 INSTALL_SCRIPT
700 INSTALL_DATA
701 LINT
702 LINTFLAGS
703 FONTFORGE
704 PKG_CONFIG
705 PRELINK
706 LIBPTHREAD
707 XLIB
708 XFILES
709 OPENGLFILES
710 GLU32FILES
711 OPENGL_LIBS
712 QUARTZFILES
713 DLLEXT
714 DLLFLAGS
715 LDSHARED
716 LDDLLFLAGS
717 LIBEXT
718 IMPLIBEXT
719 LDRPATH_INSTALL
720 LDRPATH_LOCAL
721 LDD
722 DLLTOOL
723 DLLWRAP
724 MINGWAR
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSTEST
732 CROSSCC
733 CROSSWINDRES
734 NASLIBS
735 XML2LIBS
736 XML2INCL
737 XSLTLIBS
738 XSLTINCL
739 HALINCL
740 sane_devel
741 SANEINCL
742 gphoto2_devel
743 gphoto2port_devel
744 GPHOTO2LIBS
745 GPHOTO2INCL
746 ICULIBS
747 RESOLVLIBS
748 LCMSLIBS
749 LDAPLIBS
750 FREETYPELIBS
751 FREETYPEINCL
752 ft_devel
753 ft_devel2
754 FONTSSUBDIRS
755 ESDCONFIG
756 ESDLIBS
757 ESDINCL
758 ALSALIBS
759 AUDIOIOLIBS
760 EXTRACFLAGS
761 BUILTINFLAG
762 LDPATH
763 CRTLIBS
764 SOCKETLIBS
765 MAIN_BINARY
766 EXTRA_BINARIES
767 LIBDL
768 LIBPOLL
769 DEPENDENCIES
770 LIBOBJS
771 LTLIBOBJS'
772 ac_subst_files='MAKE_RULES
773 MAKE_DLL_RULES
774 MAKE_IMPLIB_RULES
775 MAKE_TEST_RULES
776 MAKE_PROG_RULES'
777       ac_precious_vars='build_alias
778 host_alias
779 target_alias
780 CC
781 CFLAGS
782 LDFLAGS
783 LIBS
784 CPPFLAGS
785 CXX
786 CXXFLAGS
787 CCC
788 XMKMF
789 CPP'
790
791
792 # Initialize some variables set by options.
793 ac_init_help=
794 ac_init_version=false
795 # The variables have the same names as the options, with
796 # dashes changed to underlines.
797 cache_file=/dev/null
798 exec_prefix=NONE
799 no_create=
800 no_recursion=
801 prefix=NONE
802 program_prefix=NONE
803 program_suffix=NONE
804 program_transform_name=s,x,x,
805 silent=
806 site=
807 srcdir=
808 verbose=
809 x_includes=NONE
810 x_libraries=NONE
811
812 # Installation directory options.
813 # These are left unexpanded so users can "make install exec_prefix=/foo"
814 # and all the variables that are supposed to be based on exec_prefix
815 # by default will actually change.
816 # Use braces instead of parens because sh, perl, etc. also accept them.
817 # (The list follows the same order as the GNU Coding Standards.)
818 bindir='${exec_prefix}/bin'
819 sbindir='${exec_prefix}/sbin'
820 libexecdir='${exec_prefix}/libexec'
821 datarootdir='${prefix}/share'
822 datadir='${datarootdir}'
823 sysconfdir='${prefix}/etc'
824 sharedstatedir='${prefix}/com'
825 localstatedir='${prefix}/var'
826 includedir='${prefix}/include'
827 oldincludedir='/usr/include'
828 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
829 infodir='${datarootdir}/info'
830 htmldir='${docdir}'
831 dvidir='${docdir}'
832 pdfdir='${docdir}'
833 psdir='${docdir}'
834 libdir='${exec_prefix}/lib'
835 localedir='${datarootdir}/locale'
836 mandir='${datarootdir}/man'
837
838 ac_prev=
839 ac_dashdash=
840 for ac_option
841 do
842   # If the previous option needs an argument, assign it.
843   if test -n "$ac_prev"; then
844     eval $ac_prev=\$ac_option
845     ac_prev=
846     continue
847   fi
848
849   case $ac_option in
850   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
851   *)    ac_optarg=yes ;;
852   esac
853
854   # Accept the important Cygnus configure options, so we can diagnose typos.
855
856   case $ac_dashdash$ac_option in
857   --)
858     ac_dashdash=yes ;;
859
860   -bindir | --bindir | --bindi | --bind | --bin | --bi)
861     ac_prev=bindir ;;
862   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
863     bindir=$ac_optarg ;;
864
865   -build | --build | --buil | --bui | --bu)
866     ac_prev=build_alias ;;
867   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
868     build_alias=$ac_optarg ;;
869
870   -cache-file | --cache-file | --cache-fil | --cache-fi \
871   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
872     ac_prev=cache_file ;;
873   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
874   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
875     cache_file=$ac_optarg ;;
876
877   --config-cache | -C)
878     cache_file=config.cache ;;
879
880   -datadir | --datadir | --datadi | --datad)
881     ac_prev=datadir ;;
882   -datadir=* | --datadir=* | --datadi=* | --datad=*)
883     datadir=$ac_optarg ;;
884
885   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
886   | --dataroo | --dataro | --datar)
887     ac_prev=datarootdir ;;
888   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
889   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
890     datarootdir=$ac_optarg ;;
891
892   -disable-* | --disable-*)
893     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
894     # Reject names that are not valid shell variable names.
895     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
896       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
897    { (exit 1); exit 1; }; }
898     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
899     eval enable_$ac_feature=no ;;
900
901   -docdir | --docdir | --docdi | --doc | --do)
902     ac_prev=docdir ;;
903   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904     docdir=$ac_optarg ;;
905
906   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907     ac_prev=dvidir ;;
908   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909     dvidir=$ac_optarg ;;
910
911   -enable-* | --enable-*)
912     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913     # Reject names that are not valid shell variable names.
914     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
915       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
916    { (exit 1); exit 1; }; }
917     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
918     eval enable_$ac_feature=\$ac_optarg ;;
919
920   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
921   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
922   | --exec | --exe | --ex)
923     ac_prev=exec_prefix ;;
924   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
925   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
926   | --exec=* | --exe=* | --ex=*)
927     exec_prefix=$ac_optarg ;;
928
929   -gas | --gas | --ga | --g)
930     # Obsolete; use --with-gas.
931     with_gas=yes ;;
932
933   -help | --help | --hel | --he | -h)
934     ac_init_help=long ;;
935   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
936     ac_init_help=recursive ;;
937   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
938     ac_init_help=short ;;
939
940   -host | --host | --hos | --ho)
941     ac_prev=host_alias ;;
942   -host=* | --host=* | --hos=* | --ho=*)
943     host_alias=$ac_optarg ;;
944
945   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
946     ac_prev=htmldir ;;
947   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
948   | --ht=*)
949     htmldir=$ac_optarg ;;
950
951   -includedir | --includedir | --includedi | --included | --include \
952   | --includ | --inclu | --incl | --inc)
953     ac_prev=includedir ;;
954   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
955   | --includ=* | --inclu=* | --incl=* | --inc=*)
956     includedir=$ac_optarg ;;
957
958   -infodir | --infodir | --infodi | --infod | --info | --inf)
959     ac_prev=infodir ;;
960   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
961     infodir=$ac_optarg ;;
962
963   -libdir | --libdir | --libdi | --libd)
964     ac_prev=libdir ;;
965   -libdir=* | --libdir=* | --libdi=* | --libd=*)
966     libdir=$ac_optarg ;;
967
968   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
969   | --libexe | --libex | --libe)
970     ac_prev=libexecdir ;;
971   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
972   | --libexe=* | --libex=* | --libe=*)
973     libexecdir=$ac_optarg ;;
974
975   -localedir | --localedir | --localedi | --localed | --locale)
976     ac_prev=localedir ;;
977   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
978     localedir=$ac_optarg ;;
979
980   -localstatedir | --localstatedir | --localstatedi | --localstated \
981   | --localstate | --localstat | --localsta | --localst | --locals)
982     ac_prev=localstatedir ;;
983   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
984   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
985     localstatedir=$ac_optarg ;;
986
987   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
988     ac_prev=mandir ;;
989   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
990     mandir=$ac_optarg ;;
991
992   -nfp | --nfp | --nf)
993     # Obsolete; use --without-fp.
994     with_fp=no ;;
995
996   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
997   | --no-cr | --no-c | -n)
998     no_create=yes ;;
999
1000   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1001   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1002     no_recursion=yes ;;
1003
1004   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1005   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1006   | --oldin | --oldi | --old | --ol | --o)
1007     ac_prev=oldincludedir ;;
1008   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1009   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1010   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1011     oldincludedir=$ac_optarg ;;
1012
1013   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1014     ac_prev=prefix ;;
1015   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1016     prefix=$ac_optarg ;;
1017
1018   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1019   | --program-pre | --program-pr | --program-p)
1020     ac_prev=program_prefix ;;
1021   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1022   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1023     program_prefix=$ac_optarg ;;
1024
1025   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1026   | --program-suf | --program-su | --program-s)
1027     ac_prev=program_suffix ;;
1028   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1029   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1030     program_suffix=$ac_optarg ;;
1031
1032   -program-transform-name | --program-transform-name \
1033   | --program-transform-nam | --program-transform-na \
1034   | --program-transform-n | --program-transform- \
1035   | --program-transform | --program-transfor \
1036   | --program-transfo | --program-transf \
1037   | --program-trans | --program-tran \
1038   | --progr-tra | --program-tr | --program-t)
1039     ac_prev=program_transform_name ;;
1040   -program-transform-name=* | --program-transform-name=* \
1041   | --program-transform-nam=* | --program-transform-na=* \
1042   | --program-transform-n=* | --program-transform-=* \
1043   | --program-transform=* | --program-transfor=* \
1044   | --program-transfo=* | --program-transf=* \
1045   | --program-trans=* | --program-tran=* \
1046   | --progr-tra=* | --program-tr=* | --program-t=*)
1047     program_transform_name=$ac_optarg ;;
1048
1049   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1050     ac_prev=pdfdir ;;
1051   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1052     pdfdir=$ac_optarg ;;
1053
1054   -psdir | --psdir | --psdi | --psd | --ps)
1055     ac_prev=psdir ;;
1056   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1057     psdir=$ac_optarg ;;
1058
1059   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1060   | -silent | --silent | --silen | --sile | --sil)
1061     silent=yes ;;
1062
1063   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1064     ac_prev=sbindir ;;
1065   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1066   | --sbi=* | --sb=*)
1067     sbindir=$ac_optarg ;;
1068
1069   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1070   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1071   | --sharedst | --shareds | --shared | --share | --shar \
1072   | --sha | --sh)
1073     ac_prev=sharedstatedir ;;
1074   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1075   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1076   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1077   | --sha=* | --sh=*)
1078     sharedstatedir=$ac_optarg ;;
1079
1080   -site | --site | --sit)
1081     ac_prev=site ;;
1082   -site=* | --site=* | --sit=*)
1083     site=$ac_optarg ;;
1084
1085   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1086     ac_prev=srcdir ;;
1087   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1088     srcdir=$ac_optarg ;;
1089
1090   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1091   | --syscon | --sysco | --sysc | --sys | --sy)
1092     ac_prev=sysconfdir ;;
1093   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1094   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1095     sysconfdir=$ac_optarg ;;
1096
1097   -target | --target | --targe | --targ | --tar | --ta | --t)
1098     ac_prev=target_alias ;;
1099   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1100     target_alias=$ac_optarg ;;
1101
1102   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1103     verbose=yes ;;
1104
1105   -version | --version | --versio | --versi | --vers | -V)
1106     ac_init_version=: ;;
1107
1108   -with-* | --with-*)
1109     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1110     # Reject names that are not valid shell variable names.
1111     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1112       { echo "$as_me: error: invalid package name: $ac_package" >&2
1113    { (exit 1); exit 1; }; }
1114     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1115     eval with_$ac_package=\$ac_optarg ;;
1116
1117   -without-* | --without-*)
1118     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1119     # Reject names that are not valid shell variable names.
1120     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1121       { echo "$as_me: error: invalid package name: $ac_package" >&2
1122    { (exit 1); exit 1; }; }
1123     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1124     eval with_$ac_package=no ;;
1125
1126   --x)
1127     # Obsolete; use --with-x.
1128     with_x=yes ;;
1129
1130   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1131   | --x-incl | --x-inc | --x-in | --x-i)
1132     ac_prev=x_includes ;;
1133   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1134   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1135     x_includes=$ac_optarg ;;
1136
1137   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1138   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1139     ac_prev=x_libraries ;;
1140   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1141   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1142     x_libraries=$ac_optarg ;;
1143
1144   -*) { echo "$as_me: error: unrecognized option: $ac_option
1145 Try \`$0 --help' for more information." >&2
1146    { (exit 1); exit 1; }; }
1147     ;;
1148
1149   *=*)
1150     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1151     # Reject names that are not valid shell variable names.
1152     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1153       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1154    { (exit 1); exit 1; }; }
1155     eval $ac_envvar=\$ac_optarg
1156     export $ac_envvar ;;
1157
1158   *)
1159     # FIXME: should be removed in autoconf 3.0.
1160     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1161     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1162       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1163     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1164     ;;
1165
1166   esac
1167 done
1168
1169 if test -n "$ac_prev"; then
1170   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1171   { echo "$as_me: error: missing argument to $ac_option" >&2
1172    { (exit 1); exit 1; }; }
1173 fi
1174
1175 # Be sure to have absolute directory names.
1176 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1177                 datadir sysconfdir sharedstatedir localstatedir includedir \
1178                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1179                 libdir localedir mandir
1180 do
1181   eval ac_val=\$$ac_var
1182   case $ac_val in
1183     [\\/$]* | ?:[\\/]* )  continue;;
1184     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1185   esac
1186   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1187    { (exit 1); exit 1; }; }
1188 done
1189
1190 # There might be people who depend on the old broken behavior: `$host'
1191 # used to hold the argument of --host etc.
1192 # FIXME: To remove some day.
1193 build=$build_alias
1194 host=$host_alias
1195 target=$target_alias
1196
1197 # FIXME: To remove some day.
1198 if test "x$host_alias" != x; then
1199   if test "x$build_alias" = x; then
1200     cross_compiling=maybe
1201     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1202     If a cross compiler is detected then cross compile mode will be used." >&2
1203   elif test "x$build_alias" != "x$host_alias"; then
1204     cross_compiling=yes
1205   fi
1206 fi
1207
1208 ac_tool_prefix=
1209 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1210
1211 test "$silent" = yes && exec 6>/dev/null
1212
1213
1214 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1215 ac_ls_di=`ls -di .` &&
1216 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1217   { echo "$as_me: error: Working directory cannot be determined" >&2
1218    { (exit 1); exit 1; }; }
1219 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1220   { echo "$as_me: error: pwd does not report name of working directory" >&2
1221    { (exit 1); exit 1; }; }
1222
1223
1224 # Find the source files, if location was not specified.
1225 if test -z "$srcdir"; then
1226   ac_srcdir_defaulted=yes
1227   # Try the directory containing this script, then the parent directory.
1228   ac_confdir=`$as_dirname -- "$0" ||
1229 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1230          X"$0" : 'X\(//\)[^/]' \| \
1231          X"$0" : 'X\(//\)$' \| \
1232          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1233 echo X"$0" |
1234     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1235             s//\1/
1236             q
1237           }
1238           /^X\(\/\/\)[^/].*/{
1239             s//\1/
1240             q
1241           }
1242           /^X\(\/\/\)$/{
1243             s//\1/
1244             q
1245           }
1246           /^X\(\/\).*/{
1247             s//\1/
1248             q
1249           }
1250           s/.*/./; q'`
1251   srcdir=$ac_confdir
1252   if test ! -r "$srcdir/$ac_unique_file"; then
1253     srcdir=..
1254   fi
1255 else
1256   ac_srcdir_defaulted=no
1257 fi
1258 if test ! -r "$srcdir/$ac_unique_file"; then
1259   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1260   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1261    { (exit 1); exit 1; }; }
1262 fi
1263 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1264 ac_abs_confdir=`(
1265         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1266    { (exit 1); exit 1; }; }
1267         pwd)`
1268 # When building in place, set srcdir=.
1269 if test "$ac_abs_confdir" = "$ac_pwd"; then
1270   srcdir=.
1271 fi
1272 # Remove unnecessary trailing slashes from srcdir.
1273 # Double slashes in file names in object file debugging info
1274 # mess up M-x gdb in Emacs.
1275 case $srcdir in
1276 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1277 esac
1278 for ac_var in $ac_precious_vars; do
1279   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1280   eval ac_env_${ac_var}_value=\$${ac_var}
1281   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1282   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1283 done
1284
1285 #
1286 # Report the --help message.
1287 #
1288 if test "$ac_init_help" = "long"; then
1289   # Omit some internal or obsolete options to make the list less imposing.
1290   # This message is too long to be a string in the A/UX 3.1 sh.
1291   cat <<_ACEOF
1292 \`configure' configures Wine 0.9.40 to adapt to many kinds of systems.
1293
1294 Usage: $0 [OPTION]... [VAR=VALUE]...
1295
1296 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1297 VAR=VALUE.  See below for descriptions of some of the useful variables.
1298
1299 Defaults for the options are specified in brackets.
1300
1301 Configuration:
1302   -h, --help              display this help and exit
1303       --help=short        display options specific to this package
1304       --help=recursive    display the short help of all the included packages
1305   -V, --version           display version information and exit
1306   -q, --quiet, --silent   do not print \`checking...' messages
1307       --cache-file=FILE   cache test results in FILE [disabled]
1308   -C, --config-cache      alias for \`--cache-file=config.cache'
1309   -n, --no-create         do not create output files
1310       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1311
1312 Installation directories:
1313   --prefix=PREFIX         install architecture-independent files in PREFIX
1314                           [$ac_default_prefix]
1315   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1316                           [PREFIX]
1317
1318 By default, \`make install' will install all the files in
1319 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1320 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1321 for instance \`--prefix=\$HOME'.
1322
1323 For better control, use the options below.
1324
1325 Fine tuning of the installation directories:
1326   --bindir=DIR           user executables [EPREFIX/bin]
1327   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1328   --libexecdir=DIR       program executables [EPREFIX/libexec]
1329   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1330   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1331   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1332   --libdir=DIR           object code libraries [EPREFIX/lib]
1333   --includedir=DIR       C header files [PREFIX/include]
1334   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1335   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1336   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1337   --infodir=DIR          info documentation [DATAROOTDIR/info]
1338   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1339   --mandir=DIR           man documentation [DATAROOTDIR/man]
1340   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1341   --htmldir=DIR          html documentation [DOCDIR]
1342   --dvidir=DIR           dvi documentation [DOCDIR]
1343   --pdfdir=DIR           pdf documentation [DOCDIR]
1344   --psdir=DIR            ps documentation [DOCDIR]
1345 _ACEOF
1346
1347   cat <<\_ACEOF
1348
1349 X features:
1350   --x-includes=DIR    X include files are in DIR
1351   --x-libraries=DIR   X library files are in DIR
1352
1353 System types:
1354   --build=BUILD     configure for building on BUILD [guessed]
1355   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1356 _ACEOF
1357 fi
1358
1359 if test -n "$ac_init_help"; then
1360   case $ac_init_help in
1361      short | recursive ) echo "Configuration of Wine 0.9.40:";;
1362    esac
1363   cat <<\_ACEOF
1364
1365 Optional Features:
1366   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1367   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1368   --disable-win16         do not include Win16 support
1369   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1370                           binaries)
1371
1372 Optional Packages:
1373   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1374   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1375   --without-opengl        do not use OpenGL
1376   --with-wine-tools=<dir> use Wine tools from directory <dir>
1377   --with-x                use the X Window System
1378
1379 Some influential environment variables:
1380   CC          C compiler command
1381   CFLAGS      C compiler flags
1382   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1383               nonstandard directory <lib dir>
1384   LIBS        libraries to pass to the linker, e.g. -l<library>
1385   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1386               you have headers in a nonstandard directory <include dir>
1387   CXX         C++ compiler command
1388   CXXFLAGS    C++ compiler flags
1389   XMKMF       Path to xmkmf, Makefile generator for X Window System
1390   CPP         C preprocessor
1391
1392 Use these variables to override the choices made by `configure' or to help
1393 it to find libraries and programs with nonstandard names/locations.
1394
1395 Report bugs to <wine-devel@winehq.org>.
1396 _ACEOF
1397 ac_status=$?
1398 fi
1399
1400 if test "$ac_init_help" = "recursive"; then
1401   # If there are subdirs, report their specific --help.
1402   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1403     test -d "$ac_dir" || continue
1404     ac_builddir=.
1405
1406 case "$ac_dir" in
1407 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1408 *)
1409   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1410   # A ".." for each directory in $ac_dir_suffix.
1411   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1412   case $ac_top_builddir_sub in
1413   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1415   esac ;;
1416 esac
1417 ac_abs_top_builddir=$ac_pwd
1418 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1419 # for backward compatibility:
1420 ac_top_builddir=$ac_top_build_prefix
1421
1422 case $srcdir in
1423   .)  # We are building in place.
1424     ac_srcdir=.
1425     ac_top_srcdir=$ac_top_builddir_sub
1426     ac_abs_top_srcdir=$ac_pwd ;;
1427   [\\/]* | ?:[\\/]* )  # Absolute name.
1428     ac_srcdir=$srcdir$ac_dir_suffix;
1429     ac_top_srcdir=$srcdir
1430     ac_abs_top_srcdir=$srcdir ;;
1431   *) # Relative name.
1432     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1433     ac_top_srcdir=$ac_top_build_prefix$srcdir
1434     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1435 esac
1436 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1437
1438     cd "$ac_dir" || { ac_status=$?; continue; }
1439     # Check for guested configure.
1440     if test -f "$ac_srcdir/configure.gnu"; then
1441       echo &&
1442       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1443     elif test -f "$ac_srcdir/configure"; then
1444       echo &&
1445       $SHELL "$ac_srcdir/configure" --help=recursive
1446     else
1447       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1448     fi || ac_status=$?
1449     cd "$ac_pwd" || { ac_status=$?; break; }
1450   done
1451 fi
1452
1453 test -n "$ac_init_help" && exit $ac_status
1454 if $ac_init_version; then
1455   cat <<\_ACEOF
1456 Wine configure 0.9.40
1457 generated by GNU Autoconf 2.61
1458
1459 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1460 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1461 This configure script is free software; the Free Software Foundation
1462 gives unlimited permission to copy, distribute and modify it.
1463 _ACEOF
1464   exit
1465 fi
1466 cat >config.log <<_ACEOF
1467 This file contains any messages produced by compilers while
1468 running configure, to aid debugging if configure makes a mistake.
1469
1470 It was created by Wine $as_me 0.9.40, which was
1471 generated by GNU Autoconf 2.61.  Invocation command line was
1472
1473   $ $0 $@
1474
1475 _ACEOF
1476 exec 5>>config.log
1477 {
1478 cat <<_ASUNAME
1479 ## --------- ##
1480 ## Platform. ##
1481 ## --------- ##
1482
1483 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1484 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1485 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1486 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1487 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1488
1489 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1490 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1491
1492 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1493 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1494 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1495 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1496 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1497 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1498 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1499
1500 _ASUNAME
1501
1502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1503 for as_dir in $PATH
1504 do
1505   IFS=$as_save_IFS
1506   test -z "$as_dir" && as_dir=.
1507   echo "PATH: $as_dir"
1508 done
1509 IFS=$as_save_IFS
1510
1511 } >&5
1512
1513 cat >&5 <<_ACEOF
1514
1515
1516 ## ----------- ##
1517 ## Core tests. ##
1518 ## ----------- ##
1519
1520 _ACEOF
1521
1522
1523 # Keep a trace of the command line.
1524 # Strip out --no-create and --no-recursion so they do not pile up.
1525 # Strip out --silent because we don't want to record it for future runs.
1526 # Also quote any args containing shell meta-characters.
1527 # Make two passes to allow for proper duplicate-argument suppression.
1528 ac_configure_args=
1529 ac_configure_args0=
1530 ac_configure_args1=
1531 ac_must_keep_next=false
1532 for ac_pass in 1 2
1533 do
1534   for ac_arg
1535   do
1536     case $ac_arg in
1537     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1538     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1539     | -silent | --silent | --silen | --sile | --sil)
1540       continue ;;
1541     *\'*)
1542       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1543     esac
1544     case $ac_pass in
1545     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1546     2)
1547       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1548       if test $ac_must_keep_next = true; then
1549         ac_must_keep_next=false # Got value, back to normal.
1550       else
1551         case $ac_arg in
1552           *=* | --config-cache | -C | -disable-* | --disable-* \
1553           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1554           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1555           | -with-* | --with-* | -without-* | --without-* | --x)
1556             case "$ac_configure_args0 " in
1557               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1558             esac
1559             ;;
1560           -* ) ac_must_keep_next=true ;;
1561         esac
1562       fi
1563       ac_configure_args="$ac_configure_args '$ac_arg'"
1564       ;;
1565     esac
1566   done
1567 done
1568 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1569 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1570
1571 # When interrupted or exit'd, cleanup temporary files, and complete
1572 # config.log.  We remove comments because anyway the quotes in there
1573 # would cause problems or look ugly.
1574 # WARNING: Use '\'' to represent an apostrophe within the trap.
1575 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1576 trap 'exit_status=$?
1577   # Save into config.log some information that might help in debugging.
1578   {
1579     echo
1580
1581     cat <<\_ASBOX
1582 ## ---------------- ##
1583 ## Cache variables. ##
1584 ## ---------------- ##
1585 _ASBOX
1586     echo
1587     # The following way of writing the cache mishandles newlines in values,
1588 (
1589   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1590     eval ac_val=\$$ac_var
1591     case $ac_val in #(
1592     *${as_nl}*)
1593       case $ac_var in #(
1594       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1595 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1596       esac
1597       case $ac_var in #(
1598       _ | IFS | as_nl) ;; #(
1599       *) $as_unset $ac_var ;;
1600       esac ;;
1601     esac
1602   done
1603   (set) 2>&1 |
1604     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1605     *${as_nl}ac_space=\ *)
1606       sed -n \
1607         "s/'\''/'\''\\\\'\'''\''/g;
1608           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1609       ;; #(
1610     *)
1611       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1612       ;;
1613     esac |
1614     sort
1615 )
1616     echo
1617
1618     cat <<\_ASBOX
1619 ## ----------------- ##
1620 ## Output variables. ##
1621 ## ----------------- ##
1622 _ASBOX
1623     echo
1624     for ac_var in $ac_subst_vars
1625     do
1626       eval ac_val=\$$ac_var
1627       case $ac_val in
1628       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1629       esac
1630       echo "$ac_var='\''$ac_val'\''"
1631     done | sort
1632     echo
1633
1634     if test -n "$ac_subst_files"; then
1635       cat <<\_ASBOX
1636 ## ------------------- ##
1637 ## File substitutions. ##
1638 ## ------------------- ##
1639 _ASBOX
1640       echo
1641       for ac_var in $ac_subst_files
1642       do
1643         eval ac_val=\$$ac_var
1644         case $ac_val in
1645         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1646         esac
1647         echo "$ac_var='\''$ac_val'\''"
1648       done | sort
1649       echo
1650     fi
1651
1652     if test -s confdefs.h; then
1653       cat <<\_ASBOX
1654 ## ----------- ##
1655 ## confdefs.h. ##
1656 ## ----------- ##
1657 _ASBOX
1658       echo
1659       cat confdefs.h
1660       echo
1661     fi
1662     test "$ac_signal" != 0 &&
1663       echo "$as_me: caught signal $ac_signal"
1664     echo "$as_me: exit $exit_status"
1665   } >&5
1666   rm -f core *.core core.conftest.* &&
1667     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1668     exit $exit_status
1669 ' 0
1670 for ac_signal in 1 2 13 15; do
1671   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1672 done
1673 ac_signal=0
1674
1675 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1676 rm -f -r conftest* confdefs.h
1677
1678 # Predefined preprocessor variables.
1679
1680 cat >>confdefs.h <<_ACEOF
1681 #define PACKAGE_NAME "$PACKAGE_NAME"
1682 _ACEOF
1683
1684
1685 cat >>confdefs.h <<_ACEOF
1686 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1687 _ACEOF
1688
1689
1690 cat >>confdefs.h <<_ACEOF
1691 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1692 _ACEOF
1693
1694
1695 cat >>confdefs.h <<_ACEOF
1696 #define PACKAGE_STRING "$PACKAGE_STRING"
1697 _ACEOF
1698
1699
1700 cat >>confdefs.h <<_ACEOF
1701 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1702 _ACEOF
1703
1704
1705 # Let the site file select an alternate cache file if it wants to.
1706 # Prefer explicitly selected file to automatically selected ones.
1707 if test -n "$CONFIG_SITE"; then
1708   set x "$CONFIG_SITE"
1709 elif test "x$prefix" != xNONE; then
1710   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1711 else
1712   set x "$ac_default_prefix/share/config.site" \
1713         "$ac_default_prefix/etc/config.site"
1714 fi
1715 shift
1716 for ac_site_file
1717 do
1718   if test -r "$ac_site_file"; then
1719     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1720 echo "$as_me: loading site script $ac_site_file" >&6;}
1721     sed 's/^/| /' "$ac_site_file" >&5
1722     . "$ac_site_file"
1723   fi
1724 done
1725
1726 if test -r "$cache_file"; then
1727   # Some versions of bash will fail to source /dev/null (special
1728   # files actually), so we avoid doing that.
1729   if test -f "$cache_file"; then
1730     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1731 echo "$as_me: loading cache $cache_file" >&6;}
1732     case $cache_file in
1733       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1734       *)                      . "./$cache_file";;
1735     esac
1736   fi
1737 else
1738   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1739 echo "$as_me: creating cache $cache_file" >&6;}
1740   >$cache_file
1741 fi
1742
1743 # Check that the precious variables saved in the cache have kept the same
1744 # value.
1745 ac_cache_corrupted=false
1746 for ac_var in $ac_precious_vars; do
1747   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1748   eval ac_new_set=\$ac_env_${ac_var}_set
1749   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1750   eval ac_new_val=\$ac_env_${ac_var}_value
1751   case $ac_old_set,$ac_new_set in
1752     set,)
1753       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1754 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1755       ac_cache_corrupted=: ;;
1756     ,set)
1757       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1758 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1759       ac_cache_corrupted=: ;;
1760     ,);;
1761     *)
1762       if test "x$ac_old_val" != "x$ac_new_val"; then
1763         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1764 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1765         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1766 echo "$as_me:   former value:  $ac_old_val" >&2;}
1767         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1768 echo "$as_me:   current value: $ac_new_val" >&2;}
1769         ac_cache_corrupted=:
1770       fi;;
1771   esac
1772   # Pass precious variables to config.status.
1773   if test "$ac_new_set" = set; then
1774     case $ac_new_val in
1775     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1776     *) ac_arg=$ac_var=$ac_new_val ;;
1777     esac
1778     case " $ac_configure_args " in
1779       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1780       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1781     esac
1782   fi
1783 done
1784 if $ac_cache_corrupted; then
1785   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1786 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1787   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1788 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1789    { (exit 1); exit 1; }; }
1790 fi
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816 ac_ext=c
1817 ac_cpp='$CPP $CPPFLAGS'
1818 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1819 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1820 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1821
1822
1823
1824 ac_config_headers="$ac_config_headers include/config.h"
1825
1826 ac_aux_dir=
1827 for ac_dir in tools "$srcdir"/tools; do
1828   if test -f "$ac_dir/install-sh"; then
1829     ac_aux_dir=$ac_dir
1830     ac_install_sh="$ac_aux_dir/install-sh -c"
1831     break
1832   elif test -f "$ac_dir/install.sh"; then
1833     ac_aux_dir=$ac_dir
1834     ac_install_sh="$ac_aux_dir/install.sh -c"
1835     break
1836   elif test -f "$ac_dir/shtool"; then
1837     ac_aux_dir=$ac_dir
1838     ac_install_sh="$ac_aux_dir/shtool install -c"
1839     break
1840   fi
1841 done
1842 if test -z "$ac_aux_dir"; then
1843   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1844 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1845    { (exit 1); exit 1; }; }
1846 fi
1847
1848 # These three variables are undocumented and unsupported,
1849 # and are intended to be withdrawn in a future Autoconf release.
1850 # They can cause serious problems if a builder's source tree is in a directory
1851 # whose full name contains unusual characters.
1852 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1853 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1854 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1855
1856
1857
1858
1859 # Check whether --enable-win16 was given.
1860 if test "${enable_win16+set}" = set; then
1861   enableval=$enable_win16;
1862 fi
1863
1864 # Check whether --enable-win64 was given.
1865 if test "${enable_win64+set}" = set; then
1866   enableval=$enable_win64;
1867 fi
1868
1869
1870
1871 # Check whether --with-opengl was given.
1872 if test "${with_opengl+set}" = set; then
1873   withval=$with_opengl;
1874 fi
1875
1876
1877 # Check whether --with-wine-tools was given.
1878 if test "${with_wine_tools+set}" = set; then
1879   withval=$with_wine_tools;
1880 fi
1881
1882
1883 # Make sure we can run config.sub.
1884 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1885   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1886 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1887    { (exit 1); exit 1; }; }
1888
1889 { echo "$as_me:$LINENO: checking build system type" >&5
1890 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1891 if test "${ac_cv_build+set}" = set; then
1892   echo $ECHO_N "(cached) $ECHO_C" >&6
1893 else
1894   ac_build_alias=$build_alias
1895 test "x$ac_build_alias" = x &&
1896   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1897 test "x$ac_build_alias" = x &&
1898   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1899 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1900    { (exit 1); exit 1; }; }
1901 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1902   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1903 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1904    { (exit 1); exit 1; }; }
1905
1906 fi
1907 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1908 echo "${ECHO_T}$ac_cv_build" >&6; }
1909 case $ac_cv_build in
1910 *-*-*) ;;
1911 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1912 echo "$as_me: error: invalid value of canonical build" >&2;}
1913    { (exit 1); exit 1; }; };;
1914 esac
1915 build=$ac_cv_build
1916 ac_save_IFS=$IFS; IFS='-'
1917 set x $ac_cv_build
1918 shift
1919 build_cpu=$1
1920 build_vendor=$2
1921 shift; shift
1922 # Remember, the first character of IFS is used to create $*,
1923 # except with old shells:
1924 build_os=$*
1925 IFS=$ac_save_IFS
1926 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1927
1928
1929 { echo "$as_me:$LINENO: checking host system type" >&5
1930 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1931 if test "${ac_cv_host+set}" = set; then
1932   echo $ECHO_N "(cached) $ECHO_C" >&6
1933 else
1934   if test "x$host_alias" = x; then
1935   ac_cv_host=$ac_cv_build
1936 else
1937   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1938     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1939 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1940    { (exit 1); exit 1; }; }
1941 fi
1942
1943 fi
1944 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1945 echo "${ECHO_T}$ac_cv_host" >&6; }
1946 case $ac_cv_host in
1947 *-*-*) ;;
1948 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1949 echo "$as_me: error: invalid value of canonical host" >&2;}
1950    { (exit 1); exit 1; }; };;
1951 esac
1952 host=$ac_cv_host
1953 ac_save_IFS=$IFS; IFS='-'
1954 set x $ac_cv_host
1955 shift
1956 host_cpu=$1
1957 host_vendor=$2
1958 shift; shift
1959 # Remember, the first character of IFS is used to create $*,
1960 # except with old shells:
1961 host_os=$*
1962 IFS=$ac_save_IFS
1963 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1964
1965
1966 case $host in
1967   x86_64*linux*)
1968     if test "x$enable_win64" != "xyes"
1969     then
1970       test -n "$CC" || CC="gcc -m32"
1971       test -n "$LD" || LD="ld -m elf_i386"
1972       test -n "$AS" || AS="as --32"
1973       host_cpu="i386"
1974     fi
1975     ;;
1976 esac
1977
1978 case $host_cpu in
1979   *i[3456789]86*)
1980     if test "x$enable_win16" != "xno"
1981     then
1982       enable_win16="yes"
1983     fi
1984     ;;
1985 esac
1986
1987 WIN16_FILES="\$(WIN16_FILES)"
1988
1989 WIN16_INSTALL="\$(WIN16_INSTALL)"
1990
1991 if test "x$enable_win16" != "xyes"
1992 then
1993   WIN16_FILES=""
1994   WIN16_INSTALL=""
1995 fi
1996
1997 case "$srcdir" in
1998  .) ;;
1999  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2000       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2001 You need to run 'make distclean' in the source tree first." >&5
2002 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2003 You need to run 'make distclean' in the source tree first." >&2;}
2004    { (exit 1); exit 1; }; }
2005     fi ;;
2006 esac
2007
2008
2009 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2010 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2011 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2012 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2013   echo $ECHO_N "(cached) $ECHO_C" >&6
2014 else
2015   cat >conftest.make <<\_ACEOF
2016 SHELL = /bin/sh
2017 all:
2018         @echo '@@@%%%=$(MAKE)=@@@%%%'
2019 _ACEOF
2020 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2021 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2022   *@@@%%%=?*=@@@%%%*)
2023     eval ac_cv_prog_make_${ac_make}_set=yes;;
2024   *)
2025     eval ac_cv_prog_make_${ac_make}_set=no;;
2026 esac
2027 rm -f conftest.make
2028 fi
2029 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2030   { echo "$as_me:$LINENO: result: yes" >&5
2031 echo "${ECHO_T}yes" >&6; }
2032   SET_MAKE=
2033 else
2034   { echo "$as_me:$LINENO: result: no" >&5
2035 echo "${ECHO_T}no" >&6; }
2036   SET_MAKE="MAKE=${MAKE-make}"
2037 fi
2038
2039 ac_ext=c
2040 ac_cpp='$CPP $CPPFLAGS'
2041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2044 if test -n "$ac_tool_prefix"; then
2045   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2046 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2049 if test "${ac_cv_prog_CC+set}" = set; then
2050   echo $ECHO_N "(cached) $ECHO_C" >&6
2051 else
2052   if test -n "$CC"; then
2053   ac_cv_prog_CC="$CC" # Let the user override the test.
2054 else
2055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2056 for as_dir in $PATH
2057 do
2058   IFS=$as_save_IFS
2059   test -z "$as_dir" && as_dir=.
2060   for ac_exec_ext in '' $ac_executable_extensions; do
2061   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2062     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2063     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2064     break 2
2065   fi
2066 done
2067 done
2068 IFS=$as_save_IFS
2069
2070 fi
2071 fi
2072 CC=$ac_cv_prog_CC
2073 if test -n "$CC"; then
2074   { echo "$as_me:$LINENO: result: $CC" >&5
2075 echo "${ECHO_T}$CC" >&6; }
2076 else
2077   { echo "$as_me:$LINENO: result: no" >&5
2078 echo "${ECHO_T}no" >&6; }
2079 fi
2080
2081
2082 fi
2083 if test -z "$ac_cv_prog_CC"; then
2084   ac_ct_CC=$CC
2085   # Extract the first word of "gcc", so it can be a program name with args.
2086 set dummy gcc; ac_word=$2
2087 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2088 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2089 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2090   echo $ECHO_N "(cached) $ECHO_C" >&6
2091 else
2092   if test -n "$ac_ct_CC"; then
2093   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2094 else
2095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2096 for as_dir in $PATH
2097 do
2098   IFS=$as_save_IFS
2099   test -z "$as_dir" && as_dir=.
2100   for ac_exec_ext in '' $ac_executable_extensions; do
2101   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2102     ac_cv_prog_ac_ct_CC="gcc"
2103     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2104     break 2
2105   fi
2106 done
2107 done
2108 IFS=$as_save_IFS
2109
2110 fi
2111 fi
2112 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2113 if test -n "$ac_ct_CC"; then
2114   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2115 echo "${ECHO_T}$ac_ct_CC" >&6; }
2116 else
2117   { echo "$as_me:$LINENO: result: no" >&5
2118 echo "${ECHO_T}no" >&6; }
2119 fi
2120
2121   if test "x$ac_ct_CC" = x; then
2122     CC=""
2123   else
2124     case $cross_compiling:$ac_tool_warned in
2125 yes:)
2126 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2127 whose name does not start with the host triplet.  If you think this
2128 configuration is useful to you, please write to autoconf@gnu.org." >&5
2129 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2130 whose name does not start with the host triplet.  If you think this
2131 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2132 ac_tool_warned=yes ;;
2133 esac
2134     CC=$ac_ct_CC
2135   fi
2136 else
2137   CC="$ac_cv_prog_CC"
2138 fi
2139
2140 if test -z "$CC"; then
2141           if test -n "$ac_tool_prefix"; then
2142     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2143 set dummy ${ac_tool_prefix}cc; ac_word=$2
2144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2146 if test "${ac_cv_prog_CC+set}" = set; then
2147   echo $ECHO_N "(cached) $ECHO_C" >&6
2148 else
2149   if test -n "$CC"; then
2150   ac_cv_prog_CC="$CC" # Let the user override the test.
2151 else
2152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2153 for as_dir in $PATH
2154 do
2155   IFS=$as_save_IFS
2156   test -z "$as_dir" && as_dir=.
2157   for ac_exec_ext in '' $ac_executable_extensions; do
2158   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2159     ac_cv_prog_CC="${ac_tool_prefix}cc"
2160     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2161     break 2
2162   fi
2163 done
2164 done
2165 IFS=$as_save_IFS
2166
2167 fi
2168 fi
2169 CC=$ac_cv_prog_CC
2170 if test -n "$CC"; then
2171   { echo "$as_me:$LINENO: result: $CC" >&5
2172 echo "${ECHO_T}$CC" >&6; }
2173 else
2174   { echo "$as_me:$LINENO: result: no" >&5
2175 echo "${ECHO_T}no" >&6; }
2176 fi
2177
2178
2179   fi
2180 fi
2181 if test -z "$CC"; then
2182   # Extract the first word of "cc", so it can be a program name with args.
2183 set dummy cc; ac_word=$2
2184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2186 if test "${ac_cv_prog_CC+set}" = set; then
2187   echo $ECHO_N "(cached) $ECHO_C" >&6
2188 else
2189   if test -n "$CC"; then
2190   ac_cv_prog_CC="$CC" # Let the user override the test.
2191 else
2192   ac_prog_rejected=no
2193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2194 for as_dir in $PATH
2195 do
2196   IFS=$as_save_IFS
2197   test -z "$as_dir" && as_dir=.
2198   for ac_exec_ext in '' $ac_executable_extensions; do
2199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2200     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2201        ac_prog_rejected=yes
2202        continue
2203      fi
2204     ac_cv_prog_CC="cc"
2205     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2206     break 2
2207   fi
2208 done
2209 done
2210 IFS=$as_save_IFS
2211
2212 if test $ac_prog_rejected = yes; then
2213   # We found a bogon in the path, so make sure we never use it.
2214   set dummy $ac_cv_prog_CC
2215   shift
2216   if test $# != 0; then
2217     # We chose a different compiler from the bogus one.
2218     # However, it has the same basename, so the bogon will be chosen
2219     # first if we set CC to just the basename; use the full file name.
2220     shift
2221     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2222   fi
2223 fi
2224 fi
2225 fi
2226 CC=$ac_cv_prog_CC
2227 if test -n "$CC"; then
2228   { echo "$as_me:$LINENO: result: $CC" >&5
2229 echo "${ECHO_T}$CC" >&6; }
2230 else
2231   { echo "$as_me:$LINENO: result: no" >&5
2232 echo "${ECHO_T}no" >&6; }
2233 fi
2234
2235
2236 fi
2237 if test -z "$CC"; then
2238   if test -n "$ac_tool_prefix"; then
2239   for ac_prog in cl.exe
2240   do
2241     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2242 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2245 if test "${ac_cv_prog_CC+set}" = set; then
2246   echo $ECHO_N "(cached) $ECHO_C" >&6
2247 else
2248   if test -n "$CC"; then
2249   ac_cv_prog_CC="$CC" # Let the user override the test.
2250 else
2251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2252 for as_dir in $PATH
2253 do
2254   IFS=$as_save_IFS
2255   test -z "$as_dir" && as_dir=.
2256   for ac_exec_ext in '' $ac_executable_extensions; do
2257   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2258     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2259     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2260     break 2
2261   fi
2262 done
2263 done
2264 IFS=$as_save_IFS
2265
2266 fi
2267 fi
2268 CC=$ac_cv_prog_CC
2269 if test -n "$CC"; then
2270   { echo "$as_me:$LINENO: result: $CC" >&5
2271 echo "${ECHO_T}$CC" >&6; }
2272 else
2273   { echo "$as_me:$LINENO: result: no" >&5
2274 echo "${ECHO_T}no" >&6; }
2275 fi
2276
2277
2278     test -n "$CC" && break
2279   done
2280 fi
2281 if test -z "$CC"; then
2282   ac_ct_CC=$CC
2283   for ac_prog in cl.exe
2284 do
2285   # Extract the first word of "$ac_prog", so it can be a program name with args.
2286 set dummy $ac_prog; ac_word=$2
2287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2289 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2290   echo $ECHO_N "(cached) $ECHO_C" >&6
2291 else
2292   if test -n "$ac_ct_CC"; then
2293   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2294 else
2295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296 for as_dir in $PATH
2297 do
2298   IFS=$as_save_IFS
2299   test -z "$as_dir" && as_dir=.
2300   for ac_exec_ext in '' $ac_executable_extensions; do
2301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2302     ac_cv_prog_ac_ct_CC="$ac_prog"
2303     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2304     break 2
2305   fi
2306 done
2307 done
2308 IFS=$as_save_IFS
2309
2310 fi
2311 fi
2312 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2313 if test -n "$ac_ct_CC"; then
2314   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2315 echo "${ECHO_T}$ac_ct_CC" >&6; }
2316 else
2317   { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2319 fi
2320
2321
2322   test -n "$ac_ct_CC" && break
2323 done
2324
2325   if test "x$ac_ct_CC" = x; then
2326     CC=""
2327   else
2328     case $cross_compiling:$ac_tool_warned in
2329 yes:)
2330 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2331 whose name does not start with the host triplet.  If you think this
2332 configuration is useful to you, please write to autoconf@gnu.org." >&5
2333 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2334 whose name does not start with the host triplet.  If you think this
2335 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2336 ac_tool_warned=yes ;;
2337 esac
2338     CC=$ac_ct_CC
2339   fi
2340 fi
2341
2342 fi
2343
2344
2345 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2346 See \`config.log' for more details." >&5
2347 echo "$as_me: error: no acceptable C compiler found in \$PATH
2348 See \`config.log' for more details." >&2;}
2349    { (exit 1); exit 1; }; }
2350
2351 # Provide some information about the compiler.
2352 echo "$as_me:$LINENO: checking for C compiler version" >&5
2353 ac_compiler=`set X $ac_compile; echo $2`
2354 { (ac_try="$ac_compiler --version >&5"
2355 case "(($ac_try" in
2356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2357   *) ac_try_echo=$ac_try;;
2358 esac
2359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2360   (eval "$ac_compiler --version >&5") 2>&5
2361   ac_status=$?
2362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363   (exit $ac_status); }
2364 { (ac_try="$ac_compiler -v >&5"
2365 case "(($ac_try" in
2366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2367   *) ac_try_echo=$ac_try;;
2368 esac
2369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2370   (eval "$ac_compiler -v >&5") 2>&5
2371   ac_status=$?
2372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373   (exit $ac_status); }
2374 { (ac_try="$ac_compiler -V >&5"
2375 case "(($ac_try" in
2376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2377   *) ac_try_echo=$ac_try;;
2378 esac
2379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2380   (eval "$ac_compiler -V >&5") 2>&5
2381   ac_status=$?
2382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383   (exit $ac_status); }
2384
2385 cat >conftest.$ac_ext <<_ACEOF
2386 /* confdefs.h.  */
2387 _ACEOF
2388 cat confdefs.h >>conftest.$ac_ext
2389 cat >>conftest.$ac_ext <<_ACEOF
2390 /* end confdefs.h.  */
2391
2392 int
2393 main ()
2394 {
2395
2396   ;
2397   return 0;
2398 }
2399 _ACEOF
2400 ac_clean_files_save=$ac_clean_files
2401 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2402 # Try to create an executable without -o first, disregard a.out.
2403 # It will help us diagnose broken compilers, and finding out an intuition
2404 # of exeext.
2405 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2406 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2407 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2408 #
2409 # List of possible output files, starting from the most likely.
2410 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2411 # only as a last resort.  b.out is created by i960 compilers.
2412 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2413 #
2414 # The IRIX 6 linker writes into existing files which may not be
2415 # executable, retaining their permissions.  Remove them first so a
2416 # subsequent execution test works.
2417 ac_rmfiles=
2418 for ac_file in $ac_files
2419 do
2420   case $ac_file in
2421     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2422     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2423   esac
2424 done
2425 rm -f $ac_rmfiles
2426
2427 if { (ac_try="$ac_link_default"
2428 case "(($ac_try" in
2429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2430   *) ac_try_echo=$ac_try;;
2431 esac
2432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2433   (eval "$ac_link_default") 2>&5
2434   ac_status=$?
2435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2436   (exit $ac_status); }; then
2437   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2438 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2439 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2440 # so that the user can short-circuit this test for compilers unknown to
2441 # Autoconf.
2442 for ac_file in $ac_files ''
2443 do
2444   test -f "$ac_file" || continue
2445   case $ac_file in
2446     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2447         ;;
2448     [ab].out )
2449         # We found the default executable, but exeext='' is most
2450         # certainly right.
2451         break;;
2452     *.* )
2453         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2454         then :; else
2455            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2456         fi
2457         # We set ac_cv_exeext here because the later test for it is not
2458         # safe: cross compilers may not add the suffix if given an `-o'
2459         # argument, so we may need to know it at that point already.
2460         # Even if this section looks crufty: it has the advantage of
2461         # actually working.
2462         break;;
2463     * )
2464         break;;
2465   esac
2466 done
2467 test "$ac_cv_exeext" = no && ac_cv_exeext=
2468
2469 else
2470   ac_file=''
2471 fi
2472
2473 { echo "$as_me:$LINENO: result: $ac_file" >&5
2474 echo "${ECHO_T}$ac_file" >&6; }
2475 if test -z "$ac_file"; then
2476   echo "$as_me: failed program was:" >&5
2477 sed 's/^/| /' conftest.$ac_ext >&5
2478
2479 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2480 See \`config.log' for more details." >&5
2481 echo "$as_me: error: C compiler cannot create executables
2482 See \`config.log' for more details." >&2;}
2483    { (exit 77); exit 77; }; }
2484 fi
2485
2486 ac_exeext=$ac_cv_exeext
2487
2488 # Check that the compiler produces executables we can run.  If not, either
2489 # the compiler is broken, or we cross compile.
2490 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2491 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2492 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2493 # If not cross compiling, check that we can run a simple program.
2494 if test "$cross_compiling" != yes; then
2495   if { ac_try='./$ac_file'
2496   { (case "(($ac_try" in
2497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2498   *) ac_try_echo=$ac_try;;
2499 esac
2500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2501   (eval "$ac_try") 2>&5
2502   ac_status=$?
2503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504   (exit $ac_status); }; }; then
2505     cross_compiling=no
2506   else
2507     if test "$cross_compiling" = maybe; then
2508         cross_compiling=yes
2509     else
2510         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2511 If you meant to cross compile, use \`--host'.
2512 See \`config.log' for more details." >&5
2513 echo "$as_me: error: cannot run C compiled programs.
2514 If you meant to cross compile, use \`--host'.
2515 See \`config.log' for more details." >&2;}
2516    { (exit 1); exit 1; }; }
2517     fi
2518   fi
2519 fi
2520 { echo "$as_me:$LINENO: result: yes" >&5
2521 echo "${ECHO_T}yes" >&6; }
2522
2523 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2524 ac_clean_files=$ac_clean_files_save
2525 # Check that the compiler produces executables we can run.  If not, either
2526 # the compiler is broken, or we cross compile.
2527 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2528 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2529 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2530 echo "${ECHO_T}$cross_compiling" >&6; }
2531
2532 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2533 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2534 if { (ac_try="$ac_link"
2535 case "(($ac_try" in
2536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2537   *) ac_try_echo=$ac_try;;
2538 esac
2539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2540   (eval "$ac_link") 2>&5
2541   ac_status=$?
2542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2543   (exit $ac_status); }; then
2544   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2545 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2546 # work properly (i.e., refer to `conftest.exe'), while it won't with
2547 # `rm'.
2548 for ac_file in conftest.exe conftest conftest.*; do
2549   test -f "$ac_file" || continue
2550   case $ac_file in
2551     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2552     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2553           break;;
2554     * ) break;;
2555   esac
2556 done
2557 else
2558   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2559 See \`config.log' for more details." >&5
2560 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2561 See \`config.log' for more details." >&2;}
2562    { (exit 1); exit 1; }; }
2563 fi
2564
2565 rm -f conftest$ac_cv_exeext
2566 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2567 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2568
2569 rm -f conftest.$ac_ext
2570 EXEEXT=$ac_cv_exeext
2571 ac_exeext=$EXEEXT
2572 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2573 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2574 if test "${ac_cv_objext+set}" = set; then
2575   echo $ECHO_N "(cached) $ECHO_C" >&6
2576 else
2577   cat >conftest.$ac_ext <<_ACEOF
2578 /* confdefs.h.  */
2579 _ACEOF
2580 cat confdefs.h >>conftest.$ac_ext
2581 cat >>conftest.$ac_ext <<_ACEOF
2582 /* end confdefs.h.  */
2583
2584 int
2585 main ()
2586 {
2587
2588   ;
2589   return 0;
2590 }
2591 _ACEOF
2592 rm -f conftest.o conftest.obj
2593 if { (ac_try="$ac_compile"
2594 case "(($ac_try" in
2595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2596   *) ac_try_echo=$ac_try;;
2597 esac
2598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2599   (eval "$ac_compile") 2>&5
2600   ac_status=$?
2601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2602   (exit $ac_status); }; then
2603   for ac_file in conftest.o conftest.obj conftest.*; do
2604   test -f "$ac_file" || continue;
2605   case $ac_file in
2606     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2607     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2608        break;;
2609   esac
2610 done
2611 else
2612   echo "$as_me: failed program was:" >&5
2613 sed 's/^/| /' conftest.$ac_ext >&5
2614
2615 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2616 See \`config.log' for more details." >&5
2617 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2618 See \`config.log' for more details." >&2;}
2619    { (exit 1); exit 1; }; }
2620 fi
2621
2622 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2623 fi
2624 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2625 echo "${ECHO_T}$ac_cv_objext" >&6; }
2626 OBJEXT=$ac_cv_objext
2627 ac_objext=$OBJEXT
2628 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2629 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2630 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2631   echo $ECHO_N "(cached) $ECHO_C" >&6
2632 else
2633   cat >conftest.$ac_ext <<_ACEOF
2634 /* confdefs.h.  */
2635 _ACEOF
2636 cat confdefs.h >>conftest.$ac_ext
2637 cat >>conftest.$ac_ext <<_ACEOF
2638 /* end confdefs.h.  */
2639
2640 int
2641 main ()
2642 {
2643 #ifndef __GNUC__
2644        choke me
2645 #endif
2646
2647   ;
2648   return 0;
2649 }
2650 _ACEOF
2651 rm -f conftest.$ac_objext
2652 if { (ac_try="$ac_compile"
2653 case "(($ac_try" in
2654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655   *) ac_try_echo=$ac_try;;
2656 esac
2657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2658   (eval "$ac_compile") 2>conftest.er1
2659   ac_status=$?
2660   grep -v '^ *+' conftest.er1 >conftest.err
2661   rm -f conftest.er1
2662   cat conftest.err >&5
2663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664   (exit $ac_status); } && {
2665          test -z "$ac_c_werror_flag" ||
2666          test ! -s conftest.err
2667        } && test -s conftest.$ac_objext; then
2668   ac_compiler_gnu=yes
2669 else
2670   echo "$as_me: failed program was:" >&5
2671 sed 's/^/| /' conftest.$ac_ext >&5
2672
2673         ac_compiler_gnu=no
2674 fi
2675
2676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2677 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2678
2679 fi
2680 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2681 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2682 GCC=`test $ac_compiler_gnu = yes && echo yes`
2683 ac_test_CFLAGS=${CFLAGS+set}
2684 ac_save_CFLAGS=$CFLAGS
2685 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2686 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2687 if test "${ac_cv_prog_cc_g+set}" = set; then
2688   echo $ECHO_N "(cached) $ECHO_C" >&6
2689 else
2690   ac_save_c_werror_flag=$ac_c_werror_flag
2691    ac_c_werror_flag=yes
2692    ac_cv_prog_cc_g=no
2693    CFLAGS="-g"
2694    cat >conftest.$ac_ext <<_ACEOF
2695 /* confdefs.h.  */
2696 _ACEOF
2697 cat confdefs.h >>conftest.$ac_ext
2698 cat >>conftest.$ac_ext <<_ACEOF
2699 /* end confdefs.h.  */
2700
2701 int
2702 main ()
2703 {
2704
2705   ;
2706   return 0;
2707 }
2708 _ACEOF
2709 rm -f conftest.$ac_objext
2710 if { (ac_try="$ac_compile"
2711 case "(($ac_try" in
2712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713   *) ac_try_echo=$ac_try;;
2714 esac
2715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2716   (eval "$ac_compile") 2>conftest.er1
2717   ac_status=$?
2718   grep -v '^ *+' conftest.er1 >conftest.err
2719   rm -f conftest.er1
2720   cat conftest.err >&5
2721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722   (exit $ac_status); } && {
2723          test -z "$ac_c_werror_flag" ||
2724          test ! -s conftest.err
2725        } && test -s conftest.$ac_objext; then
2726   ac_cv_prog_cc_g=yes
2727 else
2728   echo "$as_me: failed program was:" >&5
2729 sed 's/^/| /' conftest.$ac_ext >&5
2730
2731         CFLAGS=""
2732       cat >conftest.$ac_ext <<_ACEOF
2733 /* confdefs.h.  */
2734 _ACEOF
2735 cat confdefs.h >>conftest.$ac_ext
2736 cat >>conftest.$ac_ext <<_ACEOF
2737 /* end confdefs.h.  */
2738
2739 int
2740 main ()
2741 {
2742
2743   ;
2744   return 0;
2745 }
2746 _ACEOF
2747 rm -f conftest.$ac_objext
2748 if { (ac_try="$ac_compile"
2749 case "(($ac_try" in
2750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751   *) ac_try_echo=$ac_try;;
2752 esac
2753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2754   (eval "$ac_compile") 2>conftest.er1
2755   ac_status=$?
2756   grep -v '^ *+' conftest.er1 >conftest.err
2757   rm -f conftest.er1
2758   cat conftest.err >&5
2759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760   (exit $ac_status); } && {
2761          test -z "$ac_c_werror_flag" ||
2762          test ! -s conftest.err
2763        } && test -s conftest.$ac_objext; then
2764   :
2765 else
2766   echo "$as_me: failed program was:" >&5
2767 sed 's/^/| /' conftest.$ac_ext >&5
2768
2769         ac_c_werror_flag=$ac_save_c_werror_flag
2770          CFLAGS="-g"
2771          cat >conftest.$ac_ext <<_ACEOF
2772 /* confdefs.h.  */
2773 _ACEOF
2774 cat confdefs.h >>conftest.$ac_ext
2775 cat >>conftest.$ac_ext <<_ACEOF
2776 /* end confdefs.h.  */
2777
2778 int
2779 main ()
2780 {
2781
2782   ;
2783   return 0;
2784 }
2785 _ACEOF
2786 rm -f conftest.$ac_objext
2787 if { (ac_try="$ac_compile"
2788 case "(($ac_try" in
2789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2790   *) ac_try_echo=$ac_try;;
2791 esac
2792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2793   (eval "$ac_compile") 2>conftest.er1
2794   ac_status=$?
2795   grep -v '^ *+' conftest.er1 >conftest.err
2796   rm -f conftest.er1
2797   cat conftest.err >&5
2798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2799   (exit $ac_status); } && {
2800          test -z "$ac_c_werror_flag" ||
2801          test ! -s conftest.err
2802        } && test -s conftest.$ac_objext; then
2803   ac_cv_prog_cc_g=yes
2804 else
2805   echo "$as_me: failed program was:" >&5
2806 sed 's/^/| /' conftest.$ac_ext >&5
2807
2808
2809 fi
2810
2811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2812 fi
2813
2814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2815 fi
2816
2817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2818    ac_c_werror_flag=$ac_save_c_werror_flag
2819 fi
2820 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2821 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2822 if test "$ac_test_CFLAGS" = set; then
2823   CFLAGS=$ac_save_CFLAGS
2824 elif test $ac_cv_prog_cc_g = yes; then
2825   if test "$GCC" = yes; then
2826     CFLAGS="-g -O2"
2827   else
2828     CFLAGS="-g"
2829   fi
2830 else
2831   if test "$GCC" = yes; then
2832     CFLAGS="-O2"
2833   else
2834     CFLAGS=
2835   fi
2836 fi
2837 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2838 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2839 if test "${ac_cv_prog_cc_c89+set}" = set; then
2840   echo $ECHO_N "(cached) $ECHO_C" >&6
2841 else
2842   ac_cv_prog_cc_c89=no
2843 ac_save_CC=$CC
2844 cat >conftest.$ac_ext <<_ACEOF
2845 /* confdefs.h.  */
2846 _ACEOF
2847 cat confdefs.h >>conftest.$ac_ext
2848 cat >>conftest.$ac_ext <<_ACEOF
2849 /* end confdefs.h.  */
2850 #include <stdarg.h>
2851 #include <stdio.h>
2852 #include <sys/types.h>
2853 #include <sys/stat.h>
2854 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2855 struct buf { int x; };
2856 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2857 static char *e (p, i)
2858      char **p;
2859      int i;
2860 {
2861   return p[i];
2862 }
2863 static char *f (char * (*g) (char **, int), char **p, ...)
2864 {
2865   char *s;
2866   va_list v;
2867   va_start (v,p);
2868   s = g (p, va_arg (v,int));
2869   va_end (v);
2870   return s;
2871 }
2872
2873 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2874    function prototypes and stuff, but not '\xHH' hex character constants.
2875    These don't provoke an error unfortunately, instead are silently treated
2876    as 'x'.  The following induces an error, until -std is added to get
2877    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2878    array size at least.  It's necessary to write '\x00'==0 to get something
2879    that's true only with -std.  */
2880 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2881
2882 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2883    inside strings and character constants.  */
2884 #define FOO(x) 'x'
2885 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2886
2887 int test (int i, double x);
2888 struct s1 {int (*f) (int a);};
2889 struct s2 {int (*f) (double a);};
2890 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2891 int argc;
2892 char **argv;
2893 int
2894 main ()
2895 {
2896 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2897   ;
2898   return 0;
2899 }
2900 _ACEOF
2901 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2902         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2903 do
2904   CC="$ac_save_CC $ac_arg"
2905   rm -f conftest.$ac_objext
2906 if { (ac_try="$ac_compile"
2907 case "(($ac_try" in
2908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2909   *) ac_try_echo=$ac_try;;
2910 esac
2911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2912   (eval "$ac_compile") 2>conftest.er1
2913   ac_status=$?
2914   grep -v '^ *+' conftest.er1 >conftest.err
2915   rm -f conftest.er1
2916   cat conftest.err >&5
2917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918   (exit $ac_status); } && {
2919          test -z "$ac_c_werror_flag" ||
2920          test ! -s conftest.err
2921        } && test -s conftest.$ac_objext; then
2922   ac_cv_prog_cc_c89=$ac_arg
2923 else
2924   echo "$as_me: failed program was:" >&5
2925 sed 's/^/| /' conftest.$ac_ext >&5
2926
2927
2928 fi
2929
2930 rm -f core conftest.err conftest.$ac_objext
2931   test "x$ac_cv_prog_cc_c89" != "xno" && break
2932 done
2933 rm -f conftest.$ac_ext
2934 CC=$ac_save_CC
2935
2936 fi
2937 # AC_CACHE_VAL
2938 case "x$ac_cv_prog_cc_c89" in
2939   x)
2940     { echo "$as_me:$LINENO: result: none needed" >&5
2941 echo "${ECHO_T}none needed" >&6; } ;;
2942   xno)
2943     { echo "$as_me:$LINENO: result: unsupported" >&5
2944 echo "${ECHO_T}unsupported" >&6; } ;;
2945   *)
2946     CC="$CC $ac_cv_prog_cc_c89"
2947     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2948 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2949 esac
2950
2951
2952 ac_ext=c
2953 ac_cpp='$CPP $CPPFLAGS'
2954 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2955 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2956 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2957
2958 ac_ext=cpp
2959 ac_cpp='$CXXCPP $CPPFLAGS'
2960 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2961 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2962 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2963 if test -z "$CXX"; then
2964   if test -n "$CCC"; then
2965     CXX=$CCC
2966   else
2967     if test -n "$ac_tool_prefix"; then
2968   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2969   do
2970     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2971 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2972 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2974 if test "${ac_cv_prog_CXX+set}" = set; then
2975   echo $ECHO_N "(cached) $ECHO_C" >&6
2976 else
2977   if test -n "$CXX"; then
2978   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2979 else
2980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2981 for as_dir in $PATH
2982 do
2983   IFS=$as_save_IFS
2984   test -z "$as_dir" && as_dir=.
2985   for ac_exec_ext in '' $ac_executable_extensions; do
2986   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2987     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2988     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2989     break 2
2990   fi
2991 done
2992 done
2993 IFS=$as_save_IFS
2994
2995 fi
2996 fi
2997 CXX=$ac_cv_prog_CXX
2998 if test -n "$CXX"; then
2999   { echo "$as_me:$LINENO: result: $CXX" >&5
3000 echo "${ECHO_T}$CXX" >&6; }
3001 else
3002   { echo "$as_me:$LINENO: result: no" >&5
3003 echo "${ECHO_T}no" >&6; }
3004 fi
3005
3006
3007     test -n "$CXX" && break
3008   done
3009 fi
3010 if test -z "$CXX"; then
3011   ac_ct_CXX=$CXX
3012   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3013 do
3014   # Extract the first word of "$ac_prog", so it can be a program name with args.
3015 set dummy $ac_prog; ac_word=$2
3016 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3017 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3018 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3019   echo $ECHO_N "(cached) $ECHO_C" >&6
3020 else
3021   if test -n "$ac_ct_CXX"; then
3022   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3023 else
3024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025 for as_dir in $PATH
3026 do
3027   IFS=$as_save_IFS
3028   test -z "$as_dir" && as_dir=.
3029   for ac_exec_ext in '' $ac_executable_extensions; do
3030   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3031     ac_cv_prog_ac_ct_CXX="$ac_prog"
3032     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3033     break 2
3034   fi
3035 done
3036 done
3037 IFS=$as_save_IFS
3038
3039 fi
3040 fi
3041 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3042 if test -n "$ac_ct_CXX"; then
3043   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3044 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3045 else
3046   { echo "$as_me:$LINENO: result: no" >&5
3047 echo "${ECHO_T}no" >&6; }
3048 fi
3049
3050
3051   test -n "$ac_ct_CXX" && break
3052 done
3053
3054   if test "x$ac_ct_CXX" = x; then
3055     CXX="g++"
3056   else
3057     case $cross_compiling:$ac_tool_warned in
3058 yes:)
3059 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3060 whose name does not start with the host triplet.  If you think this
3061 configuration is useful to you, please write to autoconf@gnu.org." >&5
3062 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3063 whose name does not start with the host triplet.  If you think this
3064 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3065 ac_tool_warned=yes ;;
3066 esac
3067     CXX=$ac_ct_CXX
3068   fi
3069 fi
3070
3071   fi
3072 fi
3073 # Provide some information about the compiler.
3074 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3075 ac_compiler=`set X $ac_compile; echo $2`
3076 { (ac_try="$ac_compiler --version >&5"
3077 case "(($ac_try" in
3078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079   *) ac_try_echo=$ac_try;;
3080 esac
3081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3082   (eval "$ac_compiler --version >&5") 2>&5
3083   ac_status=$?
3084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3085   (exit $ac_status); }
3086 { (ac_try="$ac_compiler -v >&5"
3087 case "(($ac_try" in
3088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3089   *) ac_try_echo=$ac_try;;
3090 esac
3091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3092   (eval "$ac_compiler -v >&5") 2>&5
3093   ac_status=$?
3094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3095   (exit $ac_status); }
3096 { (ac_try="$ac_compiler -V >&5"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3102   (eval "$ac_compiler -V >&5") 2>&5
3103   ac_status=$?
3104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105   (exit $ac_status); }
3106
3107 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3108 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3109 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3110   echo $ECHO_N "(cached) $ECHO_C" >&6
3111 else
3112   cat >conftest.$ac_ext <<_ACEOF
3113 /* confdefs.h.  */
3114 _ACEOF
3115 cat confdefs.h >>conftest.$ac_ext
3116 cat >>conftest.$ac_ext <<_ACEOF
3117 /* end confdefs.h.  */
3118
3119 int
3120 main ()
3121 {
3122 #ifndef __GNUC__
3123        choke me
3124 #endif
3125
3126   ;
3127   return 0;
3128 }
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134   *) ac_try_echo=$ac_try;;
3135 esac
3136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3137   (eval "$ac_compile") 2>conftest.er1
3138   ac_status=$?
3139   grep -v '^ *+' conftest.er1 >conftest.err
3140   rm -f conftest.er1
3141   cat conftest.err >&5
3142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143   (exit $ac_status); } && {
3144          test -z "$ac_cxx_werror_flag" ||
3145          test ! -s conftest.err
3146        } && test -s conftest.$ac_objext; then
3147   ac_compiler_gnu=yes
3148 else
3149   echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3151
3152         ac_compiler_gnu=no
3153 fi
3154
3155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3156 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3157
3158 fi
3159 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3160 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3161 GXX=`test $ac_compiler_gnu = yes && echo yes`
3162 ac_test_CXXFLAGS=${CXXFLAGS+set}
3163 ac_save_CXXFLAGS=$CXXFLAGS
3164 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3165 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3166 if test "${ac_cv_prog_cxx_g+set}" = set; then
3167   echo $ECHO_N "(cached) $ECHO_C" >&6
3168 else
3169   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3170    ac_cxx_werror_flag=yes
3171    ac_cv_prog_cxx_g=no
3172    CXXFLAGS="-g"
3173    cat >conftest.$ac_ext <<_ACEOF
3174 /* confdefs.h.  */
3175 _ACEOF
3176 cat confdefs.h >>conftest.$ac_ext
3177 cat >>conftest.$ac_ext <<_ACEOF
3178 /* end confdefs.h.  */
3179
3180 int
3181 main ()
3182 {
3183
3184   ;
3185   return 0;
3186 }
3187 _ACEOF
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3190 case "(($ac_try" in
3191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192   *) ac_try_echo=$ac_try;;
3193 esac
3194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3195   (eval "$ac_compile") 2>conftest.er1
3196   ac_status=$?
3197   grep -v '^ *+' conftest.er1 >conftest.err
3198   rm -f conftest.er1
3199   cat conftest.err >&5
3200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201   (exit $ac_status); } && {
3202          test -z "$ac_cxx_werror_flag" ||
3203          test ! -s conftest.err
3204        } && test -s conftest.$ac_objext; then
3205   ac_cv_prog_cxx_g=yes
3206 else
3207   echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3209
3210         CXXFLAGS=""
3211       cat >conftest.$ac_ext <<_ACEOF
3212 /* confdefs.h.  */
3213 _ACEOF
3214 cat confdefs.h >>conftest.$ac_ext
3215 cat >>conftest.$ac_ext <<_ACEOF
3216 /* end confdefs.h.  */
3217
3218 int
3219 main ()
3220 {
3221
3222   ;
3223   return 0;
3224 }
3225 _ACEOF
3226 rm -f conftest.$ac_objext
3227 if { (ac_try="$ac_compile"
3228 case "(($ac_try" in
3229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230   *) ac_try_echo=$ac_try;;
3231 esac
3232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3233   (eval "$ac_compile") 2>conftest.er1
3234   ac_status=$?
3235   grep -v '^ *+' conftest.er1 >conftest.err
3236   rm -f conftest.er1
3237   cat conftest.err >&5
3238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3239   (exit $ac_status); } && {
3240          test -z "$ac_cxx_werror_flag" ||
3241          test ! -s conftest.err
3242        } && test -s conftest.$ac_objext; then
3243   :
3244 else
3245   echo "$as_me: failed program was:" >&5
3246 sed 's/^/| /' conftest.$ac_ext >&5
3247
3248         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3249          CXXFLAGS="-g"
3250          cat >conftest.$ac_ext <<_ACEOF
3251 /* confdefs.h.  */
3252 _ACEOF
3253 cat confdefs.h >>conftest.$ac_ext
3254 cat >>conftest.$ac_ext <<_ACEOF
3255 /* end confdefs.h.  */
3256
3257 int
3258 main ()
3259 {
3260
3261   ;
3262   return 0;
3263 }
3264 _ACEOF
3265 rm -f conftest.$ac_objext
3266 if { (ac_try="$ac_compile"
3267 case "(($ac_try" in
3268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269   *) ac_try_echo=$ac_try;;
3270 esac
3271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3272   (eval "$ac_compile") 2>conftest.er1
3273   ac_status=$?
3274   grep -v '^ *+' conftest.er1 >conftest.err
3275   rm -f conftest.er1
3276   cat conftest.err >&5
3277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3278   (exit $ac_status); } && {
3279          test -z "$ac_cxx_werror_flag" ||
3280          test ! -s conftest.err
3281        } && test -s conftest.$ac_objext; then
3282   ac_cv_prog_cxx_g=yes
3283 else
3284   echo "$as_me: failed program was:" >&5
3285 sed 's/^/| /' conftest.$ac_ext >&5
3286
3287
3288 fi
3289
3290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3291 fi
3292
3293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3294 fi
3295
3296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3297    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3298 fi
3299 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3300 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3301 if test "$ac_test_CXXFLAGS" = set; then
3302   CXXFLAGS=$ac_save_CXXFLAGS
3303 elif test $ac_cv_prog_cxx_g = yes; then
3304   if test "$GXX" = yes; then
3305     CXXFLAGS="-g -O2"
3306   else
3307     CXXFLAGS="-g"
3308   fi
3309 else
3310   if test "$GXX" = yes; then
3311     CXXFLAGS="-O2"
3312   else
3313     CXXFLAGS=
3314   fi
3315 fi
3316 ac_ext=c
3317 ac_cpp='$CPP $CPPFLAGS'
3318 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3319 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3320 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3321
3322 if test -n "$ac_tool_prefix"; then
3323   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3324 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3327 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3328   echo $ECHO_N "(cached) $ECHO_C" >&6
3329 else
3330   if test -n "$CPPBIN"; then
3331   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3332 else
3333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3334 for as_dir in $PATH
3335 do
3336   IFS=$as_save_IFS
3337   test -z "$as_dir" && as_dir=.
3338   for ac_exec_ext in '' $ac_executable_extensions; do
3339   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3340     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3341     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3342     break 2
3343   fi
3344 done
3345 done
3346 IFS=$as_save_IFS
3347
3348 fi
3349 fi
3350 CPPBIN=$ac_cv_prog_CPPBIN
3351 if test -n "$CPPBIN"; then
3352   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3353 echo "${ECHO_T}$CPPBIN" >&6; }
3354 else
3355   { echo "$as_me:$LINENO: result: no" >&5
3356 echo "${ECHO_T}no" >&6; }
3357 fi
3358
3359
3360 fi
3361 if test -z "$ac_cv_prog_CPPBIN"; then
3362   ac_ct_CPPBIN=$CPPBIN
3363   # Extract the first word of "cpp", so it can be a program name with args.
3364 set dummy cpp; ac_word=$2
3365 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3367 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3368   echo $ECHO_N "(cached) $ECHO_C" >&6
3369 else
3370   if test -n "$ac_ct_CPPBIN"; then
3371   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3372 else
3373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3374 for as_dir in $PATH
3375 do
3376   IFS=$as_save_IFS
3377   test -z "$as_dir" && as_dir=.
3378   for ac_exec_ext in '' $ac_executable_extensions; do
3379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3380     ac_cv_prog_ac_ct_CPPBIN="cpp"
3381     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3382     break 2
3383   fi
3384 done
3385 done
3386 IFS=$as_save_IFS
3387
3388 fi
3389 fi
3390 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3391 if test -n "$ac_ct_CPPBIN"; then
3392   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3393 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3394 else
3395   { echo "$as_me:$LINENO: result: no" >&5
3396 echo "${ECHO_T}no" >&6; }
3397 fi
3398
3399   if test "x$ac_ct_CPPBIN" = x; then
3400     CPPBIN="cpp"
3401   else
3402     case $cross_compiling:$ac_tool_warned in
3403 yes:)
3404 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3405 whose name does not start with the host triplet.  If you think this
3406 configuration is useful to you, please write to autoconf@gnu.org." >&5
3407 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3408 whose name does not start with the host triplet.  If you think this
3409 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3410 ac_tool_warned=yes ;;
3411 esac
3412     CPPBIN=$ac_ct_CPPBIN
3413   fi
3414 else
3415   CPPBIN="$ac_cv_prog_CPPBIN"
3416 fi
3417
3418
3419 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3420 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3421 if test "${wine_cv_toolsdir+set}" = set; then
3422   echo $ECHO_N "(cached) $ECHO_C" >&6
3423 else
3424   if test -z "$with_wine_tools"; then
3425      if test "$cross_compiling" = "yes"; then
3426        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3427 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3428    { (exit 1); exit 1; }; }
3429      else
3430        wine_cv_toolsdir="\$(TOPOBJDIR)"
3431      fi
3432    elif test -d "$with_wine_tools/tools/winebuild"; then
3433      case $with_wine_tools in
3434        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3435        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3436      esac
3437    else
3438      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3439 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3440    { (exit 1); exit 1; }; }
3441    fi
3442 fi
3443 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3444 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3445 TOOLSDIR=$wine_cv_toolsdir
3446
3447
3448
3449 ac_ext=c
3450 ac_cpp='$CPP $CPPFLAGS'
3451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3454 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3455 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3456 # On Suns, sometimes $CPP names a directory.
3457 if test -n "$CPP" && test -d "$CPP"; then
3458   CPP=
3459 fi
3460 if test -z "$CPP"; then
3461   if test "${ac_cv_prog_CPP+set}" = set; then
3462   echo $ECHO_N "(cached) $ECHO_C" >&6
3463 else
3464       # Double quotes because CPP needs to be expanded
3465     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3466     do
3467       ac_preproc_ok=false
3468 for ac_c_preproc_warn_flag in '' yes
3469 do
3470   # Use a header file that comes with gcc, so configuring glibc
3471   # with a fresh cross-compiler works.
3472   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3473   # <limits.h> exists even on freestanding compilers.
3474   # On the NeXT, cc -E runs the code through the compiler's parser,
3475   # not just through cpp. "Syntax error" is here to catch this case.
3476   cat >conftest.$ac_ext <<_ACEOF
3477 /* confdefs.h.  */
3478 _ACEOF
3479 cat confdefs.h >>conftest.$ac_ext
3480 cat >>conftest.$ac_ext <<_ACEOF
3481 /* end confdefs.h.  */
3482 #ifdef __STDC__
3483 # include <limits.h>
3484 #else
3485 # include <assert.h>
3486 #endif
3487                      Syntax error
3488 _ACEOF
3489 if { (ac_try="$ac_cpp conftest.$ac_ext"
3490 case "(($ac_try" in
3491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3492   *) ac_try_echo=$ac_try;;
3493 esac
3494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3495   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3496   ac_status=$?
3497   grep -v '^ *+' conftest.er1 >conftest.err
3498   rm -f conftest.er1
3499   cat conftest.err >&5
3500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501   (exit $ac_status); } >/dev/null && {
3502          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3503          test ! -s conftest.err
3504        }; then
3505   :
3506 else
3507   echo "$as_me: failed program was:" >&5
3508 sed 's/^/| /' conftest.$ac_ext >&5
3509
3510   # Broken: fails on valid input.
3511 continue
3512 fi
3513
3514 rm -f conftest.err conftest.$ac_ext
3515
3516   # OK, works on sane cases.  Now check whether nonexistent headers
3517   # can be detected and how.
3518   cat >conftest.$ac_ext <<_ACEOF
3519 /* confdefs.h.  */
3520 _ACEOF
3521 cat confdefs.h >>conftest.$ac_ext
3522 cat >>conftest.$ac_ext <<_ACEOF
3523 /* end confdefs.h.  */
3524 #include <ac_nonexistent.h>
3525 _ACEOF
3526 if { (ac_try="$ac_cpp conftest.$ac_ext"
3527 case "(($ac_try" in
3528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529   *) ac_try_echo=$ac_try;;
3530 esac
3531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3532   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3533   ac_status=$?
3534   grep -v '^ *+' conftest.er1 >conftest.err
3535   rm -f conftest.er1
3536   cat conftest.err >&5
3537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538   (exit $ac_status); } >/dev/null && {
3539          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3540          test ! -s conftest.err
3541        }; then
3542   # Broken: success on invalid input.
3543 continue
3544 else
3545   echo "$as_me: failed program was:" >&5
3546 sed 's/^/| /' conftest.$ac_ext >&5
3547
3548   # Passes both tests.
3549 ac_preproc_ok=:
3550 break
3551 fi
3552
3553 rm -f conftest.err conftest.$ac_ext
3554
3555 done
3556 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3557 rm -f conftest.err conftest.$ac_ext
3558 if $ac_preproc_ok; then
3559   break
3560 fi
3561
3562     done
3563     ac_cv_prog_CPP=$CPP
3564
3565 fi
3566   CPP=$ac_cv_prog_CPP
3567 else
3568   ac_cv_prog_CPP=$CPP
3569 fi
3570 { echo "$as_me:$LINENO: result: $CPP" >&5
3571 echo "${ECHO_T}$CPP" >&6; }
3572 ac_preproc_ok=false
3573 for ac_c_preproc_warn_flag in '' yes
3574 do
3575   # Use a header file that comes with gcc, so configuring glibc
3576   # with a fresh cross-compiler works.
3577   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3578   # <limits.h> exists even on freestanding compilers.
3579   # On the NeXT, cc -E runs the code through the compiler's parser,
3580   # not just through cpp. "Syntax error" is here to catch this case.
3581   cat >conftest.$ac_ext <<_ACEOF
3582 /* confdefs.h.  */
3583 _ACEOF
3584 cat confdefs.h >>conftest.$ac_ext
3585 cat >>conftest.$ac_ext <<_ACEOF
3586 /* end confdefs.h.  */
3587 #ifdef __STDC__
3588 # include <limits.h>
3589 #else
3590 # include <assert.h>
3591 #endif
3592                      Syntax error
3593 _ACEOF
3594 if { (ac_try="$ac_cpp conftest.$ac_ext"
3595 case "(($ac_try" in
3596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3597   *) ac_try_echo=$ac_try;;
3598 esac
3599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3600   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3601   ac_status=$?
3602   grep -v '^ *+' conftest.er1 >conftest.err
3603   rm -f conftest.er1
3604   cat conftest.err >&5
3605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3606   (exit $ac_status); } >/dev/null && {
3607          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3608          test ! -s conftest.err
3609        }; then
3610   :
3611 else
3612   echo "$as_me: failed program was:" >&5
3613 sed 's/^/| /' conftest.$ac_ext >&5
3614
3615   # Broken: fails on valid input.
3616 continue
3617 fi
3618
3619 rm -f conftest.err conftest.$ac_ext
3620
3621   # OK, works on sane cases.  Now check whether nonexistent headers
3622   # can be detected and how.
3623   cat >conftest.$ac_ext <<_ACEOF
3624 /* confdefs.h.  */
3625 _ACEOF
3626 cat confdefs.h >>conftest.$ac_ext
3627 cat >>conftest.$ac_ext <<_ACEOF
3628 /* end confdefs.h.  */
3629 #include <ac_nonexistent.h>
3630 _ACEOF
3631 if { (ac_try="$ac_cpp conftest.$ac_ext"
3632 case "(($ac_try" in
3633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3634   *) ac_try_echo=$ac_try;;
3635 esac
3636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3637   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3638   ac_status=$?
3639   grep -v '^ *+' conftest.er1 >conftest.err
3640   rm -f conftest.er1
3641   cat conftest.err >&5
3642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3643   (exit $ac_status); } >/dev/null && {
3644          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3645          test ! -s conftest.err
3646        }; then
3647   # Broken: success on invalid input.
3648 continue
3649 else
3650   echo "$as_me: failed program was:" >&5
3651 sed 's/^/| /' conftest.$ac_ext >&5
3652
3653   # Passes both tests.
3654 ac_preproc_ok=:
3655 break
3656 fi
3657
3658 rm -f conftest.err conftest.$ac_ext
3659
3660 done
3661 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3662 rm -f conftest.err conftest.$ac_ext
3663 if $ac_preproc_ok; then
3664   :
3665 else
3666   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3667 See \`config.log' for more details." >&5
3668 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3669 See \`config.log' for more details." >&2;}
3670    { (exit 1); exit 1; }; }
3671 fi
3672
3673 ac_ext=c
3674 ac_cpp='$CPP $CPPFLAGS'
3675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3678
3679
3680 { echo "$as_me:$LINENO: checking for X" >&5
3681 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3682
3683
3684 # Check whether --with-x was given.
3685 if test "${with_x+set}" = set; then
3686   withval=$with_x;
3687 fi
3688
3689 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3690 if test "x$with_x" = xno; then
3691   # The user explicitly disabled X.
3692   have_x=disabled
3693 else
3694   case $x_includes,$x_libraries in #(
3695     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3696 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3697    { (exit 1); exit 1; }; };; #(
3698     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3699   echo $ECHO_N "(cached) $ECHO_C" >&6
3700 else
3701   # One or both of the vars are not set, and there is no cached value.
3702 ac_x_includes=no ac_x_libraries=no
3703 rm -f -r conftest.dir
3704 if mkdir conftest.dir; then
3705   cd conftest.dir
3706   cat >Imakefile <<'_ACEOF'
3707 incroot:
3708         @echo incroot='${INCROOT}'
3709 usrlibdir:
3710         @echo usrlibdir='${USRLIBDIR}'
3711 libdir:
3712         @echo libdir='${LIBDIR}'
3713 _ACEOF
3714   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3715     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3716     for ac_var in incroot usrlibdir libdir; do
3717       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3718     done
3719     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3720     for ac_extension in a so sl; do
3721       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3722          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3723         ac_im_usrlibdir=$ac_im_libdir; break
3724       fi
3725     done
3726     # Screen out bogus values from the imake configuration.  They are
3727     # bogus both because they are the default anyway, and because
3728     # using them would break gcc on systems where it needs fixed includes.
3729     case $ac_im_incroot in
3730         /usr/include) ac_x_includes= ;;
3731         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3732     esac
3733     case $ac_im_usrlibdir in
3734         /usr/lib | /lib) ;;
3735         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3736     esac
3737   fi
3738   cd ..
3739   rm -f -r conftest.dir
3740 fi
3741
3742 # Standard set of common directories for X headers.
3743 # Check X11 before X11Rn because it is often a symlink to the current release.
3744 ac_x_header_dirs='
3745 /usr/X11/include
3746 /usr/X11R6/include
3747 /usr/X11R5/include
3748 /usr/X11R4/include
3749
3750 /usr/include/X11
3751 /usr/include/X11R6
3752 /usr/include/X11R5
3753 /usr/include/X11R4
3754
3755 /usr/local/X11/include
3756 /usr/local/X11R6/include
3757 /usr/local/X11R5/include
3758 /usr/local/X11R4/include
3759
3760 /usr/local/include/X11
3761 /usr/local/include/X11R6
3762 /usr/local/include/X11R5
3763 /usr/local/include/X11R4
3764
3765 /usr/X386/include
3766 /usr/x386/include
3767 /usr/XFree86/include/X11
3768
3769 /usr/include
3770 /usr/local/include
3771 /usr/unsupported/include
3772 /usr/athena/include
3773 /usr/local/x11r5/include
3774 /usr/lpp/Xamples/include
3775
3776 /usr/openwin/include
3777 /usr/openwin/share/include'
3778
3779 if test "$ac_x_includes" = no; then
3780   # Guess where to find include files, by looking for Xlib.h.
3781   # First, try using that file with no special directory specified.
3782   cat >conftest.$ac_ext <<_ACEOF
3783 /* confdefs.h.  */
3784 _ACEOF
3785 cat confdefs.h >>conftest.$ac_ext
3786 cat >>conftest.$ac_ext <<_ACEOF
3787 /* end confdefs.h.  */
3788 #include <X11/Xlib.h>
3789 _ACEOF
3790 if { (ac_try="$ac_cpp conftest.$ac_ext"
3791 case "(($ac_try" in
3792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793   *) ac_try_echo=$ac_try;;
3794 esac
3795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3796   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3797   ac_status=$?
3798   grep -v '^ *+' conftest.er1 >conftest.err
3799   rm -f conftest.er1
3800   cat conftest.err >&5
3801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802   (exit $ac_status); } >/dev/null && {
3803          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3804          test ! -s conftest.err
3805        }; then
3806   # We can compile using X headers with no special include directory.
3807 ac_x_includes=
3808 else
3809   echo "$as_me: failed program was:" >&5
3810 sed 's/^/| /' conftest.$ac_ext >&5
3811
3812   for ac_dir in $ac_x_header_dirs; do
3813   if test -r "$ac_dir/X11/Xlib.h"; then
3814     ac_x_includes=$ac_dir
3815     break
3816   fi
3817 done
3818 fi
3819
3820 rm -f conftest.err conftest.$ac_ext
3821 fi # $ac_x_includes = no
3822
3823 if test "$ac_x_libraries" = no; then
3824   # Check for the libraries.
3825   # See if we find them without any special options.
3826   # Don't add to $LIBS permanently.
3827   ac_save_LIBS=$LIBS
3828   LIBS="-lX11 $LIBS"
3829   cat >conftest.$ac_ext <<_ACEOF
3830 /* confdefs.h.  */
3831 _ACEOF
3832 cat confdefs.h >>conftest.$ac_ext
3833 cat >>conftest.$ac_ext <<_ACEOF
3834 /* end confdefs.h.  */
3835 #include <X11/Xlib.h>
3836 int
3837 main ()
3838 {
3839 XrmInitialize ()
3840   ;
3841   return 0;
3842 }
3843 _ACEOF
3844 rm -f conftest.$ac_objext conftest$ac_exeext
3845 if { (ac_try="$ac_link"
3846 case "(($ac_try" in
3847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848   *) ac_try_echo=$ac_try;;
3849 esac
3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3851   (eval "$ac_link") 2>conftest.er1
3852   ac_status=$?
3853   grep -v '^ *+' conftest.er1 >conftest.err
3854   rm -f conftest.er1
3855   cat conftest.err >&5
3856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857   (exit $ac_status); } && {
3858          test -z "$ac_c_werror_flag" ||
3859          test ! -s conftest.err
3860        } && test -s conftest$ac_exeext &&
3861        $as_test_x conftest$ac_exeext; then
3862   LIBS=$ac_save_LIBS
3863 # We can link X programs with no special library path.
3864 ac_x_libraries=
3865 else
3866   echo "$as_me: failed program was:" >&5
3867 sed 's/^/| /' conftest.$ac_ext >&5
3868
3869         LIBS=$ac_save_LIBS
3870 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
3871 do
3872   # Don't even attempt the hair of trying to link an X program!
3873   for ac_extension in a so sl; do
3874     if test -r "$ac_dir/libX11.$ac_extension"; then
3875       ac_x_libraries=$ac_dir
3876       break 2
3877     fi
3878   done
3879 done
3880 fi
3881
3882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3883       conftest$ac_exeext conftest.$ac_ext
3884 fi # $ac_x_libraries = no
3885
3886 case $ac_x_includes,$ac_x_libraries in #(
3887   no,* | *,no | *\'*)
3888     # Didn't find X, or a directory has "'" in its name.
3889     ac_cv_have_x="have_x=no";; #(
3890   *)
3891     # Record where we found X for the cache.
3892     ac_cv_have_x="have_x=yes\
3893         ac_x_includes='$ac_x_includes'\
3894         ac_x_libraries='$ac_x_libraries'"
3895 esac
3896 fi
3897 ;; #(
3898     *) have_x=yes;;
3899   esac
3900   eval "$ac_cv_have_x"
3901 fi # $with_x != no
3902
3903 if test "$have_x" != yes; then
3904   { echo "$as_me:$LINENO: result: $have_x" >&5
3905 echo "${ECHO_T}$have_x" >&6; }
3906   no_x=yes
3907 else
3908   # If each of the values was on the command line, it overrides each guess.
3909   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3910   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3911   # Update the cache value to reflect the command line values.
3912   ac_cv_have_x="have_x=yes\
3913         ac_x_includes='$x_includes'\
3914         ac_x_libraries='$x_libraries'"
3915   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
3916 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
3917 fi
3918
3919 if test "$no_x" = yes; then
3920   # Not all programs may use this symbol, but it does not hurt to define it.
3921
3922 cat >>confdefs.h <<\_ACEOF
3923 #define X_DISPLAY_MISSING 1
3924 _ACEOF
3925
3926   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3927 else
3928   if test -n "$x_includes"; then
3929     X_CFLAGS="$X_CFLAGS -I$x_includes"
3930   fi
3931
3932   # It would also be nice to do this for all -L options, not just this one.
3933   if test -n "$x_libraries"; then
3934     X_LIBS="$X_LIBS -L$x_libraries"
3935     # For Solaris; some versions of Sun CC require a space after -R and
3936     # others require no space.  Words are not sufficient . . . .
3937     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
3938 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
3939     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3940     ac_xsave_c_werror_flag=$ac_c_werror_flag
3941     ac_c_werror_flag=yes
3942     cat >conftest.$ac_ext <<_ACEOF
3943 /* confdefs.h.  */
3944 _ACEOF
3945 cat confdefs.h >>conftest.$ac_ext
3946 cat >>conftest.$ac_ext <<_ACEOF
3947 /* end confdefs.h.  */
3948
3949 int
3950 main ()
3951 {
3952
3953   ;
3954   return 0;
3955 }
3956 _ACEOF
3957 rm -f conftest.$ac_objext conftest$ac_exeext
3958 if { (ac_try="$ac_link"
3959 case "(($ac_try" in
3960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3961   *) ac_try_echo=$ac_try;;
3962 esac
3963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3964   (eval "$ac_link") 2>conftest.er1
3965   ac_status=$?
3966   grep -v '^ *+' conftest.er1 >conftest.err
3967   rm -f conftest.er1
3968   cat conftest.err >&5
3969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970   (exit $ac_status); } && {
3971          test -z "$ac_c_werror_flag" ||
3972          test ! -s conftest.err
3973        } && test -s conftest$ac_exeext &&
3974        $as_test_x conftest$ac_exeext; then
3975   { echo "$as_me:$LINENO: result: no" >&5
3976 echo "${ECHO_T}no" >&6; }
3977        X_LIBS="$X_LIBS -R$x_libraries"
3978 else
3979   echo "$as_me: failed program was:" >&5
3980 sed 's/^/| /' conftest.$ac_ext >&5
3981
3982         LIBS="$ac_xsave_LIBS -R $x_libraries"
3983        cat >conftest.$ac_ext <<_ACEOF
3984 /* confdefs.h.  */
3985 _ACEOF
3986 cat confdefs.h >>conftest.$ac_ext
3987 cat >>conftest.$ac_ext <<_ACEOF
3988 /* end confdefs.h.  */
3989
3990 int
3991 main ()
3992 {
3993
3994   ;
3995   return 0;
3996 }
3997 _ACEOF
3998 rm -f conftest.$ac_objext conftest$ac_exeext
3999 if { (ac_try="$ac_link"
4000 case "(($ac_try" in
4001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4002   *) ac_try_echo=$ac_try;;
4003 esac
4004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4005   (eval "$ac_link") 2>conftest.er1
4006   ac_status=$?
4007   grep -v '^ *+' conftest.er1 >conftest.err
4008   rm -f conftest.er1
4009   cat conftest.err >&5
4010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011   (exit $ac_status); } && {
4012          test -z "$ac_c_werror_flag" ||
4013          test ! -s conftest.err
4014        } && test -s conftest$ac_exeext &&
4015        $as_test_x conftest$ac_exeext; then
4016   { echo "$as_me:$LINENO: result: yes" >&5
4017 echo "${ECHO_T}yes" >&6; }
4018           X_LIBS="$X_LIBS -R $x_libraries"
4019 else
4020   echo "$as_me: failed program was:" >&5
4021 sed 's/^/| /' conftest.$ac_ext >&5
4022
4023         { echo "$as_me:$LINENO: result: neither works" >&5
4024 echo "${ECHO_T}neither works" >&6; }
4025 fi
4026
4027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4028       conftest$ac_exeext conftest.$ac_ext
4029 fi
4030
4031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4032       conftest$ac_exeext conftest.$ac_ext
4033     ac_c_werror_flag=$ac_xsave_c_werror_flag
4034     LIBS=$ac_xsave_LIBS
4035   fi
4036
4037   # Check for system-dependent libraries X programs must link with.
4038   # Do this before checking for the system-independent R6 libraries
4039   # (-lICE), since we may need -lsocket or whatever for X linking.
4040
4041   if test "$ISC" = yes; then
4042     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4043   else
4044     # Martyn Johnson says this is needed for Ultrix, if the X
4045     # libraries were built with DECnet support.  And Karl Berry says
4046     # the Alpha needs dnet_stub (dnet does not exist).
4047     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4048     cat >conftest.$ac_ext <<_ACEOF
4049 /* confdefs.h.  */
4050 _ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h.  */
4054
4055 /* Override any GCC internal prototype to avoid an error.
4056    Use char because int might match the return type of a GCC
4057    builtin and then its argument prototype would still apply.  */
4058 #ifdef __cplusplus
4059 extern "C"
4060 #endif
4061 char XOpenDisplay ();
4062 int
4063 main ()
4064 {
4065 return XOpenDisplay ();
4066   ;
4067   return 0;
4068 }
4069 _ACEOF
4070 rm -f conftest.$ac_objext conftest$ac_exeext
4071 if { (ac_try="$ac_link"
4072 case "(($ac_try" in
4073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4074   *) ac_try_echo=$ac_try;;
4075 esac
4076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4077   (eval "$ac_link") 2>conftest.er1
4078   ac_status=$?
4079   grep -v '^ *+' conftest.er1 >conftest.err
4080   rm -f conftest.er1
4081   cat conftest.err >&5
4082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4083   (exit $ac_status); } && {
4084          test -z "$ac_c_werror_flag" ||
4085          test ! -s conftest.err
4086        } && test -s conftest$ac_exeext &&
4087        $as_test_x conftest$ac_exeext; then
4088   :
4089 else
4090   echo "$as_me: failed program was:" >&5
4091 sed 's/^/| /' conftest.$ac_ext >&5
4092
4093         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4094 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4095 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4096   echo $ECHO_N "(cached) $ECHO_C" >&6
4097 else
4098   ac_check_lib_save_LIBS=$LIBS
4099 LIBS="-ldnet  $LIBS"
4100 cat >conftest.$ac_ext <<_ACEOF
4101 /* confdefs.h.  */
4102 _ACEOF
4103 cat confdefs.h >>conftest.$ac_ext
4104 cat >>conftest.$ac_ext <<_ACEOF
4105 /* end confdefs.h.  */
4106
4107 /* Override any GCC internal prototype to avoid an error.
4108    Use char because int might match the return type of a GCC
4109    builtin and then its argument prototype would still apply.  */
4110 #ifdef __cplusplus
4111 extern "C"
4112 #endif
4113 char dnet_ntoa ();
4114 int
4115 main ()
4116 {
4117 return dnet_ntoa ();
4118   ;
4119   return 0;
4120 }
4121 _ACEOF
4122 rm -f conftest.$ac_objext conftest$ac_exeext
4123 if { (ac_try="$ac_link"
4124 case "(($ac_try" in
4125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4126   *) ac_try_echo=$ac_try;;
4127 esac
4128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4129   (eval "$ac_link") 2>conftest.er1
4130   ac_status=$?
4131   grep -v '^ *+' conftest.er1 >conftest.err
4132   rm -f conftest.er1
4133   cat conftest.err >&5
4134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4135   (exit $ac_status); } && {
4136          test -z "$ac_c_werror_flag" ||
4137          test ! -s conftest.err
4138        } && test -s conftest$ac_exeext &&
4139        $as_test_x conftest$ac_exeext; then
4140   ac_cv_lib_dnet_dnet_ntoa=yes
4141 else
4142   echo "$as_me: failed program was:" >&5
4143 sed 's/^/| /' conftest.$ac_ext >&5
4144
4145         ac_cv_lib_dnet_dnet_ntoa=no
4146 fi
4147
4148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4149       conftest$ac_exeext conftest.$ac_ext
4150 LIBS=$ac_check_lib_save_LIBS
4151 fi
4152 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4153 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4154 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4155   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4156 fi
4157
4158     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4159       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4160 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4161 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4162   echo $ECHO_N "(cached) $ECHO_C" >&6
4163 else
4164   ac_check_lib_save_LIBS=$LIBS
4165 LIBS="-ldnet_stub  $LIBS"
4166 cat >conftest.$ac_ext <<_ACEOF
4167 /* confdefs.h.  */
4168 _ACEOF
4169 cat confdefs.h >>conftest.$ac_ext
4170 cat >>conftest.$ac_ext <<_ACEOF
4171 /* end confdefs.h.  */
4172
4173 /* Override any GCC internal prototype to avoid an error.
4174    Use char because int might match the return type of a GCC
4175    builtin and then its argument prototype would still apply.  */
4176 #ifdef __cplusplus
4177 extern "C"
4178 #endif
4179 char dnet_ntoa ();
4180 int
4181 main ()
4182 {
4183 return dnet_ntoa ();
4184   ;
4185   return 0;
4186 }
4187 _ACEOF
4188 rm -f conftest.$ac_objext conftest$ac_exeext
4189 if { (ac_try="$ac_link"
4190 case "(($ac_try" in
4191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4192   *) ac_try_echo=$ac_try;;
4193 esac
4194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4195   (eval "$ac_link") 2>conftest.er1
4196   ac_status=$?
4197   grep -v '^ *+' conftest.er1 >conftest.err
4198   rm -f conftest.er1
4199   cat conftest.err >&5
4200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4201   (exit $ac_status); } && {
4202          test -z "$ac_c_werror_flag" ||
4203          test ! -s conftest.err
4204        } && test -s conftest$ac_exeext &&
4205        $as_test_x conftest$ac_exeext; then
4206   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4207 else
4208   echo "$as_me: failed program was:" >&5
4209 sed 's/^/| /' conftest.$ac_ext >&5
4210
4211         ac_cv_lib_dnet_stub_dnet_ntoa=no
4212 fi
4213
4214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4215       conftest$ac_exeext conftest.$ac_ext
4216 LIBS=$ac_check_lib_save_LIBS
4217 fi
4218 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4219 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4220 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4221   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4222 fi
4223
4224     fi
4225 fi
4226
4227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4228       conftest$ac_exeext conftest.$ac_ext
4229     LIBS="$ac_xsave_LIBS"
4230
4231     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4232     # to get the SysV transport functions.
4233     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4234     # needs -lnsl.
4235     # The nsl library prevents programs from opening the X display
4236     # on Irix 5.2, according to T.E. Dickey.
4237     # The functions gethostbyname, getservbyname, and inet_addr are
4238     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4239     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4240 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4241 if test "${ac_cv_func_gethostbyname+set}" = set; then
4242   echo $ECHO_N "(cached) $ECHO_C" >&6
4243 else
4244   cat >conftest.$ac_ext <<_ACEOF
4245 /* confdefs.h.  */
4246 _ACEOF
4247 cat confdefs.h >>conftest.$ac_ext
4248 cat >>conftest.$ac_ext <<_ACEOF
4249 /* end confdefs.h.  */
4250 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4251    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4252 #define gethostbyname innocuous_gethostbyname
4253
4254 /* System header to define __stub macros and hopefully few prototypes,
4255     which can conflict with char gethostbyname (); below.
4256     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4257     <limits.h> exists even on freestanding compilers.  */
4258
4259 #ifdef __STDC__
4260 # include <limits.h>
4261 #else
4262 # include <assert.h>
4263 #endif
4264
4265 #undef gethostbyname
4266
4267 /* Override any GCC internal prototype to avoid an error.
4268    Use char because int might match the return type of a GCC
4269    builtin and then its argument prototype would still apply.  */
4270 #ifdef __cplusplus
4271 extern "C"
4272 #endif
4273 char gethostbyname ();
4274 /* The GNU C library defines this for functions which it implements
4275     to always fail with ENOSYS.  Some functions are actually named
4276     something starting with __ and the normal name is an alias.  */
4277 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4278 choke me
4279 #endif
4280
4281 int
4282 main ()
4283 {
4284 return gethostbyname ();
4285   ;
4286   return 0;
4287 }
4288 _ACEOF
4289 rm -f conftest.$ac_objext conftest$ac_exeext
4290 if { (ac_try="$ac_link"
4291 case "(($ac_try" in
4292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4293   *) ac_try_echo=$ac_try;;
4294 esac
4295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4296   (eval "$ac_link") 2>conftest.er1
4297   ac_status=$?
4298   grep -v '^ *+' conftest.er1 >conftest.err
4299   rm -f conftest.er1
4300   cat conftest.err >&5
4301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302   (exit $ac_status); } && {
4303          test -z "$ac_c_werror_flag" ||
4304          test ! -s conftest.err
4305        } && test -s conftest$ac_exeext &&
4306        $as_test_x conftest$ac_exeext; then
4307   ac_cv_func_gethostbyname=yes
4308 else
4309   echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.$ac_ext >&5
4311
4312         ac_cv_func_gethostbyname=no
4313 fi
4314
4315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4316       conftest$ac_exeext conftest.$ac_ext
4317 fi
4318 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4319 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4320
4321     if test $ac_cv_func_gethostbyname = no; then
4322       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4323 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4324 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4325   echo $ECHO_N "(cached) $ECHO_C" >&6
4326 else
4327   ac_check_lib_save_LIBS=$LIBS
4328 LIBS="-lnsl  $LIBS"
4329 cat >conftest.$ac_ext <<_ACEOF
4330 /* confdefs.h.  */
4331 _ACEOF
4332 cat confdefs.h >>conftest.$ac_ext
4333 cat >>conftest.$ac_ext <<_ACEOF
4334 /* end confdefs.h.  */
4335
4336 /* Override any GCC internal prototype to avoid an error.
4337    Use char because int might match the return type of a GCC
4338    builtin and then its argument prototype would still apply.  */
4339 #ifdef __cplusplus
4340 extern "C"
4341 #endif
4342 char gethostbyname ();
4343 int
4344 main ()
4345 {
4346 return gethostbyname ();
4347   ;
4348   return 0;
4349 }
4350 _ACEOF
4351 rm -f conftest.$ac_objext conftest$ac_exeext
4352 if { (ac_try="$ac_link"
4353 case "(($ac_try" in
4354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4355   *) ac_try_echo=$ac_try;;
4356 esac
4357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4358   (eval "$ac_link") 2>conftest.er1
4359   ac_status=$?
4360   grep -v '^ *+' conftest.er1 >conftest.err
4361   rm -f conftest.er1
4362   cat conftest.err >&5
4363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364   (exit $ac_status); } && {
4365          test -z "$ac_c_werror_flag" ||
4366          test ! -s conftest.err
4367        } && test -s conftest$ac_exeext &&
4368        $as_test_x conftest$ac_exeext; then
4369   ac_cv_lib_nsl_gethostbyname=yes
4370 else
4371   echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4373
4374         ac_cv_lib_nsl_gethostbyname=no
4375 fi
4376
4377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4378       conftest$ac_exeext conftest.$ac_ext
4379 LIBS=$ac_check_lib_save_LIBS
4380 fi
4381 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4382 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4383 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4384   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4385 fi
4386
4387       if test $ac_cv_lib_nsl_gethostbyname = no; then
4388         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4389 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4390 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4391   echo $ECHO_N "(cached) $ECHO_C" >&6
4392 else
4393   ac_check_lib_save_LIBS=$LIBS
4394 LIBS="-lbsd  $LIBS"
4395 cat >conftest.$ac_ext <<_ACEOF
4396 /* confdefs.h.  */
4397 _ACEOF
4398 cat confdefs.h >>conftest.$ac_ext
4399 cat >>conftest.$ac_ext <<_ACEOF
4400 /* end confdefs.h.  */
4401
4402 /* Override any GCC internal prototype to avoid an error.
4403    Use char because int might match the return type of a GCC
4404    builtin and then its argument prototype would still apply.  */
4405 #ifdef __cplusplus
4406 extern "C"
4407 #endif
4408 char gethostbyname ();
4409 int
4410 main ()
4411 {
4412 return gethostbyname ();
4413   ;
4414   return 0;
4415 }
4416 _ACEOF
4417 rm -f conftest.$ac_objext conftest$ac_exeext
4418 if { (ac_try="$ac_link"
4419 case "(($ac_try" in
4420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4421   *) ac_try_echo=$ac_try;;
4422 esac
4423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4424   (eval "$ac_link") 2>conftest.er1
4425   ac_status=$?
4426   grep -v '^ *+' conftest.er1 >conftest.err
4427   rm -f conftest.er1
4428   cat conftest.err >&5
4429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430   (exit $ac_status); } && {
4431          test -z "$ac_c_werror_flag" ||
4432          test ! -s conftest.err
4433        } && test -s conftest$ac_exeext &&
4434        $as_test_x conftest$ac_exeext; then
4435   ac_cv_lib_bsd_gethostbyname=yes
4436 else
4437   echo "$as_me: failed program was:" >&5
4438 sed 's/^/| /' conftest.$ac_ext >&5
4439
4440         ac_cv_lib_bsd_gethostbyname=no
4441 fi
4442
4443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4444       conftest$ac_exeext conftest.$ac_ext
4445 LIBS=$ac_check_lib_save_LIBS
4446 fi
4447 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4448 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4449 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4450   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4451 fi
4452
4453       fi
4454     fi
4455
4456     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4457     # socket/setsockopt and other routines are undefined under SCO ODT
4458     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4459     # on later versions), says Simon Leinen: it contains gethostby*
4460     # variants that don't use the name server (or something).  -lsocket
4461     # must be given before -lnsl if both are needed.  We assume that
4462     # if connect needs -lnsl, so does gethostbyname.
4463     { echo "$as_me:$LINENO: checking for connect" >&5
4464 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4465 if test "${ac_cv_func_connect+set}" = set; then
4466   echo $ECHO_N "(cached) $ECHO_C" >&6
4467 else
4468   cat >conftest.$ac_ext <<_ACEOF
4469 /* confdefs.h.  */
4470 _ACEOF
4471 cat confdefs.h >>conftest.$ac_ext
4472 cat >>conftest.$ac_ext <<_ACEOF
4473 /* end confdefs.h.  */
4474 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4475    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4476 #define connect innocuous_connect
4477
4478 /* System header to define __stub macros and hopefully few prototypes,
4479     which can conflict with char connect (); below.
4480     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4481     <limits.h> exists even on freestanding compilers.  */
4482
4483 #ifdef __STDC__
4484 # include <limits.h>
4485 #else
4486 # include <assert.h>
4487 #endif
4488
4489 #undef connect
4490
4491 /* Override any GCC internal prototype to avoid an error.
4492    Use char because int might match the return type of a GCC
4493    builtin and then its argument prototype would still apply.  */
4494 #ifdef __cplusplus
4495 extern "C"
4496 #endif
4497 char connect ();
4498 /* The GNU C library defines this for functions which it implements
4499     to always fail with ENOSYS.  Some functions are actually named
4500     something starting with __ and the normal name is an alias.  */
4501 #if defined __stub_connect || defined __stub___connect
4502 choke me
4503 #endif
4504
4505 int
4506 main ()
4507 {
4508 return connect ();
4509   ;
4510   return 0;
4511 }
4512 _ACEOF
4513 rm -f conftest.$ac_objext conftest$ac_exeext
4514 if { (ac_try="$ac_link"
4515 case "(($ac_try" in
4516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4517   *) ac_try_echo=$ac_try;;
4518 esac
4519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4520   (eval "$ac_link") 2>conftest.er1
4521   ac_status=$?
4522   grep -v '^ *+' conftest.er1 >conftest.err
4523   rm -f conftest.er1
4524   cat conftest.err >&5
4525   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4526   (exit $ac_status); } && {
4527          test -z "$ac_c_werror_flag" ||
4528          test ! -s conftest.err
4529        } && test -s conftest$ac_exeext &&
4530        $as_test_x conftest$ac_exeext; then
4531   ac_cv_func_connect=yes
4532 else
4533   echo "$as_me: failed program was:" >&5
4534 sed 's/^/| /' conftest.$ac_ext >&5
4535
4536         ac_cv_func_connect=no
4537 fi
4538
4539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4540       conftest$ac_exeext conftest.$ac_ext
4541 fi
4542 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4543 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4544
4545     if test $ac_cv_func_connect = no; then
4546       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4547 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4548 if test "${ac_cv_lib_socket_connect+set}" = set; then
4549   echo $ECHO_N "(cached) $ECHO_C" >&6
4550 else
4551   ac_check_lib_save_LIBS=$LIBS
4552 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4553 cat >conftest.$ac_ext <<_ACEOF
4554 /* confdefs.h.  */
4555 _ACEOF
4556 cat confdefs.h >>conftest.$ac_ext
4557 cat >>conftest.$ac_ext <<_ACEOF
4558 /* end confdefs.h.  */
4559
4560 /* Override any GCC internal prototype to avoid an error.
4561    Use char because int might match the return type of a GCC
4562    builtin and then its argument prototype would still apply.  */
4563 #ifdef __cplusplus
4564 extern "C"
4565 #endif
4566 char connect ();
4567 int
4568 main ()
4569 {
4570 return connect ();
4571   ;
4572   return 0;
4573 }
4574 _ACEOF
4575 rm -f conftest.$ac_objext conftest$ac_exeext
4576 if { (ac_try="$ac_link"
4577 case "(($ac_try" in
4578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4579   *) ac_try_echo=$ac_try;;
4580 esac
4581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4582   (eval "$ac_link") 2>conftest.er1
4583   ac_status=$?
4584   grep -v '^ *+' conftest.er1 >conftest.err
4585   rm -f conftest.er1
4586   cat conftest.err >&5
4587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4588   (exit $ac_status); } && {
4589          test -z "$ac_c_werror_flag" ||
4590          test ! -s conftest.err
4591        } && test -s conftest$ac_exeext &&
4592        $as_test_x conftest$ac_exeext; then
4593   ac_cv_lib_socket_connect=yes
4594 else
4595   echo "$as_me: failed program was:" >&5
4596 sed 's/^/| /' conftest.$ac_ext >&5
4597
4598         ac_cv_lib_socket_connect=no
4599 fi
4600
4601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4602       conftest$ac_exeext conftest.$ac_ext
4603 LIBS=$ac_check_lib_save_LIBS
4604 fi
4605 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4606 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4607 if test $ac_cv_lib_socket_connect = yes; then
4608   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4609 fi
4610
4611     fi
4612
4613     # Guillermo Gomez says -lposix is necessary on A/UX.
4614     { echo "$as_me:$LINENO: checking for remove" >&5
4615 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4616 if test "${ac_cv_func_remove+set}" = set; then
4617   echo $ECHO_N "(cached) $ECHO_C" >&6
4618 else
4619   cat >conftest.$ac_ext <<_ACEOF
4620 /* confdefs.h.  */
4621 _ACEOF
4622 cat confdefs.h >>conftest.$ac_ext
4623 cat >>conftest.$ac_ext <<_ACEOF
4624 /* end confdefs.h.  */
4625 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4626    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4627 #define remove innocuous_remove
4628
4629 /* System header to define __stub macros and hopefully few prototypes,
4630     which can conflict with char remove (); below.
4631     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4632     <limits.h> exists even on freestanding compilers.  */
4633
4634 #ifdef __STDC__
4635 # include <limits.h>
4636 #else
4637 # include <assert.h>
4638 #endif
4639
4640 #undef remove
4641
4642 /* Override any GCC internal prototype to avoid an error.
4643    Use char because int might match the return type of a GCC
4644    builtin and then its argument prototype would still apply.  */
4645 #ifdef __cplusplus
4646 extern "C"
4647 #endif
4648 char remove ();
4649 /* The GNU C library defines this for functions which it implements
4650     to always fail with ENOSYS.  Some functions are actually named
4651     something starting with __ and the normal name is an alias.  */
4652 #if defined __stub_remove || defined __stub___remove
4653 choke me
4654 #endif
4655
4656 int
4657 main ()
4658 {
4659 return remove ();
4660   ;
4661   return 0;
4662 }
4663 _ACEOF
4664 rm -f conftest.$ac_objext conftest$ac_exeext
4665 if { (ac_try="$ac_link"
4666 case "(($ac_try" in
4667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668   *) ac_try_echo=$ac_try;;
4669 esac
4670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4671   (eval "$ac_link") 2>conftest.er1
4672   ac_status=$?
4673   grep -v '^ *+' conftest.er1 >conftest.err
4674   rm -f conftest.er1
4675   cat conftest.err >&5
4676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4677   (exit $ac_status); } && {
4678          test -z "$ac_c_werror_flag" ||
4679          test ! -s conftest.err
4680        } && test -s conftest$ac_exeext &&
4681        $as_test_x conftest$ac_exeext; then
4682   ac_cv_func_remove=yes
4683 else
4684   echo "$as_me: failed program was:" >&5
4685 sed 's/^/| /' conftest.$ac_ext >&5
4686
4687         ac_cv_func_remove=no
4688 fi
4689
4690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4691       conftest$ac_exeext conftest.$ac_ext
4692 fi
4693 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4694 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4695
4696     if test $ac_cv_func_remove = no; then
4697       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4698 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4699 if test "${ac_cv_lib_posix_remove+set}" = set; then
4700   echo $ECHO_N "(cached) $ECHO_C" >&6
4701 else
4702   ac_check_lib_save_LIBS=$LIBS
4703 LIBS="-lposix  $LIBS"
4704 cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h.  */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h.  */
4710
4711 /* Override any GCC internal prototype to avoid an error.
4712    Use char because int might match the return type of a GCC
4713    builtin and then its argument prototype would still apply.  */
4714 #ifdef __cplusplus
4715 extern "C"
4716 #endif
4717 char remove ();
4718 int
4719 main ()
4720 {
4721 return remove ();
4722   ;
4723   return 0;
4724 }
4725 _ACEOF
4726 rm -f conftest.$ac_objext conftest$ac_exeext
4727 if { (ac_try="$ac_link"
4728 case "(($ac_try" in
4729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4730   *) ac_try_echo=$ac_try;;
4731 esac
4732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4733   (eval "$ac_link") 2>conftest.er1
4734   ac_status=$?
4735   grep -v '^ *+' conftest.er1 >conftest.err
4736   rm -f conftest.er1
4737   cat conftest.err >&5
4738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4739   (exit $ac_status); } && {
4740          test -z "$ac_c_werror_flag" ||
4741          test ! -s conftest.err
4742        } && test -s conftest$ac_exeext &&
4743        $as_test_x conftest$ac_exeext; then
4744   ac_cv_lib_posix_remove=yes
4745 else
4746   echo "$as_me: failed program was:" >&5
4747 sed 's/^/| /' conftest.$ac_ext >&5
4748
4749         ac_cv_lib_posix_remove=no
4750 fi
4751
4752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4753       conftest$ac_exeext conftest.$ac_ext
4754 LIBS=$ac_check_lib_save_LIBS
4755 fi
4756 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4757 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
4758 if test $ac_cv_lib_posix_remove = yes; then
4759   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4760 fi
4761
4762     fi
4763
4764     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4765     { echo "$as_me:$LINENO: checking for shmat" >&5
4766 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
4767 if test "${ac_cv_func_shmat+set}" = set; then
4768   echo $ECHO_N "(cached) $ECHO_C" >&6
4769 else
4770   cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h.  */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h.  */
4776 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4777    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4778 #define shmat innocuous_shmat
4779
4780 /* System header to define __stub macros and hopefully few prototypes,
4781     which can conflict with char shmat (); below.
4782     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783     <limits.h> exists even on freestanding compilers.  */
4784
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4790
4791 #undef shmat
4792
4793 /* Override any GCC internal prototype to avoid an error.
4794    Use char because int might match the return type of a GCC
4795    builtin and then its argument prototype would still apply.  */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char shmat ();
4800 /* The GNU C library defines this for functions which it implements
4801     to always fail with ENOSYS.  Some functions are actually named
4802     something starting with __ and the normal name is an alias.  */
4803 #if defined __stub_shmat || defined __stub___shmat
4804 choke me
4805 #endif
4806
4807 int
4808 main ()
4809 {
4810 return shmat ();
4811   ;
4812   return 0;
4813 }
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819   *) ac_try_echo=$ac_try;;
4820 esac
4821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4822   (eval "$ac_link") 2>conftest.er1
4823   ac_status=$?
4824   grep -v '^ *+' conftest.er1 >conftest.err
4825   rm -f conftest.er1
4826   cat conftest.err >&5
4827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4828   (exit $ac_status); } && {
4829          test -z "$ac_c_werror_flag" ||
4830          test ! -s conftest.err
4831        } && test -s conftest$ac_exeext &&
4832        $as_test_x conftest$ac_exeext; then
4833   ac_cv_func_shmat=yes
4834 else
4835   echo "$as_me: failed program was:" >&5
4836 sed 's/^/| /' conftest.$ac_ext >&5
4837
4838         ac_cv_func_shmat=no
4839 fi
4840
4841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4842       conftest$ac_exeext conftest.$ac_ext
4843 fi
4844 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
4845 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
4846
4847     if test $ac_cv_func_shmat = no; then
4848       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
4849 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
4850 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4851   echo $ECHO_N "(cached) $ECHO_C" >&6
4852 else
4853   ac_check_lib_save_LIBS=$LIBS
4854 LIBS="-lipc  $LIBS"
4855 cat >conftest.$ac_ext <<_ACEOF
4856 /* confdefs.h.  */
4857 _ACEOF
4858 cat confdefs.h >>conftest.$ac_ext
4859 cat >>conftest.$ac_ext <<_ACEOF
4860 /* end confdefs.h.  */
4861
4862 /* Override any GCC internal prototype to avoid an error.
4863    Use char because int might match the return type of a GCC
4864    builtin and then its argument prototype would still apply.  */
4865 #ifdef __cplusplus
4866 extern "C"
4867 #endif
4868 char shmat ();
4869 int
4870 main ()
4871 {
4872 return shmat ();
4873   ;
4874   return 0;
4875 }
4876 _ACEOF
4877 rm -f conftest.$ac_objext conftest$ac_exeext
4878 if { (ac_try="$ac_link"
4879 case "(($ac_try" in
4880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4881   *) ac_try_echo=$ac_try;;
4882 esac
4883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4884   (eval "$ac_link") 2>conftest.er1
4885   ac_status=$?
4886   grep -v '^ *+' conftest.er1 >conftest.err
4887   rm -f conftest.er1
4888   cat conftest.err >&5
4889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890   (exit $ac_status); } && {
4891          test -z "$ac_c_werror_flag" ||
4892          test ! -s conftest.err
4893        } && test -s conftest$ac_exeext &&
4894        $as_test_x conftest$ac_exeext; then
4895   ac_cv_lib_ipc_shmat=yes
4896 else
4897   echo "$as_me: failed program was:" >&5
4898 sed 's/^/| /' conftest.$ac_ext >&5
4899
4900         ac_cv_lib_ipc_shmat=no
4901 fi
4902
4903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4904       conftest$ac_exeext conftest.$ac_ext
4905 LIBS=$ac_check_lib_save_LIBS
4906 fi
4907 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
4908 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
4909 if test $ac_cv_lib_ipc_shmat = yes; then
4910   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
4911 fi
4912
4913     fi
4914   fi
4915
4916   # Check for libraries that X11R6 Xt/Xaw programs need.
4917   ac_save_LDFLAGS=$LDFLAGS
4918   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4919   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4920   # check for ICE first), but we must link in the order -lSM -lICE or
4921   # we get undefined symbols.  So assume we have SM if we have ICE.
4922   # These have to be linked with before -lX11, unlike the other
4923   # libraries we check for below, so use a different variable.
4924   # John Interrante, Karl Berry
4925   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
4926 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
4927 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4928   echo $ECHO_N "(cached) $ECHO_C" >&6
4929 else
4930   ac_check_lib_save_LIBS=$LIBS
4931 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4932 cat >conftest.$ac_ext <<_ACEOF
4933 /* confdefs.h.  */
4934 _ACEOF
4935 cat confdefs.h >>conftest.$ac_ext
4936 cat >>conftest.$ac_ext <<_ACEOF
4937 /* end confdefs.h.  */
4938
4939 /* Override any GCC internal prototype to avoid an error.
4940    Use char because int might match the return type of a GCC
4941    builtin and then its argument prototype would still apply.  */
4942 #ifdef __cplusplus
4943 extern "C"
4944 #endif
4945 char IceConnectionNumber ();
4946 int
4947 main ()
4948 {
4949 return IceConnectionNumber ();
4950   ;
4951   return 0;
4952 }
4953 _ACEOF
4954 rm -f conftest.$ac_objext conftest$ac_exeext
4955 if { (ac_try="$ac_link"
4956 case "(($ac_try" in
4957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4958   *) ac_try_echo=$ac_try;;
4959 esac
4960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4961   (eval "$ac_link") 2>conftest.er1
4962   ac_status=$?
4963   grep -v '^ *+' conftest.er1 >conftest.err
4964   rm -f conftest.er1
4965   cat conftest.err >&5
4966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967   (exit $ac_status); } && {
4968          test -z "$ac_c_werror_flag" ||
4969          test ! -s conftest.err
4970        } && test -s conftest$ac_exeext &&
4971        $as_test_x conftest$ac_exeext; then
4972   ac_cv_lib_ICE_IceConnectionNumber=yes
4973 else
4974   echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4976
4977         ac_cv_lib_ICE_IceConnectionNumber=no
4978 fi
4979
4980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4981       conftest$ac_exeext conftest.$ac_ext
4982 LIBS=$ac_check_lib_save_LIBS
4983 fi
4984 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
4985 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
4986 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
4987   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
4988 fi
4989
4990   LDFLAGS=$ac_save_LDFLAGS
4991
4992 fi
4993
4994
4995 for ac_prog in flex
4996 do
4997   # Extract the first word of "$ac_prog", so it can be a program name with args.
4998 set dummy $ac_prog; ac_word=$2
4999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5001 if test "${ac_cv_prog_FLEX+set}" = set; then
5002   echo $ECHO_N "(cached) $ECHO_C" >&6
5003 else
5004   if test -n "$FLEX"; then
5005   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5006 else
5007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5008 for as_dir in $PATH
5009 do
5010   IFS=$as_save_IFS
5011   test -z "$as_dir" && as_dir=.
5012   for ac_exec_ext in '' $ac_executable_extensions; do
5013   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5014     ac_cv_prog_FLEX="$ac_prog"
5015     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5016     break 2
5017   fi
5018 done
5019 done
5020 IFS=$as_save_IFS
5021
5022 fi
5023 fi
5024 FLEX=$ac_cv_prog_FLEX
5025 if test -n "$FLEX"; then
5026   { echo "$as_me:$LINENO: result: $FLEX" >&5
5027 echo "${ECHO_T}$FLEX" >&6; }
5028 else
5029   { echo "$as_me:$LINENO: result: no" >&5
5030 echo "${ECHO_T}no" >&6; }
5031 fi
5032
5033
5034   test -n "$FLEX" && break
5035 done
5036 test -n "$FLEX" || FLEX="none"
5037
5038 if test "$FLEX" = "none"
5039 then
5040   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5041 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5042    { (exit 1); exit 1; }; }
5043 fi
5044
5045 for ac_prog in bison
5046 do
5047   # Extract the first word of "$ac_prog", so it can be a program name with args.
5048 set dummy $ac_prog; ac_word=$2
5049 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5051 if test "${ac_cv_prog_BISON+set}" = set; then
5052   echo $ECHO_N "(cached) $ECHO_C" >&6
5053 else
5054   if test -n "$BISON"; then
5055   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5056 else
5057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5058 for as_dir in $PATH
5059 do
5060   IFS=$as_save_IFS
5061   test -z "$as_dir" && as_dir=.
5062   for ac_exec_ext in '' $ac_executable_extensions; do
5063   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5064     ac_cv_prog_BISON="$ac_prog"
5065     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5066     break 2
5067   fi
5068 done
5069 done
5070 IFS=$as_save_IFS
5071
5072 fi
5073 fi
5074 BISON=$ac_cv_prog_BISON
5075 if test -n "$BISON"; then
5076   { echo "$as_me:$LINENO: result: $BISON" >&5
5077 echo "${ECHO_T}$BISON" >&6; }
5078 else
5079   { echo "$as_me:$LINENO: result: no" >&5
5080 echo "${ECHO_T}no" >&6; }
5081 fi
5082
5083
5084   test -n "$BISON" && break
5085 done
5086 test -n "$BISON" || BISON="none"
5087
5088 if test "$BISON" = "none"
5089 then
5090   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5091 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5092    { (exit 1); exit 1; }; }
5093 fi
5094
5095 if test -n "$ac_tool_prefix"; then
5096   for ac_prog in gas as
5097   do
5098     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5099 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5102 if test "${ac_cv_prog_AS+set}" = set; then
5103   echo $ECHO_N "(cached) $ECHO_C" >&6
5104 else
5105   if test -n "$AS"; then
5106   ac_cv_prog_AS="$AS" # Let the user override the test.
5107 else
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 for as_dir in $PATH
5110 do
5111   IFS=$as_save_IFS
5112   test -z "$as_dir" && as_dir=.
5113   for ac_exec_ext in '' $ac_executable_extensions; do
5114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5115     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5116     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5117     break 2
5118   fi
5119 done
5120 done
5121 IFS=$as_save_IFS
5122
5123 fi
5124 fi
5125 AS=$ac_cv_prog_AS
5126 if test -n "$AS"; then
5127   { echo "$as_me:$LINENO: result: $AS" >&5
5128 echo "${ECHO_T}$AS" >&6; }
5129 else
5130   { echo "$as_me:$LINENO: result: no" >&5
5131 echo "${ECHO_T}no" >&6; }
5132 fi
5133
5134
5135     test -n "$AS" && break
5136   done
5137 fi
5138 if test -z "$AS"; then
5139   ac_ct_AS=$AS
5140   for ac_prog in gas as
5141 do
5142   # Extract the first word of "$ac_prog", so it can be a program name with args.
5143 set dummy $ac_prog; ac_word=$2
5144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5146 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5147   echo $ECHO_N "(cached) $ECHO_C" >&6
5148 else
5149   if test -n "$ac_ct_AS"; then
5150   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5151 else
5152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5153 for as_dir in $PATH
5154 do
5155   IFS=$as_save_IFS
5156   test -z "$as_dir" && as_dir=.
5157   for ac_exec_ext in '' $ac_executable_extensions; do
5158   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5159     ac_cv_prog_ac_ct_AS="$ac_prog"
5160     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5161     break 2
5162   fi
5163 done
5164 done
5165 IFS=$as_save_IFS
5166
5167 fi
5168 fi
5169 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5170 if test -n "$ac_ct_AS"; then
5171   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5172 echo "${ECHO_T}$ac_ct_AS" >&6; }
5173 else
5174   { echo "$as_me:$LINENO: result: no" >&5
5175 echo "${ECHO_T}no" >&6; }
5176 fi
5177
5178
5179   test -n "$ac_ct_AS" && break
5180 done
5181
5182   if test "x$ac_ct_AS" = x; then
5183     AS="as"
5184   else
5185     case $cross_compiling:$ac_tool_warned in
5186 yes:)
5187 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5188 whose name does not start with the host triplet.  If you think this
5189 configuration is useful to you, please write to autoconf@gnu.org." >&5
5190 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5191 whose name does not start with the host triplet.  If you think this
5192 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5193 ac_tool_warned=yes ;;
5194 esac
5195     AS=$ac_ct_AS
5196   fi
5197 fi
5198
5199 if test -n "$ac_tool_prefix"; then
5200   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5201 set dummy ${ac_tool_prefix}ld; ac_word=$2
5202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5204 if test "${ac_cv_prog_LD+set}" = set; then
5205   echo $ECHO_N "(cached) $ECHO_C" >&6
5206 else
5207   if test -n "$LD"; then
5208   ac_cv_prog_LD="$LD" # Let the user override the test.
5209 else
5210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5211 for as_dir in $PATH
5212 do
5213   IFS=$as_save_IFS
5214   test -z "$as_dir" && as_dir=.
5215   for ac_exec_ext in '' $ac_executable_extensions; do
5216   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5217     ac_cv_prog_LD="${ac_tool_prefix}ld"
5218     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5219     break 2
5220   fi
5221 done
5222 done
5223 IFS=$as_save_IFS
5224
5225 fi
5226 fi
5227 LD=$ac_cv_prog_LD
5228 if test -n "$LD"; then
5229   { echo "$as_me:$LINENO: result: $LD" >&5
5230 echo "${ECHO_T}$LD" >&6; }
5231 else
5232   { echo "$as_me:$LINENO: result: no" >&5
5233 echo "${ECHO_T}no" >&6; }
5234 fi
5235
5236
5237 fi
5238 if test -z "$ac_cv_prog_LD"; then
5239   ac_ct_LD=$LD
5240   # Extract the first word of "ld", so it can be a program name with args.
5241 set dummy ld; ac_word=$2
5242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5244 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5245   echo $ECHO_N "(cached) $ECHO_C" >&6
5246 else
5247   if test -n "$ac_ct_LD"; then
5248   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5249 else
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5251 for as_dir in $PATH
5252 do
5253   IFS=$as_save_IFS
5254   test -z "$as_dir" && as_dir=.
5255   for ac_exec_ext in '' $ac_executable_extensions; do
5256   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5257     ac_cv_prog_ac_ct_LD="ld"
5258     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5259     break 2
5260   fi
5261 done
5262 done
5263 IFS=$as_save_IFS
5264
5265 fi
5266 fi
5267 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5268 if test -n "$ac_ct_LD"; then
5269   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5270 echo "${ECHO_T}$ac_ct_LD" >&6; }
5271 else
5272   { echo "$as_me:$LINENO: result: no" >&5
5273 echo "${ECHO_T}no" >&6; }
5274 fi
5275
5276   if test "x$ac_ct_LD" = x; then
5277     LD="ld"
5278   else
5279     case $cross_compiling:$ac_tool_warned in
5280 yes:)
5281 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5282 whose name does not start with the host triplet.  If you think this
5283 configuration is useful to you, please write to autoconf@gnu.org." >&5
5284 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5285 whose name does not start with the host triplet.  If you think this
5286 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5287 ac_tool_warned=yes ;;
5288 esac
5289     LD=$ac_ct_LD
5290   fi
5291 else
5292   LD="$ac_cv_prog_LD"
5293 fi
5294
5295 if test -n "$ac_tool_prefix"; then
5296   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5297 set dummy ${ac_tool_prefix}ar; ac_word=$2
5298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5300 if test "${ac_cv_prog_AR+set}" = set; then
5301   echo $ECHO_N "(cached) $ECHO_C" >&6
5302 else
5303   if test -n "$AR"; then
5304   ac_cv_prog_AR="$AR" # Let the user override the test.
5305 else
5306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5307 for as_dir in $PATH
5308 do
5309   IFS=$as_save_IFS
5310   test -z "$as_dir" && as_dir=.
5311   for ac_exec_ext in '' $ac_executable_extensions; do
5312   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5313     ac_cv_prog_AR="${ac_tool_prefix}ar"
5314     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5315     break 2
5316   fi
5317 done
5318 done
5319 IFS=$as_save_IFS
5320
5321 fi
5322 fi
5323 AR=$ac_cv_prog_AR
5324 if test -n "$AR"; then
5325   { echo "$as_me:$LINENO: result: $AR" >&5
5326 echo "${ECHO_T}$AR" >&6; }
5327 else
5328   { echo "$as_me:$LINENO: result: no" >&5
5329 echo "${ECHO_T}no" >&6; }
5330 fi
5331
5332
5333 fi
5334 if test -z "$ac_cv_prog_AR"; then
5335   ac_ct_AR=$AR
5336   # Extract the first word of "ar", so it can be a program name with args.
5337 set dummy ar; ac_word=$2
5338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5340 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5341   echo $ECHO_N "(cached) $ECHO_C" >&6
5342 else
5343   if test -n "$ac_ct_AR"; then
5344   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5345 else
5346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5347 for as_dir in $PATH
5348 do
5349   IFS=$as_save_IFS
5350   test -z "$as_dir" && as_dir=.
5351   for ac_exec_ext in '' $ac_executable_extensions; do
5352   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5353     ac_cv_prog_ac_ct_AR="ar"
5354     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5355     break 2
5356   fi
5357 done
5358 done
5359 IFS=$as_save_IFS
5360
5361 fi
5362 fi
5363 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5364 if test -n "$ac_ct_AR"; then
5365   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5366 echo "${ECHO_T}$ac_ct_AR" >&6; }
5367 else
5368   { echo "$as_me:$LINENO: result: no" >&5
5369 echo "${ECHO_T}no" >&6; }
5370 fi
5371
5372   if test "x$ac_ct_AR" = x; then
5373     AR="ar"
5374   else
5375     case $cross_compiling:$ac_tool_warned in
5376 yes:)
5377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5378 whose name does not start with the host triplet.  If you think this
5379 configuration is useful to you, please write to autoconf@gnu.org." >&5
5380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5381 whose name does not start with the host triplet.  If you think this
5382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5383 ac_tool_warned=yes ;;
5384 esac
5385     AR=$ac_ct_AR
5386   fi
5387 else
5388   AR="$ac_cv_prog_AR"
5389 fi
5390
5391 if test -n "$ac_tool_prefix"; then
5392   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5393 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_RANLIB+set}" = set; then
5397   echo $ECHO_N "(cached) $ECHO_C" >&6
5398 else
5399   if test -n "$RANLIB"; then
5400   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5404 do
5405   IFS=$as_save_IFS
5406   test -z "$as_dir" && as_dir=.
5407   for ac_exec_ext in '' $ac_executable_extensions; do
5408   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5410     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5411     break 2
5412   fi
5413 done
5414 done
5415 IFS=$as_save_IFS
5416
5417 fi
5418 fi
5419 RANLIB=$ac_cv_prog_RANLIB
5420 if test -n "$RANLIB"; then
5421   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5422 echo "${ECHO_T}$RANLIB" >&6; }
5423 else
5424   { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5426 fi
5427
5428
5429 fi
5430 if test -z "$ac_cv_prog_RANLIB"; then
5431   ac_ct_RANLIB=$RANLIB
5432   # Extract the first word of "ranlib", so it can be a program name with args.
5433 set dummy ranlib; ac_word=$2
5434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5436 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5437   echo $ECHO_N "(cached) $ECHO_C" >&6
5438 else
5439   if test -n "$ac_ct_RANLIB"; then
5440   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5441 else
5442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5443 for as_dir in $PATH
5444 do
5445   IFS=$as_save_IFS
5446   test -z "$as_dir" && as_dir=.
5447   for ac_exec_ext in '' $ac_executable_extensions; do
5448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5449     ac_cv_prog_ac_ct_RANLIB="ranlib"
5450     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5451     break 2
5452   fi
5453 done
5454 done
5455 IFS=$as_save_IFS
5456
5457 fi
5458 fi
5459 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5460 if test -n "$ac_ct_RANLIB"; then
5461   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5462 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5463 else
5464   { echo "$as_me:$LINENO: result: no" >&5
5465 echo "${ECHO_T}no" >&6; }
5466 fi
5467
5468   if test "x$ac_ct_RANLIB" = x; then
5469     RANLIB=":"
5470   else
5471     case $cross_compiling:$ac_tool_warned in
5472 yes:)
5473 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet.  If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&5
5476 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5477 whose name does not start with the host triplet.  If you think this
5478 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5479 ac_tool_warned=yes ;;
5480 esac
5481     RANLIB=$ac_ct_RANLIB
5482   fi
5483 else
5484   RANLIB="$ac_cv_prog_RANLIB"
5485 fi
5486
5487 if test -n "$ac_tool_prefix"; then
5488   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5489 set dummy ${ac_tool_prefix}strip; ac_word=$2
5490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5492 if test "${ac_cv_prog_STRIP+set}" = set; then
5493   echo $ECHO_N "(cached) $ECHO_C" >&6
5494 else
5495   if test -n "$STRIP"; then
5496   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5497 else
5498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5499 for as_dir in $PATH
5500 do
5501   IFS=$as_save_IFS
5502   test -z "$as_dir" && as_dir=.
5503   for ac_exec_ext in '' $ac_executable_extensions; do
5504   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5505     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5506     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5507     break 2
5508   fi
5509 done
5510 done
5511 IFS=$as_save_IFS
5512
5513 fi
5514 fi
5515 STRIP=$ac_cv_prog_STRIP
5516 if test -n "$STRIP"; then
5517   { echo "$as_me:$LINENO: result: $STRIP" >&5
5518 echo "${ECHO_T}$STRIP" >&6; }
5519 else
5520   { echo "$as_me:$LINENO: result: no" >&5
5521 echo "${ECHO_T}no" >&6; }
5522 fi
5523
5524
5525 fi
5526 if test -z "$ac_cv_prog_STRIP"; then
5527   ac_ct_STRIP=$STRIP
5528   # Extract the first word of "strip", so it can be a program name with args.
5529 set dummy strip; ac_word=$2
5530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5532 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5533   echo $ECHO_N "(cached) $ECHO_C" >&6
5534 else
5535   if test -n "$ac_ct_STRIP"; then
5536   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5537 else
5538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5539 for as_dir in $PATH
5540 do
5541   IFS=$as_save_IFS
5542   test -z "$as_dir" && as_dir=.
5543   for ac_exec_ext in '' $ac_executable_extensions; do
5544   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5545     ac_cv_prog_ac_ct_STRIP="strip"
5546     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5547     break 2
5548   fi
5549 done
5550 done
5551 IFS=$as_save_IFS
5552
5553 fi
5554 fi
5555 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5556 if test -n "$ac_ct_STRIP"; then
5557   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5558 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5559 else
5560   { echo "$as_me:$LINENO: result: no" >&5
5561 echo "${ECHO_T}no" >&6; }
5562 fi
5563
5564   if test "x$ac_ct_STRIP" = x; then
5565     STRIP="strip"
5566   else
5567     case $cross_compiling:$ac_tool_warned in
5568 yes:)
5569 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5570 whose name does not start with the host triplet.  If you think this
5571 configuration is useful to you, please write to autoconf@gnu.org." >&5
5572 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5573 whose name does not start with the host triplet.  If you think this
5574 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5575 ac_tool_warned=yes ;;
5576 esac
5577     STRIP=$ac_ct_STRIP
5578   fi
5579 else
5580   STRIP="$ac_cv_prog_STRIP"
5581 fi
5582
5583 if test -n "$ac_tool_prefix"; then
5584   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5585 set dummy ${ac_tool_prefix}windres; ac_word=$2
5586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5588 if test "${ac_cv_prog_WINDRES+set}" = set; then
5589   echo $ECHO_N "(cached) $ECHO_C" >&6
5590 else
5591   if test -n "$WINDRES"; then
5592   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5593 else
5594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5595 for as_dir in $PATH
5596 do
5597   IFS=$as_save_IFS
5598   test -z "$as_dir" && as_dir=.
5599   for ac_exec_ext in '' $ac_executable_extensions; do
5600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5601     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5602     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5603     break 2
5604   fi
5605 done
5606 done
5607 IFS=$as_save_IFS
5608
5609 fi
5610 fi
5611 WINDRES=$ac_cv_prog_WINDRES
5612 if test -n "$WINDRES"; then
5613   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5614 echo "${ECHO_T}$WINDRES" >&6; }
5615 else
5616   { echo "$as_me:$LINENO: result: no" >&5
5617 echo "${ECHO_T}no" >&6; }
5618 fi
5619
5620
5621 fi
5622 if test -z "$ac_cv_prog_WINDRES"; then
5623   ac_ct_WINDRES=$WINDRES
5624   # Extract the first word of "windres", so it can be a program name with args.
5625 set dummy windres; ac_word=$2
5626 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5628 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5629   echo $ECHO_N "(cached) $ECHO_C" >&6
5630 else
5631   if test -n "$ac_ct_WINDRES"; then
5632   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5633 else
5634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5635 for as_dir in $PATH
5636 do
5637   IFS=$as_save_IFS
5638   test -z "$as_dir" && as_dir=.
5639   for ac_exec_ext in '' $ac_executable_extensions; do
5640   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5641     ac_cv_prog_ac_ct_WINDRES="windres"
5642     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5643     break 2
5644   fi
5645 done
5646 done
5647 IFS=$as_save_IFS
5648
5649 fi
5650 fi
5651 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5652 if test -n "$ac_ct_WINDRES"; then
5653   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5654 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
5655 else
5656   { echo "$as_me:$LINENO: result: no" >&5
5657 echo "${ECHO_T}no" >&6; }
5658 fi
5659
5660   if test "x$ac_ct_WINDRES" = x; then
5661     WINDRES="false"
5662   else
5663     case $cross_compiling:$ac_tool_warned in
5664 yes:)
5665 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet.  If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&5
5668 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5669 whose name does not start with the host triplet.  If you think this
5670 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5671 ac_tool_warned=yes ;;
5672 esac
5673     WINDRES=$ac_ct_WINDRES
5674   fi
5675 else
5676   WINDRES="$ac_cv_prog_WINDRES"
5677 fi
5678
5679 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5680 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5681 LN_S=$as_ln_s
5682 if test "$LN_S" = "ln -s"; then
5683   { echo "$as_me:$LINENO: result: yes" >&5
5684 echo "${ECHO_T}yes" >&6; }
5685 else
5686   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5687 echo "${ECHO_T}no, using $LN_S" >&6; }
5688 fi
5689
5690 { echo "$as_me:$LINENO: checking whether ln works" >&5
5691 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
5692 rm -f conf$$ conf$$.file
5693 echo >conf$$.file
5694 if ln conf$$.file conf$$ 2>/dev/null; then
5695   LN=ln
5696
5697   { echo "$as_me:$LINENO: result: yes" >&5
5698 echo "${ECHO_T}yes" >&6; }
5699 else
5700   LN="cp -p"
5701
5702   { echo "$as_me:$LINENO: result: no, using $LN" >&5
5703 echo "${ECHO_T}no, using $LN" >&6; }
5704 fi
5705 rm -f conf$$ conf$$.file
5706 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5707 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5708 if test "${ac_cv_path_GREP+set}" = set; then
5709   echo $ECHO_N "(cached) $ECHO_C" >&6
5710 else
5711   # Extract the first word of "grep ggrep" to use in msg output
5712 if test -z "$GREP"; then
5713 set dummy grep ggrep; ac_prog_name=$2
5714 if test "${ac_cv_path_GREP+set}" = set; then
5715   echo $ECHO_N "(cached) $ECHO_C" >&6
5716 else
5717   ac_path_GREP_found=false
5718 # Loop through the user's path and test for each of PROGNAME-LIST
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5721 do
5722   IFS=$as_save_IFS
5723   test -z "$as_dir" && as_dir=.
5724   for ac_prog in grep ggrep; do
5725   for ac_exec_ext in '' $ac_executable_extensions; do
5726     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5727     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5728     # Check for GNU ac_path_GREP and select it if it is found.
5729   # Check for GNU $ac_path_GREP
5730 case `"$ac_path_GREP" --version 2>&1` in
5731 *GNU*)
5732   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5733 *)
5734   ac_count=0
5735   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5736   while :
5737   do
5738     cat "conftest.in" "conftest.in" >"conftest.tmp"
5739     mv "conftest.tmp" "conftest.in"
5740     cp "conftest.in" "conftest.nl"
5741     echo 'GREP' >> "conftest.nl"
5742     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5743     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5744     ac_count=`expr $ac_count + 1`
5745     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5746       # Best one so far, save it but keep looking for a better one
5747       ac_cv_path_GREP="$ac_path_GREP"
5748       ac_path_GREP_max=$ac_count
5749     fi
5750     # 10*(2^10) chars as input seems more than enough
5751     test $ac_count -gt 10 && break
5752   done
5753   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5754 esac
5755
5756
5757     $ac_path_GREP_found && break 3
5758   done
5759 done
5760
5761 done
5762 IFS=$as_save_IFS
5763
5764
5765 fi
5766
5767 GREP="$ac_cv_path_GREP"
5768 if test -z "$GREP"; then
5769   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5770 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5771    { (exit 1); exit 1; }; }
5772 fi
5773
5774 else
5775   ac_cv_path_GREP=$GREP
5776 fi
5777
5778
5779 fi
5780 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5781 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5782  GREP="$ac_cv_path_GREP"
5783
5784
5785 { echo "$as_me:$LINENO: checking for egrep" >&5
5786 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5787 if test "${ac_cv_path_EGREP+set}" = set; then
5788   echo $ECHO_N "(cached) $ECHO_C" >&6
5789 else
5790   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5791    then ac_cv_path_EGREP="$GREP -E"
5792    else
5793      # Extract the first word of "egrep" to use in msg output
5794 if test -z "$EGREP"; then
5795 set dummy egrep; ac_prog_name=$2
5796 if test "${ac_cv_path_EGREP+set}" = set; then
5797   echo $ECHO_N "(cached) $ECHO_C" >&6
5798 else
5799   ac_path_EGREP_found=false
5800 # Loop through the user's path and test for each of PROGNAME-LIST
5801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5802 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5803 do
5804   IFS=$as_save_IFS
5805   test -z "$as_dir" && as_dir=.
5806   for ac_prog in egrep; do
5807   for ac_exec_ext in '' $ac_executable_extensions; do
5808     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5809     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5810     # Check for GNU ac_path_EGREP and select it if it is found.
5811   # Check for GNU $ac_path_EGREP
5812 case `"$ac_path_EGREP" --version 2>&1` in
5813 *GNU*)
5814   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5815 *)
5816   ac_count=0
5817   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5818   while :
5819   do
5820     cat "conftest.in" "conftest.in" >"conftest.tmp"
5821     mv "conftest.tmp" "conftest.in"
5822     cp "conftest.in" "conftest.nl"
5823     echo 'EGREP' >> "conftest.nl"
5824     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5825     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5826     ac_count=`expr $ac_count + 1`
5827     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5828       # Best one so far, save it but keep looking for a better one
5829       ac_cv_path_EGREP="$ac_path_EGREP"
5830       ac_path_EGREP_max=$ac_count
5831     fi
5832     # 10*(2^10) chars as input seems more than enough
5833     test $ac_count -gt 10 && break
5834   done
5835   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5836 esac
5837
5838
5839     $ac_path_EGREP_found && break 3
5840   done
5841 done
5842
5843 done
5844 IFS=$as_save_IFS
5845
5846
5847 fi
5848
5849 EGREP="$ac_cv_path_EGREP"
5850 if test -z "$EGREP"; then
5851   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5852 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5853    { (exit 1); exit 1; }; }
5854 fi
5855
5856 else
5857   ac_cv_path_EGREP=$EGREP
5858 fi
5859
5860
5861    fi
5862 fi
5863 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5864 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5865  EGREP="$ac_cv_path_EGREP"
5866
5867
5868 # Extract the first word of "ldconfig", so it can be a program name with args.
5869 set dummy ldconfig; ac_word=$2
5870 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5871 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5872 if test "${ac_cv_path_LDCONFIG+set}" = set; then
5873   echo $ECHO_N "(cached) $ECHO_C" >&6
5874 else
5875   case $LDCONFIG in
5876   [\\/]* | ?:[\\/]*)
5877   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5878   ;;
5879   *)
5880   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 for as_dir in /sbin /usr/sbin $PATH
5882 do
5883   IFS=$as_save_IFS
5884   test -z "$as_dir" && as_dir=.
5885   for ac_exec_ext in '' $ac_executable_extensions; do
5886   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5888     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5889     break 2
5890   fi
5891 done
5892 done
5893 IFS=$as_save_IFS
5894
5895   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5896   ;;
5897 esac
5898 fi
5899 LDCONFIG=$ac_cv_path_LDCONFIG
5900 if test -n "$LDCONFIG"; then
5901   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
5902 echo "${ECHO_T}$LDCONFIG" >&6; }
5903 else
5904   { echo "$as_me:$LINENO: result: no" >&5
5905 echo "${ECHO_T}no" >&6; }
5906 fi
5907
5908
5909 # Find a good install program.  We prefer a C program (faster),
5910 # so one script is as good as another.  But avoid the broken or
5911 # incompatible versions:
5912 # SysV /etc/install, /usr/sbin/install
5913 # SunOS /usr/etc/install
5914 # IRIX /sbin/install
5915 # AIX /bin/install
5916 # AmigaOS /C/install, which installs bootblocks on floppy discs
5917 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5918 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5919 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5920 # OS/2's system install, which has a completely different semantic
5921 # ./install, which can be erroneously created by make from ./install.sh.
5922 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5923 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
5924 if test -z "$INSTALL"; then
5925 if test "${ac_cv_path_install+set}" = set; then
5926   echo $ECHO_N "(cached) $ECHO_C" >&6
5927 else
5928   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5929 for as_dir in $PATH
5930 do
5931   IFS=$as_save_IFS
5932   test -z "$as_dir" && as_dir=.
5933   # Account for people who put trailing slashes in PATH elements.
5934 case $as_dir/ in
5935   ./ | .// | /cC/* | \
5936   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5937   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5938   /usr/ucb/* ) ;;
5939   *)
5940     # OSF1 and SCO ODT 3.0 have their own names for install.
5941     # Don't use installbsd from OSF since it installs stuff as root
5942     # by default.
5943     for ac_prog in ginstall scoinst install; do
5944       for ac_exec_ext in '' $ac_executable_extensions; do
5945         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5946           if test $ac_prog = install &&
5947             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5948             # AIX install.  It has an incompatible calling convention.
5949             :
5950           elif test $ac_prog = install &&
5951             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5952             # program-specific install script used by HP pwplus--don't use.
5953             :
5954           else
5955             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5956             break 3
5957           fi
5958         fi
5959       done
5960     done
5961     ;;
5962 esac
5963 done
5964 IFS=$as_save_IFS
5965
5966
5967 fi
5968   if test "${ac_cv_path_install+set}" = set; then
5969     INSTALL=$ac_cv_path_install
5970   else
5971     # As a last resort, use the slow shell script.  Don't cache a
5972     # value for INSTALL within a source directory, because that will
5973     # break other packages using the cache if that directory is
5974     # removed, or if the value is a relative name.
5975     INSTALL=$ac_install_sh
5976   fi
5977 fi
5978 { echo "$as_me:$LINENO: result: $INSTALL" >&5
5979 echo "${ECHO_T}$INSTALL" >&6; }
5980
5981 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5982 # It thinks the first close brace ends the variable substitution.
5983 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5984
5985 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5986
5987 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5988
5989 case "$INSTALL" in
5990   [\\/$]* | ?:[\\/]* ) ;;
5991   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5992 esac
5993
5994 for ac_prog in lclint lint
5995 do
5996   # Extract the first word of "$ac_prog", so it can be a program name with args.
5997 set dummy $ac_prog; ac_word=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_LINT+set}" = set; then
6001   echo $ECHO_N "(cached) $ECHO_C" >&6
6002 else
6003   if test -n "$LINT"; then
6004   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6005 else
6006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007 for as_dir in $PATH
6008 do
6009   IFS=$as_save_IFS
6010   test -z "$as_dir" && as_dir=.
6011   for ac_exec_ext in '' $ac_executable_extensions; do
6012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013     ac_cv_prog_LINT="$ac_prog"
6014     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6015     break 2
6016   fi
6017 done
6018 done
6019 IFS=$as_save_IFS
6020
6021 fi
6022 fi
6023 LINT=$ac_cv_prog_LINT
6024 if test -n "$LINT"; then
6025   { echo "$as_me:$LINENO: result: $LINT" >&5
6026 echo "${ECHO_T}$LINT" >&6; }
6027 else
6028   { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6030 fi
6031
6032
6033   test -n "$LINT" && break
6034 done
6035
6036 if test "$LINT" = "lint"
6037 then
6038   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6039   fi
6040
6041
6042
6043 for ac_prog in fontforge
6044 do
6045   # Extract the first word of "$ac_prog", so it can be a program name with args.
6046 set dummy $ac_prog; ac_word=$2
6047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6049 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6050   echo $ECHO_N "(cached) $ECHO_C" >&6
6051 else
6052   if test -n "$FONTFORGE"; then
6053   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6054 else
6055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056 for as_dir in $PATH
6057 do
6058   IFS=$as_save_IFS
6059   test -z "$as_dir" && as_dir=.
6060   for ac_exec_ext in '' $ac_executable_extensions; do
6061   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6062     ac_cv_prog_FONTFORGE="$ac_prog"
6063     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6064     break 2
6065   fi
6066 done
6067 done
6068 IFS=$as_save_IFS
6069
6070 fi
6071 fi
6072 FONTFORGE=$ac_cv_prog_FONTFORGE
6073 if test -n "$FONTFORGE"; then
6074   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6075 echo "${ECHO_T}$FONTFORGE" >&6; }
6076 else
6077   { echo "$as_me:$LINENO: result: no" >&5
6078 echo "${ECHO_T}no" >&6; }
6079 fi
6080
6081
6082   test -n "$FONTFORGE" && break
6083 done
6084 test -n "$FONTFORGE" || FONTFORGE="false"
6085
6086 for ac_prog in pkg-config
6087 do
6088   # Extract the first word of "$ac_prog", so it can be a program name with args.
6089 set dummy $ac_prog; ac_word=$2
6090 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6092 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6093   echo $ECHO_N "(cached) $ECHO_C" >&6
6094 else
6095   if test -n "$PKG_CONFIG"; then
6096   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6097 else
6098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6099 for as_dir in $PATH
6100 do
6101   IFS=$as_save_IFS
6102   test -z "$as_dir" && as_dir=.
6103   for ac_exec_ext in '' $ac_executable_extensions; do
6104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6105     ac_cv_prog_PKG_CONFIG="$ac_prog"
6106     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6107     break 2
6108   fi
6109 done
6110 done
6111 IFS=$as_save_IFS
6112
6113 fi
6114 fi
6115 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6116 if test -n "$PKG_CONFIG"; then
6117   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6118 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6119 else
6120   { echo "$as_me:$LINENO: result: no" >&5
6121 echo "${ECHO_T}no" >&6; }
6122 fi
6123
6124
6125   test -n "$PKG_CONFIG" && break
6126 done
6127 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6128
6129
6130 case $host_cpu in
6131   *i[3456789]86*)
6132     # Extract the first word of "prelink", so it can be a program name with args.
6133 set dummy prelink; ac_word=$2
6134 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6135 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6136 if test "${ac_cv_path_PRELINK+set}" = set; then
6137   echo $ECHO_N "(cached) $ECHO_C" >&6
6138 else
6139   case $PRELINK in
6140   [\\/]* | ?:[\\/]*)
6141   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6142   ;;
6143   *)
6144   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6145 for as_dir in /sbin /usr/sbin $PATH
6146 do
6147   IFS=$as_save_IFS
6148   test -z "$as_dir" && as_dir=.
6149   for ac_exec_ext in '' $ac_executable_extensions; do
6150   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6151     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6152     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6153     break 2
6154   fi
6155 done
6156 done
6157 IFS=$as_save_IFS
6158
6159   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6160   ;;
6161 esac
6162 fi
6163 PRELINK=$ac_cv_path_PRELINK
6164 if test -n "$PRELINK"; then
6165   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6166 echo "${ECHO_T}$PRELINK" >&6; }
6167 else
6168   { echo "$as_me:$LINENO: result: no" >&5
6169 echo "${ECHO_T}no" >&6; }
6170 fi
6171
6172
6173     ;;
6174 esac
6175
6176
6177
6178 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6179 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6180 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6181   echo $ECHO_N "(cached) $ECHO_C" >&6
6182 else
6183   ac_check_lib_save_LIBS=$LIBS
6184 LIBS="-li386  $LIBS"
6185 cat >conftest.$ac_ext <<_ACEOF
6186 /* confdefs.h.  */
6187 _ACEOF
6188 cat confdefs.h >>conftest.$ac_ext
6189 cat >>conftest.$ac_ext <<_ACEOF
6190 /* end confdefs.h.  */
6191
6192 /* Override any GCC internal prototype to avoid an error.
6193    Use char because int might match the return type of a GCC
6194    builtin and then its argument prototype would still apply.  */
6195 #ifdef __cplusplus
6196 extern "C"
6197 #endif
6198 char i386_set_ldt ();
6199 int
6200 main ()
6201 {
6202 return i386_set_ldt ();
6203   ;
6204   return 0;
6205 }
6206 _ACEOF
6207 rm -f conftest.$ac_objext conftest$ac_exeext
6208 if { (ac_try="$ac_link"
6209 case "(($ac_try" in
6210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6211   *) ac_try_echo=$ac_try;;
6212 esac
6213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6214   (eval "$ac_link") 2>conftest.er1
6215   ac_status=$?
6216   grep -v '^ *+' conftest.er1 >conftest.err
6217   rm -f conftest.er1
6218   cat conftest.err >&5
6219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220   (exit $ac_status); } && {
6221          test -z "$ac_c_werror_flag" ||
6222          test ! -s conftest.err
6223        } && test -s conftest$ac_exeext &&
6224        $as_test_x conftest$ac_exeext; then
6225   ac_cv_lib_i386_i386_set_ldt=yes
6226 else
6227   echo "$as_me: failed program was:" >&5
6228 sed 's/^/| /' conftest.$ac_ext >&5
6229
6230         ac_cv_lib_i386_i386_set_ldt=no
6231 fi
6232
6233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6234       conftest$ac_exeext conftest.$ac_ext
6235 LIBS=$ac_check_lib_save_LIBS
6236 fi
6237 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6238 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6239 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6240   cat >>confdefs.h <<_ACEOF
6241 #define HAVE_LIBI386 1
6242 _ACEOF
6243
6244   LIBS="-li386 $LIBS"
6245
6246 fi
6247
6248
6249 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6250 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6251 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6252   echo $ECHO_N "(cached) $ECHO_C" >&6
6253 else
6254   ac_check_lib_save_LIBS=$LIBS
6255 LIBS="-lossaudio  $LIBS"
6256 cat >conftest.$ac_ext <<_ACEOF
6257 /* confdefs.h.  */
6258 _ACEOF
6259 cat confdefs.h >>conftest.$ac_ext
6260 cat >>conftest.$ac_ext <<_ACEOF
6261 /* end confdefs.h.  */
6262
6263 /* Override any GCC internal prototype to avoid an error.
6264    Use char because int might match the return type of a GCC
6265    builtin and then its argument prototype would still apply.  */
6266 #ifdef __cplusplus
6267 extern "C"
6268 #endif
6269 char _oss_ioctl ();
6270 int
6271 main ()
6272 {
6273 return _oss_ioctl ();
6274   ;
6275   return 0;
6276 }
6277 _ACEOF
6278 rm -f conftest.$ac_objext conftest$ac_exeext
6279 if { (ac_try="$ac_link"
6280 case "(($ac_try" in
6281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6282   *) ac_try_echo=$ac_try;;
6283 esac
6284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6285   (eval "$ac_link") 2>conftest.er1
6286   ac_status=$?
6287   grep -v '^ *+' conftest.er1 >conftest.err
6288   rm -f conftest.er1
6289   cat conftest.err >&5
6290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291   (exit $ac_status); } && {
6292          test -z "$ac_c_werror_flag" ||
6293          test ! -s conftest.err
6294        } && test -s conftest$ac_exeext &&
6295        $as_test_x conftest$ac_exeext; then
6296   ac_cv_lib_ossaudio__oss_ioctl=yes
6297 else
6298   echo "$as_me: failed program was:" >&5
6299 sed 's/^/| /' conftest.$ac_ext >&5
6300
6301         ac_cv_lib_ossaudio__oss_ioctl=no
6302 fi
6303
6304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6305       conftest$ac_exeext conftest.$ac_ext
6306 LIBS=$ac_check_lib_save_LIBS
6307 fi
6308 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6309 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6310 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6311   cat >>confdefs.h <<_ACEOF
6312 #define HAVE_LIBOSSAUDIO 1
6313 _ACEOF
6314
6315   LIBS="-lossaudio $LIBS"
6316
6317 fi
6318
6319
6320 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
6321 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
6322 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
6323   echo $ECHO_N "(cached) $ECHO_C" >&6
6324 else
6325   ac_check_lib_save_LIBS=$LIBS
6326 LIBS="-lxpg4  $LIBS"
6327 cat >conftest.$ac_ext <<_ACEOF
6328 /* confdefs.h.  */
6329 _ACEOF
6330 cat confdefs.h >>conftest.$ac_ext
6331 cat >>conftest.$ac_ext <<_ACEOF
6332 /* end confdefs.h.  */
6333
6334 /* Override any GCC internal prototype to avoid an error.
6335    Use char because int might match the return type of a GCC
6336    builtin and then its argument prototype would still apply.  */
6337 #ifdef __cplusplus
6338 extern "C"
6339 #endif
6340 char _xpg4_setrunelocale ();
6341 int
6342 main ()
6343 {
6344 return _xpg4_setrunelocale ();
6345   ;
6346   return 0;
6347 }
6348 _ACEOF
6349 rm -f conftest.$ac_objext conftest$ac_exeext
6350 if { (ac_try="$ac_link"
6351 case "(($ac_try" in
6352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6353   *) ac_try_echo=$ac_try;;
6354 esac
6355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6356   (eval "$ac_link") 2>conftest.er1
6357   ac_status=$?
6358   grep -v '^ *+' conftest.er1 >conftest.err
6359   rm -f conftest.er1
6360   cat conftest.err >&5
6361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6362   (exit $ac_status); } && {
6363          test -z "$ac_c_werror_flag" ||
6364          test ! -s conftest.err
6365        } && test -s conftest$ac_exeext &&
6366        $as_test_x conftest$ac_exeext; then
6367   ac_cv_lib_xpg4__xpg4_setrunelocale=yes
6368 else
6369   echo "$as_me: failed program was:" >&5
6370 sed 's/^/| /' conftest.$ac_ext >&5
6371
6372         ac_cv_lib_xpg4__xpg4_setrunelocale=no
6373 fi
6374
6375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6376       conftest$ac_exeext conftest.$ac_ext
6377 LIBS=$ac_check_lib_save_LIBS
6378 fi
6379 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
6380 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
6381 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
6382   cat >>confdefs.h <<_ACEOF
6383 #define HAVE_LIBXPG4 1
6384 _ACEOF
6385
6386   LIBS="-lxpg4 $LIBS"
6387
6388 fi
6389
6390 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6391 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6392 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6393   echo $ECHO_N "(cached) $ECHO_C" >&6
6394 else
6395   ac_check_lib_save_LIBS=$LIBS
6396 LIBS="-lpthread  $LIBS"
6397 cat >conftest.$ac_ext <<_ACEOF
6398 /* confdefs.h.  */
6399 _ACEOF
6400 cat confdefs.h >>conftest.$ac_ext
6401 cat >>conftest.$ac_ext <<_ACEOF
6402 /* end confdefs.h.  */
6403
6404 /* Override any GCC internal prototype to avoid an error.
6405    Use char because int might match the return type of a GCC
6406    builtin and then its argument prototype would still apply.  */
6407 #ifdef __cplusplus
6408 extern "C"
6409 #endif
6410 char pthread_create ();
6411 int
6412 main ()
6413 {
6414 return pthread_create ();
6415   ;
6416   return 0;
6417 }
6418 _ACEOF
6419 rm -f conftest.$ac_objext conftest$ac_exeext
6420 if { (ac_try="$ac_link"
6421 case "(($ac_try" in
6422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6423   *) ac_try_echo=$ac_try;;
6424 esac
6425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6426   (eval "$ac_link") 2>conftest.er1
6427   ac_status=$?
6428   grep -v '^ *+' conftest.er1 >conftest.err
6429   rm -f conftest.er1
6430   cat conftest.err >&5
6431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6432   (exit $ac_status); } && {
6433          test -z "$ac_c_werror_flag" ||
6434          test ! -s conftest.err
6435        } && test -s conftest$ac_exeext &&
6436        $as_test_x conftest$ac_exeext; then
6437   ac_cv_lib_pthread_pthread_create=yes
6438 else
6439   echo "$as_me: failed program was:" >&5
6440 sed 's/^/| /' conftest.$ac_ext >&5
6441
6442         ac_cv_lib_pthread_pthread_create=no
6443 fi
6444
6445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6446       conftest$ac_exeext conftest.$ac_ext
6447 LIBS=$ac_check_lib_save_LIBS
6448 fi
6449 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6450 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6451 if test $ac_cv_lib_pthread_pthread_create = yes; then
6452   LIBPTHREAD="-lpthread"
6453
6454 fi
6455
6456
6457 XLIB=""
6458
6459 XFILES=""
6460
6461 OPENGLFILES=""
6462
6463 GLU32FILES=""
6464
6465 OPENGL_LIBS=""
6466
6467 QUARTZFILES=""
6468
6469
6470
6471 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6472 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6473 if test "${ac_cv_header_stdc+set}" = set; then
6474   echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476   cat >conftest.$ac_ext <<_ACEOF
6477 /* confdefs.h.  */
6478 _ACEOF
6479 cat confdefs.h >>conftest.$ac_ext
6480 cat >>conftest.$ac_ext <<_ACEOF
6481 /* end confdefs.h.  */
6482 #include <stdlib.h>
6483 #include <stdarg.h>
6484 #include <string.h>
6485 #include <float.h>
6486
6487 int
6488 main ()
6489 {
6490
6491   ;
6492   return 0;
6493 }
6494 _ACEOF
6495 rm -f conftest.$ac_objext
6496 if { (ac_try="$ac_compile"
6497 case "(($ac_try" in
6498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6499   *) ac_try_echo=$ac_try;;
6500 esac
6501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6502   (eval "$ac_compile") 2>conftest.er1
6503   ac_status=$?
6504   grep -v '^ *+' conftest.er1 >conftest.err
6505   rm -f conftest.er1
6506   cat conftest.err >&5
6507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6508   (exit $ac_status); } && {
6509          test -z "$ac_c_werror_flag" ||
6510          test ! -s conftest.err
6511        } && test -s conftest.$ac_objext; then
6512   ac_cv_header_stdc=yes
6513 else
6514   echo "$as_me: failed program was:" >&5
6515 sed 's/^/| /' conftest.$ac_ext >&5
6516
6517         ac_cv_header_stdc=no
6518 fi
6519
6520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6521
6522 if test $ac_cv_header_stdc = yes; then
6523   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6524   cat >conftest.$ac_ext <<_ACEOF
6525 /* confdefs.h.  */
6526 _ACEOF
6527 cat confdefs.h >>conftest.$ac_ext
6528 cat >>conftest.$ac_ext <<_ACEOF
6529 /* end confdefs.h.  */
6530 #include <string.h>
6531
6532 _ACEOF
6533 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6534   $EGREP "memchr" >/dev/null 2>&1; then
6535   :
6536 else
6537   ac_cv_header_stdc=no
6538 fi
6539 rm -f conftest*
6540
6541 fi
6542
6543 if test $ac_cv_header_stdc = yes; then
6544   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6545   cat >conftest.$ac_ext <<_ACEOF
6546 /* confdefs.h.  */
6547 _ACEOF
6548 cat confdefs.h >>conftest.$ac_ext
6549 cat >>conftest.$ac_ext <<_ACEOF
6550 /* end confdefs.h.  */
6551 #include <stdlib.h>
6552
6553 _ACEOF
6554 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6555   $EGREP "free" >/dev/null 2>&1; then
6556   :
6557 else
6558   ac_cv_header_stdc=no
6559 fi
6560 rm -f conftest*
6561
6562 fi
6563
6564 if test $ac_cv_header_stdc = yes; then
6565   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6566   if test "$cross_compiling" = yes; then
6567   :
6568 else
6569   cat >conftest.$ac_ext <<_ACEOF
6570 /* confdefs.h.  */
6571 _ACEOF
6572 cat confdefs.h >>conftest.$ac_ext
6573 cat >>conftest.$ac_ext <<_ACEOF
6574 /* end confdefs.h.  */
6575 #include <ctype.h>
6576 #include <stdlib.h>
6577 #if ((' ' & 0x0FF) == 0x020)
6578 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6579 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6580 #else
6581 # define ISLOWER(c) \
6582                    (('a' <= (c) && (c) <= 'i') \
6583                      || ('j' <= (c) && (c) <= 'r') \
6584                      || ('s' <= (c) && (c) <= 'z'))
6585 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6586 #endif
6587
6588 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6589 int
6590 main ()
6591 {
6592   int i;
6593   for (i = 0; i < 256; i++)
6594     if (XOR (islower (i), ISLOWER (i))
6595         || toupper (i) != TOUPPER (i))
6596       return 2;
6597   return 0;
6598 }
6599 _ACEOF
6600 rm -f conftest$ac_exeext
6601 if { (ac_try="$ac_link"
6602 case "(($ac_try" in
6603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6604   *) ac_try_echo=$ac_try;;
6605 esac
6606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6607   (eval "$ac_link") 2>&5
6608   ac_status=$?
6609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6610   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6611   { (case "(($ac_try" in
6612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6613   *) ac_try_echo=$ac_try;;
6614 esac
6615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6616   (eval "$ac_try") 2>&5
6617   ac_status=$?
6618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619   (exit $ac_status); }; }; then
6620   :
6621 else
6622   echo "$as_me: program exited with status $ac_status" >&5
6623 echo "$as_me: failed program was:" >&5
6624 sed 's/^/| /' conftest.$ac_ext >&5
6625
6626 ( exit $ac_status )
6627 ac_cv_header_stdc=no
6628 fi
6629 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6630 fi
6631
6632
6633 fi
6634 fi
6635 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6636 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6637 if test $ac_cv_header_stdc = yes; then
6638
6639 cat >>confdefs.h <<\_ACEOF
6640 #define STDC_HEADERS 1
6641 _ACEOF
6642
6643 fi
6644
6645 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6656                   inttypes.h stdint.h unistd.h
6657 do
6658 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6662   echo $ECHO_N "(cached) $ECHO_C" >&6
6663 else
6664   cat >conftest.$ac_ext <<_ACEOF
6665 /* confdefs.h.  */
6666 _ACEOF
6667 cat confdefs.h >>conftest.$ac_ext
6668 cat >>conftest.$ac_ext <<_ACEOF
6669 /* end confdefs.h.  */
6670 $ac_includes_default
6671
6672 #include <$ac_header>
6673 _ACEOF
6674 rm -f conftest.$ac_objext
6675 if { (ac_try="$ac_compile"
6676 case "(($ac_try" in
6677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6678   *) ac_try_echo=$ac_try;;
6679 esac
6680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681   (eval "$ac_compile") 2>conftest.er1
6682   ac_status=$?
6683   grep -v '^ *+' conftest.er1 >conftest.err
6684   rm -f conftest.er1
6685   cat conftest.err >&5
6686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687   (exit $ac_status); } && {
6688          test -z "$ac_c_werror_flag" ||
6689          test ! -s conftest.err
6690        } && test -s conftest.$ac_objext; then
6691   eval "$as_ac_Header=yes"
6692 else
6693   echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6695
6696         eval "$as_ac_Header=no"
6697 fi
6698
6699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6700 fi
6701 ac_res=`eval echo '${'$as_ac_Header'}'`
6702                { echo "$as_me:$LINENO: result: $ac_res" >&5
6703 echo "${ECHO_T}$ac_res" >&6; }
6704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6705   cat >>confdefs.h <<_ACEOF
6706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6707 _ACEOF
6708
6709 fi
6710
6711 done
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823 for ac_header in \
6824         AudioUnit/AudioUnit.h \
6825         Carbon/Carbon.h \
6826         CoreAudio/CoreAudio.h \
6827         DiskArbitration/DiskArbitration.h \
6828         IOKit/IOKitLib.h \
6829         alsa/asoundlib.h \
6830         arpa/inet.h \
6831         arpa/nameser.h \
6832         asm/types.h \
6833         capi20.h \
6834         cups/cups.h \
6835         curses.h \
6836         direct.h \
6837         dlfcn.h \
6838         elf.h \
6839         float.h \
6840         fontconfig/fontconfig.h \
6841         getopt.h \
6842         ieeefp.h \
6843         io.h \
6844         jack/jack.h \
6845         jpeglib.h \
6846         lber.h \
6847         lcms.h \
6848         lcms/lcms.h \
6849         ldap.h \
6850         libaudioio.h \
6851         link.h \
6852         linux/cdrom.h \
6853         linux/compiler.h \
6854         linux/hdreg.h \
6855         linux/input.h \
6856         linux/ioctl.h \
6857         linux/joystick.h \
6858         linux/major.h \
6859         linux/param.h \
6860         linux/serial.h \
6861         linux/ucdrom.h \
6862         mach/mach.h \
6863         mach/machine.h \
6864         machine/cpu.h \
6865         machine/limits.h \
6866         machine/soundcard.h \
6867         mntent.h \
6868         ncurses.h \
6869         netdb.h \
6870         netinet/in.h \
6871         netinet/in_systm.h \
6872         netinet/tcp.h \
6873         netinet/tcp_fsm.h \
6874         openssl/err.h \
6875         openssl/ssl.h \
6876         poll.h \
6877         process.h \
6878         pthread.h \
6879         pwd.h \
6880         regex.h \
6881         sched.h \
6882         scsi/scsi.h \
6883         scsi/scsi_ioctl.h \
6884         scsi/sg.h \
6885         soundcard.h \
6886         stdint.h \
6887         strings.h \
6888         sys/asoundlib.h \
6889         sys/cdio.h \
6890         sys/elf32.h \
6891         sys/epoll.h \
6892         sys/errno.h \
6893         sys/event.h \
6894         sys/exec_elf.h \
6895         sys/filio.h \
6896         sys/ioctl.h \
6897         sys/ipc.h \
6898         sys/limits.h \
6899         sys/link.h \
6900         sys/lwp.h \
6901         sys/mman.h \
6902         sys/modem.h \
6903         sys/msg.h \
6904         sys/mtio.h \
6905         sys/param.h \
6906         sys/poll.h \
6907         sys/prctl.h \
6908         sys/ptrace.h \
6909         sys/reg.h \
6910         sys/resource.h \
6911         sys/scsiio.h \
6912         sys/shm.h \
6913         sys/signal.h \
6914         sys/socket.h \
6915         sys/sockio.h \
6916         sys/soundcard.h \
6917         sys/statvfs.h \
6918         sys/strtio.h \
6919         sys/syscall.h \
6920         sys/sysctl.h \
6921         sys/time.h \
6922         sys/times.h \
6923         sys/uio.h \
6924         sys/un.h \
6925         sys/vm86.h \
6926         sys/wait.h \
6927         syscall.h \
6928         termios.h \
6929         unicode/ubidi.h \
6930         unistd.h \
6931         utime.h \
6932         valgrind/memcheck.h
6933
6934 do
6935 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6937   { echo "$as_me:$LINENO: checking for $ac_header" >&5
6938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6939 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6940   echo $ECHO_N "(cached) $ECHO_C" >&6
6941 fi
6942 ac_res=`eval echo '${'$as_ac_Header'}'`
6943                { echo "$as_me:$LINENO: result: $ac_res" >&5
6944 echo "${ECHO_T}$ac_res" >&6; }
6945 else
6946   # Is the header compilable?
6947 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6948 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6949 cat >conftest.$ac_ext <<_ACEOF
6950 /* confdefs.h.  */
6951 _ACEOF
6952 cat confdefs.h >>conftest.$ac_ext
6953 cat >>conftest.$ac_ext <<_ACEOF
6954 /* end confdefs.h.  */
6955 $ac_includes_default
6956 #include <$ac_header>
6957 _ACEOF
6958 rm -f conftest.$ac_objext
6959 if { (ac_try="$ac_compile"
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_compile") 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          test -z "$ac_c_werror_flag" ||
6973          test ! -s conftest.err
6974        } && test -s conftest.$ac_objext; then
6975   ac_header_compiler=yes
6976 else
6977   echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.$ac_ext >&5
6979
6980         ac_header_compiler=no
6981 fi
6982
6983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6984 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6985 echo "${ECHO_T}$ac_header_compiler" >&6; }
6986
6987 # Is the header present?
6988 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6989 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6990 cat >conftest.$ac_ext <<_ACEOF
6991 /* confdefs.h.  */
6992 _ACEOF
6993 cat confdefs.h >>conftest.$ac_ext
6994 cat >>conftest.$ac_ext <<_ACEOF
6995 /* end confdefs.h.  */
6996 #include <$ac_header>
6997 _ACEOF
6998 if { (ac_try="$ac_cpp conftest.$ac_ext"
6999 case "(($ac_try" in
7000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7001   *) ac_try_echo=$ac_try;;
7002 esac
7003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7004   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7005   ac_status=$?
7006   grep -v '^ *+' conftest.er1 >conftest.err
7007   rm -f conftest.er1
7008   cat conftest.err >&5
7009   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7010   (exit $ac_status); } >/dev/null && {
7011          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7012          test ! -s conftest.err
7013        }; then
7014   ac_header_preproc=yes
7015 else
7016   echo "$as_me: failed program was:" >&5
7017 sed 's/^/| /' conftest.$ac_ext >&5
7018
7019   ac_header_preproc=no
7020 fi
7021
7022 rm -f conftest.err conftest.$ac_ext
7023 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7024 echo "${ECHO_T}$ac_header_preproc" >&6; }
7025
7026 # So?  What about this header?
7027 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7028   yes:no: )
7029     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7030 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7031     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7032 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7033     ac_header_preproc=yes
7034     ;;
7035   no:yes:* )
7036     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7037 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7038     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7039 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7040     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7041 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7042     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7043 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7044     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7045 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7046     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7047 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7048     ( cat <<\_ASBOX
7049 ## ------------------------------------ ##
7050 ## Report this to wine-devel@winehq.org ##
7051 ## ------------------------------------ ##
7052 _ASBOX
7053      ) | sed "s/^/$as_me: WARNING:     /" >&2
7054     ;;
7055 esac
7056 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7059   echo $ECHO_N "(cached) $ECHO_C" >&6
7060 else
7061   eval "$as_ac_Header=\$ac_header_preproc"
7062 fi
7063 ac_res=`eval echo '${'$as_ac_Header'}'`
7064                { echo "$as_me:$LINENO: result: $ac_res" >&5
7065 echo "${ECHO_T}$ac_res" >&6; }
7066
7067 fi
7068 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7069   cat >>confdefs.h <<_ACEOF
7070 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7071 _ACEOF
7072
7073 fi
7074
7075 done
7076
7077 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7078 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7079 if test "${ac_cv_header_stat_broken+set}" = set; then
7080   echo $ECHO_N "(cached) $ECHO_C" >&6
7081 else
7082   cat >conftest.$ac_ext <<_ACEOF
7083 /* confdefs.h.  */
7084 _ACEOF
7085 cat confdefs.h >>conftest.$ac_ext
7086 cat >>conftest.$ac_ext <<_ACEOF
7087 /* end confdefs.h.  */
7088 #include <sys/types.h>
7089 #include <sys/stat.h>
7090
7091 #if defined S_ISBLK && defined S_IFDIR
7092 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7093 #endif
7094
7095 #if defined S_ISBLK && defined S_IFCHR
7096 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7097 #endif
7098
7099 #if defined S_ISLNK && defined S_IFREG
7100 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7101 #endif
7102
7103 #if defined S_ISSOCK && defined S_IFREG
7104 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7105 #endif
7106
7107 _ACEOF
7108 rm -f conftest.$ac_objext
7109 if { (ac_try="$ac_compile"
7110 case "(($ac_try" in
7111   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7112   *) ac_try_echo=$ac_try;;
7113 esac
7114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7115   (eval "$ac_compile") 2>conftest.er1
7116   ac_status=$?
7117   grep -v '^ *+' conftest.er1 >conftest.err
7118   rm -f conftest.er1
7119   cat conftest.err >&5
7120   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7121   (exit $ac_status); } && {
7122          test -z "$ac_c_werror_flag" ||
7123          test ! -s conftest.err
7124        } && test -s conftest.$ac_objext; then
7125   ac_cv_header_stat_broken=no
7126 else
7127   echo "$as_me: failed program was:" >&5
7128 sed 's/^/| /' conftest.$ac_ext >&5
7129
7130         ac_cv_header_stat_broken=yes
7131 fi
7132
7133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7134 fi
7135 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7136 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7137 if test $ac_cv_header_stat_broken = yes; then
7138
7139 cat >>confdefs.h <<\_ACEOF
7140 #define STAT_MACROS_BROKEN 1
7141 _ACEOF
7142
7143 fi
7144
7145
7146
7147
7148
7149
7150
7151 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7152 do
7153 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7154 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7155 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7157   echo $ECHO_N "(cached) $ECHO_C" >&6
7158 else
7159   cat >conftest.$ac_ext <<_ACEOF
7160 /* confdefs.h.  */
7161 _ACEOF
7162 cat confdefs.h >>conftest.$ac_ext
7163 cat >>conftest.$ac_ext <<_ACEOF
7164 /* end confdefs.h.  */
7165 #include <sys/types.h>
7166      #if HAVE_SYS_PARAM_H
7167      # include <sys/param.h>
7168      #endif
7169
7170 #include <$ac_header>
7171 _ACEOF
7172 rm -f conftest.$ac_objext
7173 if { (ac_try="$ac_compile"
7174 case "(($ac_try" in
7175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7176   *) ac_try_echo=$ac_try;;
7177 esac
7178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7179   (eval "$ac_compile") 2>conftest.er1
7180   ac_status=$?
7181   grep -v '^ *+' conftest.er1 >conftest.err
7182   rm -f conftest.er1
7183   cat conftest.err >&5
7184   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7185   (exit $ac_status); } && {
7186          test -z "$ac_c_werror_flag" ||
7187          test ! -s conftest.err
7188        } && test -s conftest.$ac_objext; then
7189   eval "$as_ac_Header=yes"
7190 else
7191   echo "$as_me: failed program was:" >&5
7192 sed 's/^/| /' conftest.$ac_ext >&5
7193
7194         eval "$as_ac_Header=no"
7195 fi
7196
7197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7198 fi
7199 ac_res=`eval echo '${'$as_ac_Header'}'`
7200                { echo "$as_me:$LINENO: result: $ac_res" >&5
7201 echo "${ECHO_T}$ac_res" >&6; }
7202 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7203   cat >>confdefs.h <<_ACEOF
7204 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7205 _ACEOF
7206
7207 fi
7208
7209 done
7210
7211
7212
7213
7214
7215
7216
7217
7218 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
7219 do
7220 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7221 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7222 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7223 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7224   echo $ECHO_N "(cached) $ECHO_C" >&6
7225 else
7226   cat >conftest.$ac_ext <<_ACEOF
7227 /* confdefs.h.  */
7228 _ACEOF
7229 cat confdefs.h >>conftest.$ac_ext
7230 cat >>conftest.$ac_ext <<_ACEOF
7231 /* end confdefs.h.  */
7232 #include <sys/types.h>
7233      #if HAVE_SYS_SOCKET_H
7234      # include <sys/socket.h>
7235      #endif
7236
7237 #include <$ac_header>
7238 _ACEOF
7239 rm -f conftest.$ac_objext
7240 if { (ac_try="$ac_compile"
7241 case "(($ac_try" in
7242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7243   *) ac_try_echo=$ac_try;;
7244 esac
7245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7246   (eval "$ac_compile") 2>conftest.er1
7247   ac_status=$?
7248   grep -v '^ *+' conftest.er1 >conftest.err
7249   rm -f conftest.er1
7250   cat conftest.err >&5
7251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7252   (exit $ac_status); } && {
7253          test -z "$ac_c_werror_flag" ||
7254          test ! -s conftest.err
7255        } && test -s conftest.$ac_objext; then
7256   eval "$as_ac_Header=yes"
7257 else
7258   echo "$as_me: failed program was:" >&5
7259 sed 's/^/| /' conftest.$ac_ext >&5
7260
7261         eval "$as_ac_Header=no"
7262 fi
7263
7264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7265 fi
7266 ac_res=`eval echo '${'$as_ac_Header'}'`
7267                { echo "$as_me:$LINENO: result: $ac_res" >&5
7268 echo "${ECHO_T}$ac_res" >&6; }
7269 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7270   cat >>confdefs.h <<_ACEOF
7271 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7272 _ACEOF
7273
7274 fi
7275
7276 done
7277
7278
7279
7280 for ac_header in linux/ipx.h
7281 do
7282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7286   echo $ECHO_N "(cached) $ECHO_C" >&6
7287 else
7288   cat >conftest.$ac_ext <<_ACEOF
7289 /* confdefs.h.  */
7290 _ACEOF
7291 cat confdefs.h >>conftest.$ac_ext
7292 cat >>conftest.$ac_ext <<_ACEOF
7293 /* end confdefs.h.  */
7294 #include <sys/types.h>
7295      #ifdef HAVE_ASM_TYPES_H
7296      # include <asm/types.h>
7297      #endif
7298      #if HAVE_SYS_SOCKET_H
7299      # include <sys/socket.h>
7300      #endif
7301
7302 #include <$ac_header>
7303 _ACEOF
7304 rm -f conftest.$ac_objext
7305 if { (ac_try="$ac_compile"
7306 case "(($ac_try" in
7307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7308   *) ac_try_echo=$ac_try;;
7309 esac
7310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7311   (eval "$ac_compile") 2>conftest.er1
7312   ac_status=$?
7313   grep -v '^ *+' conftest.er1 >conftest.err
7314   rm -f conftest.er1
7315   cat conftest.err >&5
7316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7317   (exit $ac_status); } && {
7318          test -z "$ac_c_werror_flag" ||
7319          test ! -s conftest.err
7320        } && test -s conftest.$ac_objext; then
7321   eval "$as_ac_Header=yes"
7322 else
7323   echo "$as_me: failed program was:" >&5
7324 sed 's/^/| /' conftest.$ac_ext >&5
7325
7326         eval "$as_ac_Header=no"
7327 fi
7328
7329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7330 fi
7331 ac_res=`eval echo '${'$as_ac_Header'}'`
7332                { echo "$as_me:$LINENO: result: $ac_res" >&5
7333 echo "${ECHO_T}$ac_res" >&6; }
7334 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7335   cat >>confdefs.h <<_ACEOF
7336 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7337 _ACEOF
7338
7339 fi
7340
7341 done
7342
7343
7344
7345 for ac_header in resolv.h
7346 do
7347 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7348 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7349 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7350 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7351   echo $ECHO_N "(cached) $ECHO_C" >&6
7352 else
7353   cat >conftest.$ac_ext <<_ACEOF
7354 /* confdefs.h.  */
7355 _ACEOF
7356 cat confdefs.h >>conftest.$ac_ext
7357 cat >>conftest.$ac_ext <<_ACEOF
7358 /* end confdefs.h.  */
7359 #include <sys/types.h>
7360      #if HAVE_SYS_SOCKET_H
7361      # include <sys/socket.h>
7362      #endif
7363      #if HAVE_NETINET_IN_H
7364      # include <netinet/in.h>
7365      #endif
7366      #if HAVE_ARPA_NAMESER_H
7367      # include <arpa/nameser.h>
7368      #endif
7369
7370 #include <$ac_header>
7371 _ACEOF
7372 rm -f conftest.$ac_objext
7373 if { (ac_try="$ac_compile"
7374 case "(($ac_try" in
7375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7376   *) ac_try_echo=$ac_try;;
7377 esac
7378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7379   (eval "$ac_compile") 2>conftest.er1
7380   ac_status=$?
7381   grep -v '^ *+' conftest.er1 >conftest.err
7382   rm -f conftest.er1
7383   cat conftest.err >&5
7384   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7385   (exit $ac_status); } && {
7386          test -z "$ac_c_werror_flag" ||
7387          test ! -s conftest.err
7388        } && test -s conftest.$ac_objext; then
7389   eval "$as_ac_Header=yes"
7390 else
7391   echo "$as_me: failed program was:" >&5
7392 sed 's/^/| /' conftest.$ac_ext >&5
7393
7394         eval "$as_ac_Header=no"
7395 fi
7396
7397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7398 fi
7399 ac_res=`eval echo '${'$as_ac_Header'}'`
7400                { echo "$as_me:$LINENO: result: $ac_res" >&5
7401 echo "${ECHO_T}$ac_res" >&6; }
7402 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7403   cat >>confdefs.h <<_ACEOF
7404 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7405 _ACEOF
7406
7407 fi
7408
7409 done
7410
7411
7412
7413 for ac_header in ucontext.h
7414 do
7415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7416 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7419   echo $ECHO_N "(cached) $ECHO_C" >&6
7420 else
7421   cat >conftest.$ac_ext <<_ACEOF
7422 /* confdefs.h.  */
7423 _ACEOF
7424 cat confdefs.h >>conftest.$ac_ext
7425 cat >>conftest.$ac_ext <<_ACEOF
7426 /* end confdefs.h.  */
7427 #include <signal.h>
7428
7429 #include <$ac_header>
7430 _ACEOF
7431 rm -f conftest.$ac_objext
7432 if { (ac_try="$ac_compile"
7433 case "(($ac_try" in
7434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7435   *) ac_try_echo=$ac_try;;
7436 esac
7437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7438   (eval "$ac_compile") 2>conftest.er1
7439   ac_status=$?
7440   grep -v '^ *+' conftest.er1 >conftest.err
7441   rm -f conftest.er1
7442   cat conftest.err >&5
7443   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7444   (exit $ac_status); } && {
7445          test -z "$ac_c_werror_flag" ||
7446          test ! -s conftest.err
7447        } && test -s conftest.$ac_objext; then
7448   eval "$as_ac_Header=yes"
7449 else
7450   echo "$as_me: failed program was:" >&5
7451 sed 's/^/| /' conftest.$ac_ext >&5
7452
7453         eval "$as_ac_Header=no"
7454 fi
7455
7456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7457 fi
7458 ac_res=`eval echo '${'$as_ac_Header'}'`
7459                { echo "$as_me:$LINENO: result: $ac_res" >&5
7460 echo "${ECHO_T}$ac_res" >&6; }
7461 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7462   cat >>confdefs.h <<_ACEOF
7463 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7464 _ACEOF
7465
7466 fi
7467
7468 done
7469
7470
7471
7472 for ac_header in pthread_np.h
7473 do
7474 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7475 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7476 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7477 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7478   echo $ECHO_N "(cached) $ECHO_C" >&6
7479 else
7480   cat >conftest.$ac_ext <<_ACEOF
7481 /* confdefs.h.  */
7482 _ACEOF
7483 cat confdefs.h >>conftest.$ac_ext
7484 cat >>conftest.$ac_ext <<_ACEOF
7485 /* end confdefs.h.  */
7486 #ifdef HAVE_PTHREAD_H
7487 #include <pthread.h>
7488 #endif
7489
7490 #include <$ac_header>
7491 _ACEOF
7492 rm -f conftest.$ac_objext
7493 if { (ac_try="$ac_compile"
7494 case "(($ac_try" in
7495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7496   *) ac_try_echo=$ac_try;;
7497 esac
7498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7499   (eval "$ac_compile") 2>conftest.er1
7500   ac_status=$?
7501   grep -v '^ *+' conftest.er1 >conftest.err
7502   rm -f conftest.er1
7503   cat conftest.err >&5
7504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7505   (exit $ac_status); } && {
7506          test -z "$ac_c_werror_flag" ||
7507          test ! -s conftest.err
7508        } && test -s conftest.$ac_objext; then
7509   eval "$as_ac_Header=yes"
7510 else
7511   echo "$as_me: failed program was:" >&5
7512 sed 's/^/| /' conftest.$ac_ext >&5
7513
7514         eval "$as_ac_Header=no"
7515 fi
7516
7517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7518 fi
7519 ac_res=`eval echo '${'$as_ac_Header'}'`
7520                { echo "$as_me:$LINENO: result: $ac_res" >&5
7521 echo "${ECHO_T}$ac_res" >&6; }
7522 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7523   cat >>confdefs.h <<_ACEOF
7524 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7525 _ACEOF
7526
7527 fi
7528
7529 done
7530
7531
7532
7533 for ac_header in linux/videodev.h
7534 do
7535 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7539   echo $ECHO_N "(cached) $ECHO_C" >&6
7540 else
7541   cat >conftest.$ac_ext <<_ACEOF
7542 /* confdefs.h.  */
7543 _ACEOF
7544 cat confdefs.h >>conftest.$ac_ext
7545 cat >>conftest.$ac_ext <<_ACEOF
7546 /* end confdefs.h.  */
7547 #ifdef HAVE_SYS_TIME_H
7548 #include <sys/time.h>
7549 #endif
7550 #include <sys/types.h>
7551 #ifdef HAVE_ASM_TYPES_H
7552 #include <asm/types.h>
7553 #endif
7554
7555 #include <$ac_header>
7556 _ACEOF
7557 rm -f conftest.$ac_objext
7558 if { (ac_try="$ac_compile"
7559 case "(($ac_try" in
7560   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7561   *) ac_try_echo=$ac_try;;
7562 esac
7563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7564   (eval "$ac_compile") 2>conftest.er1
7565   ac_status=$?
7566   grep -v '^ *+' conftest.er1 >conftest.err
7567   rm -f conftest.er1
7568   cat conftest.err >&5
7569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570   (exit $ac_status); } && {
7571          test -z "$ac_c_werror_flag" ||
7572          test ! -s conftest.err
7573        } && test -s conftest.$ac_objext; then
7574   eval "$as_ac_Header=yes"
7575 else
7576   echo "$as_me: failed program was:" >&5
7577 sed 's/^/| /' conftest.$ac_ext >&5
7578
7579         eval "$as_ac_Header=no"
7580 fi
7581
7582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7583 fi
7584 ac_res=`eval echo '${'$as_ac_Header'}'`
7585                { echo "$as_me:$LINENO: result: $ac_res" >&5
7586 echo "${ECHO_T}$ac_res" >&6; }
7587 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7588   cat >>confdefs.h <<_ACEOF
7589 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7590 _ACEOF
7591
7592 fi
7593
7594 done
7595
7596
7597
7598 for ac_header in linux/capi.h
7599 do
7600 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7601 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7602 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7603 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7604   echo $ECHO_N "(cached) $ECHO_C" >&6
7605 else
7606   cat >conftest.$ac_ext <<_ACEOF
7607 /* confdefs.h.  */
7608 _ACEOF
7609 cat confdefs.h >>conftest.$ac_ext
7610 cat >>conftest.$ac_ext <<_ACEOF
7611 /* end confdefs.h.  */
7612 #define __user
7613
7614 #include <$ac_header>
7615 _ACEOF
7616 rm -f conftest.$ac_objext
7617 if { (ac_try="$ac_compile"
7618 case "(($ac_try" in
7619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7620   *) ac_try_echo=$ac_try;;
7621 esac
7622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7623   (eval "$ac_compile") 2>conftest.er1
7624   ac_status=$?
7625   grep -v '^ *+' conftest.er1 >conftest.err
7626   rm -f conftest.er1
7627   cat conftest.err >&5
7628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629   (exit $ac_status); } && {
7630          test -z "$ac_c_werror_flag" ||
7631          test ! -s conftest.err
7632        } && test -s conftest.$ac_objext; then
7633   eval "$as_ac_Header=yes"
7634 else
7635   echo "$as_me: failed program was:" >&5
7636 sed 's/^/| /' conftest.$ac_ext >&5
7637
7638         eval "$as_ac_Header=no"
7639 fi
7640
7641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7642 fi
7643 ac_res=`eval echo '${'$as_ac_Header'}'`
7644                { echo "$as_me:$LINENO: result: $ac_res" >&5
7645 echo "${ECHO_T}$ac_res" >&6; }
7646 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7647   cat >>confdefs.h <<_ACEOF
7648 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7649 _ACEOF
7650
7651 fi
7652
7653 done
7654
7655
7656
7657 DLLEXT=""
7658
7659 DLLFLAGS="-D_REENTRANT"
7660
7661 LDSHARED=""
7662
7663 LDDLLFLAGS=""
7664
7665 LIBEXT="so"
7666
7667 IMPLIBEXT="def"
7668
7669 LDRPATH_INSTALL=""
7670
7671 LDRPATH_LOCAL=""
7672
7673 # Extract the first word of "ldd", so it can be a program name with args.
7674 set dummy ldd; ac_word=$2
7675 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7676 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7677 if test "${ac_cv_path_LDD+set}" = set; then
7678   echo $ECHO_N "(cached) $ECHO_C" >&6
7679 else
7680   case $LDD in
7681   [\\/]* | ?:[\\/]*)
7682   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7683   ;;
7684   *)
7685   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686 as_dummy="/sbin:/usr/sbin:$PATH"
7687 for as_dir in $as_dummy
7688 do
7689   IFS=$as_save_IFS
7690   test -z "$as_dir" && as_dir=.
7691   for ac_exec_ext in '' $ac_executable_extensions; do
7692   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7693     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7694     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7695     break 2
7696   fi
7697 done
7698 done
7699 IFS=$as_save_IFS
7700
7701   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7702   ;;
7703 esac
7704 fi
7705 LDD=$ac_cv_path_LDD
7706 if test -n "$LDD"; then
7707   { echo "$as_me:$LINENO: result: $LDD" >&5
7708 echo "${ECHO_T}$LDD" >&6; }
7709 else
7710   { echo "$as_me:$LINENO: result: no" >&5
7711 echo "${ECHO_T}no" >&6; }
7712 fi
7713
7714
7715
7716 case $host_os in
7717   cygwin*|mingw32*)
7718     if test -n "$ac_tool_prefix"; then
7719   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7720 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7721 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7722 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7723 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7724   echo $ECHO_N "(cached) $ECHO_C" >&6
7725 else
7726   if test -n "$DLLTOOL"; then
7727   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7728 else
7729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7730 for as_dir in $PATH
7731 do
7732   IFS=$as_save_IFS
7733   test -z "$as_dir" && as_dir=.
7734   for ac_exec_ext in '' $ac_executable_extensions; do
7735   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7736     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7737     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7738     break 2
7739   fi
7740 done
7741 done
7742 IFS=$as_save_IFS
7743
7744 fi
7745 fi
7746 DLLTOOL=$ac_cv_prog_DLLTOOL
7747 if test -n "$DLLTOOL"; then
7748   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7749 echo "${ECHO_T}$DLLTOOL" >&6; }
7750 else
7751   { echo "$as_me:$LINENO: result: no" >&5
7752 echo "${ECHO_T}no" >&6; }
7753 fi
7754
7755
7756 fi
7757 if test -z "$ac_cv_prog_DLLTOOL"; then
7758   ac_ct_DLLTOOL=$DLLTOOL
7759   # Extract the first word of "dlltool", so it can be a program name with args.
7760 set dummy dlltool; ac_word=$2
7761 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7763 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7764   echo $ECHO_N "(cached) $ECHO_C" >&6
7765 else
7766   if test -n "$ac_ct_DLLTOOL"; then
7767   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7768 else
7769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7770 for as_dir in $PATH
7771 do
7772   IFS=$as_save_IFS
7773   test -z "$as_dir" && as_dir=.
7774   for ac_exec_ext in '' $ac_executable_extensions; do
7775   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7776     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7777     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7778     break 2
7779   fi
7780 done
7781 done
7782 IFS=$as_save_IFS
7783
7784 fi
7785 fi
7786 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7787 if test -n "$ac_ct_DLLTOOL"; then
7788   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7789 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7790 else
7791   { echo "$as_me:$LINENO: result: no" >&5
7792 echo "${ECHO_T}no" >&6; }
7793 fi
7794
7795   if test "x$ac_ct_DLLTOOL" = x; then
7796     DLLTOOL="false"
7797   else
7798     case $cross_compiling:$ac_tool_warned in
7799 yes:)
7800 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7801 whose name does not start with the host triplet.  If you think this
7802 configuration is useful to you, please write to autoconf@gnu.org." >&5
7803 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7804 whose name does not start with the host triplet.  If you think this
7805 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7806 ac_tool_warned=yes ;;
7807 esac
7808     DLLTOOL=$ac_ct_DLLTOOL
7809   fi
7810 else
7811   DLLTOOL="$ac_cv_prog_DLLTOOL"
7812 fi
7813
7814     if test -n "$ac_tool_prefix"; then
7815   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7816 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7817 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7818 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7819 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7820   echo $ECHO_N "(cached) $ECHO_C" >&6
7821 else
7822   if test -n "$DLLWRAP"; then
7823   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7824 else
7825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7826 for as_dir in $PATH
7827 do
7828   IFS=$as_save_IFS
7829   test -z "$as_dir" && as_dir=.
7830   for ac_exec_ext in '' $ac_executable_extensions; do
7831   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7832     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7833     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7834     break 2
7835   fi
7836 done
7837 done
7838 IFS=$as_save_IFS
7839
7840 fi
7841 fi
7842 DLLWRAP=$ac_cv_prog_DLLWRAP
7843 if test -n "$DLLWRAP"; then
7844   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7845 echo "${ECHO_T}$DLLWRAP" >&6; }
7846 else
7847   { echo "$as_me:$LINENO: result: no" >&5
7848 echo "${ECHO_T}no" >&6; }
7849 fi
7850
7851
7852 fi
7853 if test -z "$ac_cv_prog_DLLWRAP"; then
7854   ac_ct_DLLWRAP=$DLLWRAP
7855   # Extract the first word of "dllwrap", so it can be a program name with args.
7856 set dummy dllwrap; ac_word=$2
7857 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7858 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7859 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7860   echo $ECHO_N "(cached) $ECHO_C" >&6
7861 else
7862   if test -n "$ac_ct_DLLWRAP"; then
7863   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7864 else
7865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7866 for as_dir in $PATH
7867 do
7868   IFS=$as_save_IFS
7869   test -z "$as_dir" && as_dir=.
7870   for ac_exec_ext in '' $ac_executable_extensions; do
7871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7872     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7873     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7874     break 2
7875   fi
7876 done
7877 done
7878 IFS=$as_save_IFS
7879
7880 fi
7881 fi
7882 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7883 if test -n "$ac_ct_DLLWRAP"; then
7884   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7885 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7886 else
7887   { echo "$as_me:$LINENO: result: no" >&5
7888 echo "${ECHO_T}no" >&6; }
7889 fi
7890
7891   if test "x$ac_ct_DLLWRAP" = x; then
7892     DLLWRAP="false"
7893   else
7894     case $cross_compiling:$ac_tool_warned in
7895 yes:)
7896 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7897 whose name does not start with the host triplet.  If you think this
7898 configuration is useful to you, please write to autoconf@gnu.org." >&5
7899 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7900 whose name does not start with the host triplet.  If you think this
7901 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7902 ac_tool_warned=yes ;;
7903 esac
7904     DLLWRAP=$ac_ct_DLLWRAP
7905   fi
7906 else
7907   DLLWRAP="$ac_cv_prog_DLLWRAP"
7908 fi
7909
7910     if test -n "$ac_tool_prefix"; then
7911   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7912 set dummy ${ac_tool_prefix}ar; ac_word=$2
7913 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7915 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7916   echo $ECHO_N "(cached) $ECHO_C" >&6
7917 else
7918   if test -n "$MINGWAR"; then
7919   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7920 else
7921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7922 for as_dir in $PATH
7923 do
7924   IFS=$as_save_IFS
7925   test -z "$as_dir" && as_dir=.
7926   for ac_exec_ext in '' $ac_executable_extensions; do
7927   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7928     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7929     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7930     break 2
7931   fi
7932 done
7933 done
7934 IFS=$as_save_IFS
7935
7936 fi
7937 fi
7938 MINGWAR=$ac_cv_prog_MINGWAR
7939 if test -n "$MINGWAR"; then
7940   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7941 echo "${ECHO_T}$MINGWAR" >&6; }
7942 else
7943   { echo "$as_me:$LINENO: result: no" >&5
7944 echo "${ECHO_T}no" >&6; }
7945 fi
7946
7947
7948 fi
7949 if test -z "$ac_cv_prog_MINGWAR"; then
7950   ac_ct_MINGWAR=$MINGWAR
7951   # Extract the first word of "ar", so it can be a program name with args.
7952 set dummy ar; ac_word=$2
7953 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7954 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7955 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7956   echo $ECHO_N "(cached) $ECHO_C" >&6
7957 else
7958   if test -n "$ac_ct_MINGWAR"; then
7959   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7960 else
7961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962 for as_dir in $PATH
7963 do
7964   IFS=$as_save_IFS
7965   test -z "$as_dir" && as_dir=.
7966   for ac_exec_ext in '' $ac_executable_extensions; do
7967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968     ac_cv_prog_ac_ct_MINGWAR="ar"
7969     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7970     break 2
7971   fi
7972 done
7973 done
7974 IFS=$as_save_IFS
7975
7976 fi
7977 fi
7978 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7979 if test -n "$ac_ct_MINGWAR"; then
7980   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7981 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7982 else
7983   { echo "$as_me:$LINENO: result: no" >&5
7984 echo "${ECHO_T}no" >&6; }
7985 fi
7986
7987   if test "x$ac_ct_MINGWAR" = x; then
7988     MINGWAR="false"
7989   else
7990     case $cross_compiling:$ac_tool_warned in
7991 yes:)
7992 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7993 whose name does not start with the host triplet.  If you think this
7994 configuration is useful to you, please write to autoconf@gnu.org." >&5
7995 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7996 whose name does not start with the host triplet.  If you think this
7997 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7998 ac_tool_warned=yes ;;
7999 esac
8000     MINGWAR=$ac_ct_MINGWAR
8001   fi
8002 else
8003   MINGWAR="$ac_cv_prog_MINGWAR"
8004 fi
8005
8006     if test "$DLLWRAP" = "false"; then
8007       LIBEXT="a"
8008     else
8009             LIBEXT="dll"
8010     fi
8011     IMPLIBEXT="a"
8012         WIN16_FILES=""
8013     WIN16_INSTALL=""
8014     ;;
8015   darwin*|macosx*)
8016     DLLEXT=".so"
8017     LIBEXT="dylib"
8018     DLLFLAGS="$DLLFLAGS -fPIC"
8019     LDDLLFLAGS="-bundle -multiply_defined suppress"
8020     LIBWINE_LDFLAGS="-multiply_defined suppress"
8021     LDSHARED="\$(CC) -dynamiclib"
8022     STRIP="$STRIP -x"
8023     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8024         COREFOUNDATIONLIB="-framework CoreFoundation"
8025
8026     IOKITLIB="-framework IOKit -framework CoreFoundation"
8027
8028     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8029
8030     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8031     then
8032                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8033
8034     fi
8035     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8036     then
8037                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8038
8039     fi
8040     case $host_cpu in
8041       *powerpc*)
8042         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8043     esac
8044         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8045     then
8046         CARBONLIB="-framework Carbon"
8047
8048         QUARTZFILES='$(QUARTZFILES)'
8049     fi
8050     ;;
8051   *)
8052     DLLFLAGS="$DLLFLAGS -fPIC"
8053     DLLEXT=".so"
8054     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8055 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8056 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8057   echo $ECHO_N "(cached) $ECHO_C" >&6
8058 else
8059   ac_wine_try_cflags_saved=$CFLAGS
8060 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8061 cat >conftest.$ac_ext <<_ACEOF
8062 void myfunc() {}
8063 _ACEOF
8064 rm -f conftest.$ac_objext conftest$ac_exeext
8065 if { (ac_try="$ac_link"
8066 case "(($ac_try" in
8067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8068   *) ac_try_echo=$ac_try;;
8069 esac
8070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8071   (eval "$ac_link") 2>conftest.er1
8072   ac_status=$?
8073   grep -v '^ *+' conftest.er1 >conftest.err
8074   rm -f conftest.er1
8075   cat conftest.err >&5
8076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8077   (exit $ac_status); } && {
8078          test -z "$ac_c_werror_flag" ||
8079          test ! -s conftest.err
8080        } && test -s conftest$ac_exeext &&
8081        $as_test_x conftest$ac_exeext; then
8082   ac_cv_c_dll_gnuelf="yes"
8083 else
8084   echo "$as_me: failed program was:" >&5
8085 sed 's/^/| /' conftest.$ac_ext >&5
8086
8087         ac_cv_c_dll_gnuelf="no"
8088 fi
8089
8090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8091       conftest$ac_exeext conftest.$ac_ext
8092 CFLAGS=$ac_wine_try_cflags_saved
8093 fi
8094 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8095 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8096     if test "$ac_cv_c_dll_gnuelf" = "yes"
8097     then
8098       LDSHARED="\$(CC) -shared"
8099       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8100       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8101 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8102 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8103   echo $ECHO_N "(cached) $ECHO_C" >&6
8104 else
8105   ac_wine_try_cflags_saved=$CFLAGS
8106 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8107 cat >conftest.$ac_ext <<_ACEOF
8108 /* confdefs.h.  */
8109 _ACEOF
8110 cat confdefs.h >>conftest.$ac_ext
8111 cat >>conftest.$ac_ext <<_ACEOF
8112 /* end confdefs.h.  */
8113
8114 int
8115 main ()
8116 {
8117
8118   ;
8119   return 0;
8120 }
8121 _ACEOF
8122 rm -f conftest.$ac_objext conftest$ac_exeext
8123 if { (ac_try="$ac_link"
8124 case "(($ac_try" in
8125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8126   *) ac_try_echo=$ac_try;;
8127 esac
8128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8129   (eval "$ac_link") 2>conftest.er1
8130   ac_status=$?
8131   grep -v '^ *+' conftest.er1 >conftest.err
8132   rm -f conftest.er1
8133   cat conftest.err >&5
8134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8135   (exit $ac_status); } && {
8136          test -z "$ac_c_werror_flag" ||
8137          test ! -s conftest.err
8138        } && test -s conftest$ac_exeext &&
8139        $as_test_x conftest$ac_exeext; then
8140   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8141 else
8142   echo "$as_me: failed program was:" >&5
8143 sed 's/^/| /' conftest.$ac_ext >&5
8144
8145         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8146 fi
8147
8148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8149       conftest$ac_exeext conftest.$ac_ext
8150 CFLAGS=$ac_wine_try_cflags_saved
8151 fi
8152 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8153 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8154 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8155   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8156 else
8157   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8158 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8159 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8160   echo $ECHO_N "(cached) $ECHO_C" >&6
8161 else
8162   ac_wine_try_cflags_saved=$CFLAGS
8163 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8164 cat >conftest.$ac_ext <<_ACEOF
8165 /* confdefs.h.  */
8166 _ACEOF
8167 cat confdefs.h >>conftest.$ac_ext
8168 cat >>conftest.$ac_ext <<_ACEOF
8169 /* end confdefs.h.  */
8170
8171 int
8172 main ()
8173 {
8174
8175   ;
8176   return 0;
8177 }
8178 _ACEOF
8179 rm -f conftest.$ac_objext conftest$ac_exeext
8180 if { (ac_try="$ac_link"
8181 case "(($ac_try" in
8182   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8183   *) ac_try_echo=$ac_try;;
8184 esac
8185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8186   (eval "$ac_link") 2>conftest.er1
8187   ac_status=$?
8188   grep -v '^ *+' conftest.er1 >conftest.err
8189   rm -f conftest.er1
8190   cat conftest.err >&5
8191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8192   (exit $ac_status); } && {
8193          test -z "$ac_c_werror_flag" ||
8194          test ! -s conftest.err
8195        } && test -s conftest$ac_exeext &&
8196        $as_test_x conftest$ac_exeext; then
8197   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8198 else
8199   echo "$as_me: failed program was:" >&5
8200 sed 's/^/| /' conftest.$ac_ext >&5
8201
8202         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8203 fi
8204
8205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8206       conftest$ac_exeext conftest.$ac_ext
8207 CFLAGS=$ac_wine_try_cflags_saved
8208 fi
8209 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8210 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8211 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8212   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8213 fi
8214
8215 fi
8216
8217
8218       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8219 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8220 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8221   echo $ECHO_N "(cached) $ECHO_C" >&6
8222 else
8223   ac_wine_try_cflags_saved=$CFLAGS
8224 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8225 cat >conftest.$ac_ext <<_ACEOF
8226 /* confdefs.h.  */
8227 _ACEOF
8228 cat confdefs.h >>conftest.$ac_ext
8229 cat >>conftest.$ac_ext <<_ACEOF
8230 /* end confdefs.h.  */
8231
8232 int
8233 main ()
8234 {
8235
8236   ;
8237   return 0;
8238 }
8239 _ACEOF
8240 rm -f conftest.$ac_objext conftest$ac_exeext
8241 if { (ac_try="$ac_link"
8242 case "(($ac_try" in
8243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8244   *) ac_try_echo=$ac_try;;
8245 esac
8246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8247   (eval "$ac_link") 2>conftest.er1
8248   ac_status=$?
8249   grep -v '^ *+' conftest.er1 >conftest.err
8250   rm -f conftest.er1
8251   cat conftest.err >&5
8252   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8253   (exit $ac_status); } && {
8254          test -z "$ac_c_werror_flag" ||
8255          test ! -s conftest.err
8256        } && test -s conftest$ac_exeext &&
8257        $as_test_x conftest$ac_exeext; then
8258   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8259 else
8260   echo "$as_me: failed program was:" >&5
8261 sed 's/^/| /' conftest.$ac_ext >&5
8262
8263         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8264 fi
8265
8266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8267       conftest$ac_exeext conftest.$ac_ext
8268 CFLAGS=$ac_wine_try_cflags_saved
8269 fi
8270 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8271 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8272 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8273   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8274 fi
8275
8276
8277       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8278 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8279 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8280   echo $ECHO_N "(cached) $ECHO_C" >&6
8281 else
8282   ac_wine_try_cflags_saved=$CFLAGS
8283 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8284 cat >conftest.$ac_ext <<_ACEOF
8285 /* confdefs.h.  */
8286 _ACEOF
8287 cat confdefs.h >>conftest.$ac_ext
8288 cat >>conftest.$ac_ext <<_ACEOF
8289 /* end confdefs.h.  */
8290
8291 int
8292 main ()
8293 {
8294
8295   ;
8296   return 0;
8297 }
8298 _ACEOF
8299 rm -f conftest.$ac_objext conftest$ac_exeext
8300 if { (ac_try="$ac_link"
8301 case "(($ac_try" in
8302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8303   *) ac_try_echo=$ac_try;;
8304 esac
8305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8306   (eval "$ac_link") 2>conftest.er1
8307   ac_status=$?
8308   grep -v '^ *+' conftest.er1 >conftest.err
8309   rm -f conftest.er1
8310   cat conftest.err >&5
8311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8312   (exit $ac_status); } && {
8313          test -z "$ac_c_werror_flag" ||
8314          test ! -s conftest.err
8315        } && test -s conftest$ac_exeext &&
8316        $as_test_x conftest$ac_exeext; then
8317   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8318 else
8319   echo "$as_me: failed program was:" >&5
8320 sed 's/^/| /' conftest.$ac_ext >&5
8321
8322         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8323 fi
8324
8325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8326       conftest$ac_exeext conftest.$ac_ext
8327 CFLAGS=$ac_wine_try_cflags_saved
8328 fi
8329 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8330 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8331 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8332   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8333 fi
8334
8335
8336       echo '{ global: *; };' >conftest.map
8337       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8338 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8339 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8340   echo $ECHO_N "(cached) $ECHO_C" >&6
8341 else
8342   ac_wine_try_cflags_saved=$CFLAGS
8343 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8344 cat >conftest.$ac_ext <<_ACEOF
8345 /* confdefs.h.  */
8346 _ACEOF
8347 cat confdefs.h >>conftest.$ac_ext
8348 cat >>conftest.$ac_ext <<_ACEOF
8349 /* end confdefs.h.  */
8350
8351 int
8352 main ()
8353 {
8354
8355   ;
8356   return 0;
8357 }
8358 _ACEOF
8359 rm -f conftest.$ac_objext conftest$ac_exeext
8360 if { (ac_try="$ac_link"
8361 case "(($ac_try" in
8362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8363   *) ac_try_echo=$ac_try;;
8364 esac
8365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8366   (eval "$ac_link") 2>conftest.er1
8367   ac_status=$?
8368   grep -v '^ *+' conftest.er1 >conftest.err
8369   rm -f conftest.er1
8370   cat conftest.err >&5
8371   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372   (exit $ac_status); } && {
8373          test -z "$ac_c_werror_flag" ||
8374          test ! -s conftest.err
8375        } && test -s conftest$ac_exeext &&
8376        $as_test_x conftest$ac_exeext; then
8377   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8378 else
8379   echo "$as_me: failed program was:" >&5
8380 sed 's/^/| /' conftest.$ac_ext >&5
8381
8382         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8383 fi
8384
8385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8386       conftest$ac_exeext conftest.$ac_ext
8387 CFLAGS=$ac_wine_try_cflags_saved
8388 fi
8389 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8390 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8391 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8392   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8393 fi
8394
8395       rm -f conftest.map
8396
8397       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8398 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8399 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8400   echo $ECHO_N "(cached) $ECHO_C" >&6
8401 else
8402   ac_wine_try_cflags_saved=$CFLAGS
8403 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8404 cat >conftest.$ac_ext <<_ACEOF
8405 /* confdefs.h.  */
8406 _ACEOF
8407 cat confdefs.h >>conftest.$ac_ext
8408 cat >>conftest.$ac_ext <<_ACEOF
8409 /* end confdefs.h.  */
8410
8411 int
8412 main ()
8413 {
8414
8415   ;
8416   return 0;
8417 }
8418 _ACEOF
8419 rm -f conftest.$ac_objext conftest$ac_exeext
8420 if { (ac_try="$ac_link"
8421 case "(($ac_try" in
8422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8423   *) ac_try_echo=$ac_try;;
8424 esac
8425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8426   (eval "$ac_link") 2>conftest.er1
8427   ac_status=$?
8428   grep -v '^ *+' conftest.er1 >conftest.err
8429   rm -f conftest.er1
8430   cat conftest.err >&5
8431   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8432   (exit $ac_status); } && {
8433          test -z "$ac_c_werror_flag" ||
8434          test ! -s conftest.err
8435        } && test -s conftest$ac_exeext &&
8436        $as_test_x conftest$ac_exeext; then
8437   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8438 else
8439   echo "$as_me: failed program was:" >&5
8440 sed 's/^/| /' conftest.$ac_ext >&5
8441
8442         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8443 fi
8444
8445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8446       conftest$ac_exeext conftest.$ac_ext
8447 CFLAGS=$ac_wine_try_cflags_saved
8448 fi
8449 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8450 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8451 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8452   LDEXECFLAGS="-Wl,--export-dynamic"
8453
8454 fi
8455
8456
8457       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8458 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8459 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8460 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8461   echo $ECHO_N "(cached) $ECHO_C" >&6
8462 else
8463   ac_wine_try_cflags_saved=$CFLAGS
8464 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8465 cat >conftest.$ac_ext <<_ACEOF
8466 /* confdefs.h.  */
8467 _ACEOF
8468 cat confdefs.h >>conftest.$ac_ext
8469 cat >>conftest.$ac_ext <<_ACEOF
8470 /* end confdefs.h.  */
8471
8472 int
8473 main ()
8474 {
8475
8476   ;
8477   return 0;
8478 }
8479 _ACEOF
8480 rm -f conftest.$ac_objext conftest$ac_exeext
8481 if { (ac_try="$ac_link"
8482 case "(($ac_try" in
8483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8484   *) ac_try_echo=$ac_try;;
8485 esac
8486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8487   (eval "$ac_link") 2>conftest.er1
8488   ac_status=$?
8489   grep -v '^ *+' conftest.er1 >conftest.err
8490   rm -f conftest.er1
8491   cat conftest.err >&5
8492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8493   (exit $ac_status); } && {
8494          test -z "$ac_c_werror_flag" ||
8495          test ! -s conftest.err
8496        } && test -s conftest$ac_exeext &&
8497        $as_test_x conftest$ac_exeext; then
8498   eval "$as_ac_var=yes"
8499 else
8500   echo "$as_me: failed program was:" >&5
8501 sed 's/^/| /' conftest.$ac_ext >&5
8502
8503         eval "$as_ac_var=no"
8504 fi
8505
8506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8507       conftest$ac_exeext conftest.$ac_ext
8508 CFLAGS=$ac_wine_try_cflags_saved
8509 fi
8510 ac_res=`eval echo '${'$as_ac_var'}'`
8511                { echo "$as_me:$LINENO: result: $ac_res" >&5
8512 echo "${ECHO_T}$ac_res" >&6; }
8513 if test `eval echo '${'$as_ac_var'}'` = yes; then
8514   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8515                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8516 else
8517   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8518 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8519 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8520 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8521   echo $ECHO_N "(cached) $ECHO_C" >&6
8522 else
8523   ac_wine_try_cflags_saved=$CFLAGS
8524 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8525 cat >conftest.$ac_ext <<_ACEOF
8526 /* confdefs.h.  */
8527 _ACEOF
8528 cat confdefs.h >>conftest.$ac_ext
8529 cat >>conftest.$ac_ext <<_ACEOF
8530 /* end confdefs.h.  */
8531
8532 int
8533 main ()
8534 {
8535
8536   ;
8537   return 0;
8538 }
8539 _ACEOF
8540 rm -f conftest.$ac_objext conftest$ac_exeext
8541 if { (ac_try="$ac_link"
8542 case "(($ac_try" in
8543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8544   *) ac_try_echo=$ac_try;;
8545 esac
8546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8547   (eval "$ac_link") 2>conftest.er1
8548   ac_status=$?
8549   grep -v '^ *+' conftest.er1 >conftest.err
8550   rm -f conftest.er1
8551   cat conftest.err >&5
8552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8553   (exit $ac_status); } && {
8554          test -z "$ac_c_werror_flag" ||
8555          test ! -s conftest.err
8556        } && test -s conftest$ac_exeext &&
8557        $as_test_x conftest$ac_exeext; then
8558   eval "$as_ac_var=yes"
8559 else
8560   echo "$as_me: failed program was:" >&5
8561 sed 's/^/| /' conftest.$ac_ext >&5
8562
8563         eval "$as_ac_var=no"
8564 fi
8565
8566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8567       conftest$ac_exeext conftest.$ac_ext
8568 CFLAGS=$ac_wine_try_cflags_saved
8569 fi
8570 ac_res=`eval echo '${'$as_ac_var'}'`
8571                { echo "$as_me:$LINENO: result: $ac_res" >&5
8572 echo "${ECHO_T}$ac_res" >&6; }
8573 if test `eval echo '${'$as_ac_var'}'` = yes; then
8574   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8575                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8576 fi
8577
8578 fi
8579
8580
8581       case $host_cpu in
8582         *i[3456789]86* | x86_64)
8583           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8584 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8585 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8586   echo $ECHO_N "(cached) $ECHO_C" >&6
8587 else
8588   ac_wine_try_cflags_saved=$CFLAGS
8589 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8590 cat >conftest.$ac_ext <<_ACEOF
8591 /* confdefs.h.  */
8592 _ACEOF
8593 cat confdefs.h >>conftest.$ac_ext
8594 cat >>conftest.$ac_ext <<_ACEOF
8595 /* end confdefs.h.  */
8596
8597 int
8598 main ()
8599 {
8600
8601   ;
8602   return 0;
8603 }
8604 _ACEOF
8605 rm -f conftest.$ac_objext conftest$ac_exeext
8606 if { (ac_try="$ac_link"
8607 case "(($ac_try" in
8608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8609   *) ac_try_echo=$ac_try;;
8610 esac
8611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8612   (eval "$ac_link") 2>conftest.er1
8613   ac_status=$?
8614   grep -v '^ *+' conftest.er1 >conftest.err
8615   rm -f conftest.er1
8616   cat conftest.err >&5
8617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8618   (exit $ac_status); } && {
8619          test -z "$ac_c_werror_flag" ||
8620          test ! -s conftest.err
8621        } && test -s conftest$ac_exeext &&
8622        $as_test_x conftest$ac_exeext; then
8623   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8624 else
8625   echo "$as_me: failed program was:" >&5
8626 sed 's/^/| /' conftest.$ac_ext >&5
8627
8628         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8629 fi
8630
8631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8632       conftest$ac_exeext conftest.$ac_ext
8633 CFLAGS=$ac_wine_try_cflags_saved
8634 fi
8635 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8636 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8637 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8638   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8639 fi
8640
8641           ;;
8642       esac
8643
8644     else
8645       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8646 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8647 if test "${ac_cv_c_dll_unixware+set}" = set; then
8648   echo $ECHO_N "(cached) $ECHO_C" >&6
8649 else
8650   ac_wine_try_cflags_saved=$CFLAGS
8651 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8652 cat >conftest.$ac_ext <<_ACEOF
8653 void myfunc() {}
8654 _ACEOF
8655 rm -f conftest.$ac_objext conftest$ac_exeext
8656 if { (ac_try="$ac_link"
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_link") 2>conftest.er1
8663   ac_status=$?
8664   grep -v '^ *+' conftest.er1 >conftest.err
8665   rm -f conftest.er1
8666   cat conftest.err >&5
8667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8668   (exit $ac_status); } && {
8669          test -z "$ac_c_werror_flag" ||
8670          test ! -s conftest.err
8671        } && test -s conftest$ac_exeext &&
8672        $as_test_x conftest$ac_exeext; then
8673   ac_cv_c_dll_unixware="yes"
8674 else
8675   echo "$as_me: failed program was:" >&5
8676 sed 's/^/| /' conftest.$ac_ext >&5
8677
8678         ac_cv_c_dll_unixware="no"
8679 fi
8680
8681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8682       conftest$ac_exeext conftest.$ac_ext
8683 CFLAGS=$ac_wine_try_cflags_saved
8684 fi
8685 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8686 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8687       if test "$ac_cv_c_dll_unixware" = "yes"
8688       then
8689         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8690         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8691
8692       else
8693         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8694 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8695 if test "${ac_cv_c_dll_hpux+set}" = set; then
8696   echo $ECHO_N "(cached) $ECHO_C" >&6
8697 else
8698   ac_wine_try_cflags_saved=$CFLAGS
8699 CFLAGS="$CFLAGS -shared"
8700 cat >conftest.$ac_ext <<_ACEOF
8701 void myfunc() {}
8702 _ACEOF
8703 rm -f conftest.$ac_objext conftest$ac_exeext
8704 if { (ac_try="$ac_link"
8705 case "(($ac_try" in
8706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8707   *) ac_try_echo=$ac_try;;
8708 esac
8709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8710   (eval "$ac_link") 2>conftest.er1
8711   ac_status=$?
8712   grep -v '^ *+' conftest.er1 >conftest.err
8713   rm -f conftest.er1
8714   cat conftest.err >&5
8715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8716   (exit $ac_status); } && {
8717          test -z "$ac_c_werror_flag" ||
8718          test ! -s conftest.err
8719        } && test -s conftest$ac_exeext &&
8720        $as_test_x conftest$ac_exeext; then
8721   ac_cv_c_dll_hpux="yes"
8722 else
8723   echo "$as_me: failed program was:" >&5
8724 sed 's/^/| /' conftest.$ac_ext >&5
8725
8726         ac_cv_c_dll_hpux="no"
8727 fi
8728
8729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8730       conftest$ac_exeext conftest.$ac_ext
8731 CFLAGS=$ac_wine_try_cflags_saved
8732 fi
8733 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8734 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8735         if test "$ac_cv_c_dll_hpux" = "yes"
8736         then
8737           LIBEXT="sl"
8738           DLLEXT=".sl"
8739           LDDLLFLAGS="-shared -fPIC"
8740           LDSHARED="\$(CC) -shared"
8741         fi
8742       fi
8743     fi
8744
8745         CROSSTEST=""
8746
8747     if test "$cross_compiling" = "no"
8748     then
8749       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
8750 do
8751   # Extract the first word of "$ac_prog", so it can be a program name with args.
8752 set dummy $ac_prog; ac_word=$2
8753 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8754 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8755 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8756   echo $ECHO_N "(cached) $ECHO_C" >&6
8757 else
8758   if test -n "$CROSSCC"; then
8759   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8760 else
8761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8762 for as_dir in $PATH
8763 do
8764   IFS=$as_save_IFS
8765   test -z "$as_dir" && as_dir=.
8766   for ac_exec_ext in '' $ac_executable_extensions; do
8767   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8768     ac_cv_prog_CROSSCC="$ac_prog"
8769     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8770     break 2
8771   fi
8772 done
8773 done
8774 IFS=$as_save_IFS
8775
8776 fi
8777 fi
8778 CROSSCC=$ac_cv_prog_CROSSCC
8779 if test -n "$CROSSCC"; then
8780   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8781 echo "${ECHO_T}$CROSSCC" >&6; }
8782 else
8783   { echo "$as_me:$LINENO: result: no" >&5
8784 echo "${ECHO_T}no" >&6; }
8785 fi
8786
8787
8788   test -n "$CROSSCC" && break
8789 done
8790 test -n "$CROSSCC" || CROSSCC="false"
8791
8792       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
8793 do
8794   # Extract the first word of "$ac_prog", so it can be a program name with args.
8795 set dummy $ac_prog; ac_word=$2
8796 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8797 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8798 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8799   echo $ECHO_N "(cached) $ECHO_C" >&6
8800 else
8801   if test -n "$DLLTOOL"; then
8802   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8803 else
8804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805 for as_dir in $PATH
8806 do
8807   IFS=$as_save_IFS
8808   test -z "$as_dir" && as_dir=.
8809   for ac_exec_ext in '' $ac_executable_extensions; do
8810   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8811     ac_cv_prog_DLLTOOL="$ac_prog"
8812     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8813     break 2
8814   fi
8815 done
8816 done
8817 IFS=$as_save_IFS
8818
8819 fi
8820 fi
8821 DLLTOOL=$ac_cv_prog_DLLTOOL
8822 if test -n "$DLLTOOL"; then
8823   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8824 echo "${ECHO_T}$DLLTOOL" >&6; }
8825 else
8826   { echo "$as_me:$LINENO: result: no" >&5
8827 echo "${ECHO_T}no" >&6; }
8828 fi
8829
8830
8831   test -n "$DLLTOOL" && break
8832 done
8833 test -n "$DLLTOOL" || DLLTOOL="false"
8834
8835       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
8836 do
8837   # Extract the first word of "$ac_prog", so it can be a program name with args.
8838 set dummy $ac_prog; ac_word=$2
8839 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8841 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8842   echo $ECHO_N "(cached) $ECHO_C" >&6
8843 else
8844   if test -n "$CROSSWINDRES"; then
8845   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8846 else
8847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8848 for as_dir in $PATH
8849 do
8850   IFS=$as_save_IFS
8851   test -z "$as_dir" && as_dir=.
8852   for ac_exec_ext in '' $ac_executable_extensions; do
8853   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8854     ac_cv_prog_CROSSWINDRES="$ac_prog"
8855     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8856     break 2
8857   fi
8858 done
8859 done
8860 IFS=$as_save_IFS
8861
8862 fi
8863 fi
8864 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8865 if test -n "$CROSSWINDRES"; then
8866   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8867 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8868 else
8869   { echo "$as_me:$LINENO: result: no" >&5
8870 echo "${ECHO_T}no" >&6; }
8871 fi
8872
8873
8874   test -n "$CROSSWINDRES" && break
8875 done
8876 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8877
8878       for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i386-mingw32-ar mingw32-ar mingw-ar
8879 do
8880   # Extract the first word of "$ac_prog", so it can be a program name with args.
8881 set dummy $ac_prog; ac_word=$2
8882 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8884 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8885   echo $ECHO_N "(cached) $ECHO_C" >&6
8886 else
8887   if test -n "$MINGWAR"; then
8888   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8889 else
8890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8891 for as_dir in $PATH
8892 do
8893   IFS=$as_save_IFS
8894   test -z "$as_dir" && as_dir=.
8895   for ac_exec_ext in '' $ac_executable_extensions; do
8896   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8897     ac_cv_prog_MINGWAR="$ac_prog"
8898     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8899     break 2
8900   fi
8901 done
8902 done
8903 IFS=$as_save_IFS
8904
8905 fi
8906 fi
8907 MINGWAR=$ac_cv_prog_MINGWAR
8908 if test -n "$MINGWAR"; then
8909   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8910 echo "${ECHO_T}$MINGWAR" >&6; }
8911 else
8912   { echo "$as_me:$LINENO: result: no" >&5
8913 echo "${ECHO_T}no" >&6; }
8914 fi
8915
8916
8917   test -n "$MINGWAR" && break
8918 done
8919 test -n "$MINGWAR" || MINGWAR="false"
8920
8921       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
8922     fi
8923     ;;
8924 esac
8925
8926 if test "$LIBEXT" = "a"; then
8927   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8928 It is currently not possible to build Wine without shared library
8929 (.so) support to allow transparent switch between .so and .dll files.
8930 If you are using Linux, you will need a newer binutils.
8931 " >&5
8932 echo "$as_me: error: could not find a way to build shared libraries.
8933 It is currently not possible to build Wine without shared library
8934 (.so) support to allow transparent switch between .so and .dll files.
8935 If you are using Linux, you will need a newer binutils.
8936 " >&2;}
8937    { (exit 1); exit 1; }; }
8938 fi
8939
8940
8941 if test "$have_x" = "yes"
8942 then
8943     XLIB="-lXext -lX11"
8944     ac_save_CPPFLAGS="$CPPFLAGS"
8945     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958 for ac_header in X11/Xlib.h \
8959                       X11/XKBlib.h \
8960                       X11/Xutil.h \
8961                       X11/Xcursor/Xcursor.h \
8962                       X11/extensions/shape.h \
8963                       X11/extensions/XInput.h \
8964                       X11/extensions/XShm.h \
8965                       X11/extensions/Xinerama.h \
8966                       X11/extensions/Xrandr.h \
8967                       X11/extensions/Xrender.h \
8968                       X11/extensions/xf86vmode.h
8969 do
8970 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8971 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8972 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8974   echo $ECHO_N "(cached) $ECHO_C" >&6
8975 else
8976   cat >conftest.$ac_ext <<_ACEOF
8977 /* confdefs.h.  */
8978 _ACEOF
8979 cat confdefs.h >>conftest.$ac_ext
8980 cat >>conftest.$ac_ext <<_ACEOF
8981 /* end confdefs.h.  */
8982 #ifdef HAVE_X11_XLIB_H
8983 # include <X11/Xlib.h>
8984 #endif
8985 #ifdef HAVE_X11_XUTIL_H
8986 # include <X11/Xutil.h>
8987 #endif
8988
8989 #include <$ac_header>
8990 _ACEOF
8991 rm -f conftest.$ac_objext
8992 if { (ac_try="$ac_compile"
8993 case "(($ac_try" in
8994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8995   *) ac_try_echo=$ac_try;;
8996 esac
8997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8998   (eval "$ac_compile") 2>conftest.er1
8999   ac_status=$?
9000   grep -v '^ *+' conftest.er1 >conftest.err
9001   rm -f conftest.er1
9002   cat conftest.err >&5
9003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9004   (exit $ac_status); } && {
9005          test -z "$ac_c_werror_flag" ||
9006          test ! -s conftest.err
9007        } && test -s conftest.$ac_objext; then
9008   eval "$as_ac_Header=yes"
9009 else
9010   echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9012
9013         eval "$as_ac_Header=no"
9014 fi
9015
9016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9017 fi
9018 ac_res=`eval echo '${'$as_ac_Header'}'`
9019                { echo "$as_me:$LINENO: result: $ac_res" >&5
9020 echo "${ECHO_T}$ac_res" >&6; }
9021 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9022   cat >>confdefs.h <<_ACEOF
9023 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9024 _ACEOF
9025
9026 fi
9027
9028 done
9029
9030
9031                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9032         then
9033               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9034 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9035 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9036   echo $ECHO_N "(cached) $ECHO_C" >&6
9037 else
9038   ac_check_lib_save_LIBS=$LIBS
9039 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9040 cat >conftest.$ac_ext <<_ACEOF
9041 /* confdefs.h.  */
9042 _ACEOF
9043 cat confdefs.h >>conftest.$ac_ext
9044 cat >>conftest.$ac_ext <<_ACEOF
9045 /* end confdefs.h.  */
9046
9047 /* Override any GCC internal prototype to avoid an error.
9048    Use char because int might match the return type of a GCC
9049    builtin and then its argument prototype would still apply.  */
9050 #ifdef __cplusplus
9051 extern "C"
9052 #endif
9053 char XkbQueryExtension ();
9054 int
9055 main ()
9056 {
9057 return XkbQueryExtension ();
9058   ;
9059   return 0;
9060 }
9061 _ACEOF
9062 rm -f conftest.$ac_objext conftest$ac_exeext
9063 if { (ac_try="$ac_link"
9064 case "(($ac_try" in
9065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9066   *) ac_try_echo=$ac_try;;
9067 esac
9068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9069   (eval "$ac_link") 2>conftest.er1
9070   ac_status=$?
9071   grep -v '^ *+' conftest.er1 >conftest.err
9072   rm -f conftest.er1
9073   cat conftest.err >&5
9074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9075   (exit $ac_status); } && {
9076          test -z "$ac_c_werror_flag" ||
9077          test ! -s conftest.err
9078        } && test -s conftest$ac_exeext &&
9079        $as_test_x conftest$ac_exeext; then
9080   ac_cv_lib_X11_XkbQueryExtension=yes
9081 else
9082   echo "$as_me: failed program was:" >&5
9083 sed 's/^/| /' conftest.$ac_ext >&5
9084
9085         ac_cv_lib_X11_XkbQueryExtension=no
9086 fi
9087
9088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9089       conftest$ac_exeext conftest.$ac_ext
9090 LIBS=$ac_check_lib_save_LIBS
9091 fi
9092 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9093 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9094 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9095
9096 cat >>confdefs.h <<\_ACEOF
9097 #define HAVE_XKB 1
9098 _ACEOF
9099
9100 fi
9101
9102         fi
9103
9104                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9105         then
9106               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
9107 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
9108 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
9109   echo $ECHO_N "(cached) $ECHO_C" >&6
9110 else
9111   ac_check_lib_save_LIBS=$LIBS
9112 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9113 cat >conftest.$ac_ext <<_ACEOF
9114 /* confdefs.h.  */
9115 _ACEOF
9116 cat confdefs.h >>conftest.$ac_ext
9117 cat >>conftest.$ac_ext <<_ACEOF
9118 /* end confdefs.h.  */
9119
9120 /* Override any GCC internal prototype to avoid an error.
9121    Use char because int might match the return type of a GCC
9122    builtin and then its argument prototype would still apply.  */
9123 #ifdef __cplusplus
9124 extern "C"
9125 #endif
9126 char XShmQueryExtension ();
9127 int
9128 main ()
9129 {
9130 return XShmQueryExtension ();
9131   ;
9132   return 0;
9133 }
9134 _ACEOF
9135 rm -f conftest.$ac_objext conftest$ac_exeext
9136 if { (ac_try="$ac_link"
9137 case "(($ac_try" in
9138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9139   *) ac_try_echo=$ac_try;;
9140 esac
9141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9142   (eval "$ac_link") 2>conftest.er1
9143   ac_status=$?
9144   grep -v '^ *+' conftest.er1 >conftest.err
9145   rm -f conftest.er1
9146   cat conftest.err >&5
9147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148   (exit $ac_status); } && {
9149          test -z "$ac_c_werror_flag" ||
9150          test ! -s conftest.err
9151        } && test -s conftest$ac_exeext &&
9152        $as_test_x conftest$ac_exeext; then
9153   ac_cv_lib_Xext_XShmQueryExtension=yes
9154 else
9155   echo "$as_me: failed program was:" >&5
9156 sed 's/^/| /' conftest.$ac_ext >&5
9157
9158         ac_cv_lib_Xext_XShmQueryExtension=no
9159 fi
9160
9161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9162       conftest$ac_exeext conftest.$ac_ext
9163 LIBS=$ac_check_lib_save_LIBS
9164 fi
9165 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9166 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9167 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
9168
9169 cat >>confdefs.h <<\_ACEOF
9170 #define HAVE_LIBXXSHM 1
9171 _ACEOF
9172
9173 fi
9174
9175         fi
9176
9177                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9178         then
9179               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
9180 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
9181 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
9182   echo $ECHO_N "(cached) $ECHO_C" >&6
9183 else
9184   ac_check_lib_save_LIBS=$LIBS
9185 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9186 cat >conftest.$ac_ext <<_ACEOF
9187 /* confdefs.h.  */
9188 _ACEOF
9189 cat confdefs.h >>conftest.$ac_ext
9190 cat >>conftest.$ac_ext <<_ACEOF
9191 /* end confdefs.h.  */
9192
9193 /* Override any GCC internal prototype to avoid an error.
9194    Use char because int might match the return type of a GCC
9195    builtin and then its argument prototype would still apply.  */
9196 #ifdef __cplusplus
9197 extern "C"
9198 #endif
9199 char XShapeQueryExtension ();
9200 int
9201 main ()
9202 {
9203 return XShapeQueryExtension ();
9204   ;
9205   return 0;
9206 }
9207 _ACEOF
9208 rm -f conftest.$ac_objext conftest$ac_exeext
9209 if { (ac_try="$ac_link"
9210 case "(($ac_try" in
9211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9212   *) ac_try_echo=$ac_try;;
9213 esac
9214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9215   (eval "$ac_link") 2>conftest.er1
9216   ac_status=$?
9217   grep -v '^ *+' conftest.er1 >conftest.err
9218   rm -f conftest.er1
9219   cat conftest.err >&5
9220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9221   (exit $ac_status); } && {
9222          test -z "$ac_c_werror_flag" ||
9223          test ! -s conftest.err
9224        } && test -s conftest$ac_exeext &&
9225        $as_test_x conftest$ac_exeext; then
9226   ac_cv_lib_Xext_XShapeQueryExtension=yes
9227 else
9228   echo "$as_me: failed program was:" >&5
9229 sed 's/^/| /' conftest.$ac_ext >&5
9230
9231         ac_cv_lib_Xext_XShapeQueryExtension=no
9232 fi
9233
9234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9235       conftest$ac_exeext conftest.$ac_ext
9236 LIBS=$ac_check_lib_save_LIBS
9237 fi
9238 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9239 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9240 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
9241
9242 cat >>confdefs.h <<\_ACEOF
9243 #define HAVE_LIBXSHAPE 1
9244 _ACEOF
9245
9246 fi
9247
9248         fi
9249
9250                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
9251         then
9252                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
9253 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
9254 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
9255   echo $ECHO_N "(cached) $ECHO_C" >&6
9256 else
9257   ac_check_lib_save_LIBS=$LIBS
9258 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9259 cat >conftest.$ac_ext <<_ACEOF
9260 /* confdefs.h.  */
9261 _ACEOF
9262 cat confdefs.h >>conftest.$ac_ext
9263 cat >>conftest.$ac_ext <<_ACEOF
9264 /* end confdefs.h.  */
9265
9266 /* Override any GCC internal prototype to avoid an error.
9267    Use char because int might match the return type of a GCC
9268    builtin and then its argument prototype would still apply.  */
9269 #ifdef __cplusplus
9270 extern "C"
9271 #endif
9272 char XF86VidModeQueryExtension ();
9273 int
9274 main ()
9275 {
9276 return XF86VidModeQueryExtension ();
9277   ;
9278   return 0;
9279 }
9280 _ACEOF
9281 rm -f conftest.$ac_objext conftest$ac_exeext
9282 if { (ac_try="$ac_link"
9283 case "(($ac_try" in
9284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9285   *) ac_try_echo=$ac_try;;
9286 esac
9287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9288   (eval "$ac_link") 2>conftest.er1
9289   ac_status=$?
9290   grep -v '^ *+' conftest.er1 >conftest.err
9291   rm -f conftest.er1
9292   cat conftest.err >&5
9293   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9294   (exit $ac_status); } && {
9295          test -z "$ac_c_werror_flag" ||
9296          test ! -s conftest.err
9297        } && test -s conftest$ac_exeext &&
9298        $as_test_x conftest$ac_exeext; then
9299   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
9300 else
9301   echo "$as_me: failed program was:" >&5
9302 sed 's/^/| /' conftest.$ac_ext >&5
9303
9304         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
9305 fi
9306
9307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9308       conftest$ac_exeext conftest.$ac_ext
9309 LIBS=$ac_check_lib_save_LIBS
9310 fi
9311 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9312 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9313 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9314
9315 cat >>confdefs.h <<\_ACEOF
9316 #define HAVE_LIBXXF86VM 1
9317 _ACEOF
9318
9319                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
9320
9321 fi
9322
9323         fi
9324
9325                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
9326         then
9327                 cat >conftest.$ac_ext <<_ACEOF
9328 /* confdefs.h.  */
9329 _ACEOF
9330 cat confdefs.h >>conftest.$ac_ext
9331 cat >>conftest.$ac_ext <<_ACEOF
9332 /* end confdefs.h.  */
9333 #include <X11/Xlib.h>
9334 #include <X11/extensions/Xrandr.h>
9335 int
9336 main ()
9337 {
9338 static typeof(XRRSetScreenConfigAndRate) * func;
9339   ;
9340   return 0;
9341 }
9342 _ACEOF
9343 rm -f conftest.$ac_objext
9344 if { (ac_try="$ac_compile"
9345 case "(($ac_try" in
9346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9347   *) ac_try_echo=$ac_try;;
9348 esac
9349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9350   (eval "$ac_compile") 2>conftest.er1
9351   ac_status=$?
9352   grep -v '^ *+' conftest.er1 >conftest.err
9353   rm -f conftest.er1
9354   cat conftest.err >&5
9355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9356   (exit $ac_status); } && {
9357          test -z "$ac_c_werror_flag" ||
9358          test ! -s conftest.err
9359        } && test -s conftest.$ac_objext; then
9360
9361 cat >>confdefs.h <<\_ACEOF
9362 #define HAVE_LIBXRANDR 1
9363 _ACEOF
9364
9365 else
9366   echo "$as_me: failed program was:" >&5
9367 sed 's/^/| /' conftest.$ac_ext >&5
9368
9369
9370 fi
9371
9372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9373         fi
9374
9375                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9376         then
9377               { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9378 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9379 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9380   echo $ECHO_N "(cached) $ECHO_C" >&6
9381 else
9382   ac_check_lib_save_LIBS=$LIBS
9383 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9384 cat >conftest.$ac_ext <<_ACEOF
9385 /* confdefs.h.  */
9386 _ACEOF
9387 cat confdefs.h >>conftest.$ac_ext
9388 cat >>conftest.$ac_ext <<_ACEOF
9389 /* end confdefs.h.  */
9390
9391 /* Override any GCC internal prototype to avoid an error.
9392    Use char because int might match the return type of a GCC
9393    builtin and then its argument prototype would still apply.  */
9394 #ifdef __cplusplus
9395 extern "C"
9396 #endif
9397 char XRenderSetPictureTransform ();
9398 int
9399 main ()
9400 {
9401 return XRenderSetPictureTransform ();
9402   ;
9403   return 0;
9404 }
9405 _ACEOF
9406 rm -f conftest.$ac_objext conftest$ac_exeext
9407 if { (ac_try="$ac_link"
9408 case "(($ac_try" in
9409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9410   *) ac_try_echo=$ac_try;;
9411 esac
9412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9413   (eval "$ac_link") 2>conftest.er1
9414   ac_status=$?
9415   grep -v '^ *+' conftest.er1 >conftest.err
9416   rm -f conftest.er1
9417   cat conftest.err >&5
9418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9419   (exit $ac_status); } && {
9420          test -z "$ac_c_werror_flag" ||
9421          test ! -s conftest.err
9422        } && test -s conftest$ac_exeext &&
9423        $as_test_x conftest$ac_exeext; then
9424   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9425 else
9426   echo "$as_me: failed program was:" >&5
9427 sed 's/^/| /' conftest.$ac_ext >&5
9428
9429         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9430 fi
9431
9432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9433       conftest$ac_exeext conftest.$ac_ext
9434 LIBS=$ac_check_lib_save_LIBS
9435 fi
9436 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9437 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9438 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9439
9440 cat >>confdefs.h <<\_ACEOF
9441 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9442 _ACEOF
9443
9444 fi
9445
9446         fi
9447
9448                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9449         then
9450                 cat >conftest.$ac_ext <<_ACEOF
9451 /* confdefs.h.  */
9452 _ACEOF
9453 cat confdefs.h >>conftest.$ac_ext
9454 cat >>conftest.$ac_ext <<_ACEOF
9455 /* end confdefs.h.  */
9456 #include <X11/Xlib.h>
9457 #include <X11/extensions/Xinerama.h>
9458 int
9459 main ()
9460 {
9461 static typeof(XineramaQueryScreens) * func;
9462   ;
9463   return 0;
9464 }
9465 _ACEOF
9466 rm -f conftest.$ac_objext
9467 if { (ac_try="$ac_compile"
9468 case "(($ac_try" in
9469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9470   *) ac_try_echo=$ac_try;;
9471 esac
9472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9473   (eval "$ac_compile") 2>conftest.er1
9474   ac_status=$?
9475   grep -v '^ *+' conftest.er1 >conftest.err
9476   rm -f conftest.er1
9477   cat conftest.err >&5
9478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9479   (exit $ac_status); } && {
9480          test -z "$ac_c_werror_flag" ||
9481          test ! -s conftest.err
9482        } && test -s conftest.$ac_objext; then
9483
9484 cat >>confdefs.h <<\_ACEOF
9485 #define HAVE_LIBXINERAMA 1
9486 _ACEOF
9487
9488 else
9489   echo "$as_me: failed program was:" >&5
9490 sed 's/^/| /' conftest.$ac_ext >&5
9491
9492
9493 fi
9494
9495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9496         fi
9497
9498
9499         if test "x$with_opengl" != "xno"
9500     then
9501
9502
9503
9504
9505 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
9506 do
9507 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9508 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9509 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9510 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9511   echo $ECHO_N "(cached) $ECHO_C" >&6
9512 else
9513   cat >conftest.$ac_ext <<_ACEOF
9514 /* confdefs.h.  */
9515 _ACEOF
9516 cat confdefs.h >>conftest.$ac_ext
9517 cat >>conftest.$ac_ext <<_ACEOF
9518 /* end confdefs.h.  */
9519 #ifdef HAVE_GL_GLX_H
9520 # include <GL/glx.h>
9521 #endif
9522
9523 #include <$ac_header>
9524 _ACEOF
9525 rm -f conftest.$ac_objext
9526 if { (ac_try="$ac_compile"
9527 case "(($ac_try" in
9528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9529   *) ac_try_echo=$ac_try;;
9530 esac
9531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9532   (eval "$ac_compile") 2>conftest.er1
9533   ac_status=$?
9534   grep -v '^ *+' conftest.er1 >conftest.err
9535   rm -f conftest.er1
9536   cat conftest.err >&5
9537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538   (exit $ac_status); } && {
9539          test -z "$ac_c_werror_flag" ||
9540          test ! -s conftest.err
9541        } && test -s conftest.$ac_objext; then
9542   eval "$as_ac_Header=yes"
9543 else
9544   echo "$as_me: failed program was:" >&5
9545 sed 's/^/| /' conftest.$ac_ext >&5
9546
9547         eval "$as_ac_Header=no"
9548 fi
9549
9550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9551 fi
9552 ac_res=`eval echo '${'$as_ac_Header'}'`
9553                { echo "$as_me:$LINENO: result: $ac_res" >&5
9554 echo "${ECHO_T}$ac_res" >&6; }
9555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9556   cat >>confdefs.h <<_ACEOF
9557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9558 _ACEOF
9559
9560 fi
9561
9562 done
9563
9564         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9565         then
9566                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9567 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9568 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
9569   echo $ECHO_N "(cached) $ECHO_C" >&6
9570 else
9571   cat >conftest.$ac_ext <<_ACEOF
9572 /* confdefs.h.  */
9573 _ACEOF
9574 cat confdefs.h >>conftest.$ac_ext
9575 cat >>conftest.$ac_ext <<_ACEOF
9576 /* end confdefs.h.  */
9577 #include <GL/gl.h>
9578 int
9579 main ()
9580 {
9581 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9582   ;
9583   return 0;
9584 }
9585 _ACEOF
9586 rm -f conftest.$ac_objext
9587 if { (ac_try="$ac_compile"
9588 case "(($ac_try" in
9589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9590   *) ac_try_echo=$ac_try;;
9591 esac
9592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9593   (eval "$ac_compile") 2>conftest.er1
9594   ac_status=$?
9595   grep -v '^ *+' conftest.er1 >conftest.err
9596   rm -f conftest.er1
9597   cat conftest.err >&5
9598   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599   (exit $ac_status); } && {
9600          test -z "$ac_c_werror_flag" ||
9601          test ! -s conftest.err
9602        } && test -s conftest.$ac_objext; then
9603   wine_cv_opengl_header_version_OK="yes"
9604 else
9605   echo "$as_me: failed program was:" >&5
9606 sed 's/^/| /' conftest.$ac_ext >&5
9607
9608         wine_cv_opengl_header_version_OK="no"
9609 fi
9610
9611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9612 fi
9613 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
9614 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
9615
9616             if test "$wine_cv_opengl_header_version_OK" = "yes"
9617             then
9618                                 { echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
9619 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; }
9620 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
9621   echo $ECHO_N "(cached) $ECHO_C" >&6
9622 else
9623   ac_check_lib_save_LIBS=$LIBS
9624 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
9625 cat >conftest.$ac_ext <<_ACEOF
9626 /* confdefs.h.  */
9627 _ACEOF
9628 cat confdefs.h >>conftest.$ac_ext
9629 cat >>conftest.$ac_ext <<_ACEOF
9630 /* end confdefs.h.  */
9631
9632 /* Override any GCC internal prototype to avoid an error.
9633    Use char because int might match the return type of a GCC
9634    builtin and then its argument prototype would still apply.  */
9635 #ifdef __cplusplus
9636 extern "C"
9637 #endif
9638 char glXCreateContext ();
9639 int
9640 main ()
9641 {
9642 return glXCreateContext ();
9643   ;
9644   return 0;
9645 }
9646 _ACEOF
9647 rm -f conftest.$ac_objext conftest$ac_exeext
9648 if { (ac_try="$ac_link"
9649 case "(($ac_try" in
9650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9651   *) ac_try_echo=$ac_try;;
9652 esac
9653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9654   (eval "$ac_link") 2>conftest.er1
9655   ac_status=$?
9656   grep -v '^ *+' conftest.er1 >conftest.err
9657   rm -f conftest.er1
9658   cat conftest.err >&5
9659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9660   (exit $ac_status); } && {
9661          test -z "$ac_c_werror_flag" ||
9662          test ! -s conftest.err
9663        } && test -s conftest$ac_exeext &&
9664        $as_test_x conftest$ac_exeext; then
9665   ac_cv_lib_GL_glXCreateContext=yes
9666 else
9667   echo "$as_me: failed program was:" >&5
9668 sed 's/^/| /' conftest.$ac_ext >&5
9669
9670         ac_cv_lib_GL_glXCreateContext=no
9671 fi
9672
9673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9674       conftest$ac_exeext conftest.$ac_ext
9675 LIBS=$ac_check_lib_save_LIBS
9676 fi
9677 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
9678 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6; }
9679 if test $ac_cv_lib_GL_glXCreateContext = yes; then
9680   OPENGL_LIBS="-lGL"
9681                              OPENGLFILES='$(OPENGLFILES)'
9682
9683 cat >>confdefs.h <<\_ACEOF
9684 #define HAVE_OPENGL 1
9685 _ACEOF
9686
9687
9688 fi
9689
9690
9691                                 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9692 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9693 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9694   echo $ECHO_N "(cached) $ECHO_C" >&6
9695 else
9696   ac_check_lib_save_LIBS=$LIBS
9697 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9698                  $LIBS"
9699 cat >conftest.$ac_ext <<_ACEOF
9700 /* confdefs.h.  */
9701 _ACEOF
9702 cat confdefs.h >>conftest.$ac_ext
9703 cat >>conftest.$ac_ext <<_ACEOF
9704 /* end confdefs.h.  */
9705
9706 /* Override any GCC internal prototype to avoid an error.
9707    Use char because int might match the return type of a GCC
9708    builtin and then its argument prototype would still apply.  */
9709 #ifdef __cplusplus
9710 extern "C"
9711 #endif
9712 char gluLookAt ();
9713 int
9714 main ()
9715 {
9716 return gluLookAt ();
9717   ;
9718   return 0;
9719 }
9720 _ACEOF
9721 rm -f conftest.$ac_objext conftest$ac_exeext
9722 if { (ac_try="$ac_link"
9723 case "(($ac_try" in
9724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9725   *) ac_try_echo=$ac_try;;
9726 esac
9727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9728   (eval "$ac_link") 2>conftest.er1
9729   ac_status=$?
9730   grep -v '^ *+' conftest.er1 >conftest.err
9731   rm -f conftest.er1
9732   cat conftest.err >&5
9733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734   (exit $ac_status); } && {
9735          test -z "$ac_c_werror_flag" ||
9736          test ! -s conftest.err
9737        } && test -s conftest$ac_exeext &&
9738        $as_test_x conftest$ac_exeext; then
9739   ac_cv_lib_GLU_gluLookAt=yes
9740 else
9741   echo "$as_me: failed program was:" >&5
9742 sed 's/^/| /' conftest.$ac_ext >&5
9743
9744         ac_cv_lib_GLU_gluLookAt=no
9745 fi
9746
9747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9748       conftest$ac_exeext conftest.$ac_ext
9749 LIBS=$ac_check_lib_save_LIBS
9750 fi
9751 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9752 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9753 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9754   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
9755                              GLU32FILES='$(GLU32FILES)'
9756
9757 fi
9758
9759              fi
9760          else
9761              wine_cv_opengl_headers_found="no"
9762          fi
9763     fi
9764         NASLIBS=""
9765
9766
9767 for ac_header in audio/audiolib.h
9768 do
9769 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9771   { echo "$as_me:$LINENO: checking for $ac_header" >&5
9772 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9773 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9774   echo $ECHO_N "(cached) $ECHO_C" >&6
9775 fi
9776 ac_res=`eval echo '${'$as_ac_Header'}'`
9777                { echo "$as_me:$LINENO: result: $ac_res" >&5
9778 echo "${ECHO_T}$ac_res" >&6; }
9779 else
9780   # Is the header compilable?
9781 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9782 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9783 cat >conftest.$ac_ext <<_ACEOF
9784 /* confdefs.h.  */
9785 _ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h.  */
9789 $ac_includes_default
9790 #include <$ac_header>
9791 _ACEOF
9792 rm -f conftest.$ac_objext
9793 if { (ac_try="$ac_compile"
9794 case "(($ac_try" in
9795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9796   *) ac_try_echo=$ac_try;;
9797 esac
9798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9799   (eval "$ac_compile") 2>conftest.er1
9800   ac_status=$?
9801   grep -v '^ *+' conftest.er1 >conftest.err
9802   rm -f conftest.er1
9803   cat conftest.err >&5
9804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9805   (exit $ac_status); } && {
9806          test -z "$ac_c_werror_flag" ||
9807          test ! -s conftest.err
9808        } && test -s conftest.$ac_objext; then
9809   ac_header_compiler=yes
9810 else
9811   echo "$as_me: failed program was:" >&5
9812 sed 's/^/| /' conftest.$ac_ext >&5
9813
9814         ac_header_compiler=no
9815 fi
9816
9817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9818 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9819 echo "${ECHO_T}$ac_header_compiler" >&6; }
9820
9821 # Is the header present?
9822 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9823 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9824 cat >conftest.$ac_ext <<_ACEOF
9825 /* confdefs.h.  */
9826 _ACEOF
9827 cat confdefs.h >>conftest.$ac_ext
9828 cat >>conftest.$ac_ext <<_ACEOF
9829 /* end confdefs.h.  */
9830 #include <$ac_header>
9831 _ACEOF
9832 if { (ac_try="$ac_cpp conftest.$ac_ext"
9833 case "(($ac_try" in
9834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9835   *) ac_try_echo=$ac_try;;
9836 esac
9837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9838   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9839   ac_status=$?
9840   grep -v '^ *+' conftest.er1 >conftest.err
9841   rm -f conftest.er1
9842   cat conftest.err >&5
9843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9844   (exit $ac_status); } >/dev/null && {
9845          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9846          test ! -s conftest.err
9847        }; then
9848   ac_header_preproc=yes
9849 else
9850   echo "$as_me: failed program was:" >&5
9851 sed 's/^/| /' conftest.$ac_ext >&5
9852
9853   ac_header_preproc=no
9854 fi
9855
9856 rm -f conftest.err conftest.$ac_ext
9857 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9858 echo "${ECHO_T}$ac_header_preproc" >&6; }
9859
9860 # So?  What about this header?
9861 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9862   yes:no: )
9863     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9864 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9865     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9866 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9867     ac_header_preproc=yes
9868     ;;
9869   no:yes:* )
9870     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9871 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9872     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9873 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9874     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9875 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9876     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9877 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9878     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9879 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9880     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9881 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9882     ( cat <<\_ASBOX
9883 ## ------------------------------------ ##
9884 ## Report this to wine-devel@winehq.org ##
9885 ## ------------------------------------ ##
9886 _ASBOX
9887      ) | sed "s/^/$as_me: WARNING:     /" >&2
9888     ;;
9889 esac
9890 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9893   echo $ECHO_N "(cached) $ECHO_C" >&6
9894 else
9895   eval "$as_ac_Header=\$ac_header_preproc"
9896 fi
9897 ac_res=`eval echo '${'$as_ac_Header'}'`
9898                { echo "$as_me:$LINENO: result: $ac_res" >&5
9899 echo "${ECHO_T}$ac_res" >&6; }
9900
9901 fi
9902 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9903   cat >>confdefs.h <<_ACEOF
9904 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9905 _ACEOF
9906
9907 for ac_header in audio/soundlib.h
9908 do
9909 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9910 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9911 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9913   echo $ECHO_N "(cached) $ECHO_C" >&6
9914 else
9915   cat >conftest.$ac_ext <<_ACEOF
9916 /* confdefs.h.  */
9917 _ACEOF
9918 cat confdefs.h >>conftest.$ac_ext
9919 cat >>conftest.$ac_ext <<_ACEOF
9920 /* end confdefs.h.  */
9921 #include <audio/audiolib.h>
9922
9923 #include <$ac_header>
9924 _ACEOF
9925 rm -f conftest.$ac_objext
9926 if { (ac_try="$ac_compile"
9927 case "(($ac_try" in
9928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9929   *) ac_try_echo=$ac_try;;
9930 esac
9931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9932   (eval "$ac_compile") 2>conftest.er1
9933   ac_status=$?
9934   grep -v '^ *+' conftest.er1 >conftest.err
9935   rm -f conftest.er1
9936   cat conftest.err >&5
9937   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9938   (exit $ac_status); } && {
9939          test -z "$ac_c_werror_flag" ||
9940          test ! -s conftest.err
9941        } && test -s conftest.$ac_objext; then
9942   eval "$as_ac_Header=yes"
9943 else
9944   echo "$as_me: failed program was:" >&5
9945 sed 's/^/| /' conftest.$ac_ext >&5
9946
9947         eval "$as_ac_Header=no"
9948 fi
9949
9950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9951 fi
9952 ac_res=`eval echo '${'$as_ac_Header'}'`
9953                { echo "$as_me:$LINENO: result: $ac_res" >&5
9954 echo "${ECHO_T}$ac_res" >&6; }
9955 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9956   cat >>confdefs.h <<_ACEOF
9957 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9958 _ACEOF
9959
9960 fi
9961
9962 done
9963
9964           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
9965 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
9966 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
9967   echo $ECHO_N "(cached) $ECHO_C" >&6
9968 else
9969   ac_check_lib_save_LIBS=$LIBS
9970 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9971 cat >conftest.$ac_ext <<_ACEOF
9972 /* confdefs.h.  */
9973 _ACEOF
9974 cat confdefs.h >>conftest.$ac_ext
9975 cat >>conftest.$ac_ext <<_ACEOF
9976 /* end confdefs.h.  */
9977
9978 /* Override any GCC internal prototype to avoid an error.
9979    Use char because int might match the return type of a GCC
9980    builtin and then its argument prototype would still apply.  */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char AuCreateFlow ();
9985 int
9986 main ()
9987 {
9988 return AuCreateFlow ();
9989   ;
9990   return 0;
9991 }
9992 _ACEOF
9993 rm -f conftest.$ac_objext conftest$ac_exeext
9994 if { (ac_try="$ac_link"
9995 case "(($ac_try" in
9996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9997   *) ac_try_echo=$ac_try;;
9998 esac
9999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10000   (eval "$ac_link") 2>conftest.er1
10001   ac_status=$?
10002   grep -v '^ *+' conftest.er1 >conftest.err
10003   rm -f conftest.er1
10004   cat conftest.err >&5
10005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10006   (exit $ac_status); } && {
10007          test -z "$ac_c_werror_flag" ||
10008          test ! -s conftest.err
10009        } && test -s conftest$ac_exeext &&
10010        $as_test_x conftest$ac_exeext; then
10011   ac_cv_lib_audio_AuCreateFlow=yes
10012 else
10013   echo "$as_me: failed program was:" >&5
10014 sed 's/^/| /' conftest.$ac_ext >&5
10015
10016         ac_cv_lib_audio_AuCreateFlow=no
10017 fi
10018
10019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10020       conftest$ac_exeext conftest.$ac_ext
10021 LIBS=$ac_check_lib_save_LIBS
10022 fi
10023 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
10024 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
10025 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
10026
10027 cat >>confdefs.h <<\_ACEOF
10028 #define HAVE_NAS 1
10029 _ACEOF
10030
10031                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
10032 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
10033 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
10034   echo $ECHO_N "(cached) $ECHO_C" >&6
10035 else
10036   ac_check_lib_save_LIBS=$LIBS
10037 LIBS="-lXau $X_LIBS $LIBS"
10038 cat >conftest.$ac_ext <<_ACEOF
10039 /* confdefs.h.  */
10040 _ACEOF
10041 cat confdefs.h >>conftest.$ac_ext
10042 cat >>conftest.$ac_ext <<_ACEOF
10043 /* end confdefs.h.  */
10044
10045 /* Override any GCC internal prototype to avoid an error.
10046    Use char because int might match the return type of a GCC
10047    builtin and then its argument prototype would still apply.  */
10048 #ifdef __cplusplus
10049 extern "C"
10050 #endif
10051 char XauGetBestAuthByAddr ();
10052 int
10053 main ()
10054 {
10055 return XauGetBestAuthByAddr ();
10056   ;
10057   return 0;
10058 }
10059 _ACEOF
10060 rm -f conftest.$ac_objext conftest$ac_exeext
10061 if { (ac_try="$ac_link"
10062 case "(($ac_try" in
10063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10064   *) ac_try_echo=$ac_try;;
10065 esac
10066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10067   (eval "$ac_link") 2>conftest.er1
10068   ac_status=$?
10069   grep -v '^ *+' conftest.er1 >conftest.err
10070   rm -f conftest.er1
10071   cat conftest.err >&5
10072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073   (exit $ac_status); } && {
10074          test -z "$ac_c_werror_flag" ||
10075          test ! -s conftest.err
10076        } && test -s conftest$ac_exeext &&
10077        $as_test_x conftest$ac_exeext; then
10078   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
10079 else
10080   echo "$as_me: failed program was:" >&5
10081 sed 's/^/| /' conftest.$ac_ext >&5
10082
10083         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
10084 fi
10085
10086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10087       conftest$ac_exeext conftest.$ac_ext
10088 LIBS=$ac_check_lib_save_LIBS
10089 fi
10090 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
10091 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
10092 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
10093   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10094 else
10095   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10096 fi
10097
10098
10099 fi
10100
10101 fi
10102
10103 done
10104
10105
10106     CPPFLAGS="$ac_save_CPPFLAGS"
10107     XFILES='$(XFILES)'
10108 else
10109     XLIB=""
10110     X_CFLAGS=""
10111     X_LIBS=""
10112 fi
10113
10114
10115 XML2LIBS=""
10116
10117 XML2INCL=""
10118
10119 XSLTLIBS=""
10120
10121 XSLTINCL=""
10122
10123 ac_save_CPPFLAGS="$CPPFLAGS"
10124 if test "$PKG_CONFIG" != "false"
10125 then
10126     ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
10127     ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
10128 else
10129     ac_xml_libs="`xml2-config --libs 2>/dev/null`"
10130     ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
10131 fi
10132 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
10133
10134 for ac_header in libxml/parser.h
10135 do
10136 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10137 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10138   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10139 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10140 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10141   echo $ECHO_N "(cached) $ECHO_C" >&6
10142 fi
10143 ac_res=`eval echo '${'$as_ac_Header'}'`
10144                { echo "$as_me:$LINENO: result: $ac_res" >&5
10145 echo "${ECHO_T}$ac_res" >&6; }
10146 else
10147   # Is the header compilable?
10148 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10149 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10150 cat >conftest.$ac_ext <<_ACEOF
10151 /* confdefs.h.  */
10152 _ACEOF
10153 cat confdefs.h >>conftest.$ac_ext
10154 cat >>conftest.$ac_ext <<_ACEOF
10155 /* end confdefs.h.  */
10156 $ac_includes_default
10157 #include <$ac_header>
10158 _ACEOF
10159 rm -f conftest.$ac_objext
10160 if { (ac_try="$ac_compile"
10161 case "(($ac_try" in
10162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10163   *) ac_try_echo=$ac_try;;
10164 esac
10165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10166   (eval "$ac_compile") 2>conftest.er1
10167   ac_status=$?
10168   grep -v '^ *+' conftest.er1 >conftest.err
10169   rm -f conftest.er1
10170   cat conftest.err >&5
10171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10172   (exit $ac_status); } && {
10173          test -z "$ac_c_werror_flag" ||
10174          test ! -s conftest.err
10175        } && test -s conftest.$ac_objext; then
10176   ac_header_compiler=yes
10177 else
10178   echo "$as_me: failed program was:" >&5
10179 sed 's/^/| /' conftest.$ac_ext >&5
10180
10181         ac_header_compiler=no
10182 fi
10183
10184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10185 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10186 echo "${ECHO_T}$ac_header_compiler" >&6; }
10187
10188 # Is the header present?
10189 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10190 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10191 cat >conftest.$ac_ext <<_ACEOF
10192 /* confdefs.h.  */
10193 _ACEOF
10194 cat confdefs.h >>conftest.$ac_ext
10195 cat >>conftest.$ac_ext <<_ACEOF
10196 /* end confdefs.h.  */
10197 #include <$ac_header>
10198 _ACEOF
10199 if { (ac_try="$ac_cpp conftest.$ac_ext"
10200 case "(($ac_try" in
10201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10202   *) ac_try_echo=$ac_try;;
10203 esac
10204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10205   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10206   ac_status=$?
10207   grep -v '^ *+' conftest.er1 >conftest.err
10208   rm -f conftest.er1
10209   cat conftest.err >&5
10210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211   (exit $ac_status); } >/dev/null && {
10212          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10213          test ! -s conftest.err
10214        }; then
10215   ac_header_preproc=yes
10216 else
10217   echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10219
10220   ac_header_preproc=no
10221 fi
10222
10223 rm -f conftest.err conftest.$ac_ext
10224 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10225 echo "${ECHO_T}$ac_header_preproc" >&6; }
10226
10227 # So?  What about this header?
10228 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10229   yes:no: )
10230     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10231 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10232     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10233 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10234     ac_header_preproc=yes
10235     ;;
10236   no:yes:* )
10237     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10238 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10239     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10240 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10241     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10242 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10243     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10244 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10245     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10246 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10247     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10248 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10249     ( cat <<\_ASBOX
10250 ## ------------------------------------ ##
10251 ## Report this to wine-devel@winehq.org ##
10252 ## ------------------------------------ ##
10253 _ASBOX
10254      ) | sed "s/^/$as_me: WARNING:     /" >&2
10255     ;;
10256 esac
10257 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10258 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10259 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10260   echo $ECHO_N "(cached) $ECHO_C" >&6
10261 else
10262   eval "$as_ac_Header=\$ac_header_preproc"
10263 fi
10264 ac_res=`eval echo '${'$as_ac_Header'}'`
10265                { echo "$as_me:$LINENO: result: $ac_res" >&5
10266 echo "${ECHO_T}$ac_res" >&6; }
10267
10268 fi
10269 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10270   cat >>confdefs.h <<_ACEOF
10271 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10272 _ACEOF
10273  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
10274 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
10275 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
10276   echo $ECHO_N "(cached) $ECHO_C" >&6
10277 else
10278   ac_check_lib_save_LIBS=$LIBS
10279 LIBS="-lxml2 $ac_xml_libs $LIBS"
10280 cat >conftest.$ac_ext <<_ACEOF
10281 /* confdefs.h.  */
10282 _ACEOF
10283 cat confdefs.h >>conftest.$ac_ext
10284 cat >>conftest.$ac_ext <<_ACEOF
10285 /* end confdefs.h.  */
10286
10287 /* Override any GCC internal prototype to avoid an error.
10288    Use char because int might match the return type of a GCC
10289    builtin and then its argument prototype would still apply.  */
10290 #ifdef __cplusplus
10291 extern "C"
10292 #endif
10293 char xmlParseMemory ();
10294 int
10295 main ()
10296 {
10297 return xmlParseMemory ();
10298   ;
10299   return 0;
10300 }
10301 _ACEOF
10302 rm -f conftest.$ac_objext conftest$ac_exeext
10303 if { (ac_try="$ac_link"
10304 case "(($ac_try" in
10305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10306   *) ac_try_echo=$ac_try;;
10307 esac
10308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10309   (eval "$ac_link") 2>conftest.er1
10310   ac_status=$?
10311   grep -v '^ *+' conftest.er1 >conftest.err
10312   rm -f conftest.er1
10313   cat conftest.err >&5
10314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315   (exit $ac_status); } && {
10316          test -z "$ac_c_werror_flag" ||
10317          test ! -s conftest.err
10318        } && test -s conftest$ac_exeext &&
10319        $as_test_x conftest$ac_exeext; then
10320   ac_cv_lib_xml2_xmlParseMemory=yes
10321 else
10322   echo "$as_me: failed program was:" >&5
10323 sed 's/^/| /' conftest.$ac_ext >&5
10324
10325         ac_cv_lib_xml2_xmlParseMemory=no
10326 fi
10327
10328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10329       conftest$ac_exeext conftest.$ac_ext
10330 LIBS=$ac_check_lib_save_LIBS
10331 fi
10332 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10333 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10334 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
10335
10336 cat >>confdefs.h <<\_ACEOF
10337 #define HAVE_LIBXML2 1
10338 _ACEOF
10339
10340              XML2LIBS="$ac_xml_libs"
10341              XML2INCL="$ac_xml_cflags"
10342 fi
10343
10344          { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10345 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10346 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10347   echo $ECHO_N "(cached) $ECHO_C" >&6
10348 else
10349   ac_check_lib_save_LIBS=$LIBS
10350 LIBS="-lxml2 $ac_xml_libs $LIBS"
10351 cat >conftest.$ac_ext <<_ACEOF
10352 /* confdefs.h.  */
10353 _ACEOF
10354 cat confdefs.h >>conftest.$ac_ext
10355 cat >>conftest.$ac_ext <<_ACEOF
10356 /* end confdefs.h.  */
10357
10358 /* Override any GCC internal prototype to avoid an error.
10359    Use char because int might match the return type of a GCC
10360    builtin and then its argument prototype would still apply.  */
10361 #ifdef __cplusplus
10362 extern "C"
10363 #endif
10364 char xmlReadMemory ();
10365 int
10366 main ()
10367 {
10368 return xmlReadMemory ();
10369   ;
10370   return 0;
10371 }
10372 _ACEOF
10373 rm -f conftest.$ac_objext conftest$ac_exeext
10374 if { (ac_try="$ac_link"
10375 case "(($ac_try" in
10376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10377   *) ac_try_echo=$ac_try;;
10378 esac
10379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10380   (eval "$ac_link") 2>conftest.er1
10381   ac_status=$?
10382   grep -v '^ *+' conftest.er1 >conftest.err
10383   rm -f conftest.er1
10384   cat conftest.err >&5
10385   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10386   (exit $ac_status); } && {
10387          test -z "$ac_c_werror_flag" ||
10388          test ! -s conftest.err
10389        } && test -s conftest$ac_exeext &&
10390        $as_test_x conftest$ac_exeext; then
10391   ac_cv_lib_xml2_xmlReadMemory=yes
10392 else
10393   echo "$as_me: failed program was:" >&5
10394 sed 's/^/| /' conftest.$ac_ext >&5
10395
10396         ac_cv_lib_xml2_xmlReadMemory=no
10397 fi
10398
10399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10400       conftest$ac_exeext conftest.$ac_ext
10401 LIBS=$ac_check_lib_save_LIBS
10402 fi
10403 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10404 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10405 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10406
10407 cat >>confdefs.h <<\_ACEOF
10408 #define HAVE_XMLREADMEMORY 1
10409 _ACEOF
10410
10411 fi
10412
10413          { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
10414 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
10415 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
10416   echo $ECHO_N "(cached) $ECHO_C" >&6
10417 else
10418   ac_check_lib_save_LIBS=$LIBS
10419 LIBS="-lxml2 $ac_xml_libs $LIBS"
10420 cat >conftest.$ac_ext <<_ACEOF
10421 /* confdefs.h.  */
10422 _ACEOF
10423 cat confdefs.h >>conftest.$ac_ext
10424 cat >>conftest.$ac_ext <<_ACEOF
10425 /* end confdefs.h.  */
10426
10427 /* Override any GCC internal prototype to avoid an error.
10428    Use char because int might match the return type of a GCC
10429    builtin and then its argument prototype would still apply.  */
10430 #ifdef __cplusplus
10431 extern "C"
10432 #endif
10433 char xmlNewDocPI ();
10434 int
10435 main ()
10436 {
10437 return xmlNewDocPI ();
10438   ;
10439   return 0;
10440 }
10441 _ACEOF
10442 rm -f conftest.$ac_objext conftest$ac_exeext
10443 if { (ac_try="$ac_link"
10444 case "(($ac_try" in
10445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10446   *) ac_try_echo=$ac_try;;
10447 esac
10448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10449   (eval "$ac_link") 2>conftest.er1
10450   ac_status=$?
10451   grep -v '^ *+' conftest.er1 >conftest.err
10452   rm -f conftest.er1
10453   cat conftest.err >&5
10454   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10455   (exit $ac_status); } && {
10456          test -z "$ac_c_werror_flag" ||
10457          test ! -s conftest.err
10458        } && test -s conftest$ac_exeext &&
10459        $as_test_x conftest$ac_exeext; then
10460   ac_cv_lib_xml2_xmlNewDocPI=yes
10461 else
10462   echo "$as_me: failed program was:" >&5
10463 sed 's/^/| /' conftest.$ac_ext >&5
10464
10465         ac_cv_lib_xml2_xmlNewDocPI=no
10466 fi
10467
10468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10469       conftest$ac_exeext conftest.$ac_ext
10470 LIBS=$ac_check_lib_save_LIBS
10471 fi
10472 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10473 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10474 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
10475
10476 cat >>confdefs.h <<\_ACEOF
10477 #define HAVE_XMLNEWDOCPI 1
10478 _ACEOF
10479
10480 fi
10481
10482
10483 fi
10484
10485 done
10486
10487 CPPFLAGS="$ac_save_CPPFLAGS"
10488 if test "$PKG_CONFIG" != "false"
10489 then
10490     ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
10491     ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
10492 else
10493     ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
10494     ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
10495 fi
10496 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
10497
10498
10499 for ac_header in libxslt/pattern.h libxslt/transform.h
10500 do
10501 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10502 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10503 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10504 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10505   echo $ECHO_N "(cached) $ECHO_C" >&6
10506 else
10507   cat >conftest.$ac_ext <<_ACEOF
10508 /* confdefs.h.  */
10509 _ACEOF
10510 cat confdefs.h >>conftest.$ac_ext
10511 cat >>conftest.$ac_ext <<_ACEOF
10512 /* end confdefs.h.  */
10513 #ifdef HAVE_LIBXSLT_PATTERN_H
10514 # include <libxslt/pattern.h>
10515 #endif
10516
10517 #include <$ac_header>
10518 _ACEOF
10519 rm -f conftest.$ac_objext
10520 if { (ac_try="$ac_compile"
10521 case "(($ac_try" in
10522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10523   *) ac_try_echo=$ac_try;;
10524 esac
10525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10526   (eval "$ac_compile") 2>conftest.er1
10527   ac_status=$?
10528   grep -v '^ *+' conftest.er1 >conftest.err
10529   rm -f conftest.er1
10530   cat conftest.err >&5
10531   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10532   (exit $ac_status); } && {
10533          test -z "$ac_c_werror_flag" ||
10534          test ! -s conftest.err
10535        } && test -s conftest.$ac_objext; then
10536   eval "$as_ac_Header=yes"
10537 else
10538   echo "$as_me: failed program was:" >&5
10539 sed 's/^/| /' conftest.$ac_ext >&5
10540
10541         eval "$as_ac_Header=no"
10542 fi
10543
10544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10545 fi
10546 ac_res=`eval echo '${'$as_ac_Header'}'`
10547                { echo "$as_me:$LINENO: result: $ac_res" >&5
10548 echo "${ECHO_T}$ac_res" >&6; }
10549 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10550   cat >>confdefs.h <<_ACEOF
10551 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10552 _ACEOF
10553  { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10554 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10555 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10556   echo $ECHO_N "(cached) $ECHO_C" >&6
10557 else
10558   ac_check_lib_save_LIBS=$LIBS
10559 LIBS="-lxslt $ac_xslt_libs $LIBS"
10560 cat >conftest.$ac_ext <<_ACEOF
10561 /* confdefs.h.  */
10562 _ACEOF
10563 cat confdefs.h >>conftest.$ac_ext
10564 cat >>conftest.$ac_ext <<_ACEOF
10565 /* end confdefs.h.  */
10566
10567 /* Override any GCC internal prototype to avoid an error.
10568    Use char because int might match the return type of a GCC
10569    builtin and then its argument prototype would still apply.  */
10570 #ifdef __cplusplus
10571 extern "C"
10572 #endif
10573 char xsltCompilePattern ();
10574 int
10575 main ()
10576 {
10577 return xsltCompilePattern ();
10578   ;
10579   return 0;
10580 }
10581 _ACEOF
10582 rm -f conftest.$ac_objext conftest$ac_exeext
10583 if { (ac_try="$ac_link"
10584 case "(($ac_try" in
10585   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10586   *) ac_try_echo=$ac_try;;
10587 esac
10588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10589   (eval "$ac_link") 2>conftest.er1
10590   ac_status=$?
10591   grep -v '^ *+' conftest.er1 >conftest.err
10592   rm -f conftest.er1
10593   cat conftest.err >&5
10594   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10595   (exit $ac_status); } && {
10596          test -z "$ac_c_werror_flag" ||
10597          test ! -s conftest.err
10598        } && test -s conftest$ac_exeext &&
10599        $as_test_x conftest$ac_exeext; then
10600   ac_cv_lib_xslt_xsltCompilePattern=yes
10601 else
10602   echo "$as_me: failed program was:" >&5
10603 sed 's/^/| /' conftest.$ac_ext >&5
10604
10605         ac_cv_lib_xslt_xsltCompilePattern=no
10606 fi
10607
10608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10609       conftest$ac_exeext conftest.$ac_ext
10610 LIBS=$ac_check_lib_save_LIBS
10611 fi
10612 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10613 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10614 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10615
10616 cat >>confdefs.h <<\_ACEOF
10617 #define HAVE_LIBXSLT 1
10618 _ACEOF
10619
10620              XSLTLIBS="$ac_xslt_libs"
10621              XSLTINCL="$ac_xslt_cflags"
10622 fi
10623
10624
10625 fi
10626
10627 done
10628
10629 CPPFLAGS="$ac_save_CPPFLAGS"
10630
10631 HALINCL=""
10632
10633 if test "$PKG_CONFIG" != "false"
10634 then
10635     ac_save_CPPFLAGS="$CPPFLAGS"
10636     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
10637     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
10638     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
10639
10640
10641 for ac_header in dbus/dbus.h hal/libhal.h
10642 do
10643 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10645   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10646 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10647 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10648   echo $ECHO_N "(cached) $ECHO_C" >&6
10649 fi
10650 ac_res=`eval echo '${'$as_ac_Header'}'`
10651                { echo "$as_me:$LINENO: result: $ac_res" >&5
10652 echo "${ECHO_T}$ac_res" >&6; }
10653 else
10654   # Is the header compilable?
10655 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10656 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10657 cat >conftest.$ac_ext <<_ACEOF
10658 /* confdefs.h.  */
10659 _ACEOF
10660 cat confdefs.h >>conftest.$ac_ext
10661 cat >>conftest.$ac_ext <<_ACEOF
10662 /* end confdefs.h.  */
10663 $ac_includes_default
10664 #include <$ac_header>
10665 _ACEOF
10666 rm -f conftest.$ac_objext
10667 if { (ac_try="$ac_compile"
10668 case "(($ac_try" in
10669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10670   *) ac_try_echo=$ac_try;;
10671 esac
10672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10673   (eval "$ac_compile") 2>conftest.er1
10674   ac_status=$?
10675   grep -v '^ *+' conftest.er1 >conftest.err
10676   rm -f conftest.er1
10677   cat conftest.err >&5
10678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10679   (exit $ac_status); } && {
10680          test -z "$ac_c_werror_flag" ||
10681          test ! -s conftest.err
10682        } && test -s conftest.$ac_objext; then
10683   ac_header_compiler=yes
10684 else
10685   echo "$as_me: failed program was:" >&5
10686 sed 's/^/| /' conftest.$ac_ext >&5
10687
10688         ac_header_compiler=no
10689 fi
10690
10691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10692 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10693 echo "${ECHO_T}$ac_header_compiler" >&6; }
10694
10695 # Is the header present?
10696 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10697 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10698 cat >conftest.$ac_ext <<_ACEOF
10699 /* confdefs.h.  */
10700 _ACEOF
10701 cat confdefs.h >>conftest.$ac_ext
10702 cat >>conftest.$ac_ext <<_ACEOF
10703 /* end confdefs.h.  */
10704 #include <$ac_header>
10705 _ACEOF
10706 if { (ac_try="$ac_cpp conftest.$ac_ext"
10707 case "(($ac_try" in
10708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10709   *) ac_try_echo=$ac_try;;
10710 esac
10711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10712   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10713   ac_status=$?
10714   grep -v '^ *+' conftest.er1 >conftest.err
10715   rm -f conftest.er1
10716   cat conftest.err >&5
10717   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10718   (exit $ac_status); } >/dev/null && {
10719          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10720          test ! -s conftest.err
10721        }; then
10722   ac_header_preproc=yes
10723 else
10724   echo "$as_me: failed program was:" >&5
10725 sed 's/^/| /' conftest.$ac_ext >&5
10726
10727   ac_header_preproc=no
10728 fi
10729
10730 rm -f conftest.err conftest.$ac_ext
10731 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10732 echo "${ECHO_T}$ac_header_preproc" >&6; }
10733
10734 # So?  What about this header?
10735 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10736   yes:no: )
10737     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10738 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10739     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10740 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10741     ac_header_preproc=yes
10742     ;;
10743   no:yes:* )
10744     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10745 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10746     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10747 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10748     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10749 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10750     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10751 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10752     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10753 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10754     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10755 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10756     ( cat <<\_ASBOX
10757 ## ------------------------------------ ##
10758 ## Report this to wine-devel@winehq.org ##
10759 ## ------------------------------------ ##
10760 _ASBOX
10761      ) | sed "s/^/$as_me: WARNING:     /" >&2
10762     ;;
10763 esac
10764 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10765 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10766 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10767   echo $ECHO_N "(cached) $ECHO_C" >&6
10768 else
10769   eval "$as_ac_Header=\$ac_header_preproc"
10770 fi
10771 ac_res=`eval echo '${'$as_ac_Header'}'`
10772                { echo "$as_me:$LINENO: result: $ac_res" >&5
10773 echo "${ECHO_T}$ac_res" >&6; }
10774
10775 fi
10776 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10777   cat >>confdefs.h <<_ACEOF
10778 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10779 _ACEOF
10780
10781 fi
10782
10783 done
10784
10785     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
10786     then
10787         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
10788 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
10789 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
10790   echo $ECHO_N "(cached) $ECHO_C" >&6
10791 else
10792   ac_check_lib_save_LIBS=$LIBS
10793 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
10794 cat >conftest.$ac_ext <<_ACEOF
10795 /* confdefs.h.  */
10796 _ACEOF
10797 cat confdefs.h >>conftest.$ac_ext
10798 cat >>conftest.$ac_ext <<_ACEOF
10799 /* end confdefs.h.  */
10800
10801 /* Override any GCC internal prototype to avoid an error.
10802    Use char because int might match the return type of a GCC
10803    builtin and then its argument prototype would still apply.  */
10804 #ifdef __cplusplus
10805 extern "C"
10806 #endif
10807 char dbus_connection_close ();
10808 int
10809 main ()
10810 {
10811 return dbus_connection_close ();
10812   ;
10813   return 0;
10814 }
10815 _ACEOF
10816 rm -f conftest.$ac_objext conftest$ac_exeext
10817 if { (ac_try="$ac_link"
10818 case "(($ac_try" in
10819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10820   *) ac_try_echo=$ac_try;;
10821 esac
10822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10823   (eval "$ac_link") 2>conftest.er1
10824   ac_status=$?
10825   grep -v '^ *+' conftest.er1 >conftest.err
10826   rm -f conftest.er1
10827   cat conftest.err >&5
10828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10829   (exit $ac_status); } && {
10830          test -z "$ac_c_werror_flag" ||
10831          test ! -s conftest.err
10832        } && test -s conftest$ac_exeext &&
10833        $as_test_x conftest$ac_exeext; then
10834   ac_cv_lib_dbus_1_dbus_connection_close=yes
10835 else
10836   echo "$as_me: failed program was:" >&5
10837 sed 's/^/| /' conftest.$ac_ext >&5
10838
10839         ac_cv_lib_dbus_1_dbus_connection_close=no
10840 fi
10841
10842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10843       conftest$ac_exeext conftest.$ac_ext
10844 LIBS=$ac_check_lib_save_LIBS
10845 fi
10846 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
10847 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
10848 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
10849   { echo "$as_me:$LINENO: checking for -lhal" >&5
10850 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
10851 if test "${ac_cv_lib_soname_hal+set}" = set; then
10852   echo $ECHO_N "(cached) $ECHO_C" >&6
10853 else
10854   ac_check_soname_save_LIBS=$LIBS
10855 LIBS="-lhal $ac_hal_libs $LIBS"
10856   cat >conftest.$ac_ext <<_ACEOF
10857 /* confdefs.h.  */
10858 _ACEOF
10859 cat confdefs.h >>conftest.$ac_ext
10860 cat >>conftest.$ac_ext <<_ACEOF
10861 /* end confdefs.h.  */
10862
10863 /* Override any GCC internal prototype to avoid an error.
10864    Use char because int might match the return type of a GCC
10865    builtin and then its argument prototype would still apply.  */
10866 #ifdef __cplusplus
10867 extern "C"
10868 #endif
10869 char libhal_ctx_new ();
10870 int
10871 main ()
10872 {
10873 return libhal_ctx_new ();
10874   ;
10875   return 0;
10876 }
10877 _ACEOF
10878 rm -f conftest.$ac_objext conftest$ac_exeext
10879 if { (ac_try="$ac_link"
10880 case "(($ac_try" in
10881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10882   *) ac_try_echo=$ac_try;;
10883 esac
10884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10885   (eval "$ac_link") 2>conftest.er1
10886   ac_status=$?
10887   grep -v '^ *+' conftest.er1 >conftest.err
10888   rm -f conftest.er1
10889   cat conftest.err >&5
10890   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10891   (exit $ac_status); } && {
10892          test -z "$ac_c_werror_flag" ||
10893          test ! -s conftest.err
10894        } && test -s conftest$ac_exeext &&
10895        $as_test_x conftest$ac_exeext; then
10896   case "$LIBEXT" in
10897     dll) ;;
10898     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'` ;;
10899     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10900   esac
10901 else
10902   echo "$as_me: failed program was:" >&5
10903 sed 's/^/| /' conftest.$ac_ext >&5
10904
10905
10906 fi
10907
10908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10909       conftest$ac_exeext conftest.$ac_ext
10910   LIBS=$ac_check_soname_save_LIBS
10911 fi
10912 if test "x$ac_cv_lib_soname_hal" = "x"; then
10913   { echo "$as_me:$LINENO: result: not found" >&5
10914 echo "${ECHO_T}not found" >&6; }
10915
10916 else
10917   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
10918 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
10919
10920 cat >>confdefs.h <<_ACEOF
10921 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
10922 _ACEOF
10923
10924        HALINCL="$ac_hal_cflags"
10925 fi
10926
10927 fi
10928
10929     fi
10930     CPPFLAGS="$ac_save_CPPFLAGS"
10931 fi
10932
10933 CURSESLIBS=""
10934 if test "$ac_cv_header_ncurses_h" = "yes"
10935 then
10936     { echo "$as_me:$LINENO: checking for -lncurses" >&5
10937 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
10938 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
10939   echo $ECHO_N "(cached) $ECHO_C" >&6
10940 else
10941   ac_check_soname_save_LIBS=$LIBS
10942 LIBS="-lncurses  $LIBS"
10943   cat >conftest.$ac_ext <<_ACEOF
10944 /* confdefs.h.  */
10945 _ACEOF
10946 cat confdefs.h >>conftest.$ac_ext
10947 cat >>conftest.$ac_ext <<_ACEOF
10948 /* end confdefs.h.  */
10949
10950 /* Override any GCC internal prototype to avoid an error.
10951    Use char because int might match the return type of a GCC
10952    builtin and then its argument prototype would still apply.  */
10953 #ifdef __cplusplus
10954 extern "C"
10955 #endif
10956 char waddch ();
10957 int
10958 main ()
10959 {
10960 return waddch ();
10961   ;
10962   return 0;
10963 }
10964 _ACEOF
10965 rm -f conftest.$ac_objext conftest$ac_exeext
10966 if { (ac_try="$ac_link"
10967 case "(($ac_try" in
10968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10969   *) ac_try_echo=$ac_try;;
10970 esac
10971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10972   (eval "$ac_link") 2>conftest.er1
10973   ac_status=$?
10974   grep -v '^ *+' conftest.er1 >conftest.err
10975   rm -f conftest.er1
10976   cat conftest.err >&5
10977   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10978   (exit $ac_status); } && {
10979          test -z "$ac_c_werror_flag" ||
10980          test ! -s conftest.err
10981        } && test -s conftest$ac_exeext &&
10982        $as_test_x conftest$ac_exeext; then
10983   case "$LIBEXT" in
10984     dll) ;;
10985     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'` ;;
10986     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10987   esac
10988 else
10989   echo "$as_me: failed program was:" >&5
10990 sed 's/^/| /' conftest.$ac_ext >&5
10991
10992
10993 fi
10994
10995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10996       conftest$ac_exeext conftest.$ac_ext
10997   LIBS=$ac_check_soname_save_LIBS
10998 fi
10999 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
11000   { echo "$as_me:$LINENO: result: not found" >&5
11001 echo "${ECHO_T}not found" >&6; }
11002
11003 else
11004   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
11005 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
11006
11007 cat >>confdefs.h <<_ACEOF
11008 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11009 _ACEOF
11010
11011        CURSESLIBS="-lncurses"
11012 fi
11013
11014 elif test "$ac_cv_header_curses_h" = "yes"
11015 then
11016     { echo "$as_me:$LINENO: checking for -lcurses" >&5
11017 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
11018 if test "${ac_cv_lib_soname_curses+set}" = set; then
11019   echo $ECHO_N "(cached) $ECHO_C" >&6
11020 else
11021   ac_check_soname_save_LIBS=$LIBS
11022 LIBS="-lcurses  $LIBS"
11023   cat >conftest.$ac_ext <<_ACEOF
11024 /* confdefs.h.  */
11025 _ACEOF
11026 cat confdefs.h >>conftest.$ac_ext
11027 cat >>conftest.$ac_ext <<_ACEOF
11028 /* end confdefs.h.  */
11029
11030 /* Override any GCC internal prototype to avoid an error.
11031    Use char because int might match the return type of a GCC
11032    builtin and then its argument prototype would still apply.  */
11033 #ifdef __cplusplus
11034 extern "C"
11035 #endif
11036 char waddch ();
11037 int
11038 main ()
11039 {
11040 return waddch ();
11041   ;
11042   return 0;
11043 }
11044 _ACEOF
11045 rm -f conftest.$ac_objext conftest$ac_exeext
11046 if { (ac_try="$ac_link"
11047 case "(($ac_try" in
11048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11049   *) ac_try_echo=$ac_try;;
11050 esac
11051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11052   (eval "$ac_link") 2>conftest.er1
11053   ac_status=$?
11054   grep -v '^ *+' conftest.er1 >conftest.err
11055   rm -f conftest.er1
11056   cat conftest.err >&5
11057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11058   (exit $ac_status); } && {
11059          test -z "$ac_c_werror_flag" ||
11060          test ! -s conftest.err
11061        } && test -s conftest$ac_exeext &&
11062        $as_test_x conftest$ac_exeext; then
11063   case "$LIBEXT" in
11064     dll) ;;
11065     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'` ;;
11066     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11067   esac
11068 else
11069   echo "$as_me: failed program was:" >&5
11070 sed 's/^/| /' conftest.$ac_ext >&5
11071
11072
11073 fi
11074
11075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11076       conftest$ac_exeext conftest.$ac_ext
11077   LIBS=$ac_check_soname_save_LIBS
11078 fi
11079 if test "x$ac_cv_lib_soname_curses" = "x"; then
11080   { echo "$as_me:$LINENO: result: not found" >&5
11081 echo "${ECHO_T}not found" >&6; }
11082
11083 else
11084   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
11085 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
11086
11087 cat >>confdefs.h <<_ACEOF
11088 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11089 _ACEOF
11090
11091        CURSESLIBS="-lcurses"
11092 fi
11093
11094 fi
11095 ac_save_LIBS="$LIBS"
11096 LIBS="$LIBS $CURSESLIBS"
11097
11098 for ac_func in mousemask
11099 do
11100 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11101 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11102 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11103 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11104   echo $ECHO_N "(cached) $ECHO_C" >&6
11105 else
11106   cat >conftest.$ac_ext <<_ACEOF
11107 /* confdefs.h.  */
11108 _ACEOF
11109 cat confdefs.h >>conftest.$ac_ext
11110 cat >>conftest.$ac_ext <<_ACEOF
11111 /* end confdefs.h.  */
11112 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11113    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11114 #define $ac_func innocuous_$ac_func
11115
11116 /* System header to define __stub macros and hopefully few prototypes,
11117     which can conflict with char $ac_func (); below.
11118     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11119     <limits.h> exists even on freestanding compilers.  */
11120
11121 #ifdef __STDC__
11122 # include <limits.h>
11123 #else
11124 # include <assert.h>
11125 #endif
11126
11127 #undef $ac_func
11128
11129 /* Override any GCC internal prototype to avoid an error.
11130    Use char because int might match the return type of a GCC
11131    builtin and then its argument prototype would still apply.  */
11132 #ifdef __cplusplus
11133 extern "C"
11134 #endif
11135 char $ac_func ();
11136 /* The GNU C library defines this for functions which it implements
11137     to always fail with ENOSYS.  Some functions are actually named
11138     something starting with __ and the normal name is an alias.  */
11139 #if defined __stub_$ac_func || defined __stub___$ac_func
11140 choke me
11141 #endif
11142
11143 int
11144 main ()
11145 {
11146 return $ac_func ();
11147   ;
11148   return 0;
11149 }
11150 _ACEOF
11151 rm -f conftest.$ac_objext conftest$ac_exeext
11152 if { (ac_try="$ac_link"
11153 case "(($ac_try" in
11154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11155   *) ac_try_echo=$ac_try;;
11156 esac
11157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11158   (eval "$ac_link") 2>conftest.er1
11159   ac_status=$?
11160   grep -v '^ *+' conftest.er1 >conftest.err
11161   rm -f conftest.er1
11162   cat conftest.err >&5
11163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164   (exit $ac_status); } && {
11165          test -z "$ac_c_werror_flag" ||
11166          test ! -s conftest.err
11167        } && test -s conftest$ac_exeext &&
11168        $as_test_x conftest$ac_exeext; then
11169   eval "$as_ac_var=yes"
11170 else
11171   echo "$as_me: failed program was:" >&5
11172 sed 's/^/| /' conftest.$ac_ext >&5
11173
11174         eval "$as_ac_var=no"
11175 fi
11176
11177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11178       conftest$ac_exeext conftest.$ac_ext
11179 fi
11180 ac_res=`eval echo '${'$as_ac_var'}'`
11181                { echo "$as_me:$LINENO: result: $ac_res" >&5
11182 echo "${ECHO_T}$ac_res" >&6; }
11183 if test `eval echo '${'$as_ac_var'}'` = yes; then
11184   cat >>confdefs.h <<_ACEOF
11185 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11186 _ACEOF
11187
11188 fi
11189 done
11190
11191 LIBS="$ac_save_LIBS"
11192
11193 # Extract the first word of "sane-config", so it can be a program name with args.
11194 set dummy sane-config; ac_word=$2
11195 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11197 if test "${ac_cv_prog_sane_devel+set}" = set; then
11198   echo $ECHO_N "(cached) $ECHO_C" >&6
11199 else
11200   if test -n "$sane_devel"; then
11201   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
11202 else
11203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11204 for as_dir in $PATH
11205 do
11206   IFS=$as_save_IFS
11207   test -z "$as_dir" && as_dir=.
11208   for ac_exec_ext in '' $ac_executable_extensions; do
11209   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11210     ac_cv_prog_sane_devel="sane-config"
11211     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11212     break 2
11213   fi
11214 done
11215 done
11216 IFS=$as_save_IFS
11217
11218   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
11219 fi
11220 fi
11221 sane_devel=$ac_cv_prog_sane_devel
11222 if test -n "$sane_devel"; then
11223   { echo "$as_me:$LINENO: result: $sane_devel" >&5
11224 echo "${ECHO_T}$sane_devel" >&6; }
11225 else
11226   { echo "$as_me:$LINENO: result: no" >&5
11227 echo "${ECHO_T}no" >&6; }
11228 fi
11229
11230
11231 if test "$sane_devel" != "no"
11232 then
11233     ac_sane_incl="`$sane_devel --cflags`"
11234     ac_save_CPPFLAGS="$CPPFLAGS"
11235     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
11236     if test "${ac_cv_header_sane_sane_h+set}" = set; then
11237   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11238 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11239 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11240   echo $ECHO_N "(cached) $ECHO_C" >&6
11241 fi
11242 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11243 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11244 else
11245   # Is the header compilable?
11246 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11247 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11248 cat >conftest.$ac_ext <<_ACEOF
11249 /* confdefs.h.  */
11250 _ACEOF
11251 cat confdefs.h >>conftest.$ac_ext
11252 cat >>conftest.$ac_ext <<_ACEOF
11253 /* end confdefs.h.  */
11254 $ac_includes_default
11255 #include <sane/sane.h>
11256 _ACEOF
11257 rm -f conftest.$ac_objext
11258 if { (ac_try="$ac_compile"
11259 case "(($ac_try" in
11260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11261   *) ac_try_echo=$ac_try;;
11262 esac
11263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11264   (eval "$ac_compile") 2>conftest.er1
11265   ac_status=$?
11266   grep -v '^ *+' conftest.er1 >conftest.err
11267   rm -f conftest.er1
11268   cat conftest.err >&5
11269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11270   (exit $ac_status); } && {
11271          test -z "$ac_c_werror_flag" ||
11272          test ! -s conftest.err
11273        } && test -s conftest.$ac_objext; then
11274   ac_header_compiler=yes
11275 else
11276   echo "$as_me: failed program was:" >&5
11277 sed 's/^/| /' conftest.$ac_ext >&5
11278
11279         ac_header_compiler=no
11280 fi
11281
11282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11283 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11284 echo "${ECHO_T}$ac_header_compiler" >&6; }
11285
11286 # Is the header present?
11287 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
11288 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
11289 cat >conftest.$ac_ext <<_ACEOF
11290 /* confdefs.h.  */
11291 _ACEOF
11292 cat confdefs.h >>conftest.$ac_ext
11293 cat >>conftest.$ac_ext <<_ACEOF
11294 /* end confdefs.h.  */
11295 #include <sane/sane.h>
11296 _ACEOF
11297 if { (ac_try="$ac_cpp conftest.$ac_ext"
11298 case "(($ac_try" in
11299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11300   *) ac_try_echo=$ac_try;;
11301 esac
11302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11303   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11304   ac_status=$?
11305   grep -v '^ *+' conftest.er1 >conftest.err
11306   rm -f conftest.er1
11307   cat conftest.err >&5
11308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11309   (exit $ac_status); } >/dev/null && {
11310          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11311          test ! -s conftest.err
11312        }; then
11313   ac_header_preproc=yes
11314 else
11315   echo "$as_me: failed program was:" >&5
11316 sed 's/^/| /' conftest.$ac_ext >&5
11317
11318   ac_header_preproc=no
11319 fi
11320
11321 rm -f conftest.err conftest.$ac_ext
11322 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11323 echo "${ECHO_T}$ac_header_preproc" >&6; }
11324
11325 # So?  What about this header?
11326 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11327   yes:no: )
11328     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
11329 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11330     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
11331 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
11332     ac_header_preproc=yes
11333     ;;
11334   no:yes:* )
11335     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
11336 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
11337     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
11338 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
11339     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
11340 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
11341     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
11342 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11343     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
11344 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
11345     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
11346 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
11347     ( cat <<\_ASBOX
11348 ## ------------------------------------ ##
11349 ## Report this to wine-devel@winehq.org ##
11350 ## ------------------------------------ ##
11351 _ASBOX
11352      ) | sed "s/^/$as_me: WARNING:     /" >&2
11353     ;;
11354 esac
11355 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11356 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11357 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11358   echo $ECHO_N "(cached) $ECHO_C" >&6
11359 else
11360   ac_cv_header_sane_sane_h=$ac_header_preproc
11361 fi
11362 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11363 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11364
11365 fi
11366 if test $ac_cv_header_sane_sane_h = yes; then
11367   { echo "$as_me:$LINENO: checking for -lsane" >&5
11368 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
11369 if test "${ac_cv_lib_soname_sane+set}" = set; then
11370   echo $ECHO_N "(cached) $ECHO_C" >&6
11371 else
11372   ac_check_soname_save_LIBS=$LIBS
11373 LIBS="-lsane  $LIBS"
11374   cat >conftest.$ac_ext <<_ACEOF
11375 /* confdefs.h.  */
11376 _ACEOF
11377 cat confdefs.h >>conftest.$ac_ext
11378 cat >>conftest.$ac_ext <<_ACEOF
11379 /* end confdefs.h.  */
11380
11381 /* Override any GCC internal prototype to avoid an error.
11382    Use char because int might match the return type of a GCC
11383    builtin and then its argument prototype would still apply.  */
11384 #ifdef __cplusplus
11385 extern "C"
11386 #endif
11387 char sane_init ();
11388 int
11389 main ()
11390 {
11391 return sane_init ();
11392   ;
11393   return 0;
11394 }
11395 _ACEOF
11396 rm -f conftest.$ac_objext conftest$ac_exeext
11397 if { (ac_try="$ac_link"
11398 case "(($ac_try" in
11399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11400   *) ac_try_echo=$ac_try;;
11401 esac
11402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11403   (eval "$ac_link") 2>conftest.er1
11404   ac_status=$?
11405   grep -v '^ *+' conftest.er1 >conftest.err
11406   rm -f conftest.er1
11407   cat conftest.err >&5
11408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409   (exit $ac_status); } && {
11410          test -z "$ac_c_werror_flag" ||
11411          test ! -s conftest.err
11412        } && test -s conftest$ac_exeext &&
11413        $as_test_x conftest$ac_exeext; then
11414   case "$LIBEXT" in
11415     dll) ;;
11416     dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11417     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11418   esac
11419 else
11420   echo "$as_me: failed program was:" >&5
11421 sed 's/^/| /' conftest.$ac_ext >&5
11422
11423
11424 fi
11425
11426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11427       conftest$ac_exeext conftest.$ac_ext
11428   LIBS=$ac_check_soname_save_LIBS
11429 fi
11430 if test "x$ac_cv_lib_soname_sane" = "x"; then
11431   { echo "$as_me:$LINENO: result: not found" >&5
11432 echo "${ECHO_T}not found" >&6; }
11433
11434 else
11435   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
11436 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
11437
11438 cat >>confdefs.h <<_ACEOF
11439 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11440 _ACEOF
11441
11442        SANEINCL="$ac_sane_incl"
11443
11444 fi
11445
11446 fi
11447
11448
11449     CPPFLAGS="$ac_save_CPPFLAGS"
11450 fi
11451
11452 # Extract the first word of "gphoto2-config", so it can be a program name with args.
11453 set dummy gphoto2-config; ac_word=$2
11454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11456 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
11457   echo $ECHO_N "(cached) $ECHO_C" >&6
11458 else
11459   if test -n "$gphoto2_devel"; then
11460   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
11461 else
11462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11463 for as_dir in $PATH
11464 do
11465   IFS=$as_save_IFS
11466   test -z "$as_dir" && as_dir=.
11467   for ac_exec_ext in '' $ac_executable_extensions; do
11468   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11469     ac_cv_prog_gphoto2_devel="gphoto2-config"
11470     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11471     break 2
11472   fi
11473 done
11474 done
11475 IFS=$as_save_IFS
11476
11477   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
11478 fi
11479 fi
11480 gphoto2_devel=$ac_cv_prog_gphoto2_devel
11481 if test -n "$gphoto2_devel"; then
11482   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
11483 echo "${ECHO_T}$gphoto2_devel" >&6; }
11484 else
11485   { echo "$as_me:$LINENO: result: no" >&5
11486 echo "${ECHO_T}no" >&6; }
11487 fi
11488
11489
11490 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11491 set dummy gphoto2-port-config; ac_word=$2
11492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11494 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11495   echo $ECHO_N "(cached) $ECHO_C" >&6
11496 else
11497   if test -n "$gphoto2port_devel"; then
11498   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
11499 else
11500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11501 for as_dir in $PATH
11502 do
11503   IFS=$as_save_IFS
11504   test -z "$as_dir" && as_dir=.
11505   for ac_exec_ext in '' $ac_executable_extensions; do
11506   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11507     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
11508     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11509     break 2
11510   fi
11511 done
11512 done
11513 IFS=$as_save_IFS
11514
11515   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
11516 fi
11517 fi
11518 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
11519 if test -n "$gphoto2port_devel"; then
11520   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11521 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11522 else
11523   { echo "$as_me:$LINENO: result: no" >&5
11524 echo "${ECHO_T}no" >&6; }
11525 fi
11526
11527
11528 GPHOTO2LIBS=""
11529
11530 GPHOTO2INCL=""
11531
11532 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11533 then
11534     GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11535     GPHOTO2LIBS=""
11536     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11537     do
11538       case "$i" in
11539         -L/usr/lib|-L/usr/lib64) ;;
11540         -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";;
11541       esac
11542     done
11543     ac_save_CPPFLAGS="$CPPFLAGS"
11544     ac_save_LIBS="$LIBS"
11545     CPPFLAGS="$CPPFLAGS $GPHOTO2INCL"
11546     LIBS="$LIBS $GPHOTO2LIBS"
11547     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11548   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11549 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11550 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11551   echo $ECHO_N "(cached) $ECHO_C" >&6
11552 fi
11553 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11554 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11555 else
11556   # Is the header compilable?
11557 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11558 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11559 cat >conftest.$ac_ext <<_ACEOF
11560 /* confdefs.h.  */
11561 _ACEOF
11562 cat confdefs.h >>conftest.$ac_ext
11563 cat >>conftest.$ac_ext <<_ACEOF
11564 /* end confdefs.h.  */
11565 $ac_includes_default
11566 #include <gphoto2-camera.h>
11567 _ACEOF
11568 rm -f conftest.$ac_objext
11569 if { (ac_try="$ac_compile"
11570 case "(($ac_try" in
11571   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11572   *) ac_try_echo=$ac_try;;
11573 esac
11574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11575   (eval "$ac_compile") 2>conftest.er1
11576   ac_status=$?
11577   grep -v '^ *+' conftest.er1 >conftest.err
11578   rm -f conftest.er1
11579   cat conftest.err >&5
11580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11581   (exit $ac_status); } && {
11582          test -z "$ac_c_werror_flag" ||
11583          test ! -s conftest.err
11584        } && test -s conftest.$ac_objext; then
11585   ac_header_compiler=yes
11586 else
11587   echo "$as_me: failed program was:" >&5
11588 sed 's/^/| /' conftest.$ac_ext >&5
11589
11590         ac_header_compiler=no
11591 fi
11592
11593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11594 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11595 echo "${ECHO_T}$ac_header_compiler" >&6; }
11596
11597 # Is the header present?
11598 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11599 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11600 cat >conftest.$ac_ext <<_ACEOF
11601 /* confdefs.h.  */
11602 _ACEOF
11603 cat confdefs.h >>conftest.$ac_ext
11604 cat >>conftest.$ac_ext <<_ACEOF
11605 /* end confdefs.h.  */
11606 #include <gphoto2-camera.h>
11607 _ACEOF
11608 if { (ac_try="$ac_cpp conftest.$ac_ext"
11609 case "(($ac_try" in
11610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11611   *) ac_try_echo=$ac_try;;
11612 esac
11613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11614   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11615   ac_status=$?
11616   grep -v '^ *+' conftest.er1 >conftest.err
11617   rm -f conftest.er1
11618   cat conftest.err >&5
11619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11620   (exit $ac_status); } >/dev/null && {
11621          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11622          test ! -s conftest.err
11623        }; then
11624   ac_header_preproc=yes
11625 else
11626   echo "$as_me: failed program was:" >&5
11627 sed 's/^/| /' conftest.$ac_ext >&5
11628
11629   ac_header_preproc=no
11630 fi
11631
11632 rm -f conftest.err conftest.$ac_ext
11633 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11634 echo "${ECHO_T}$ac_header_preproc" >&6; }
11635
11636 # So?  What about this header?
11637 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11638   yes:no: )
11639     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11640 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11641     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11642 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11643     ac_header_preproc=yes
11644     ;;
11645   no:yes:* )
11646     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11647 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11648     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
11649 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
11650     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11651 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11652     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
11653 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11654     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11655 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11656     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11657 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11658     ( cat <<\_ASBOX
11659 ## ------------------------------------ ##
11660 ## Report this to wine-devel@winehq.org ##
11661 ## ------------------------------------ ##
11662 _ASBOX
11663      ) | sed "s/^/$as_me: WARNING:     /" >&2
11664     ;;
11665 esac
11666 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11667 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11668 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11669   echo $ECHO_N "(cached) $ECHO_C" >&6
11670 else
11671   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
11672 fi
11673 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11674 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11675
11676 fi
11677 if test $ac_cv_header_gphoto2_camera_h = yes; then
11678   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11679 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11680 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11681   echo $ECHO_N "(cached) $ECHO_C" >&6
11682 else
11683   ac_check_lib_save_LIBS=$LIBS
11684 LIBS="-lgphoto2  $LIBS"
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h.  */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h.  */
11691
11692 /* Override any GCC internal prototype to avoid an error.
11693    Use char because int might match the return type of a GCC
11694    builtin and then its argument prototype would still apply.  */
11695 #ifdef __cplusplus
11696 extern "C"
11697 #endif
11698 char gp_camera_new ();
11699 int
11700 main ()
11701 {
11702 return gp_camera_new ();
11703   ;
11704   return 0;
11705 }
11706 _ACEOF
11707 rm -f conftest.$ac_objext conftest$ac_exeext
11708 if { (ac_try="$ac_link"
11709 case "(($ac_try" in
11710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11711   *) ac_try_echo=$ac_try;;
11712 esac
11713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11714   (eval "$ac_link") 2>conftest.er1
11715   ac_status=$?
11716   grep -v '^ *+' conftest.er1 >conftest.err
11717   rm -f conftest.er1
11718   cat conftest.err >&5
11719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11720   (exit $ac_status); } && {
11721          test -z "$ac_c_werror_flag" ||
11722          test ! -s conftest.err
11723        } && test -s conftest$ac_exeext &&
11724        $as_test_x conftest$ac_exeext; then
11725   ac_cv_lib_gphoto2_gp_camera_new=yes
11726 else
11727   echo "$as_me: failed program was:" >&5
11728 sed 's/^/| /' conftest.$ac_ext >&5
11729
11730         ac_cv_lib_gphoto2_gp_camera_new=no
11731 fi
11732
11733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11734       conftest$ac_exeext conftest.$ac_ext
11735 LIBS=$ac_check_lib_save_LIBS
11736 fi
11737 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11738 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11739 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11740
11741 cat >>confdefs.h <<\_ACEOF
11742 #define HAVE_GPHOTO2 1
11743 _ACEOF
11744
11745 else
11746   GPHOTO2LIBS=""
11747                                   GPHOTO2INCL=""
11748 fi
11749
11750 else
11751   GPHOTO2LIBS=""
11752                     GPHOTO2INCL=""
11753 fi
11754
11755
11756     LIBS="$ac_save_LIBS"
11757     CPPFLAGS="$ac_save_CPPFLAGS"
11758 fi
11759
11760 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
11761 then
11762     saved_libs="$LIBS"
11763     icu_libs="-lsicuuc -lsicudata -lstdc++ -lgcc_s"
11764     if test -n "$ICU_LIB_DIR"
11765     then
11766         icu_libs="-L$ICU_LIB_DIR $icu_libs"
11767     fi
11768     { echo "$as_me:$LINENO: checking whether can link with ICU libraries" >&5
11769 echo $ECHO_N "checking whether can link with ICU libraries... $ECHO_C" >&6; }
11770     LIBS="$saved_libs $icu_libs"
11771     if test "$cross_compiling" = yes; then
11772   { echo "$as_me:$LINENO: result: no" >&5
11773 echo "${ECHO_T}no" >&6; }
11774 else
11775   cat >conftest.$ac_ext <<_ACEOF
11776 /* confdefs.h.  */
11777 _ACEOF
11778 cat confdefs.h >>conftest.$ac_ext
11779 cat >>conftest.$ac_ext <<_ACEOF
11780 /* end confdefs.h.  */
11781 #include <unicode/ubidi.h>
11782 int
11783 main ()
11784 {
11785 ubidi_open()
11786   ;
11787   return 0;
11788 }
11789 _ACEOF
11790 rm -f conftest$ac_exeext
11791 if { (ac_try="$ac_link"
11792 case "(($ac_try" in
11793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11794   *) ac_try_echo=$ac_try;;
11795 esac
11796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11797   (eval "$ac_link") 2>&5
11798   ac_status=$?
11799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11800   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11801   { (case "(($ac_try" in
11802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11803   *) ac_try_echo=$ac_try;;
11804 esac
11805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11806   (eval "$ac_try") 2>&5
11807   ac_status=$?
11808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11809   (exit $ac_status); }; }; then
11810
11811 cat >>confdefs.h <<\_ACEOF
11812 #define HAVE_ICU 1
11813 _ACEOF
11814
11815                  ICULIBS="$icu_libs"
11816
11817                  { echo "$as_me:$LINENO: result: yes" >&5
11818 echo "${ECHO_T}yes" >&6; }
11819 else
11820   echo "$as_me: program exited with status $ac_status" >&5
11821 echo "$as_me: failed program was:" >&5
11822 sed 's/^/| /' conftest.$ac_ext >&5
11823
11824 ( exit $ac_status )
11825 { echo "$as_me:$LINENO: result: no" >&5
11826 echo "${ECHO_T}no" >&6; }
11827 fi
11828 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11829 fi
11830
11831
11832     LIBS="$saved_libs"
11833 fi
11834
11835 RESOLVLIBS=""
11836
11837 if test "$ac_cv_header_resolv_h" = "yes"
11838 then
11839     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
11840 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
11841 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
11842   echo $ECHO_N "(cached) $ECHO_C" >&6
11843 else
11844   ac_check_lib_save_LIBS=$LIBS
11845 LIBS="-lresolv  $LIBS"
11846 cat >conftest.$ac_ext <<_ACEOF
11847 /* confdefs.h.  */
11848 _ACEOF
11849 cat confdefs.h >>conftest.$ac_ext
11850 cat >>conftest.$ac_ext <<_ACEOF
11851 /* end confdefs.h.  */
11852
11853 /* Override any GCC internal prototype to avoid an error.
11854    Use char because int might match the return type of a GCC
11855    builtin and then its argument prototype would still apply.  */
11856 #ifdef __cplusplus
11857 extern "C"
11858 #endif
11859 char res_query ();
11860 int
11861 main ()
11862 {
11863 return res_query ();
11864   ;
11865   return 0;
11866 }
11867 _ACEOF
11868 rm -f conftest.$ac_objext conftest$ac_exeext
11869 if { (ac_try="$ac_link"
11870 case "(($ac_try" in
11871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11872   *) ac_try_echo=$ac_try;;
11873 esac
11874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11875   (eval "$ac_link") 2>conftest.er1
11876   ac_status=$?
11877   grep -v '^ *+' conftest.er1 >conftest.err
11878   rm -f conftest.er1
11879   cat conftest.err >&5
11880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881   (exit $ac_status); } && {
11882          test -z "$ac_c_werror_flag" ||
11883          test ! -s conftest.err
11884        } && test -s conftest$ac_exeext &&
11885        $as_test_x conftest$ac_exeext; then
11886   ac_cv_lib_resolv_res_query=yes
11887 else
11888   echo "$as_me: failed program was:" >&5
11889 sed 's/^/| /' conftest.$ac_ext >&5
11890
11891         ac_cv_lib_resolv_res_query=no
11892 fi
11893
11894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11895       conftest$ac_exeext conftest.$ac_ext
11896 LIBS=$ac_check_lib_save_LIBS
11897 fi
11898 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
11899 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
11900 if test $ac_cv_lib_resolv_res_query = yes; then
11901
11902 cat >>confdefs.h <<\_ACEOF
11903 #define HAVE_RESOLV 1
11904 _ACEOF
11905
11906          RESOLVLIBS="-lresolv"
11907 fi
11908
11909 fi
11910
11911 LCMSLIBS=""
11912
11913 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
11914 then
11915     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
11916 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
11917 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
11918   echo $ECHO_N "(cached) $ECHO_C" >&6
11919 else
11920   ac_check_lib_save_LIBS=$LIBS
11921 LIBS="-llcms  $LIBS"
11922 cat >conftest.$ac_ext <<_ACEOF
11923 /* confdefs.h.  */
11924 _ACEOF
11925 cat confdefs.h >>conftest.$ac_ext
11926 cat >>conftest.$ac_ext <<_ACEOF
11927 /* end confdefs.h.  */
11928
11929 /* Override any GCC internal prototype to avoid an error.
11930    Use char because int might match the return type of a GCC
11931    builtin and then its argument prototype would still apply.  */
11932 #ifdef __cplusplus
11933 extern "C"
11934 #endif
11935 char cmsOpenProfileFromFile ();
11936 int
11937 main ()
11938 {
11939 return cmsOpenProfileFromFile ();
11940   ;
11941   return 0;
11942 }
11943 _ACEOF
11944 rm -f conftest.$ac_objext conftest$ac_exeext
11945 if { (ac_try="$ac_link"
11946 case "(($ac_try" in
11947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11948   *) ac_try_echo=$ac_try;;
11949 esac
11950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11951   (eval "$ac_link") 2>conftest.er1
11952   ac_status=$?
11953   grep -v '^ *+' conftest.er1 >conftest.err
11954   rm -f conftest.er1
11955   cat conftest.err >&5
11956   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11957   (exit $ac_status); } && {
11958          test -z "$ac_c_werror_flag" ||
11959          test ! -s conftest.err
11960        } && test -s conftest$ac_exeext &&
11961        $as_test_x conftest$ac_exeext; then
11962   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
11963 else
11964   echo "$as_me: failed program was:" >&5
11965 sed 's/^/| /' conftest.$ac_ext >&5
11966
11967         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
11968 fi
11969
11970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11971       conftest$ac_exeext conftest.$ac_ext
11972 LIBS=$ac_check_lib_save_LIBS
11973 fi
11974 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
11975 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
11976 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
11977
11978 cat >>confdefs.h <<\_ACEOF
11979 #define HAVE_LCMS 1
11980 _ACEOF
11981
11982          LCMSLIBS="-llcms"
11983 fi
11984
11985 fi
11986
11987 LDAPLIBS=""
11988
11989 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
11990 then
11991     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
11992 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
11993 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
11994   echo $ECHO_N "(cached) $ECHO_C" >&6
11995 else
11996   ac_check_lib_save_LIBS=$LIBS
11997 LIBS="-lldap_r $LIBPTHREAD $LIBS"
11998 cat >conftest.$ac_ext <<_ACEOF
11999 /* confdefs.h.  */
12000 _ACEOF
12001 cat confdefs.h >>conftest.$ac_ext
12002 cat >>conftest.$ac_ext <<_ACEOF
12003 /* end confdefs.h.  */
12004
12005 /* Override any GCC internal prototype to avoid an error.
12006    Use char because int might match the return type of a GCC
12007    builtin and then its argument prototype would still apply.  */
12008 #ifdef __cplusplus
12009 extern "C"
12010 #endif
12011 char ldap_initialize ();
12012 int
12013 main ()
12014 {
12015 return ldap_initialize ();
12016   ;
12017   return 0;
12018 }
12019 _ACEOF
12020 rm -f conftest.$ac_objext conftest$ac_exeext
12021 if { (ac_try="$ac_link"
12022 case "(($ac_try" in
12023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12024   *) ac_try_echo=$ac_try;;
12025 esac
12026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12027   (eval "$ac_link") 2>conftest.er1
12028   ac_status=$?
12029   grep -v '^ *+' conftest.er1 >conftest.err
12030   rm -f conftest.er1
12031   cat conftest.err >&5
12032   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12033   (exit $ac_status); } && {
12034          test -z "$ac_c_werror_flag" ||
12035          test ! -s conftest.err
12036        } && test -s conftest$ac_exeext &&
12037        $as_test_x conftest$ac_exeext; then
12038   ac_cv_lib_ldap_r_ldap_initialize=yes
12039 else
12040   echo "$as_me: failed program was:" >&5
12041 sed 's/^/| /' conftest.$ac_ext >&5
12042
12043         ac_cv_lib_ldap_r_ldap_initialize=no
12044 fi
12045
12046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12047       conftest$ac_exeext conftest.$ac_ext
12048 LIBS=$ac_check_lib_save_LIBS
12049 fi
12050 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12051 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12052 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12053   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12054 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12055 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12056   echo $ECHO_N "(cached) $ECHO_C" >&6
12057 else
12058   ac_check_lib_save_LIBS=$LIBS
12059 LIBS="-llber $LIBPTHREAD $LIBS"
12060 cat >conftest.$ac_ext <<_ACEOF
12061 /* confdefs.h.  */
12062 _ACEOF
12063 cat confdefs.h >>conftest.$ac_ext
12064 cat >>conftest.$ac_ext <<_ACEOF
12065 /* end confdefs.h.  */
12066
12067 /* Override any GCC internal prototype to avoid an error.
12068    Use char because int might match the return type of a GCC
12069    builtin and then its argument prototype would still apply.  */
12070 #ifdef __cplusplus
12071 extern "C"
12072 #endif
12073 char ber_init ();
12074 int
12075 main ()
12076 {
12077 return ber_init ();
12078   ;
12079   return 0;
12080 }
12081 _ACEOF
12082 rm -f conftest.$ac_objext conftest$ac_exeext
12083 if { (ac_try="$ac_link"
12084 case "(($ac_try" in
12085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12086   *) ac_try_echo=$ac_try;;
12087 esac
12088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12089   (eval "$ac_link") 2>conftest.er1
12090   ac_status=$?
12091   grep -v '^ *+' conftest.er1 >conftest.err
12092   rm -f conftest.er1
12093   cat conftest.err >&5
12094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12095   (exit $ac_status); } && {
12096          test -z "$ac_c_werror_flag" ||
12097          test ! -s conftest.err
12098        } && test -s conftest$ac_exeext &&
12099        $as_test_x conftest$ac_exeext; then
12100   ac_cv_lib_lber_ber_init=yes
12101 else
12102   echo "$as_me: failed program was:" >&5
12103 sed 's/^/| /' conftest.$ac_ext >&5
12104
12105         ac_cv_lib_lber_ber_init=no
12106 fi
12107
12108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12109       conftest$ac_exeext conftest.$ac_ext
12110 LIBS=$ac_check_lib_save_LIBS
12111 fi
12112 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
12113 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12114 if test $ac_cv_lib_lber_ber_init = yes; then
12115
12116 cat >>confdefs.h <<\_ACEOF
12117 #define HAVE_LDAP 1
12118 _ACEOF
12119
12120              LDAPLIBS="-lldap_r -llber"
12121 fi
12122
12123 fi
12124
12125     ac_wine_check_funcs_save_LIBS="$LIBS"
12126 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12127
12128
12129
12130
12131 for ac_func in \
12132         ldap_count_references \
12133         ldap_first_reference \
12134         ldap_next_reference \
12135         ldap_parse_reference
12136 do
12137 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12138 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12139 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12140 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12141   echo $ECHO_N "(cached) $ECHO_C" >&6
12142 else
12143   cat >conftest.$ac_ext <<_ACEOF
12144 /* confdefs.h.  */
12145 _ACEOF
12146 cat confdefs.h >>conftest.$ac_ext
12147 cat >>conftest.$ac_ext <<_ACEOF
12148 /* end confdefs.h.  */
12149 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12150    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12151 #define $ac_func innocuous_$ac_func
12152
12153 /* System header to define __stub macros and hopefully few prototypes,
12154     which can conflict with char $ac_func (); below.
12155     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12156     <limits.h> exists even on freestanding compilers.  */
12157
12158 #ifdef __STDC__
12159 # include <limits.h>
12160 #else
12161 # include <assert.h>
12162 #endif
12163
12164 #undef $ac_func
12165
12166 /* Override any GCC internal prototype to avoid an error.
12167    Use char because int might match the return type of a GCC
12168    builtin and then its argument prototype would still apply.  */
12169 #ifdef __cplusplus
12170 extern "C"
12171 #endif
12172 char $ac_func ();
12173 /* The GNU C library defines this for functions which it implements
12174     to always fail with ENOSYS.  Some functions are actually named
12175     something starting with __ and the normal name is an alias.  */
12176 #if defined __stub_$ac_func || defined __stub___$ac_func
12177 choke me
12178 #endif
12179
12180 int
12181 main ()
12182 {
12183 return $ac_func ();
12184   ;
12185   return 0;
12186 }
12187 _ACEOF
12188 rm -f conftest.$ac_objext conftest$ac_exeext
12189 if { (ac_try="$ac_link"
12190 case "(($ac_try" in
12191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12192   *) ac_try_echo=$ac_try;;
12193 esac
12194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12195   (eval "$ac_link") 2>conftest.er1
12196   ac_status=$?
12197   grep -v '^ *+' conftest.er1 >conftest.err
12198   rm -f conftest.er1
12199   cat conftest.err >&5
12200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201   (exit $ac_status); } && {
12202          test -z "$ac_c_werror_flag" ||
12203          test ! -s conftest.err
12204        } && test -s conftest$ac_exeext &&
12205        $as_test_x conftest$ac_exeext; then
12206   eval "$as_ac_var=yes"
12207 else
12208   echo "$as_me: failed program was:" >&5
12209 sed 's/^/| /' conftest.$ac_ext >&5
12210
12211         eval "$as_ac_var=no"
12212 fi
12213
12214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12215       conftest$ac_exeext conftest.$ac_ext
12216 fi
12217 ac_res=`eval echo '${'$as_ac_var'}'`
12218                { echo "$as_me:$LINENO: result: $ac_res" >&5
12219 echo "${ECHO_T}$ac_res" >&6; }
12220 if test `eval echo '${'$as_ac_var'}'` = yes; then
12221   cat >>confdefs.h <<_ACEOF
12222 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12223 _ACEOF
12224
12225 fi
12226 done
12227
12228 LIBS="$ac_wine_check_funcs_save_LIBS"
12229 fi
12230
12231 FREETYPELIBS=""
12232
12233 FREETYPEINCL=""
12234
12235 # Extract the first word of "freetype-config", so it can be a program name with args.
12236 set dummy freetype-config; ac_word=$2
12237 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12238 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12239 if test "${ac_cv_prog_ft_devel+set}" = set; then
12240   echo $ECHO_N "(cached) $ECHO_C" >&6
12241 else
12242   if test -n "$ft_devel"; then
12243   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
12244 else
12245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12246 for as_dir in $PATH
12247 do
12248   IFS=$as_save_IFS
12249   test -z "$as_dir" && as_dir=.
12250   for ac_exec_ext in '' $ac_executable_extensions; do
12251   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12252     ac_cv_prog_ft_devel="freetype-config"
12253     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12254     break 2
12255   fi
12256 done
12257 done
12258 IFS=$as_save_IFS
12259
12260   test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no"
12261 fi
12262 fi
12263 ft_devel=$ac_cv_prog_ft_devel
12264 if test -n "$ft_devel"; then
12265   { echo "$as_me:$LINENO: result: $ft_devel" >&5
12266 echo "${ECHO_T}$ft_devel" >&6; }
12267 else
12268   { echo "$as_me:$LINENO: result: no" >&5
12269 echo "${ECHO_T}no" >&6; }
12270 fi
12271
12272
12273 if test "$ft_devel" = "no"
12274 then
12275     # Extract the first word of "freetype2-config", so it can be a program name with args.
12276 set dummy freetype2-config; ac_word=$2
12277 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12279 if test "${ac_cv_prog_ft_devel2+set}" = set; then
12280   echo $ECHO_N "(cached) $ECHO_C" >&6
12281 else
12282   if test -n "$ft_devel2"; then
12283   ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test.
12284 else
12285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12286 for as_dir in $PATH
12287 do
12288   IFS=$as_save_IFS
12289   test -z "$as_dir" && as_dir=.
12290   for ac_exec_ext in '' $ac_executable_extensions; do
12291   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12292     ac_cv_prog_ft_devel2="freetype2-config"
12293     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12294     break 2
12295   fi
12296 done
12297 done
12298 IFS=$as_save_IFS
12299
12300   test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no"
12301 fi
12302 fi
12303 ft_devel2=$ac_cv_prog_ft_devel2
12304 if test -n "$ft_devel2"; then
12305   { echo "$as_me:$LINENO: result: $ft_devel2" >&5
12306 echo "${ECHO_T}$ft_devel2" >&6; }
12307 else
12308   { echo "$as_me:$LINENO: result: no" >&5
12309 echo "${ECHO_T}no" >&6; }
12310 fi
12311
12312
12313     if test "$ft_devel2" = "freetype2-config"
12314     then
12315         ft_devel=$ft_devel2
12316     fi
12317 fi
12318
12319 if test "$ft_devel" = "no"
12320 then
12321     wine_cv_msg_freetype=yes
12322 else
12323     FREETYPELIBS=`$ft_devel --libs`
12324     FREETYPEINCL=`$ft_devel --cflags`
12325     { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
12326 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
12327 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
12328   echo $ECHO_N "(cached) $ECHO_C" >&6
12329 else
12330   ac_check_lib_save_LIBS=$LIBS
12331 LIBS="-lfreetype $FREETYPELIBS $LIBS"
12332 cat >conftest.$ac_ext <<_ACEOF
12333 /* confdefs.h.  */
12334 _ACEOF
12335 cat confdefs.h >>conftest.$ac_ext
12336 cat >>conftest.$ac_ext <<_ACEOF
12337 /* end confdefs.h.  */
12338
12339 /* Override any GCC internal prototype to avoid an error.
12340    Use char because int might match the return type of a GCC
12341    builtin and then its argument prototype would still apply.  */
12342 #ifdef __cplusplus
12343 extern "C"
12344 #endif
12345 char FT_Init_FreeType ();
12346 int
12347 main ()
12348 {
12349 return FT_Init_FreeType ();
12350   ;
12351   return 0;
12352 }
12353 _ACEOF
12354 rm -f conftest.$ac_objext conftest$ac_exeext
12355 if { (ac_try="$ac_link"
12356 case "(($ac_try" in
12357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12358   *) ac_try_echo=$ac_try;;
12359 esac
12360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12361   (eval "$ac_link") 2>conftest.er1
12362   ac_status=$?
12363   grep -v '^ *+' conftest.er1 >conftest.err
12364   rm -f conftest.er1
12365   cat conftest.err >&5
12366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367   (exit $ac_status); } && {
12368          test -z "$ac_c_werror_flag" ||
12369          test ! -s conftest.err
12370        } && test -s conftest$ac_exeext &&
12371        $as_test_x conftest$ac_exeext; then
12372   ac_cv_lib_freetype_FT_Init_FreeType=yes
12373 else
12374   echo "$as_me: failed program was:" >&5
12375 sed 's/^/| /' conftest.$ac_ext >&5
12376
12377         ac_cv_lib_freetype_FT_Init_FreeType=no
12378 fi
12379
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381       conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12383 fi
12384 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
12385 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
12386 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
12387   ft_lib=yes
12388 else
12389   ft_lib=no
12390 fi
12391
12392     if test "$ft_lib" = "no"
12393     then
12394         wine_cv_msg_freetype=yes
12395         FREETYPELIBS=""
12396         FREETYPEINCL=""
12397     else
12398         ac_save_CPPFLAGS="$CPPFLAGS"
12399         CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
12400
12401
12402
12403
12404
12405
12406
12407
12408
12409
12410
12411 for ac_header in ft2build.h \
12412                          freetype/freetype.h \
12413                          freetype/ftglyph.h \
12414                          freetype/tttables.h \
12415                          freetype/ftnames.h \
12416                          freetype/ftsnames.h \
12417                          freetype/ttnameid.h \
12418                          freetype/ftoutln.h \
12419                          freetype/ftwinfnt.h \
12420                          freetype/ftmodapi.h \
12421                          freetype/internal/sfnt.h
12422 do
12423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12427   echo $ECHO_N "(cached) $ECHO_C" >&6
12428 else
12429   cat >conftest.$ac_ext <<_ACEOF
12430 /* confdefs.h.  */
12431 _ACEOF
12432 cat confdefs.h >>conftest.$ac_ext
12433 cat >>conftest.$ac_ext <<_ACEOF
12434 /* end confdefs.h.  */
12435 #if HAVE_FT2BUILD_H
12436                           #include <ft2build.h>
12437                           #endif
12438
12439 #include <$ac_header>
12440 _ACEOF
12441 rm -f conftest.$ac_objext
12442 if { (ac_try="$ac_compile"
12443 case "(($ac_try" in
12444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12445   *) ac_try_echo=$ac_try;;
12446 esac
12447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12448   (eval "$ac_compile") 2>conftest.er1
12449   ac_status=$?
12450   grep -v '^ *+' conftest.er1 >conftest.err
12451   rm -f conftest.er1
12452   cat conftest.err >&5
12453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454   (exit $ac_status); } && {
12455          test -z "$ac_c_werror_flag" ||
12456          test ! -s conftest.err
12457        } && test -s conftest.$ac_objext; then
12458   eval "$as_ac_Header=yes"
12459 else
12460   echo "$as_me: failed program was:" >&5
12461 sed 's/^/| /' conftest.$ac_ext >&5
12462
12463         eval "$as_ac_Header=no"
12464 fi
12465
12466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12467 fi
12468 ac_res=`eval echo '${'$as_ac_Header'}'`
12469                { echo "$as_me:$LINENO: result: $ac_res" >&5
12470 echo "${ECHO_T}$ac_res" >&6; }
12471 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12472   cat >>confdefs.h <<_ACEOF
12473 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12474 _ACEOF
12475
12476 fi
12477
12478 done
12479
12480         cat >conftest.$ac_ext <<_ACEOF
12481 /* confdefs.h.  */
12482 _ACEOF
12483 cat confdefs.h >>conftest.$ac_ext
12484 cat >>conftest.$ac_ext <<_ACEOF
12485 /* end confdefs.h.  */
12486 #include <ft2build.h>
12487                     #include <freetype/fttrigon.h>
12488 _ACEOF
12489 if { (ac_try="$ac_cpp conftest.$ac_ext"
12490 case "(($ac_try" in
12491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12492   *) ac_try_echo=$ac_try;;
12493 esac
12494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12495   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12496   ac_status=$?
12497   grep -v '^ *+' conftest.er1 >conftest.err
12498   rm -f conftest.er1
12499   cat conftest.err >&5
12500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12501   (exit $ac_status); } >/dev/null && {
12502          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12503          test ! -s conftest.err
12504        }; then
12505
12506 cat >>confdefs.h <<\_ACEOF
12507 #define HAVE_FREETYPE_FTTRIGON_H 1
12508 _ACEOF
12509
12510                     wine_cv_fttrigon=yes
12511 else
12512   echo "$as_me: failed program was:" >&5
12513 sed 's/^/| /' conftest.$ac_ext >&5
12514
12515   wine_cv_fttrigon=no
12516 fi
12517
12518 rm -f conftest.err conftest.$ac_ext
12519         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12520 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12521 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12522   echo $ECHO_N "(cached) $ECHO_C" >&6
12523 else
12524   cat >conftest.$ac_ext <<_ACEOF
12525 /* confdefs.h.  */
12526 _ACEOF
12527 cat confdefs.h >>conftest.$ac_ext
12528 cat >>conftest.$ac_ext <<_ACEOF
12529 /* end confdefs.h.  */
12530 #include <freetype/ftmodapi.h>
12531
12532 typedef FT_TrueTypeEngineType ac__type_new_;
12533 int
12534 main ()
12535 {
12536 if ((ac__type_new_ *) 0)
12537   return 0;
12538 if (sizeof (ac__type_new_))
12539   return 0;
12540   ;
12541   return 0;
12542 }
12543 _ACEOF
12544 rm -f conftest.$ac_objext
12545 if { (ac_try="$ac_compile"
12546 case "(($ac_try" in
12547   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12548   *) ac_try_echo=$ac_try;;
12549 esac
12550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12551   (eval "$ac_compile") 2>conftest.er1
12552   ac_status=$?
12553   grep -v '^ *+' conftest.er1 >conftest.err
12554   rm -f conftest.er1
12555   cat conftest.err >&5
12556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12557   (exit $ac_status); } && {
12558          test -z "$ac_c_werror_flag" ||
12559          test ! -s conftest.err
12560        } && test -s conftest.$ac_objext; then
12561   ac_cv_type_FT_TrueTypeEngineType=yes
12562 else
12563   echo "$as_me: failed program was:" >&5
12564 sed 's/^/| /' conftest.$ac_ext >&5
12565
12566         ac_cv_type_FT_TrueTypeEngineType=no
12567 fi
12568
12569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12570 fi
12571 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12572 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12573 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12574
12575 cat >>confdefs.h <<_ACEOF
12576 #define HAVE_FT_TRUETYPEENGINETYPE 1
12577 _ACEOF
12578
12579
12580 fi
12581
12582         ac_save_CFLAGS="$CFLAGS"
12583         CFLAGS="$CFLAGS $FREETYPELIBS"
12584
12585 for ac_func in FT_Load_Sfnt_Table
12586 do
12587 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12588 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12589 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12590 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12591   echo $ECHO_N "(cached) $ECHO_C" >&6
12592 else
12593   cat >conftest.$ac_ext <<_ACEOF
12594 /* confdefs.h.  */
12595 _ACEOF
12596 cat confdefs.h >>conftest.$ac_ext
12597 cat >>conftest.$ac_ext <<_ACEOF
12598 /* end confdefs.h.  */
12599 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12600    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12601 #define $ac_func innocuous_$ac_func
12602
12603 /* System header to define __stub macros and hopefully few prototypes,
12604     which can conflict with char $ac_func (); below.
12605     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12606     <limits.h> exists even on freestanding compilers.  */
12607
12608 #ifdef __STDC__
12609 # include <limits.h>
12610 #else
12611 # include <assert.h>
12612 #endif
12613
12614 #undef $ac_func
12615
12616 /* Override any GCC internal prototype to avoid an error.
12617    Use char because int might match the return type of a GCC
12618    builtin and then its argument prototype would still apply.  */
12619 #ifdef __cplusplus
12620 extern "C"
12621 #endif
12622 char $ac_func ();
12623 /* The GNU C library defines this for functions which it implements
12624     to always fail with ENOSYS.  Some functions are actually named
12625     something starting with __ and the normal name is an alias.  */
12626 #if defined __stub_$ac_func || defined __stub___$ac_func
12627 choke me
12628 #endif
12629
12630 int
12631 main ()
12632 {
12633 return $ac_func ();
12634   ;
12635   return 0;
12636 }
12637 _ACEOF
12638 rm -f conftest.$ac_objext conftest$ac_exeext
12639 if { (ac_try="$ac_link"
12640 case "(($ac_try" in
12641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12642   *) ac_try_echo=$ac_try;;
12643 esac
12644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12645   (eval "$ac_link") 2>conftest.er1
12646   ac_status=$?
12647   grep -v '^ *+' conftest.er1 >conftest.err
12648   rm -f conftest.er1
12649   cat conftest.err >&5
12650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651   (exit $ac_status); } && {
12652          test -z "$ac_c_werror_flag" ||
12653          test ! -s conftest.err
12654        } && test -s conftest$ac_exeext &&
12655        $as_test_x conftest$ac_exeext; then
12656   eval "$as_ac_var=yes"
12657 else
12658   echo "$as_me: failed program was:" >&5
12659 sed 's/^/| /' conftest.$ac_ext >&5
12660
12661         eval "$as_ac_var=no"
12662 fi
12663
12664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12665       conftest$ac_exeext conftest.$ac_ext
12666 fi
12667 ac_res=`eval echo '${'$as_ac_var'}'`
12668                { echo "$as_me:$LINENO: result: $ac_res" >&5
12669 echo "${ECHO_T}$ac_res" >&6; }
12670 if test `eval echo '${'$as_ac_var'}'` = yes; then
12671   cat >>confdefs.h <<_ACEOF
12672 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12673 _ACEOF
12674
12675 fi
12676 done
12677
12678         CFLAGS="$ac_save_CFLAGS"
12679         CPPFLAGS="$ac_save_CPPFLAGS"
12680                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12681         then
12682
12683 cat >>confdefs.h <<\_ACEOF
12684 #define HAVE_FREETYPE 1
12685 _ACEOF
12686
12687             wine_cv_msg_freetype=no
12688         else
12689             FREETYPELIBS=""
12690             FREETYPEINCL=""
12691             wine_cv_msg_freetype=yes
12692         fi
12693     fi
12694 fi
12695
12696 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12697 then
12698   FONTSSUBDIRS="fonts"
12699
12700 fi
12701
12702 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12703 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12704 if test "${ac_cv_c_ppdev+set}" = set; then
12705   echo $ECHO_N "(cached) $ECHO_C" >&6
12706 else
12707   cat >conftest.$ac_ext <<_ACEOF
12708 /* confdefs.h.  */
12709 _ACEOF
12710 cat confdefs.h >>conftest.$ac_ext
12711 cat >>conftest.$ac_ext <<_ACEOF
12712 /* end confdefs.h.  */
12713 #include <linux/ppdev.h>
12714 int
12715 main ()
12716 {
12717 ioctl (1,PPCLAIM,0)
12718   ;
12719   return 0;
12720 }
12721 _ACEOF
12722 rm -f conftest.$ac_objext
12723 if { (ac_try="$ac_compile"
12724 case "(($ac_try" in
12725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12726   *) ac_try_echo=$ac_try;;
12727 esac
12728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12729   (eval "$ac_compile") 2>conftest.er1
12730   ac_status=$?
12731   grep -v '^ *+' conftest.er1 >conftest.err
12732   rm -f conftest.er1
12733   cat conftest.err >&5
12734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12735   (exit $ac_status); } && {
12736          test -z "$ac_c_werror_flag" ||
12737          test ! -s conftest.err
12738        } && test -s conftest.$ac_objext; then
12739   ac_cv_c_ppdev="yes"
12740 else
12741   echo "$as_me: failed program was:" >&5
12742 sed 's/^/| /' conftest.$ac_ext >&5
12743
12744         ac_cv_c_ppdev="no"
12745 fi
12746
12747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12748 fi
12749 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
12750 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
12751 if test "$ac_cv_c_ppdev" = "yes"
12752 then
12753
12754 cat >>confdefs.h <<\_ACEOF
12755 #define HAVE_PPDEV 1
12756 _ACEOF
12757
12758 fi
12759
12760 { echo "$as_me:$LINENO: checking for va_copy" >&5
12761 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
12762 if test "${ac_cv_c_va_copy+set}" = set; then
12763   echo $ECHO_N "(cached) $ECHO_C" >&6
12764 else
12765   cat >conftest.$ac_ext <<_ACEOF
12766 /* confdefs.h.  */
12767 _ACEOF
12768 cat confdefs.h >>conftest.$ac_ext
12769 cat >>conftest.$ac_ext <<_ACEOF
12770 /* end confdefs.h.  */
12771 #include <stdarg.h>
12772 int
12773 main ()
12774 {
12775 va_list ap1, ap2; va_copy(ap1,ap2);
12776   ;
12777   return 0;
12778 }
12779 _ACEOF
12780 rm -f conftest.$ac_objext conftest$ac_exeext
12781 if { (ac_try="$ac_link"
12782 case "(($ac_try" in
12783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12784   *) ac_try_echo=$ac_try;;
12785 esac
12786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12787   (eval "$ac_link") 2>conftest.er1
12788   ac_status=$?
12789   grep -v '^ *+' conftest.er1 >conftest.err
12790   rm -f conftest.er1
12791   cat conftest.err >&5
12792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793   (exit $ac_status); } && {
12794          test -z "$ac_c_werror_flag" ||
12795          test ! -s conftest.err
12796        } && test -s conftest$ac_exeext &&
12797        $as_test_x conftest$ac_exeext; then
12798   ac_cv_c_va_copy="yes"
12799 else
12800   echo "$as_me: failed program was:" >&5
12801 sed 's/^/| /' conftest.$ac_ext >&5
12802
12803         ac_cv_c_va_copy="no"
12804 fi
12805
12806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12807       conftest$ac_exeext conftest.$ac_ext
12808
12809 fi
12810 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
12811 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
12812 if test "$ac_cv_c_va_copy" = "yes"
12813 then
12814
12815 cat >>confdefs.h <<\_ACEOF
12816 #define HAVE_VA_COPY 1
12817 _ACEOF
12818
12819 fi
12820 { echo "$as_me:$LINENO: checking for __va_copy" >&5
12821 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
12822 if test "${ac_cv_c___va_copy+set}" = set; then
12823   echo $ECHO_N "(cached) $ECHO_C" >&6
12824 else
12825   cat >conftest.$ac_ext <<_ACEOF
12826 /* confdefs.h.  */
12827 _ACEOF
12828 cat confdefs.h >>conftest.$ac_ext
12829 cat >>conftest.$ac_ext <<_ACEOF
12830 /* end confdefs.h.  */
12831 #include <stdarg.h>
12832 int
12833 main ()
12834 {
12835 va_list ap1, ap2; __va_copy(ap1,ap2);
12836   ;
12837   return 0;
12838 }
12839 _ACEOF
12840 rm -f conftest.$ac_objext conftest$ac_exeext
12841 if { (ac_try="$ac_link"
12842 case "(($ac_try" in
12843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12844   *) ac_try_echo=$ac_try;;
12845 esac
12846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12847   (eval "$ac_link") 2>conftest.er1
12848   ac_status=$?
12849   grep -v '^ *+' conftest.er1 >conftest.err
12850   rm -f conftest.er1
12851   cat conftest.err >&5
12852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12853   (exit $ac_status); } && {
12854          test -z "$ac_c_werror_flag" ||
12855          test ! -s conftest.err
12856        } && test -s conftest$ac_exeext &&
12857        $as_test_x conftest$ac_exeext; then
12858   ac_cv_c___va_copy="yes"
12859 else
12860   echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12862
12863         ac_cv_c___va_copy="no"
12864 fi
12865
12866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12867       conftest$ac_exeext conftest.$ac_ext
12868
12869 fi
12870 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
12871 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
12872 if test "$ac_cv_c___va_copy" = "yes"
12873 then
12874
12875 cat >>confdefs.h <<\_ACEOF
12876 #define HAVE___VA_COPY 1
12877 _ACEOF
12878
12879 fi
12880
12881 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
12882 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
12883 if test "${ac_cv_c_sigsetjmp+set}" = set; then
12884   echo $ECHO_N "(cached) $ECHO_C" >&6
12885 else
12886   cat >conftest.$ac_ext <<_ACEOF
12887 /* confdefs.h.  */
12888 _ACEOF
12889 cat confdefs.h >>conftest.$ac_ext
12890 cat >>conftest.$ac_ext <<_ACEOF
12891 /* end confdefs.h.  */
12892 #include <setjmp.h>
12893 int
12894 main ()
12895 {
12896 sigjmp_buf buf;
12897     sigsetjmp( buf, 1 );
12898     siglongjmp( buf, 1 );
12899   ;
12900   return 0;
12901 }
12902 _ACEOF
12903 rm -f conftest.$ac_objext conftest$ac_exeext
12904 if { (ac_try="$ac_link"
12905 case "(($ac_try" in
12906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12907   *) ac_try_echo=$ac_try;;
12908 esac
12909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12910   (eval "$ac_link") 2>conftest.er1
12911   ac_status=$?
12912   grep -v '^ *+' conftest.er1 >conftest.err
12913   rm -f conftest.er1
12914   cat conftest.err >&5
12915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12916   (exit $ac_status); } && {
12917          test -z "$ac_c_werror_flag" ||
12918          test ! -s conftest.err
12919        } && test -s conftest$ac_exeext &&
12920        $as_test_x conftest$ac_exeext; then
12921   ac_cv_c_sigsetjmp="yes"
12922 else
12923   echo "$as_me: failed program was:" >&5
12924 sed 's/^/| /' conftest.$ac_ext >&5
12925
12926         ac_cv_c_sigsetjmp="no"
12927 fi
12928
12929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12930       conftest$ac_exeext conftest.$ac_ext
12931
12932 fi
12933 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
12934 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
12935 if test "$ac_cv_c_sigsetjmp" = "yes"
12936 then
12937
12938 cat >>confdefs.h <<\_ACEOF
12939 #define HAVE_SIGSETJMP 1
12940 _ACEOF
12941
12942 fi
12943
12944 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
12945 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
12946 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
12947   echo $ECHO_N "(cached) $ECHO_C" >&6
12948 else
12949   cat >conftest.$ac_ext <<_ACEOF
12950 /* confdefs.h.  */
12951 _ACEOF
12952 cat confdefs.h >>conftest.$ac_ext
12953 cat >>conftest.$ac_ext <<_ACEOF
12954 /* end confdefs.h.  */
12955 #define _GNU_SOURCE
12956 #include <pthread.h>
12957
12958 typedef pthread_rwlock_t ac__type_new_;
12959 int
12960 main ()
12961 {
12962 if ((ac__type_new_ *) 0)
12963   return 0;
12964 if (sizeof (ac__type_new_))
12965   return 0;
12966   ;
12967   return 0;
12968 }
12969 _ACEOF
12970 rm -f conftest.$ac_objext
12971 if { (ac_try="$ac_compile"
12972 case "(($ac_try" in
12973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12974   *) ac_try_echo=$ac_try;;
12975 esac
12976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12977   (eval "$ac_compile") 2>conftest.er1
12978   ac_status=$?
12979   grep -v '^ *+' conftest.er1 >conftest.err
12980   rm -f conftest.er1
12981   cat conftest.err >&5
12982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12983   (exit $ac_status); } && {
12984          test -z "$ac_c_werror_flag" ||
12985          test ! -s conftest.err
12986        } && test -s conftest.$ac_objext; then
12987   ac_cv_type_pthread_rwlock_t=yes
12988 else
12989   echo "$as_me: failed program was:" >&5
12990 sed 's/^/| /' conftest.$ac_ext >&5
12991
12992         ac_cv_type_pthread_rwlock_t=no
12993 fi
12994
12995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12996 fi
12997 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
12998 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
12999 if test $ac_cv_type_pthread_rwlock_t = yes; then
13000
13001 cat >>confdefs.h <<_ACEOF
13002 #define HAVE_PTHREAD_RWLOCK_T 1
13003 _ACEOF
13004
13005
13006 fi
13007 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13008 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13009 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13010   echo $ECHO_N "(cached) $ECHO_C" >&6
13011 else
13012   cat >conftest.$ac_ext <<_ACEOF
13013 /* confdefs.h.  */
13014 _ACEOF
13015 cat confdefs.h >>conftest.$ac_ext
13016 cat >>conftest.$ac_ext <<_ACEOF
13017 /* end confdefs.h.  */
13018 #define _GNU_SOURCE
13019 #include <pthread.h>
13020
13021 typedef pthread_rwlockattr_t ac__type_new_;
13022 int
13023 main ()
13024 {
13025 if ((ac__type_new_ *) 0)
13026   return 0;
13027 if (sizeof (ac__type_new_))
13028   return 0;
13029   ;
13030   return 0;
13031 }
13032 _ACEOF
13033 rm -f conftest.$ac_objext
13034 if { (ac_try="$ac_compile"
13035 case "(($ac_try" in
13036   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13037   *) ac_try_echo=$ac_try;;
13038 esac
13039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13040   (eval "$ac_compile") 2>conftest.er1
13041   ac_status=$?
13042   grep -v '^ *+' conftest.er1 >conftest.err
13043   rm -f conftest.er1
13044   cat conftest.err >&5
13045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13046   (exit $ac_status); } && {
13047          test -z "$ac_c_werror_flag" ||
13048          test ! -s conftest.err
13049        } && test -s conftest.$ac_objext; then
13050   ac_cv_type_pthread_rwlockattr_t=yes
13051 else
13052   echo "$as_me: failed program was:" >&5
13053 sed 's/^/| /' conftest.$ac_ext >&5
13054
13055         ac_cv_type_pthread_rwlockattr_t=no
13056 fi
13057
13058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13059 fi
13060 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13061 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13062 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13063
13064 cat >>confdefs.h <<_ACEOF
13065 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13066 _ACEOF
13067
13068
13069 fi
13070
13071
13072 ac_wine_check_funcs_save_LIBS="$LIBS"
13073 LIBS="$LIBS $LIBPTHREAD"
13074
13075
13076
13077
13078 for ac_func in \
13079         pthread_attr_get_np \
13080         pthread_getattr_np \
13081         pthread_get_stackaddr_np \
13082         pthread_get_stacksize_np
13083 do
13084 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13085 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13086 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13087 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13088   echo $ECHO_N "(cached) $ECHO_C" >&6
13089 else
13090   cat >conftest.$ac_ext <<_ACEOF
13091 /* confdefs.h.  */
13092 _ACEOF
13093 cat confdefs.h >>conftest.$ac_ext
13094 cat >>conftest.$ac_ext <<_ACEOF
13095 /* end confdefs.h.  */
13096 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13097    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13098 #define $ac_func innocuous_$ac_func
13099
13100 /* System header to define __stub macros and hopefully few prototypes,
13101     which can conflict with char $ac_func (); below.
13102     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13103     <limits.h> exists even on freestanding compilers.  */
13104
13105 #ifdef __STDC__
13106 # include <limits.h>
13107 #else
13108 # include <assert.h>
13109 #endif
13110
13111 #undef $ac_func
13112
13113 /* Override any GCC internal prototype to avoid an error.
13114    Use char because int might match the return type of a GCC
13115    builtin and then its argument prototype would still apply.  */
13116 #ifdef __cplusplus
13117 extern "C"
13118 #endif
13119 char $ac_func ();
13120 /* The GNU C library defines this for functions which it implements
13121     to always fail with ENOSYS.  Some functions are actually named
13122     something starting with __ and the normal name is an alias.  */
13123 #if defined __stub_$ac_func || defined __stub___$ac_func
13124 choke me
13125 #endif
13126
13127 int
13128 main ()
13129 {
13130 return $ac_func ();
13131   ;
13132   return 0;
13133 }
13134 _ACEOF
13135 rm -f conftest.$ac_objext conftest$ac_exeext
13136 if { (ac_try="$ac_link"
13137 case "(($ac_try" in
13138   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13139   *) ac_try_echo=$ac_try;;
13140 esac
13141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13142   (eval "$ac_link") 2>conftest.er1
13143   ac_status=$?
13144   grep -v '^ *+' conftest.er1 >conftest.err
13145   rm -f conftest.er1
13146   cat conftest.err >&5
13147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13148   (exit $ac_status); } && {
13149          test -z "$ac_c_werror_flag" ||
13150          test ! -s conftest.err
13151        } && test -s conftest$ac_exeext &&
13152        $as_test_x conftest$ac_exeext; then
13153   eval "$as_ac_var=yes"
13154 else
13155   echo "$as_me: failed program was:" >&5
13156 sed 's/^/| /' conftest.$ac_ext >&5
13157
13158         eval "$as_ac_var=no"
13159 fi
13160
13161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13162       conftest$ac_exeext conftest.$ac_ext
13163 fi
13164 ac_res=`eval echo '${'$as_ac_var'}'`
13165                { echo "$as_me:$LINENO: result: $ac_res" >&5
13166 echo "${ECHO_T}$ac_res" >&6; }
13167 if test `eval echo '${'$as_ac_var'}'` = yes; then
13168   cat >>confdefs.h <<_ACEOF
13169 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13170 _ACEOF
13171
13172 fi
13173 done
13174
13175 LIBS="$ac_wine_check_funcs_save_LIBS"
13176
13177 # Extract the first word of "esd-config", so it can be a program name with args.
13178 set dummy esd-config; ac_word=$2
13179 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13181 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13182   echo $ECHO_N "(cached) $ECHO_C" >&6
13183 else
13184   case $ESDCONFIG in
13185   [\\/]* | ?:[\\/]*)
13186   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
13187   ;;
13188   *)
13189   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13190 for as_dir in $PATH
13191 do
13192   IFS=$as_save_IFS
13193   test -z "$as_dir" && as_dir=.
13194   for ac_exec_ext in '' $ac_executable_extensions; do
13195   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13196     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
13197     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13198     break 2
13199   fi
13200 done
13201 done
13202 IFS=$as_save_IFS
13203
13204   ;;
13205 esac
13206 fi
13207 ESDCONFIG=$ac_cv_path_ESDCONFIG
13208 if test -n "$ESDCONFIG"; then
13209   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13210 echo "${ECHO_T}$ESDCONFIG" >&6; }
13211 else
13212   { echo "$as_me:$LINENO: result: no" >&5
13213 echo "${ECHO_T}no" >&6; }
13214 fi
13215
13216
13217 if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
13218 then
13219     ESD_CFLAGS=""
13220     for i in `$ESDCONFIG --cflags`
13221     do
13222       case "$i" in
13223         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
13224       esac
13225     done
13226     ESD_LIBS=`$ESDCONFIG --libs`
13227     save_CFLAGS="$CFLAGS"
13228     CFLAGS="$CFLAGS $ESD_CFLAGS"
13229     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13230 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13231 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13232   echo $ECHO_N "(cached) $ECHO_C" >&6
13233 else
13234   ac_check_lib_save_LIBS=$LIBS
13235 LIBS="-lesd  $LIBS"
13236 cat >conftest.$ac_ext <<_ACEOF
13237 /* confdefs.h.  */
13238 _ACEOF
13239 cat confdefs.h >>conftest.$ac_ext
13240 cat >>conftest.$ac_ext <<_ACEOF
13241 /* end confdefs.h.  */
13242
13243 /* Override any GCC internal prototype to avoid an error.
13244    Use char because int might match the return type of a GCC
13245    builtin and then its argument prototype would still apply.  */
13246 #ifdef __cplusplus
13247 extern "C"
13248 #endif
13249 char esd_open_sound ();
13250 int
13251 main ()
13252 {
13253 return esd_open_sound ();
13254   ;
13255   return 0;
13256 }
13257 _ACEOF
13258 rm -f conftest.$ac_objext conftest$ac_exeext
13259 if { (ac_try="$ac_link"
13260 case "(($ac_try" in
13261   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13262   *) ac_try_echo=$ac_try;;
13263 esac
13264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13265   (eval "$ac_link") 2>conftest.er1
13266   ac_status=$?
13267   grep -v '^ *+' conftest.er1 >conftest.err
13268   rm -f conftest.er1
13269   cat conftest.err >&5
13270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13271   (exit $ac_status); } && {
13272          test -z "$ac_c_werror_flag" ||
13273          test ! -s conftest.err
13274        } && test -s conftest$ac_exeext &&
13275        $as_test_x conftest$ac_exeext; then
13276   ac_cv_lib_esd_esd_open_sound=yes
13277 else
13278   echo "$as_me: failed program was:" >&5
13279 sed 's/^/| /' conftest.$ac_ext >&5
13280
13281         ac_cv_lib_esd_esd_open_sound=no
13282 fi
13283
13284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13285       conftest$ac_exeext conftest.$ac_ext
13286 LIBS=$ac_check_lib_save_LIBS
13287 fi
13288 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13289 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13290 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13291   ESDLIBS=$ESD_LIBS
13292
13293          ESDINCL=$ESD_CFLAGS
13294
13295
13296 cat >>confdefs.h <<\_ACEOF
13297 #define HAVE_ESD 1
13298 _ACEOF
13299
13300 fi
13301
13302     CFLAGS="$save_CFLAGS"
13303 fi
13304
13305 ALSALIBS=""
13306
13307 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13308 then
13309     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13310 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13311 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13312   echo $ECHO_N "(cached) $ECHO_C" >&6
13313 else
13314   ac_check_lib_save_LIBS=$LIBS
13315 LIBS="-lasound  $LIBS"
13316 cat >conftest.$ac_ext <<_ACEOF
13317 /* confdefs.h.  */
13318 _ACEOF
13319 cat confdefs.h >>conftest.$ac_ext
13320 cat >>conftest.$ac_ext <<_ACEOF
13321 /* end confdefs.h.  */
13322
13323 /* Override any GCC internal prototype to avoid an error.
13324    Use char because int might match the return type of a GCC
13325    builtin and then its argument prototype would still apply.  */
13326 #ifdef __cplusplus
13327 extern "C"
13328 #endif
13329 char snd_pcm_hw_params_get_access ();
13330 int
13331 main ()
13332 {
13333 return snd_pcm_hw_params_get_access ();
13334   ;
13335   return 0;
13336 }
13337 _ACEOF
13338 rm -f conftest.$ac_objext conftest$ac_exeext
13339 if { (ac_try="$ac_link"
13340 case "(($ac_try" in
13341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13342   *) ac_try_echo=$ac_try;;
13343 esac
13344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13345   (eval "$ac_link") 2>conftest.er1
13346   ac_status=$?
13347   grep -v '^ *+' conftest.er1 >conftest.err
13348   rm -f conftest.er1
13349   cat conftest.err >&5
13350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13351   (exit $ac_status); } && {
13352          test -z "$ac_c_werror_flag" ||
13353          test ! -s conftest.err
13354        } && test -s conftest$ac_exeext &&
13355        $as_test_x conftest$ac_exeext; then
13356   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
13357 else
13358   echo "$as_me: failed program was:" >&5
13359 sed 's/^/| /' conftest.$ac_ext >&5
13360
13361         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
13362 fi
13363
13364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13365       conftest$ac_exeext conftest.$ac_ext
13366 LIBS=$ac_check_lib_save_LIBS
13367 fi
13368 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13369 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13370 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13371   cat >conftest.$ac_ext <<_ACEOF
13372 /* confdefs.h.  */
13373 _ACEOF
13374 cat confdefs.h >>conftest.$ac_ext
13375 cat >>conftest.$ac_ext <<_ACEOF
13376 /* end confdefs.h.  */
13377 #ifdef HAVE_ALSA_ASOUNDLIB_H
13378 #include <alsa/asoundlib.h>
13379 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13380 #include <sys/asoundlib.h>
13381 #endif
13382 int
13383 main ()
13384 {
13385 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
13386   ;
13387   return 0;
13388 }
13389 _ACEOF
13390 rm -f conftest.$ac_objext
13391 if { (ac_try="$ac_compile"
13392 case "(($ac_try" in
13393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13394   *) ac_try_echo=$ac_try;;
13395 esac
13396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13397   (eval "$ac_compile") 2>conftest.er1
13398   ac_status=$?
13399   grep -v '^ *+' conftest.er1 >conftest.err
13400   rm -f conftest.er1
13401   cat conftest.err >&5
13402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13403   (exit $ac_status); } && {
13404          test -z "$ac_c_werror_flag" ||
13405          test ! -s conftest.err
13406        } && test -s conftest.$ac_objext; then
13407
13408 cat >>confdefs.h <<\_ACEOF
13409 #define HAVE_ALSA 1
13410 _ACEOF
13411
13412                          ALSALIBS="-lasound"
13413 else
13414   echo "$as_me: failed program was:" >&5
13415 sed 's/^/| /' conftest.$ac_ext >&5
13416
13417
13418 fi
13419
13420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13421 fi
13422
13423 fi
13424
13425
13426 AUDIOIOLIBS=""
13427
13428 if test "$ac_cv_header_libaudioio_h" = "yes"
13429 then
13430     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
13431 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
13432 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
13433   echo $ECHO_N "(cached) $ECHO_C" >&6
13434 else
13435   ac_check_lib_save_LIBS=$LIBS
13436 LIBS="-laudioio  $LIBS"
13437 cat >conftest.$ac_ext <<_ACEOF
13438 /* confdefs.h.  */
13439 _ACEOF
13440 cat confdefs.h >>conftest.$ac_ext
13441 cat >>conftest.$ac_ext <<_ACEOF
13442 /* end confdefs.h.  */
13443
13444 /* Override any GCC internal prototype to avoid an error.
13445    Use char because int might match the return type of a GCC
13446    builtin and then its argument prototype would still apply.  */
13447 #ifdef __cplusplus
13448 extern "C"
13449 #endif
13450 char AudioIOGetVersion ();
13451 int
13452 main ()
13453 {
13454 return AudioIOGetVersion ();
13455   ;
13456   return 0;
13457 }
13458 _ACEOF
13459 rm -f conftest.$ac_objext conftest$ac_exeext
13460 if { (ac_try="$ac_link"
13461 case "(($ac_try" in
13462   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13463   *) ac_try_echo=$ac_try;;
13464 esac
13465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13466   (eval "$ac_link") 2>conftest.er1
13467   ac_status=$?
13468   grep -v '^ *+' conftest.er1 >conftest.err
13469   rm -f conftest.er1
13470   cat conftest.err >&5
13471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13472   (exit $ac_status); } && {
13473          test -z "$ac_c_werror_flag" ||
13474          test ! -s conftest.err
13475        } && test -s conftest$ac_exeext &&
13476        $as_test_x conftest$ac_exeext; then
13477   ac_cv_lib_audioio_AudioIOGetVersion=yes
13478 else
13479   echo "$as_me: failed program was:" >&5
13480 sed 's/^/| /' conftest.$ac_ext >&5
13481
13482         ac_cv_lib_audioio_AudioIOGetVersion=no
13483 fi
13484
13485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13486       conftest$ac_exeext conftest.$ac_ext
13487 LIBS=$ac_check_lib_save_LIBS
13488 fi
13489 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
13490 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
13491 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
13492   AUDIOIOLIBS="-laudioio"
13493
13494 cat >>confdefs.h <<\_ACEOF
13495 #define HAVE_LIBAUDIOIO 1
13496 _ACEOF
13497
13498 fi
13499
13500 fi
13501
13502
13503 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13504 then
13505     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
13506 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
13507 if test "${ac_cv_lib_soname_capi20+set}" = set; then
13508   echo $ECHO_N "(cached) $ECHO_C" >&6
13509 else
13510   ac_check_soname_save_LIBS=$LIBS
13511 LIBS="-lcapi20  $LIBS"
13512   cat >conftest.$ac_ext <<_ACEOF
13513 /* confdefs.h.  */
13514 _ACEOF
13515 cat confdefs.h >>conftest.$ac_ext
13516 cat >>conftest.$ac_ext <<_ACEOF
13517 /* end confdefs.h.  */
13518
13519 /* Override any GCC internal prototype to avoid an error.
13520    Use char because int might match the return type of a GCC
13521    builtin and then its argument prototype would still apply.  */
13522 #ifdef __cplusplus
13523 extern "C"
13524 #endif
13525 char capi20_register ();
13526 int
13527 main ()
13528 {
13529 return capi20_register ();
13530   ;
13531   return 0;
13532 }
13533 _ACEOF
13534 rm -f conftest.$ac_objext conftest$ac_exeext
13535 if { (ac_try="$ac_link"
13536 case "(($ac_try" in
13537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13538   *) ac_try_echo=$ac_try;;
13539 esac
13540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13541   (eval "$ac_link") 2>conftest.er1
13542   ac_status=$?
13543   grep -v '^ *+' conftest.er1 >conftest.err
13544   rm -f conftest.er1
13545   cat conftest.err >&5
13546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13547   (exit $ac_status); } && {
13548          test -z "$ac_c_werror_flag" ||
13549          test ! -s conftest.err
13550        } && test -s conftest$ac_exeext &&
13551        $as_test_x conftest$ac_exeext; then
13552   case "$LIBEXT" in
13553     dll) ;;
13554     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'` ;;
13555     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13556   esac
13557 else
13558   echo "$as_me: failed program was:" >&5
13559 sed 's/^/| /' conftest.$ac_ext >&5
13560
13561
13562 fi
13563
13564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13565       conftest$ac_exeext conftest.$ac_ext
13566   LIBS=$ac_check_soname_save_LIBS
13567 fi
13568 if test "x$ac_cv_lib_soname_capi20" = "x"; then
13569   { echo "$as_me:$LINENO: result: not found" >&5
13570 echo "${ECHO_T}not found" >&6; }
13571
13572 else
13573   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
13574 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
13575
13576 cat >>confdefs.h <<_ACEOF
13577 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13578 _ACEOF
13579
13580
13581 fi
13582
13583 fi
13584
13585 if test "$ac_cv_header_cups_cups_h" = "yes"
13586 then
13587     { echo "$as_me:$LINENO: checking for -lcups" >&5
13588 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
13589 if test "${ac_cv_lib_soname_cups+set}" = set; then
13590   echo $ECHO_N "(cached) $ECHO_C" >&6
13591 else
13592   ac_check_soname_save_LIBS=$LIBS
13593 LIBS="-lcups  $LIBS"
13594   cat >conftest.$ac_ext <<_ACEOF
13595 /* confdefs.h.  */
13596 _ACEOF
13597 cat confdefs.h >>conftest.$ac_ext
13598 cat >>conftest.$ac_ext <<_ACEOF
13599 /* end confdefs.h.  */
13600
13601 /* Override any GCC internal prototype to avoid an error.
13602    Use char because int might match the return type of a GCC
13603    builtin and then its argument prototype would still apply.  */
13604 #ifdef __cplusplus
13605 extern "C"
13606 #endif
13607 char cupsGetDefault ();
13608 int
13609 main ()
13610 {
13611 return cupsGetDefault ();
13612   ;
13613   return 0;
13614 }
13615 _ACEOF
13616 rm -f conftest.$ac_objext conftest$ac_exeext
13617 if { (ac_try="$ac_link"
13618 case "(($ac_try" in
13619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13620   *) ac_try_echo=$ac_try;;
13621 esac
13622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13623   (eval "$ac_link") 2>conftest.er1
13624   ac_status=$?
13625   grep -v '^ *+' conftest.er1 >conftest.err
13626   rm -f conftest.er1
13627   cat conftest.err >&5
13628   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13629   (exit $ac_status); } && {
13630          test -z "$ac_c_werror_flag" ||
13631          test ! -s conftest.err
13632        } && test -s conftest$ac_exeext &&
13633        $as_test_x conftest$ac_exeext; then
13634   case "$LIBEXT" in
13635     dll) ;;
13636     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'` ;;
13637     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13638   esac
13639 else
13640   echo "$as_me: failed program was:" >&5
13641 sed 's/^/| /' conftest.$ac_ext >&5
13642
13643
13644 fi
13645
13646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13647       conftest$ac_exeext conftest.$ac_ext
13648   LIBS=$ac_check_soname_save_LIBS
13649 fi
13650 if test "x$ac_cv_lib_soname_cups" = "x"; then
13651   { echo "$as_me:$LINENO: result: not found" >&5
13652 echo "${ECHO_T}not found" >&6; }
13653
13654 else
13655   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
13656 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
13657
13658 cat >>confdefs.h <<_ACEOF
13659 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13660 _ACEOF
13661
13662
13663 fi
13664
13665 fi
13666
13667 if test "$ac_cv_header_jack_jack_h" = "yes"
13668 then
13669     { echo "$as_me:$LINENO: checking for -ljack" >&5
13670 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
13671 if test "${ac_cv_lib_soname_jack+set}" = set; then
13672   echo $ECHO_N "(cached) $ECHO_C" >&6
13673 else
13674   ac_check_soname_save_LIBS=$LIBS
13675 LIBS="-ljack  $LIBS"
13676   cat >conftest.$ac_ext <<_ACEOF
13677 /* confdefs.h.  */
13678 _ACEOF
13679 cat confdefs.h >>conftest.$ac_ext
13680 cat >>conftest.$ac_ext <<_ACEOF
13681 /* end confdefs.h.  */
13682
13683 /* Override any GCC internal prototype to avoid an error.
13684    Use char because int might match the return type of a GCC
13685    builtin and then its argument prototype would still apply.  */
13686 #ifdef __cplusplus
13687 extern "C"
13688 #endif
13689 char jack_client_new ();
13690 int
13691 main ()
13692 {
13693 return jack_client_new ();
13694   ;
13695   return 0;
13696 }
13697 _ACEOF
13698 rm -f conftest.$ac_objext conftest$ac_exeext
13699 if { (ac_try="$ac_link"
13700 case "(($ac_try" in
13701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13702   *) ac_try_echo=$ac_try;;
13703 esac
13704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13705   (eval "$ac_link") 2>conftest.er1
13706   ac_status=$?
13707   grep -v '^ *+' conftest.er1 >conftest.err
13708   rm -f conftest.er1
13709   cat conftest.err >&5
13710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13711   (exit $ac_status); } && {
13712          test -z "$ac_c_werror_flag" ||
13713          test ! -s conftest.err
13714        } && test -s conftest$ac_exeext &&
13715        $as_test_x conftest$ac_exeext; then
13716   case "$LIBEXT" in
13717     dll) ;;
13718     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'` ;;
13719     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack\\.$LIBEXT" | sed -e "s/^.*\(libjack\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13720   esac
13721 else
13722   echo "$as_me: failed program was:" >&5
13723 sed 's/^/| /' conftest.$ac_ext >&5
13724
13725
13726 fi
13727
13728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13729       conftest$ac_exeext conftest.$ac_ext
13730   LIBS=$ac_check_soname_save_LIBS
13731 fi
13732 if test "x$ac_cv_lib_soname_jack" = "x"; then
13733   { echo "$as_me:$LINENO: result: not found" >&5
13734 echo "${ECHO_T}not found" >&6; }
13735
13736 else
13737   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
13738 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
13739
13740 cat >>confdefs.h <<_ACEOF
13741 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
13742 _ACEOF
13743
13744
13745 fi
13746
13747 fi
13748
13749 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13750 then
13751     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
13752 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
13753 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
13754   echo $ECHO_N "(cached) $ECHO_C" >&6
13755 else
13756   ac_check_soname_save_LIBS=$LIBS
13757 LIBS="-lfontconfig  $LIBS"
13758   cat >conftest.$ac_ext <<_ACEOF
13759 /* confdefs.h.  */
13760 _ACEOF
13761 cat confdefs.h >>conftest.$ac_ext
13762 cat >>conftest.$ac_ext <<_ACEOF
13763 /* end confdefs.h.  */
13764
13765 /* Override any GCC internal prototype to avoid an error.
13766    Use char because int might match the return type of a GCC
13767    builtin and then its argument prototype would still apply.  */
13768 #ifdef __cplusplus
13769 extern "C"
13770 #endif
13771 char FcInit ();
13772 int
13773 main ()
13774 {
13775 return FcInit ();
13776   ;
13777   return 0;
13778 }
13779 _ACEOF
13780 rm -f conftest.$ac_objext conftest$ac_exeext
13781 if { (ac_try="$ac_link"
13782 case "(($ac_try" in
13783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13784   *) ac_try_echo=$ac_try;;
13785 esac
13786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13787   (eval "$ac_link") 2>conftest.er1
13788   ac_status=$?
13789   grep -v '^ *+' conftest.er1 >conftest.err
13790   rm -f conftest.er1
13791   cat conftest.err >&5
13792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13793   (exit $ac_status); } && {
13794          test -z "$ac_c_werror_flag" ||
13795          test ! -s conftest.err
13796        } && test -s conftest$ac_exeext &&
13797        $as_test_x conftest$ac_exeext; then
13798   case "$LIBEXT" in
13799     dll) ;;
13800     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'` ;;
13801     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
13802   esac
13803 else
13804   echo "$as_me: failed program was:" >&5
13805 sed 's/^/| /' conftest.$ac_ext >&5
13806
13807
13808 fi
13809
13810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13811       conftest$ac_exeext conftest.$ac_ext
13812   LIBS=$ac_check_soname_save_LIBS
13813 fi
13814 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
13815   { echo "$as_me:$LINENO: result: not found" >&5
13816 echo "${ECHO_T}not found" >&6; }
13817
13818 else
13819   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
13820 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
13821
13822 cat >>confdefs.h <<_ACEOF
13823 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13824 _ACEOF
13825
13826
13827 fi
13828
13829 fi
13830
13831 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
13832 then
13833     { echo "$as_me:$LINENO: checking for -lssl" >&5
13834 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
13835 if test "${ac_cv_lib_soname_ssl+set}" = set; then
13836   echo $ECHO_N "(cached) $ECHO_C" >&6
13837 else
13838   ac_check_soname_save_LIBS=$LIBS
13839 LIBS="-lssl  $LIBS"
13840   cat >conftest.$ac_ext <<_ACEOF
13841 /* confdefs.h.  */
13842 _ACEOF
13843 cat confdefs.h >>conftest.$ac_ext
13844 cat >>conftest.$ac_ext <<_ACEOF
13845 /* end confdefs.h.  */
13846
13847 /* Override any GCC internal prototype to avoid an error.
13848    Use char because int might match the return type of a GCC
13849    builtin and then its argument prototype would still apply.  */
13850 #ifdef __cplusplus
13851 extern "C"
13852 #endif
13853 char SSL_library_init ();
13854 int
13855 main ()
13856 {
13857 return SSL_library_init ();
13858   ;
13859   return 0;
13860 }
13861 _ACEOF
13862 rm -f conftest.$ac_objext conftest$ac_exeext
13863 if { (ac_try="$ac_link"
13864 case "(($ac_try" in
13865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13866   *) ac_try_echo=$ac_try;;
13867 esac
13868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13869   (eval "$ac_link") 2>conftest.er1
13870   ac_status=$?
13871   grep -v '^ *+' conftest.er1 >conftest.err
13872   rm -f conftest.er1
13873   cat conftest.err >&5
13874   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13875   (exit $ac_status); } && {
13876          test -z "$ac_c_werror_flag" ||
13877          test ! -s conftest.err
13878        } && test -s conftest$ac_exeext &&
13879        $as_test_x conftest$ac_exeext; then
13880   case "$LIBEXT" in
13881     dll) ;;
13882     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'` ;;
13883     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13884   esac
13885 else
13886   echo "$as_me: failed program was:" >&5
13887 sed 's/^/| /' conftest.$ac_ext >&5
13888
13889
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_soname_save_LIBS
13895 fi
13896 if test "x$ac_cv_lib_soname_ssl" = "x"; then
13897   { echo "$as_me:$LINENO: result: not found" >&5
13898 echo "${ECHO_T}not found" >&6; }
13899
13900 else
13901   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
13902 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
13903
13904 cat >>confdefs.h <<_ACEOF
13905 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
13906 _ACEOF
13907
13908
13909 fi
13910
13911     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
13912 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
13913 if test "${ac_cv_lib_soname_crypto+set}" = set; then
13914   echo $ECHO_N "(cached) $ECHO_C" >&6
13915 else
13916   ac_check_soname_save_LIBS=$LIBS
13917 LIBS="-lcrypto  $LIBS"
13918   cat >conftest.$ac_ext <<_ACEOF
13919 /* confdefs.h.  */
13920 _ACEOF
13921 cat confdefs.h >>conftest.$ac_ext
13922 cat >>conftest.$ac_ext <<_ACEOF
13923 /* end confdefs.h.  */
13924
13925 /* Override any GCC internal prototype to avoid an error.
13926    Use char because int might match the return type of a GCC
13927    builtin and then its argument prototype would still apply.  */
13928 #ifdef __cplusplus
13929 extern "C"
13930 #endif
13931 char BIO_new_socket ();
13932 int
13933 main ()
13934 {
13935 return BIO_new_socket ();
13936   ;
13937   return 0;
13938 }
13939 _ACEOF
13940 rm -f conftest.$ac_objext conftest$ac_exeext
13941 if { (ac_try="$ac_link"
13942 case "(($ac_try" in
13943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13944   *) ac_try_echo=$ac_try;;
13945 esac
13946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13947   (eval "$ac_link") 2>conftest.er1
13948   ac_status=$?
13949   grep -v '^ *+' conftest.er1 >conftest.err
13950   rm -f conftest.er1
13951   cat conftest.err >&5
13952   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953   (exit $ac_status); } && {
13954          test -z "$ac_c_werror_flag" ||
13955          test ! -s conftest.err
13956        } && test -s conftest$ac_exeext &&
13957        $as_test_x conftest$ac_exeext; then
13958   case "$LIBEXT" in
13959     dll) ;;
13960     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'` ;;
13961     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13962   esac
13963 else
13964   echo "$as_me: failed program was:" >&5
13965 sed 's/^/| /' conftest.$ac_ext >&5
13966
13967
13968 fi
13969
13970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13971       conftest$ac_exeext conftest.$ac_ext
13972   LIBS=$ac_check_soname_save_LIBS
13973 fi
13974 if test "x$ac_cv_lib_soname_crypto" = "x"; then
13975   { echo "$as_me:$LINENO: result: not found" >&5
13976 echo "${ECHO_T}not found" >&6; }
13977
13978 else
13979   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
13980 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
13981
13982 cat >>confdefs.h <<_ACEOF
13983 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
13984 _ACEOF
13985
13986
13987 fi
13988
13989 fi
13990
13991
13992 EXTRACFLAGS=""
13993
13994 if test "x${GCC}" = "xyes"
13995 then
13996   EXTRACFLAGS="-Wall -pipe"
13997
13998     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
13999 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14000 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14001   echo $ECHO_N "(cached) $ECHO_C" >&6
14002 else
14003   if test "$cross_compiling" = yes; then
14004   ac_cv_c_gcc_strength_bug="yes"
14005 else
14006   cat >conftest.$ac_ext <<_ACEOF
14007 /* confdefs.h.  */
14008 _ACEOF
14009 cat confdefs.h >>conftest.$ac_ext
14010 cat >>conftest.$ac_ext <<_ACEOF
14011 /* end confdefs.h.  */
14012 int L[4] = {0,1,2,3};
14013 int
14014 main ()
14015 {
14016 static int Array[3];
14017   unsigned int B = 3;
14018   int i;
14019   for(i=0; i<B; i++) Array[i] = i - 3;
14020   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14021   L[i] = 4;
14022   exit( Array[1] != -2 || L[2] != 3)
14023   ;
14024   return 0;
14025 }
14026 _ACEOF
14027 rm -f conftest$ac_exeext
14028 if { (ac_try="$ac_link"
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_link") 2>&5
14035   ac_status=$?
14036   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14037   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14038   { (case "(($ac_try" in
14039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14040   *) ac_try_echo=$ac_try;;
14041 esac
14042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14043   (eval "$ac_try") 2>&5
14044   ac_status=$?
14045   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14046   (exit $ac_status); }; }; then
14047   ac_cv_c_gcc_strength_bug="no"
14048 else
14049   echo "$as_me: program exited with status $ac_status" >&5
14050 echo "$as_me: failed program was:" >&5
14051 sed 's/^/| /' conftest.$ac_ext >&5
14052
14053 ( exit $ac_status )
14054 ac_cv_c_gcc_strength_bug="yes"
14055 fi
14056 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14057 fi
14058
14059
14060 fi
14061 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14062 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14063   if test "$ac_cv_c_gcc_strength_bug" = "yes"
14064   then
14065     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14066   fi
14067
14068
14069   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14070 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14071 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14072   echo $ECHO_N "(cached) $ECHO_C" >&6
14073 else
14074   ac_wine_try_cflags_saved=$CFLAGS
14075 CFLAGS="$CFLAGS -fshort-wchar"
14076 cat >conftest.$ac_ext <<_ACEOF
14077 /* confdefs.h.  */
14078 _ACEOF
14079 cat confdefs.h >>conftest.$ac_ext
14080 cat >>conftest.$ac_ext <<_ACEOF
14081 /* end confdefs.h.  */
14082
14083 int
14084 main ()
14085 {
14086
14087   ;
14088   return 0;
14089 }
14090 _ACEOF
14091 rm -f conftest.$ac_objext conftest$ac_exeext
14092 if { (ac_try="$ac_link"
14093 case "(($ac_try" in
14094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14095   *) ac_try_echo=$ac_try;;
14096 esac
14097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14098   (eval "$ac_link") 2>conftest.er1
14099   ac_status=$?
14100   grep -v '^ *+' conftest.er1 >conftest.err
14101   rm -f conftest.er1
14102   cat conftest.err >&5
14103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14104   (exit $ac_status); } && {
14105          test -z "$ac_c_werror_flag" ||
14106          test ! -s conftest.err
14107        } && test -s conftest$ac_exeext &&
14108        $as_test_x conftest$ac_exeext; then
14109   ac_cv_cflags__fshort_wchar=yes
14110 else
14111   echo "$as_me: failed program was:" >&5
14112 sed 's/^/| /' conftest.$ac_ext >&5
14113
14114         ac_cv_cflags__fshort_wchar=no
14115 fi
14116
14117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14118       conftest$ac_exeext conftest.$ac_ext
14119 CFLAGS=$ac_wine_try_cflags_saved
14120 fi
14121 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14122 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14123 if test $ac_cv_cflags__fshort_wchar = yes; then
14124
14125 cat >>confdefs.h <<\_ACEOF
14126 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14127 _ACEOF
14128
14129 fi
14130
14131   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14132 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14133 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14134   echo $ECHO_N "(cached) $ECHO_C" >&6
14135 else
14136   ac_wine_try_cflags_saved=$CFLAGS
14137 CFLAGS="$CFLAGS -fno-strict-aliasing"
14138 cat >conftest.$ac_ext <<_ACEOF
14139 /* confdefs.h.  */
14140 _ACEOF
14141 cat confdefs.h >>conftest.$ac_ext
14142 cat >>conftest.$ac_ext <<_ACEOF
14143 /* end confdefs.h.  */
14144
14145 int
14146 main ()
14147 {
14148
14149   ;
14150   return 0;
14151 }
14152 _ACEOF
14153 rm -f conftest.$ac_objext conftest$ac_exeext
14154 if { (ac_try="$ac_link"
14155 case "(($ac_try" in
14156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14157   *) ac_try_echo=$ac_try;;
14158 esac
14159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14160   (eval "$ac_link") 2>conftest.er1
14161   ac_status=$?
14162   grep -v '^ *+' conftest.er1 >conftest.err
14163   rm -f conftest.er1
14164   cat conftest.err >&5
14165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14166   (exit $ac_status); } && {
14167          test -z "$ac_c_werror_flag" ||
14168          test ! -s conftest.err
14169        } && test -s conftest$ac_exeext &&
14170        $as_test_x conftest$ac_exeext; then
14171   ac_cv_cflags__fno_strict_aliasing=yes
14172 else
14173   echo "$as_me: failed program was:" >&5
14174 sed 's/^/| /' conftest.$ac_ext >&5
14175
14176         ac_cv_cflags__fno_strict_aliasing=no
14177 fi
14178
14179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14180       conftest$ac_exeext conftest.$ac_ext
14181 CFLAGS=$ac_wine_try_cflags_saved
14182 fi
14183 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14184 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
14185 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
14186   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14187 fi
14188
14189   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14190 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
14191 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
14192   echo $ECHO_N "(cached) $ECHO_C" >&6
14193 else
14194   ac_wine_try_cflags_saved=$CFLAGS
14195 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14196 cat >conftest.$ac_ext <<_ACEOF
14197 /* confdefs.h.  */
14198 _ACEOF
14199 cat confdefs.h >>conftest.$ac_ext
14200 cat >>conftest.$ac_ext <<_ACEOF
14201 /* end confdefs.h.  */
14202
14203 int
14204 main ()
14205 {
14206
14207   ;
14208   return 0;
14209 }
14210 _ACEOF
14211 rm -f conftest.$ac_objext conftest$ac_exeext
14212 if { (ac_try="$ac_link"
14213 case "(($ac_try" in
14214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14215   *) ac_try_echo=$ac_try;;
14216 esac
14217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14218   (eval "$ac_link") 2>conftest.er1
14219   ac_status=$?
14220   grep -v '^ *+' conftest.er1 >conftest.err
14221   rm -f conftest.er1
14222   cat conftest.err >&5
14223   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14224   (exit $ac_status); } && {
14225          test -z "$ac_c_werror_flag" ||
14226          test ! -s conftest.err
14227        } && test -s conftest$ac_exeext &&
14228        $as_test_x conftest$ac_exeext; then
14229   ac_cv_cflags__Wdeclaration_after_statement=yes
14230 else
14231   echo "$as_me: failed program was:" >&5
14232 sed 's/^/| /' conftest.$ac_ext >&5
14233
14234         ac_cv_cflags__Wdeclaration_after_statement=no
14235 fi
14236
14237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14238       conftest$ac_exeext conftest.$ac_ext
14239 CFLAGS=$ac_wine_try_cflags_saved
14240 fi
14241 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14242 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14243 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
14244   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14245 fi
14246
14247   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
14248 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
14249 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
14250   echo $ECHO_N "(cached) $ECHO_C" >&6
14251 else
14252   ac_wine_try_cflags_saved=$CFLAGS
14253 CFLAGS="$CFLAGS -Wwrite-strings"
14254 cat >conftest.$ac_ext <<_ACEOF
14255 /* confdefs.h.  */
14256 _ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h.  */
14260
14261 int
14262 main ()
14263 {
14264
14265   ;
14266   return 0;
14267 }
14268 _ACEOF
14269 rm -f conftest.$ac_objext conftest$ac_exeext
14270 if { (ac_try="$ac_link"
14271 case "(($ac_try" in
14272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14273   *) ac_try_echo=$ac_try;;
14274 esac
14275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14276   (eval "$ac_link") 2>conftest.er1
14277   ac_status=$?
14278   grep -v '^ *+' conftest.er1 >conftest.err
14279   rm -f conftest.er1
14280   cat conftest.err >&5
14281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14282   (exit $ac_status); } && {
14283          test -z "$ac_c_werror_flag" ||
14284          test ! -s conftest.err
14285        } && test -s conftest$ac_exeext &&
14286        $as_test_x conftest$ac_exeext; then
14287   ac_cv_cflags__Wwrite_strings=yes
14288 else
14289   echo "$as_me: failed program was:" >&5
14290 sed 's/^/| /' conftest.$ac_ext >&5
14291
14292         ac_cv_cflags__Wwrite_strings=no
14293 fi
14294
14295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14296       conftest$ac_exeext conftest.$ac_ext
14297 CFLAGS=$ac_wine_try_cflags_saved
14298 fi
14299 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
14300 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
14301 if test $ac_cv_cflags__Wwrite_strings = yes; then
14302   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14303 fi
14304
14305
14306     saved_CFLAGS="$CFLAGS"
14307   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14308   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
14309 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
14310 if test "${ac_cv_c_string_h_warnings+set}" = set; then
14311   echo $ECHO_N "(cached) $ECHO_C" >&6
14312 else
14313   cat >conftest.$ac_ext <<_ACEOF
14314 /* confdefs.h.  */
14315 _ACEOF
14316 cat confdefs.h >>conftest.$ac_ext
14317 cat >>conftest.$ac_ext <<_ACEOF
14318 /* end confdefs.h.  */
14319 #include <string.h>
14320 int
14321 main ()
14322 {
14323
14324   ;
14325   return 0;
14326 }
14327 _ACEOF
14328 rm -f conftest.$ac_objext
14329 if { (ac_try="$ac_compile"
14330 case "(($ac_try" in
14331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14332   *) ac_try_echo=$ac_try;;
14333 esac
14334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14335   (eval "$ac_compile") 2>conftest.er1
14336   ac_status=$?
14337   grep -v '^ *+' conftest.er1 >conftest.err
14338   rm -f conftest.er1
14339   cat conftest.err >&5
14340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14341   (exit $ac_status); } && {
14342          test -z "$ac_c_werror_flag" ||
14343          test ! -s conftest.err
14344        } && test -s conftest.$ac_objext; then
14345   ac_cv_c_string_h_warnings=no
14346 else
14347   echo "$as_me: failed program was:" >&5
14348 sed 's/^/| /' conftest.$ac_ext >&5
14349
14350         ac_cv_c_string_h_warnings=yes
14351 fi
14352
14353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14354 fi
14355 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
14356 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
14357   CFLAGS="$saved_CFLAGS"
14358   if test "$ac_cv_c_string_h_warnings" = "no"
14359   then
14360     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14361   fi
14362
14363   BUILTINFLAG=""
14364
14365   saved_CFLAGS="$CFLAGS"
14366   CFLAGS="$CFLAGS -Werror"
14367   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
14368 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
14369 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
14370   echo $ECHO_N "(cached) $ECHO_C" >&6
14371 else
14372   cat >conftest.$ac_ext <<_ACEOF
14373 /* confdefs.h.  */
14374 _ACEOF
14375 cat confdefs.h >>conftest.$ac_ext
14376 cat >>conftest.$ac_ext <<_ACEOF
14377 /* end confdefs.h.  */
14378
14379 int
14380 main ()
14381 {
14382 int iswlower(unsigned short);
14383   ;
14384   return 0;
14385 }
14386 _ACEOF
14387 rm -f conftest.$ac_objext
14388 if { (ac_try="$ac_compile"
14389 case "(($ac_try" in
14390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14391   *) ac_try_echo=$ac_try;;
14392 esac
14393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14394   (eval "$ac_compile") 2>conftest.er1
14395   ac_status=$?
14396   grep -v '^ *+' conftest.er1 >conftest.err
14397   rm -f conftest.er1
14398   cat conftest.err >&5
14399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400   (exit $ac_status); } && {
14401          test -z "$ac_c_werror_flag" ||
14402          test ! -s conftest.err
14403        } && test -s conftest.$ac_objext; then
14404   ac_cv_c_builtin_wchar_ctype=no
14405 else
14406   echo "$as_me: failed program was:" >&5
14407 sed 's/^/| /' conftest.$ac_ext >&5
14408
14409         ac_cv_c_builtin_wchar_ctype=yes
14410 fi
14411
14412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14413 fi
14414 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
14415 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
14416   CFLAGS="$saved_CFLAGS"
14417   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
14418   then
14419     BUILTINFLAG="-fno-builtin"
14420   fi
14421 fi
14422
14423
14424 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
14425 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
14426 if test "${ac_cv_asm_func_def+set}" = set; then
14427   echo $ECHO_N "(cached) $ECHO_C" >&6
14428 else
14429   cat >conftest.$ac_ext <<_ACEOF
14430 /* confdefs.h.  */
14431 _ACEOF
14432 cat confdefs.h >>conftest.$ac_ext
14433 cat >>conftest.$ac_ext <<_ACEOF
14434 /* end confdefs.h.  */
14435
14436 int
14437 main ()
14438 {
14439 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14440   ;
14441   return 0;
14442 }
14443 _ACEOF
14444 rm -f conftest.$ac_objext conftest$ac_exeext
14445 if { (ac_try="$ac_link"
14446 case "(($ac_try" in
14447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14448   *) ac_try_echo=$ac_try;;
14449 esac
14450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14451   (eval "$ac_link") 2>conftest.er1
14452   ac_status=$?
14453   grep -v '^ *+' conftest.er1 >conftest.err
14454   rm -f conftest.er1
14455   cat conftest.err >&5
14456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14457   (exit $ac_status); } && {
14458          test -z "$ac_c_werror_flag" ||
14459          test ! -s conftest.err
14460        } && test -s conftest$ac_exeext &&
14461        $as_test_x conftest$ac_exeext; then
14462   ac_cv_asm_func_def=".def"
14463 else
14464   echo "$as_me: failed program was:" >&5
14465 sed 's/^/| /' conftest.$ac_ext >&5
14466
14467         cat >conftest.$ac_ext <<_ACEOF
14468 /* confdefs.h.  */
14469 _ACEOF
14470 cat confdefs.h >>conftest.$ac_ext
14471 cat >>conftest.$ac_ext <<_ACEOF
14472 /* end confdefs.h.  */
14473
14474 int
14475 main ()
14476 {
14477 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14478   ;
14479   return 0;
14480 }
14481 _ACEOF
14482 rm -f conftest.$ac_objext conftest$ac_exeext
14483 if { (ac_try="$ac_link"
14484 case "(($ac_try" in
14485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14486   *) ac_try_echo=$ac_try;;
14487 esac
14488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14489   (eval "$ac_link") 2>conftest.er1
14490   ac_status=$?
14491   grep -v '^ *+' conftest.er1 >conftest.err
14492   rm -f conftest.er1
14493   cat conftest.err >&5
14494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14495   (exit $ac_status); } && {
14496          test -z "$ac_c_werror_flag" ||
14497          test ! -s conftest.err
14498        } && test -s conftest$ac_exeext &&
14499        $as_test_x conftest$ac_exeext; then
14500   ac_cv_asm_func_def=".type @function"
14501 else
14502   echo "$as_me: failed program was:" >&5
14503 sed 's/^/| /' conftest.$ac_ext >&5
14504
14505         cat >conftest.$ac_ext <<_ACEOF
14506 /* confdefs.h.  */
14507 _ACEOF
14508 cat confdefs.h >>conftest.$ac_ext
14509 cat >>conftest.$ac_ext <<_ACEOF
14510 /* end confdefs.h.  */
14511
14512 int
14513 main ()
14514 {
14515 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14516   ;
14517   return 0;
14518 }
14519 _ACEOF
14520 rm -f conftest.$ac_objext conftest$ac_exeext
14521 if { (ac_try="$ac_link"
14522 case "(($ac_try" in
14523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14524   *) ac_try_echo=$ac_try;;
14525 esac
14526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14527   (eval "$ac_link") 2>conftest.er1
14528   ac_status=$?
14529   grep -v '^ *+' conftest.er1 >conftest.err
14530   rm -f conftest.er1
14531   cat conftest.err >&5
14532   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14533   (exit $ac_status); } && {
14534          test -z "$ac_c_werror_flag" ||
14535          test ! -s conftest.err
14536        } && test -s conftest$ac_exeext &&
14537        $as_test_x conftest$ac_exeext; then
14538   ac_cv_asm_func_def=".type 2"
14539 else
14540   echo "$as_me: failed program was:" >&5
14541 sed 's/^/| /' conftest.$ac_ext >&5
14542
14543         ac_cv_asm_func_def="unknown"
14544 fi
14545
14546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14547       conftest$ac_exeext conftest.$ac_ext
14548 fi
14549
14550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14551       conftest$ac_exeext conftest.$ac_ext
14552 fi
14553
14554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14555       conftest$ac_exeext conftest.$ac_ext
14556 fi
14557 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
14558 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
14559
14560
14561
14562 case "$ac_cv_asm_func_def" in
14563   ".def")
14564      cat >>confdefs.h <<\_ACEOF
14565 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
14566 _ACEOF
14567  ;;
14568   ".type @function")
14569      cat >>confdefs.h <<\_ACEOF
14570 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
14571 _ACEOF
14572  ;;
14573   ".type 2")
14574      cat >>confdefs.h <<\_ACEOF
14575 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
14576 _ACEOF
14577  ;;
14578   *)
14579      cat >>confdefs.h <<\_ACEOF
14580 #define __ASM_FUNC(name) ""
14581 _ACEOF
14582  ;;
14583 esac
14584
14585
14586 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
14587 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
14588 if test "${ac_cv_c_extern_prefix+set}" = set; then
14589   echo $ECHO_N "(cached) $ECHO_C" >&6
14590 else
14591   cat >conftest.$ac_ext <<_ACEOF
14592 /* confdefs.h.  */
14593 _ACEOF
14594 cat confdefs.h >>conftest.$ac_ext
14595 cat >>conftest.$ac_ext <<_ACEOF
14596 /* end confdefs.h.  */
14597 extern int ac_test;
14598 int
14599 main ()
14600 {
14601 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14602   ;
14603   return 0;
14604 }
14605 _ACEOF
14606 rm -f conftest.$ac_objext conftest$ac_exeext
14607 if { (ac_try="$ac_link"
14608 case "(($ac_try" in
14609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14610   *) ac_try_echo=$ac_try;;
14611 esac
14612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14613   (eval "$ac_link") 2>conftest.er1
14614   ac_status=$?
14615   grep -v '^ *+' conftest.er1 >conftest.err
14616   rm -f conftest.er1
14617   cat conftest.err >&5
14618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14619   (exit $ac_status); } && {
14620          test -z "$ac_c_werror_flag" ||
14621          test ! -s conftest.err
14622        } && test -s conftest$ac_exeext &&
14623        $as_test_x conftest$ac_exeext; then
14624   ac_cv_c_extern_prefix="yes"
14625 else
14626   echo "$as_me: failed program was:" >&5
14627 sed 's/^/| /' conftest.$ac_ext >&5
14628
14629         ac_cv_c_extern_prefix="no"
14630 fi
14631
14632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14633       conftest$ac_exeext conftest.$ac_ext
14634 fi
14635 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
14636 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
14637
14638
14639
14640 if test "$ac_cv_c_extern_prefix" = "yes"
14641 then
14642   cat >>confdefs.h <<\_ACEOF
14643 #define __ASM_NAME(name) "_" name
14644 _ACEOF
14645
14646 else
14647   cat >>confdefs.h <<\_ACEOF
14648 #define __ASM_NAME(name) name
14649 _ACEOF
14650
14651 fi
14652
14653
14654 LDPATH=""
14655
14656 case $build_os in
14657   cygwin*|mingw32*)
14658     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
14659     ;;
14660   darwin*|macosx*)
14661     ;;
14662   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
14663     then
14664       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
14665     fi
14666     ;;
14667   *)
14668     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
14669     ;;
14670 esac
14671
14672 case $host_os in
14673   mingw32*)
14674     CRTLIBS="-lmsvcrt"
14675
14676     SOCKETLIBS="-lws2_32"
14677
14678     ;;
14679 esac
14680
14681 MAIN_BINARY="wine-pthread"
14682   case $host_cpu in
14683   *i[3456789]86*)
14684     case $host_os in
14685       linux* | k*bsd*-gnu)
14686         MAIN_BINARY="wine-glibc"
14687
14688         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
14689  ;;
14690     esac
14691     ;;
14692 esac
14693
14694
14695
14696 cat >>confdefs.h <<_ACEOF
14697 #define SONAME_EXT ".$LIBEXT"
14698 _ACEOF
14699
14700
14701 { echo "$as_me:$LINENO: checking for -lX11" >&5
14702 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
14703 if test "${ac_cv_lib_soname_X11+set}" = set; then
14704   echo $ECHO_N "(cached) $ECHO_C" >&6
14705 else
14706   ac_check_soname_save_LIBS=$LIBS
14707 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14708   cat >conftest.$ac_ext <<_ACEOF
14709 /* confdefs.h.  */
14710 _ACEOF
14711 cat confdefs.h >>conftest.$ac_ext
14712 cat >>conftest.$ac_ext <<_ACEOF
14713 /* end confdefs.h.  */
14714
14715 /* Override any GCC internal prototype to avoid an error.
14716    Use char because int might match the return type of a GCC
14717    builtin and then its argument prototype would still apply.  */
14718 #ifdef __cplusplus
14719 extern "C"
14720 #endif
14721 char XCreateWindow ();
14722 int
14723 main ()
14724 {
14725 return XCreateWindow ();
14726   ;
14727   return 0;
14728 }
14729 _ACEOF
14730 rm -f conftest.$ac_objext conftest$ac_exeext
14731 if { (ac_try="$ac_link"
14732 case "(($ac_try" in
14733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14734   *) ac_try_echo=$ac_try;;
14735 esac
14736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14737   (eval "$ac_link") 2>conftest.er1
14738   ac_status=$?
14739   grep -v '^ *+' conftest.er1 >conftest.err
14740   rm -f conftest.er1
14741   cat conftest.err >&5
14742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14743   (exit $ac_status); } && {
14744          test -z "$ac_c_werror_flag" ||
14745          test ! -s conftest.err
14746        } && test -s conftest$ac_exeext &&
14747        $as_test_x conftest$ac_exeext; then
14748   case "$LIBEXT" in
14749     dll) ;;
14750     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'` ;;
14751     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
14752   esac
14753 else
14754   echo "$as_me: failed program was:" >&5
14755 sed 's/^/| /' conftest.$ac_ext >&5
14756
14757
14758 fi
14759
14760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14761       conftest$ac_exeext conftest.$ac_ext
14762   LIBS=$ac_check_soname_save_LIBS
14763 fi
14764 if test "x$ac_cv_lib_soname_X11" = "x"; then
14765   { echo "$as_me:$LINENO: result: not found" >&5
14766 echo "${ECHO_T}not found" >&6; }
14767
14768 else
14769   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
14770 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
14771
14772 cat >>confdefs.h <<_ACEOF
14773 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
14774 _ACEOF
14775
14776
14777 fi
14778
14779 { echo "$as_me:$LINENO: checking for -lXext" >&5
14780 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
14781 if test "${ac_cv_lib_soname_Xext+set}" = set; then
14782   echo $ECHO_N "(cached) $ECHO_C" >&6
14783 else
14784   ac_check_soname_save_LIBS=$LIBS
14785 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14786   cat >conftest.$ac_ext <<_ACEOF
14787 /* confdefs.h.  */
14788 _ACEOF
14789 cat confdefs.h >>conftest.$ac_ext
14790 cat >>conftest.$ac_ext <<_ACEOF
14791 /* end confdefs.h.  */
14792
14793 /* Override any GCC internal prototype to avoid an error.
14794    Use char because int might match the return type of a GCC
14795    builtin and then its argument prototype would still apply.  */
14796 #ifdef __cplusplus
14797 extern "C"
14798 #endif
14799 char XextCreateExtension ();
14800 int
14801 main ()
14802 {
14803 return XextCreateExtension ();
14804   ;
14805   return 0;
14806 }
14807 _ACEOF
14808 rm -f conftest.$ac_objext conftest$ac_exeext
14809 if { (ac_try="$ac_link"
14810 case "(($ac_try" in
14811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14812   *) ac_try_echo=$ac_try;;
14813 esac
14814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14815   (eval "$ac_link") 2>conftest.er1
14816   ac_status=$?
14817   grep -v '^ *+' conftest.er1 >conftest.err
14818   rm -f conftest.er1
14819   cat conftest.err >&5
14820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821   (exit $ac_status); } && {
14822          test -z "$ac_c_werror_flag" ||
14823          test ! -s conftest.err
14824        } && test -s conftest$ac_exeext &&
14825        $as_test_x conftest$ac_exeext; then
14826   case "$LIBEXT" in
14827     dll) ;;
14828     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'` ;;
14829     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14830   esac
14831 else
14832   echo "$as_me: failed program was:" >&5
14833 sed 's/^/| /' conftest.$ac_ext >&5
14834
14835
14836 fi
14837
14838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14839       conftest$ac_exeext conftest.$ac_ext
14840   LIBS=$ac_check_soname_save_LIBS
14841 fi
14842 if test "x$ac_cv_lib_soname_Xext" = "x"; then
14843   { echo "$as_me:$LINENO: result: not found" >&5
14844 echo "${ECHO_T}not found" >&6; }
14845
14846 else
14847   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
14848 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
14849
14850 cat >>confdefs.h <<_ACEOF
14851 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
14852 _ACEOF
14853
14854
14855 fi
14856
14857 { echo "$as_me:$LINENO: checking for -lXi" >&5
14858 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
14859 if test "${ac_cv_lib_soname_Xi+set}" = set; then
14860   echo $ECHO_N "(cached) $ECHO_C" >&6
14861 else
14862   ac_check_soname_save_LIBS=$LIBS
14863 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
14864   cat >conftest.$ac_ext <<_ACEOF
14865 /* confdefs.h.  */
14866 _ACEOF
14867 cat confdefs.h >>conftest.$ac_ext
14868 cat >>conftest.$ac_ext <<_ACEOF
14869 /* end confdefs.h.  */
14870
14871 /* Override any GCC internal prototype to avoid an error.
14872    Use char because int might match the return type of a GCC
14873    builtin and then its argument prototype would still apply.  */
14874 #ifdef __cplusplus
14875 extern "C"
14876 #endif
14877 char XOpenDevice ();
14878 int
14879 main ()
14880 {
14881 return XOpenDevice ();
14882   ;
14883   return 0;
14884 }
14885 _ACEOF
14886 rm -f conftest.$ac_objext conftest$ac_exeext
14887 if { (ac_try="$ac_link"
14888 case "(($ac_try" in
14889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14890   *) ac_try_echo=$ac_try;;
14891 esac
14892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14893   (eval "$ac_link") 2>conftest.er1
14894   ac_status=$?
14895   grep -v '^ *+' conftest.er1 >conftest.err
14896   rm -f conftest.er1
14897   cat conftest.err >&5
14898   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14899   (exit $ac_status); } && {
14900          test -z "$ac_c_werror_flag" ||
14901          test ! -s conftest.err
14902        } && test -s conftest$ac_exeext &&
14903        $as_test_x conftest$ac_exeext; then
14904   case "$LIBEXT" in
14905     dll) ;;
14906     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'` ;;
14907     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
14908   esac
14909 else
14910   echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14912
14913
14914 fi
14915
14916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14917       conftest$ac_exeext conftest.$ac_ext
14918   LIBS=$ac_check_soname_save_LIBS
14919 fi
14920 if test "x$ac_cv_lib_soname_Xi" = "x"; then
14921   { echo "$as_me:$LINENO: result: not found" >&5
14922 echo "${ECHO_T}not found" >&6; }
14923
14924 else
14925   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
14926 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
14927
14928 cat >>confdefs.h <<_ACEOF
14929 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
14930 _ACEOF
14931
14932
14933 fi
14934
14935 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
14936 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
14937 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
14938   echo $ECHO_N "(cached) $ECHO_C" >&6
14939 else
14940   ac_check_soname_save_LIBS=$LIBS
14941 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
14942   cat >conftest.$ac_ext <<_ACEOF
14943 /* confdefs.h.  */
14944 _ACEOF
14945 cat confdefs.h >>conftest.$ac_ext
14946 cat >>conftest.$ac_ext <<_ACEOF
14947 /* end confdefs.h.  */
14948
14949 /* Override any GCC internal prototype to avoid an error.
14950    Use char because int might match the return type of a GCC
14951    builtin and then its argument prototype would still apply.  */
14952 #ifdef __cplusplus
14953 extern "C"
14954 #endif
14955 char XineramaQueryScreens ();
14956 int
14957 main ()
14958 {
14959 return XineramaQueryScreens ();
14960   ;
14961   return 0;
14962 }
14963 _ACEOF
14964 rm -f conftest.$ac_objext conftest$ac_exeext
14965 if { (ac_try="$ac_link"
14966 case "(($ac_try" in
14967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14968   *) ac_try_echo=$ac_try;;
14969 esac
14970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14971   (eval "$ac_link") 2>conftest.er1
14972   ac_status=$?
14973   grep -v '^ *+' conftest.er1 >conftest.err
14974   rm -f conftest.er1
14975   cat conftest.err >&5
14976   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977   (exit $ac_status); } && {
14978          test -z "$ac_c_werror_flag" ||
14979          test ! -s conftest.err
14980        } && test -s conftest$ac_exeext &&
14981        $as_test_x conftest$ac_exeext; then
14982   case "$LIBEXT" in
14983     dll) ;;
14984     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'` ;;
14985     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14986   esac
14987 else
14988   echo "$as_me: failed program was:" >&5
14989 sed 's/^/| /' conftest.$ac_ext >&5
14990
14991
14992 fi
14993
14994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14995       conftest$ac_exeext conftest.$ac_ext
14996   LIBS=$ac_check_soname_save_LIBS
14997 fi
14998 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
14999   { echo "$as_me:$LINENO: result: not found" >&5
15000 echo "${ECHO_T}not found" >&6; }
15001
15002 else
15003   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
15004 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
15005
15006 cat >>confdefs.h <<_ACEOF
15007 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
15008 _ACEOF
15009
15010
15011 fi
15012
15013 { echo "$as_me:$LINENO: checking for -lXrender" >&5
15014 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
15015 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
15016   echo $ECHO_N "(cached) $ECHO_C" >&6
15017 else
15018   ac_check_soname_save_LIBS=$LIBS
15019 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15020   cat >conftest.$ac_ext <<_ACEOF
15021 /* confdefs.h.  */
15022 _ACEOF
15023 cat confdefs.h >>conftest.$ac_ext
15024 cat >>conftest.$ac_ext <<_ACEOF
15025 /* end confdefs.h.  */
15026
15027 /* Override any GCC internal prototype to avoid an error.
15028    Use char because int might match the return type of a GCC
15029    builtin and then its argument prototype would still apply.  */
15030 #ifdef __cplusplus
15031 extern "C"
15032 #endif
15033 char XRenderQueryExtension ();
15034 int
15035 main ()
15036 {
15037 return XRenderQueryExtension ();
15038   ;
15039   return 0;
15040 }
15041 _ACEOF
15042 rm -f conftest.$ac_objext conftest$ac_exeext
15043 if { (ac_try="$ac_link"
15044 case "(($ac_try" in
15045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15046   *) ac_try_echo=$ac_try;;
15047 esac
15048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15049   (eval "$ac_link") 2>conftest.er1
15050   ac_status=$?
15051   grep -v '^ *+' conftest.er1 >conftest.err
15052   rm -f conftest.er1
15053   cat conftest.err >&5
15054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15055   (exit $ac_status); } && {
15056          test -z "$ac_c_werror_flag" ||
15057          test ! -s conftest.err
15058        } && test -s conftest$ac_exeext &&
15059        $as_test_x conftest$ac_exeext; then
15060   case "$LIBEXT" in
15061     dll) ;;
15062     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'` ;;
15063     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
15064   esac
15065 else
15066   echo "$as_me: failed program was:" >&5
15067 sed 's/^/| /' conftest.$ac_ext >&5
15068
15069
15070 fi
15071
15072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15073       conftest$ac_exeext conftest.$ac_ext
15074   LIBS=$ac_check_soname_save_LIBS
15075 fi
15076 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
15077   { echo "$as_me:$LINENO: result: not found" >&5
15078 echo "${ECHO_T}not found" >&6; }
15079
15080 else
15081   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
15082 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
15083
15084 cat >>confdefs.h <<_ACEOF
15085 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
15086 _ACEOF
15087
15088
15089 fi
15090
15091 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
15092 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
15093 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
15094   echo $ECHO_N "(cached) $ECHO_C" >&6
15095 else
15096   ac_check_soname_save_LIBS=$LIBS
15097 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15098   cat >conftest.$ac_ext <<_ACEOF
15099 /* confdefs.h.  */
15100 _ACEOF
15101 cat confdefs.h >>conftest.$ac_ext
15102 cat >>conftest.$ac_ext <<_ACEOF
15103 /* end confdefs.h.  */
15104
15105 /* Override any GCC internal prototype to avoid an error.
15106    Use char because int might match the return type of a GCC
15107    builtin and then its argument prototype would still apply.  */
15108 #ifdef __cplusplus
15109 extern "C"
15110 #endif
15111 char XRRQueryExtension ();
15112 int
15113 main ()
15114 {
15115 return XRRQueryExtension ();
15116   ;
15117   return 0;
15118 }
15119 _ACEOF
15120 rm -f conftest.$ac_objext conftest$ac_exeext
15121 if { (ac_try="$ac_link"
15122 case "(($ac_try" in
15123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15124   *) ac_try_echo=$ac_try;;
15125 esac
15126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15127   (eval "$ac_link") 2>conftest.er1
15128   ac_status=$?
15129   grep -v '^ *+' conftest.er1 >conftest.err
15130   rm -f conftest.er1
15131   cat conftest.err >&5
15132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15133   (exit $ac_status); } && {
15134          test -z "$ac_c_werror_flag" ||
15135          test ! -s conftest.err
15136        } && test -s conftest$ac_exeext &&
15137        $as_test_x conftest$ac_exeext; then
15138   case "$LIBEXT" in
15139     dll) ;;
15140     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'` ;;
15141     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15142   esac
15143 else
15144   echo "$as_me: failed program was:" >&5
15145 sed 's/^/| /' conftest.$ac_ext >&5
15146
15147
15148 fi
15149
15150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15151       conftest$ac_exeext conftest.$ac_ext
15152   LIBS=$ac_check_soname_save_LIBS
15153 fi
15154 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
15155   { echo "$as_me:$LINENO: result: not found" >&5
15156 echo "${ECHO_T}not found" >&6; }
15157
15158 else
15159   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
15160 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
15161
15162 cat >>confdefs.h <<_ACEOF
15163 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
15164 _ACEOF
15165
15166
15167 fi
15168
15169 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
15170 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
15171 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
15172   echo $ECHO_N "(cached) $ECHO_C" >&6
15173 else
15174   ac_check_soname_save_LIBS=$LIBS
15175 LIBS="-lXcursor $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
15176   cat >conftest.$ac_ext <<_ACEOF
15177 /* confdefs.h.  */
15178 _ACEOF
15179 cat confdefs.h >>conftest.$ac_ext
15180 cat >>conftest.$ac_ext <<_ACEOF
15181 /* end confdefs.h.  */
15182
15183 /* Override any GCC internal prototype to avoid an error.
15184    Use char because int might match the return type of a GCC
15185    builtin and then its argument prototype would still apply.  */
15186 #ifdef __cplusplus
15187 extern "C"
15188 #endif
15189 char XcursorImageLoadCursor ();
15190 int
15191 main ()
15192 {
15193 return XcursorImageLoadCursor ();
15194   ;
15195   return 0;
15196 }
15197 _ACEOF
15198 rm -f conftest.$ac_objext conftest$ac_exeext
15199 if { (ac_try="$ac_link"
15200 case "(($ac_try" in
15201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15202   *) ac_try_echo=$ac_try;;
15203 esac
15204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15205   (eval "$ac_link") 2>conftest.er1
15206   ac_status=$?
15207   grep -v '^ *+' conftest.er1 >conftest.err
15208   rm -f conftest.er1
15209   cat conftest.err >&5
15210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15211   (exit $ac_status); } && {
15212          test -z "$ac_c_werror_flag" ||
15213          test ! -s conftest.err
15214        } && test -s conftest$ac_exeext &&
15215        $as_test_x conftest$ac_exeext; then
15216   case "$LIBEXT" in
15217     dll) ;;
15218     dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15219     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
15220   esac
15221 else
15222   echo "$as_me: failed program was:" >&5
15223 sed 's/^/| /' conftest.$ac_ext >&5
15224
15225
15226 fi
15227
15228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15229       conftest$ac_exeext conftest.$ac_ext
15230   LIBS=$ac_check_soname_save_LIBS
15231 fi
15232 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
15233   { echo "$as_me:$LINENO: result: not found" >&5
15234 echo "${ECHO_T}not found" >&6; }
15235
15236 else
15237   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
15238 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
15239
15240 cat >>confdefs.h <<_ACEOF
15241 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
15242 _ACEOF
15243
15244
15245 fi
15246
15247 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
15248 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
15249 if test "${ac_cv_lib_soname_freetype+set}" = set; then
15250   echo $ECHO_N "(cached) $ECHO_C" >&6
15251 else
15252   ac_check_soname_save_LIBS=$LIBS
15253 LIBS="-lfreetype $X_LIBS $LIBS"
15254   cat >conftest.$ac_ext <<_ACEOF
15255 /* confdefs.h.  */
15256 _ACEOF
15257 cat confdefs.h >>conftest.$ac_ext
15258 cat >>conftest.$ac_ext <<_ACEOF
15259 /* end confdefs.h.  */
15260
15261 /* Override any GCC internal prototype to avoid an error.
15262    Use char because int might match the return type of a GCC
15263    builtin and then its argument prototype would still apply.  */
15264 #ifdef __cplusplus
15265 extern "C"
15266 #endif
15267 char FT_Init_FreeType ();
15268 int
15269 main ()
15270 {
15271 return FT_Init_FreeType ();
15272   ;
15273   return 0;
15274 }
15275 _ACEOF
15276 rm -f conftest.$ac_objext conftest$ac_exeext
15277 if { (ac_try="$ac_link"
15278 case "(($ac_try" in
15279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15280   *) ac_try_echo=$ac_try;;
15281 esac
15282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15283   (eval "$ac_link") 2>conftest.er1
15284   ac_status=$?
15285   grep -v '^ *+' conftest.er1 >conftest.err
15286   rm -f conftest.er1
15287   cat conftest.err >&5
15288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15289   (exit $ac_status); } && {
15290          test -z "$ac_c_werror_flag" ||
15291          test ! -s conftest.err
15292        } && test -s conftest$ac_exeext &&
15293        $as_test_x conftest$ac_exeext; then
15294   case "$LIBEXT" in
15295     dll) ;;
15296     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'` ;;
15297     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
15298   esac
15299 else
15300   echo "$as_me: failed program was:" >&5
15301 sed 's/^/| /' conftest.$ac_ext >&5
15302
15303
15304 fi
15305
15306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15307       conftest$ac_exeext conftest.$ac_ext
15308   LIBS=$ac_check_soname_save_LIBS
15309 fi
15310 if test "x$ac_cv_lib_soname_freetype" = "x"; then
15311   { echo "$as_me:$LINENO: result: not found" >&5
15312 echo "${ECHO_T}not found" >&6; }
15313
15314 else
15315   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
15316 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
15317
15318 cat >>confdefs.h <<_ACEOF
15319 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
15320 _ACEOF
15321
15322
15323 fi
15324
15325 { echo "$as_me:$LINENO: checking for -lGL" >&5
15326 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
15327 if test "${ac_cv_lib_soname_GL+set}" = set; then
15328   echo $ECHO_N "(cached) $ECHO_C" >&6
15329 else
15330   ac_check_soname_save_LIBS=$LIBS
15331 LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
15332   cat >conftest.$ac_ext <<_ACEOF
15333 /* confdefs.h.  */
15334 _ACEOF
15335 cat confdefs.h >>conftest.$ac_ext
15336 cat >>conftest.$ac_ext <<_ACEOF
15337 /* end confdefs.h.  */
15338
15339 /* Override any GCC internal prototype to avoid an error.
15340    Use char because int might match the return type of a GCC
15341    builtin and then its argument prototype would still apply.  */
15342 #ifdef __cplusplus
15343 extern "C"
15344 #endif
15345 char glXQueryExtension ();
15346 int
15347 main ()
15348 {
15349 return glXQueryExtension ();
15350   ;
15351   return 0;
15352 }
15353 _ACEOF
15354 rm -f conftest.$ac_objext conftest$ac_exeext
15355 if { (ac_try="$ac_link"
15356 case "(($ac_try" in
15357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15358   *) ac_try_echo=$ac_try;;
15359 esac
15360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15361   (eval "$ac_link") 2>conftest.er1
15362   ac_status=$?
15363   grep -v '^ *+' conftest.er1 >conftest.err
15364   rm -f conftest.er1
15365   cat conftest.err >&5
15366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15367   (exit $ac_status); } && {
15368          test -z "$ac_c_werror_flag" ||
15369          test ! -s conftest.err
15370        } && test -s conftest$ac_exeext &&
15371        $as_test_x conftest$ac_exeext; then
15372   case "$LIBEXT" in
15373     dll) ;;
15374     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'` ;;
15375     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15376   esac
15377 else
15378   echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.$ac_ext >&5
15380
15381
15382 fi
15383
15384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15385       conftest$ac_exeext conftest.$ac_ext
15386   LIBS=$ac_check_soname_save_LIBS
15387 fi
15388 if test "x$ac_cv_lib_soname_GL" = "x"; then
15389   { echo "$as_me:$LINENO: result: not found" >&5
15390 echo "${ECHO_T}not found" >&6; }
15391
15392 else
15393   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
15394 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
15395
15396 cat >>confdefs.h <<_ACEOF
15397 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
15398 _ACEOF
15399
15400
15401 fi
15402
15403 { echo "$as_me:$LINENO: checking for -ltxc_dxtn" >&5
15404 echo $ECHO_N "checking for -ltxc_dxtn... $ECHO_C" >&6; }
15405 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
15406   echo $ECHO_N "(cached) $ECHO_C" >&6
15407 else
15408   ac_check_soname_save_LIBS=$LIBS
15409 LIBS="-ltxc_dxtn  $LIBS"
15410   cat >conftest.$ac_ext <<_ACEOF
15411 /* confdefs.h.  */
15412 _ACEOF
15413 cat confdefs.h >>conftest.$ac_ext
15414 cat >>conftest.$ac_ext <<_ACEOF
15415 /* end confdefs.h.  */
15416
15417 /* Override any GCC internal prototype to avoid an error.
15418    Use char because int might match the return type of a GCC
15419    builtin and then its argument prototype would still apply.  */
15420 #ifdef __cplusplus
15421 extern "C"
15422 #endif
15423 char fetch_2d_texel_rgba_dxt1 ();
15424 int
15425 main ()
15426 {
15427 return fetch_2d_texel_rgba_dxt1 ();
15428   ;
15429   return 0;
15430 }
15431 _ACEOF
15432 rm -f conftest.$ac_objext conftest$ac_exeext
15433 if { (ac_try="$ac_link"
15434 case "(($ac_try" in
15435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15436   *) ac_try_echo=$ac_try;;
15437 esac
15438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15439   (eval "$ac_link") 2>conftest.er1
15440   ac_status=$?
15441   grep -v '^ *+' conftest.er1 >conftest.err
15442   rm -f conftest.er1
15443   cat conftest.err >&5
15444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15445   (exit $ac_status); } && {
15446          test -z "$ac_c_werror_flag" ||
15447          test ! -s conftest.err
15448        } && test -s conftest$ac_exeext &&
15449        $as_test_x conftest$ac_exeext; then
15450   case "$LIBEXT" in
15451     dll) ;;
15452     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'` ;;
15453     *) ac_cv_lib_soname_txc_dxtn=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtxc_dxtn\\.$LIBEXT" | sed -e "s/^.*\(libtxc_dxtn\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
15454   esac
15455 else
15456   echo "$as_me: failed program was:" >&5
15457 sed 's/^/| /' conftest.$ac_ext >&5
15458
15459
15460 fi
15461
15462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15463       conftest$ac_exeext conftest.$ac_ext
15464   LIBS=$ac_check_soname_save_LIBS
15465 fi
15466 if test "x$ac_cv_lib_soname_txc_dxtn" = "x"; then
15467   { echo "$as_me:$LINENO: result: not found" >&5
15468 echo "${ECHO_T}not found" >&6; }
15469
15470 else
15471   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
15472 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; }
15473
15474 cat >>confdefs.h <<_ACEOF
15475 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
15476 _ACEOF
15477
15478
15479 fi
15480
15481 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15482 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15483 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15484   echo $ECHO_N "(cached) $ECHO_C" >&6
15485 else
15486   ac_check_soname_save_LIBS=$LIBS
15487 LIBS="-ljpeg  $LIBS"
15488   cat >conftest.$ac_ext <<_ACEOF
15489 /* confdefs.h.  */
15490 _ACEOF
15491 cat confdefs.h >>conftest.$ac_ext
15492 cat >>conftest.$ac_ext <<_ACEOF
15493 /* end confdefs.h.  */
15494
15495 /* Override any GCC internal prototype to avoid an error.
15496    Use char because int might match the return type of a GCC
15497    builtin and then its argument prototype would still apply.  */
15498 #ifdef __cplusplus
15499 extern "C"
15500 #endif
15501 char jpeg_start_decompress ();
15502 int
15503 main ()
15504 {
15505 return jpeg_start_decompress ();
15506   ;
15507   return 0;
15508 }
15509 _ACEOF
15510 rm -f conftest.$ac_objext conftest$ac_exeext
15511 if { (ac_try="$ac_link"
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_link") 2>conftest.er1
15518   ac_status=$?
15519   grep -v '^ *+' conftest.er1 >conftest.err
15520   rm -f conftest.er1
15521   cat conftest.err >&5
15522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15523   (exit $ac_status); } && {
15524          test -z "$ac_c_werror_flag" ||
15525          test ! -s conftest.err
15526        } && test -s conftest$ac_exeext &&
15527        $as_test_x conftest$ac_exeext; then
15528   case "$LIBEXT" in
15529     dll) ;;
15530     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'` ;;
15531     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15532   esac
15533 else
15534   echo "$as_me: failed program was:" >&5
15535 sed 's/^/| /' conftest.$ac_ext >&5
15536
15537
15538 fi
15539
15540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15541       conftest$ac_exeext conftest.$ac_ext
15542   LIBS=$ac_check_soname_save_LIBS
15543 fi
15544 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15545   { echo "$as_me:$LINENO: result: not found" >&5
15546 echo "${ECHO_T}not found" >&6; }
15547
15548 else
15549   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15550 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15551
15552 cat >>confdefs.h <<_ACEOF
15553 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15554 _ACEOF
15555
15556
15557 fi
15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
15568
15569
15570
15571
15572
15573
15574
15575
15576
15577
15578
15579
15580
15581
15582
15583
15584
15585
15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
15596
15597
15598
15599
15600
15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
15615
15616
15617
15618
15619
15620
15621
15622
15623 for ac_func in \
15624         _pclose \
15625         _popen \
15626         _snprintf \
15627         _spawnvp \
15628         _stricmp \
15629         _strnicmp \
15630         _vsnprintf \
15631         asctime_r \
15632         chsize \
15633         clone \
15634         dlopen \
15635         epoll_create \
15636         ffs \
15637         finite \
15638         fork \
15639         fpclass \
15640         fstatfs \
15641         fstatvfs \
15642         ftruncate \
15643         futimes \
15644         futimesat \
15645         getdirentries \
15646         getopt_long \
15647         getpagesize \
15648         getpwuid \
15649         gettid \
15650         gettimeofday \
15651         getuid \
15652         inet_pton \
15653         kqueue \
15654         lstat \
15655         memmove \
15656         mmap \
15657         pclose \
15658         poll \
15659         popen \
15660         prctl \
15661         pread \
15662         pwrite \
15663         readlink \
15664         rfork \
15665         sched_yield \
15666         select \
15667         setrlimit \
15668         settimeofday \
15669         sigaltstack \
15670         sigprocmask \
15671         snprintf \
15672         spawnvp \
15673         statfs \
15674         statvfs \
15675         strcasecmp \
15676         strerror \
15677         strncasecmp \
15678         strtold \
15679         tcgetattr \
15680         timegm \
15681         usleep \
15682         vsnprintf \
15683         wait4 \
15684         waitpid \
15685
15686 do
15687 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15688 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15689 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15690 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15691   echo $ECHO_N "(cached) $ECHO_C" >&6
15692 else
15693   cat >conftest.$ac_ext <<_ACEOF
15694 /* confdefs.h.  */
15695 _ACEOF
15696 cat confdefs.h >>conftest.$ac_ext
15697 cat >>conftest.$ac_ext <<_ACEOF
15698 /* end confdefs.h.  */
15699 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15700    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15701 #define $ac_func innocuous_$ac_func
15702
15703 /* System header to define __stub macros and hopefully few prototypes,
15704     which can conflict with char $ac_func (); below.
15705     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15706     <limits.h> exists even on freestanding compilers.  */
15707
15708 #ifdef __STDC__
15709 # include <limits.h>
15710 #else
15711 # include <assert.h>
15712 #endif
15713
15714 #undef $ac_func
15715
15716 /* Override any GCC internal prototype to avoid an error.
15717    Use char because int might match the return type of a GCC
15718    builtin and then its argument prototype would still apply.  */
15719 #ifdef __cplusplus
15720 extern "C"
15721 #endif
15722 char $ac_func ();
15723 /* The GNU C library defines this for functions which it implements
15724     to always fail with ENOSYS.  Some functions are actually named
15725     something starting with __ and the normal name is an alias.  */
15726 #if defined __stub_$ac_func || defined __stub___$ac_func
15727 choke me
15728 #endif
15729
15730 int
15731 main ()
15732 {
15733 return $ac_func ();
15734   ;
15735   return 0;
15736 }
15737 _ACEOF
15738 rm -f conftest.$ac_objext conftest$ac_exeext
15739 if { (ac_try="$ac_link"
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_link") 2>conftest.er1
15746   ac_status=$?
15747   grep -v '^ *+' conftest.er1 >conftest.err
15748   rm -f conftest.er1
15749   cat conftest.err >&5
15750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15751   (exit $ac_status); } && {
15752          test -z "$ac_c_werror_flag" ||
15753          test ! -s conftest.err
15754        } && test -s conftest$ac_exeext &&
15755        $as_test_x conftest$ac_exeext; then
15756   eval "$as_ac_var=yes"
15757 else
15758   echo "$as_me: failed program was:" >&5
15759 sed 's/^/| /' conftest.$ac_ext >&5
15760
15761         eval "$as_ac_var=no"
15762 fi
15763
15764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15765       conftest$ac_exeext conftest.$ac_ext
15766 fi
15767 ac_res=`eval echo '${'$as_ac_var'}'`
15768                { echo "$as_me:$LINENO: result: $ac_res" >&5
15769 echo "${ECHO_T}$ac_res" >&6; }
15770 if test `eval echo '${'$as_ac_var'}'` = yes; then
15771   cat >>confdefs.h <<_ACEOF
15772 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15773 _ACEOF
15774
15775 fi
15776 done
15777
15778
15779 if test "$ac_cv_func_dlopen" = no
15780 then
15781     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15782 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
15783 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15784   echo $ECHO_N "(cached) $ECHO_C" >&6
15785 else
15786   ac_check_lib_save_LIBS=$LIBS
15787 LIBS="-ldl  $LIBS"
15788 cat >conftest.$ac_ext <<_ACEOF
15789 /* confdefs.h.  */
15790 _ACEOF
15791 cat confdefs.h >>conftest.$ac_ext
15792 cat >>conftest.$ac_ext <<_ACEOF
15793 /* end confdefs.h.  */
15794
15795 /* Override any GCC internal prototype to avoid an error.
15796    Use char because int might match the return type of a GCC
15797    builtin and then its argument prototype would still apply.  */
15798 #ifdef __cplusplus
15799 extern "C"
15800 #endif
15801 char dlopen ();
15802 int
15803 main ()
15804 {
15805 return dlopen ();
15806   ;
15807   return 0;
15808 }
15809 _ACEOF
15810 rm -f conftest.$ac_objext conftest$ac_exeext
15811 if { (ac_try="$ac_link"
15812 case "(($ac_try" in
15813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15814   *) ac_try_echo=$ac_try;;
15815 esac
15816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15817   (eval "$ac_link") 2>conftest.er1
15818   ac_status=$?
15819   grep -v '^ *+' conftest.er1 >conftest.err
15820   rm -f conftest.er1
15821   cat conftest.err >&5
15822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15823   (exit $ac_status); } && {
15824          test -z "$ac_c_werror_flag" ||
15825          test ! -s conftest.err
15826        } && test -s conftest$ac_exeext &&
15827        $as_test_x conftest$ac_exeext; then
15828   ac_cv_lib_dl_dlopen=yes
15829 else
15830   echo "$as_me: failed program was:" >&5
15831 sed 's/^/| /' conftest.$ac_ext >&5
15832
15833         ac_cv_lib_dl_dlopen=no
15834 fi
15835
15836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15837       conftest$ac_exeext conftest.$ac_ext
15838 LIBS=$ac_check_lib_save_LIBS
15839 fi
15840 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15841 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
15842 if test $ac_cv_lib_dl_dlopen = yes; then
15843   cat >>confdefs.h <<\_ACEOF
15844 #define HAVE_DLOPEN 1
15845 _ACEOF
15846  LIBDL="-ldl"
15847
15848 fi
15849
15850 fi
15851 ac_wine_check_funcs_save_LIBS="$LIBS"
15852 LIBS="$LIBS $LIBDL"
15853
15854 for ac_func in dladdr
15855 do
15856 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15857 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15858 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15859 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15860   echo $ECHO_N "(cached) $ECHO_C" >&6
15861 else
15862   cat >conftest.$ac_ext <<_ACEOF
15863 /* confdefs.h.  */
15864 _ACEOF
15865 cat confdefs.h >>conftest.$ac_ext
15866 cat >>conftest.$ac_ext <<_ACEOF
15867 /* end confdefs.h.  */
15868 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15869    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15870 #define $ac_func innocuous_$ac_func
15871
15872 /* System header to define __stub macros and hopefully few prototypes,
15873     which can conflict with char $ac_func (); below.
15874     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15875     <limits.h> exists even on freestanding compilers.  */
15876
15877 #ifdef __STDC__
15878 # include <limits.h>
15879 #else
15880 # include <assert.h>
15881 #endif
15882
15883 #undef $ac_func
15884
15885 /* Override any GCC internal prototype to avoid an error.
15886    Use char because int might match the return type of a GCC
15887    builtin and then its argument prototype would still apply.  */
15888 #ifdef __cplusplus
15889 extern "C"
15890 #endif
15891 char $ac_func ();
15892 /* The GNU C library defines this for functions which it implements
15893     to always fail with ENOSYS.  Some functions are actually named
15894     something starting with __ and the normal name is an alias.  */
15895 #if defined __stub_$ac_func || defined __stub___$ac_func
15896 choke me
15897 #endif
15898
15899 int
15900 main ()
15901 {
15902 return $ac_func ();
15903   ;
15904   return 0;
15905 }
15906 _ACEOF
15907 rm -f conftest.$ac_objext conftest$ac_exeext
15908 if { (ac_try="$ac_link"
15909 case "(($ac_try" in
15910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15911   *) ac_try_echo=$ac_try;;
15912 esac
15913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15914   (eval "$ac_link") 2>conftest.er1
15915   ac_status=$?
15916   grep -v '^ *+' conftest.er1 >conftest.err
15917   rm -f conftest.er1
15918   cat conftest.err >&5
15919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15920   (exit $ac_status); } && {
15921          test -z "$ac_c_werror_flag" ||
15922          test ! -s conftest.err
15923        } && test -s conftest$ac_exeext &&
15924        $as_test_x conftest$ac_exeext; then
15925   eval "$as_ac_var=yes"
15926 else
15927   echo "$as_me: failed program was:" >&5
15928 sed 's/^/| /' conftest.$ac_ext >&5
15929
15930         eval "$as_ac_var=no"
15931 fi
15932
15933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15934       conftest$ac_exeext conftest.$ac_ext
15935 fi
15936 ac_res=`eval echo '${'$as_ac_var'}'`
15937                { echo "$as_me:$LINENO: result: $ac_res" >&5
15938 echo "${ECHO_T}$ac_res" >&6; }
15939 if test `eval echo '${'$as_ac_var'}'` = yes; then
15940   cat >>confdefs.h <<_ACEOF
15941 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15942 _ACEOF
15943
15944 fi
15945 done
15946
15947 LIBS="$ac_wine_check_funcs_save_LIBS"
15948
15949 if test "$ac_cv_func_poll" = no
15950 then
15951     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
15952 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
15953 if test "${ac_cv_lib_poll_poll+set}" = set; then
15954   echo $ECHO_N "(cached) $ECHO_C" >&6
15955 else
15956   ac_check_lib_save_LIBS=$LIBS
15957 LIBS="-lpoll  $LIBS"
15958 cat >conftest.$ac_ext <<_ACEOF
15959 /* confdefs.h.  */
15960 _ACEOF
15961 cat confdefs.h >>conftest.$ac_ext
15962 cat >>conftest.$ac_ext <<_ACEOF
15963 /* end confdefs.h.  */
15964
15965 /* Override any GCC internal prototype to avoid an error.
15966    Use char because int might match the return type of a GCC
15967    builtin and then its argument prototype would still apply.  */
15968 #ifdef __cplusplus
15969 extern "C"
15970 #endif
15971 char poll ();
15972 int
15973 main ()
15974 {
15975 return poll ();
15976   ;
15977   return 0;
15978 }
15979 _ACEOF
15980 rm -f conftest.$ac_objext conftest$ac_exeext
15981 if { (ac_try="$ac_link"
15982 case "(($ac_try" in
15983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15984   *) ac_try_echo=$ac_try;;
15985 esac
15986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15987   (eval "$ac_link") 2>conftest.er1
15988   ac_status=$?
15989   grep -v '^ *+' conftest.er1 >conftest.err
15990   rm -f conftest.er1
15991   cat conftest.err >&5
15992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993   (exit $ac_status); } && {
15994          test -z "$ac_c_werror_flag" ||
15995          test ! -s conftest.err
15996        } && test -s conftest$ac_exeext &&
15997        $as_test_x conftest$ac_exeext; then
15998   ac_cv_lib_poll_poll=yes
15999 else
16000   echo "$as_me: failed program was:" >&5
16001 sed 's/^/| /' conftest.$ac_ext >&5
16002
16003         ac_cv_lib_poll_poll=no
16004 fi
16005
16006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16007       conftest$ac_exeext conftest.$ac_ext
16008 LIBS=$ac_check_lib_save_LIBS
16009 fi
16010 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
16011 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
16012 if test $ac_cv_lib_poll_poll = yes; then
16013   cat >>confdefs.h <<\_ACEOF
16014 #define HAVE_POLL 1
16015 _ACEOF
16016  LIBPOLL="-lpoll"
16017
16018 fi
16019
16020 fi
16021
16022 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
16023 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
16024 if test "${ac_cv_search_gethostbyname+set}" = set; then
16025   echo $ECHO_N "(cached) $ECHO_C" >&6
16026 else
16027   ac_func_search_save_LIBS=$LIBS
16028 cat >conftest.$ac_ext <<_ACEOF
16029 /* confdefs.h.  */
16030 _ACEOF
16031 cat confdefs.h >>conftest.$ac_ext
16032 cat >>conftest.$ac_ext <<_ACEOF
16033 /* end confdefs.h.  */
16034
16035 /* Override any GCC internal prototype to avoid an error.
16036    Use char because int might match the return type of a GCC
16037    builtin and then its argument prototype would still apply.  */
16038 #ifdef __cplusplus
16039 extern "C"
16040 #endif
16041 char gethostbyname ();
16042 int
16043 main ()
16044 {
16045 return gethostbyname ();
16046   ;
16047   return 0;
16048 }
16049 _ACEOF
16050 for ac_lib in '' nsl; do
16051   if test -z "$ac_lib"; then
16052     ac_res="none required"
16053   else
16054     ac_res=-l$ac_lib
16055     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16056   fi
16057   rm -f conftest.$ac_objext conftest$ac_exeext
16058 if { (ac_try="$ac_link"
16059 case "(($ac_try" in
16060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16061   *) ac_try_echo=$ac_try;;
16062 esac
16063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16064   (eval "$ac_link") 2>conftest.er1
16065   ac_status=$?
16066   grep -v '^ *+' conftest.er1 >conftest.err
16067   rm -f conftest.er1
16068   cat conftest.err >&5
16069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16070   (exit $ac_status); } && {
16071          test -z "$ac_c_werror_flag" ||
16072          test ! -s conftest.err
16073        } && test -s conftest$ac_exeext &&
16074        $as_test_x conftest$ac_exeext; then
16075   ac_cv_search_gethostbyname=$ac_res
16076 else
16077   echo "$as_me: failed program was:" >&5
16078 sed 's/^/| /' conftest.$ac_ext >&5
16079
16080
16081 fi
16082
16083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16084       conftest$ac_exeext
16085   if test "${ac_cv_search_gethostbyname+set}" = set; then
16086   break
16087 fi
16088 done
16089 if test "${ac_cv_search_gethostbyname+set}" = set; then
16090   :
16091 else
16092   ac_cv_search_gethostbyname=no
16093 fi
16094 rm conftest.$ac_ext
16095 LIBS=$ac_func_search_save_LIBS
16096 fi
16097 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
16098 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
16099 ac_res=$ac_cv_search_gethostbyname
16100 if test "$ac_res" != no; then
16101   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16102
16103 fi
16104
16105
16106 { echo "$as_me:$LINENO: checking for library containing connect" >&5
16107 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
16108 if test "${ac_cv_search_connect+set}" = set; then
16109   echo $ECHO_N "(cached) $ECHO_C" >&6
16110 else
16111   ac_func_search_save_LIBS=$LIBS
16112 cat >conftest.$ac_ext <<_ACEOF
16113 /* confdefs.h.  */
16114 _ACEOF
16115 cat confdefs.h >>conftest.$ac_ext
16116 cat >>conftest.$ac_ext <<_ACEOF
16117 /* end confdefs.h.  */
16118
16119 /* Override any GCC internal prototype to avoid an error.
16120    Use char because int might match the return type of a GCC
16121    builtin and then its argument prototype would still apply.  */
16122 #ifdef __cplusplus
16123 extern "C"
16124 #endif
16125 char connect ();
16126 int
16127 main ()
16128 {
16129 return connect ();
16130   ;
16131   return 0;
16132 }
16133 _ACEOF
16134 for ac_lib in '' socket; do
16135   if test -z "$ac_lib"; then
16136     ac_res="none required"
16137   else
16138     ac_res=-l$ac_lib
16139     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16140   fi
16141   rm -f conftest.$ac_objext conftest$ac_exeext
16142 if { (ac_try="$ac_link"
16143 case "(($ac_try" in
16144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16145   *) ac_try_echo=$ac_try;;
16146 esac
16147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16148   (eval "$ac_link") 2>conftest.er1
16149   ac_status=$?
16150   grep -v '^ *+' conftest.er1 >conftest.err
16151   rm -f conftest.er1
16152   cat conftest.err >&5
16153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16154   (exit $ac_status); } && {
16155          test -z "$ac_c_werror_flag" ||
16156          test ! -s conftest.err
16157        } && test -s conftest$ac_exeext &&
16158        $as_test_x conftest$ac_exeext; then
16159   ac_cv_search_connect=$ac_res
16160 else
16161   echo "$as_me: failed program was:" >&5
16162 sed 's/^/| /' conftest.$ac_ext >&5
16163
16164
16165 fi
16166
16167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16168       conftest$ac_exeext
16169   if test "${ac_cv_search_connect+set}" = set; then
16170   break
16171 fi
16172 done
16173 if test "${ac_cv_search_connect+set}" = set; then
16174   :
16175 else
16176   ac_cv_search_connect=no
16177 fi
16178 rm conftest.$ac_ext
16179 LIBS=$ac_func_search_save_LIBS
16180 fi
16181 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
16182 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
16183 ac_res=$ac_cv_search_connect
16184 if test "$ac_res" != no; then
16185   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16186
16187 fi
16188
16189
16190 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
16191 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
16192 if test "${ac_cv_search_inet_aton+set}" = set; then
16193   echo $ECHO_N "(cached) $ECHO_C" >&6
16194 else
16195   ac_func_search_save_LIBS=$LIBS
16196 cat >conftest.$ac_ext <<_ACEOF
16197 /* confdefs.h.  */
16198 _ACEOF
16199 cat confdefs.h >>conftest.$ac_ext
16200 cat >>conftest.$ac_ext <<_ACEOF
16201 /* end confdefs.h.  */
16202
16203 /* Override any GCC internal prototype to avoid an error.
16204    Use char because int might match the return type of a GCC
16205    builtin and then its argument prototype would still apply.  */
16206 #ifdef __cplusplus
16207 extern "C"
16208 #endif
16209 char inet_aton ();
16210 int
16211 main ()
16212 {
16213 return inet_aton ();
16214   ;
16215   return 0;
16216 }
16217 _ACEOF
16218 for ac_lib in '' resolv; do
16219   if test -z "$ac_lib"; then
16220     ac_res="none required"
16221   else
16222     ac_res=-l$ac_lib
16223     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16224   fi
16225   rm -f conftest.$ac_objext conftest$ac_exeext
16226 if { (ac_try="$ac_link"
16227 case "(($ac_try" in
16228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16229   *) ac_try_echo=$ac_try;;
16230 esac
16231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16232   (eval "$ac_link") 2>conftest.er1
16233   ac_status=$?
16234   grep -v '^ *+' conftest.er1 >conftest.err
16235   rm -f conftest.er1
16236   cat conftest.err >&5
16237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238   (exit $ac_status); } && {
16239          test -z "$ac_c_werror_flag" ||
16240          test ! -s conftest.err
16241        } && test -s conftest$ac_exeext &&
16242        $as_test_x conftest$ac_exeext; then
16243   ac_cv_search_inet_aton=$ac_res
16244 else
16245   echo "$as_me: failed program was:" >&5
16246 sed 's/^/| /' conftest.$ac_ext >&5
16247
16248
16249 fi
16250
16251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16252       conftest$ac_exeext
16253   if test "${ac_cv_search_inet_aton+set}" = set; then
16254   break
16255 fi
16256 done
16257 if test "${ac_cv_search_inet_aton+set}" = set; then
16258   :
16259 else
16260   ac_cv_search_inet_aton=no
16261 fi
16262 rm conftest.$ac_ext
16263 LIBS=$ac_func_search_save_LIBS
16264 fi
16265 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
16266 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
16267 ac_res=$ac_cv_search_inet_aton
16268 if test "$ac_res" != no; then
16269   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16270
16271 fi
16272
16273
16274
16275
16276
16277
16278
16279
16280
16281
16282 for ac_func in \
16283         getaddrinfo \
16284         getnameinfo \
16285         getnetbyname \
16286         getprotobyname \
16287         getprotobynumber \
16288         getservbyport \
16289         inet_network \
16290         sendmsg \
16291
16292 do
16293 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16294 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16295 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16296 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16297   echo $ECHO_N "(cached) $ECHO_C" >&6
16298 else
16299   cat >conftest.$ac_ext <<_ACEOF
16300 /* confdefs.h.  */
16301 _ACEOF
16302 cat confdefs.h >>conftest.$ac_ext
16303 cat >>conftest.$ac_ext <<_ACEOF
16304 /* end confdefs.h.  */
16305 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16306    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16307 #define $ac_func innocuous_$ac_func
16308
16309 /* System header to define __stub macros and hopefully few prototypes,
16310     which can conflict with char $ac_func (); below.
16311     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16312     <limits.h> exists even on freestanding compilers.  */
16313
16314 #ifdef __STDC__
16315 # include <limits.h>
16316 #else
16317 # include <assert.h>
16318 #endif
16319
16320 #undef $ac_func
16321
16322 /* Override any GCC internal prototype to avoid an error.
16323    Use char because int might match the return type of a GCC
16324    builtin and then its argument prototype would still apply.  */
16325 #ifdef __cplusplus
16326 extern "C"
16327 #endif
16328 char $ac_func ();
16329 /* The GNU C library defines this for functions which it implements
16330     to always fail with ENOSYS.  Some functions are actually named
16331     something starting with __ and the normal name is an alias.  */
16332 #if defined __stub_$ac_func || defined __stub___$ac_func
16333 choke me
16334 #endif
16335
16336 int
16337 main ()
16338 {
16339 return $ac_func ();
16340   ;
16341   return 0;
16342 }
16343 _ACEOF
16344 rm -f conftest.$ac_objext conftest$ac_exeext
16345 if { (ac_try="$ac_link"
16346 case "(($ac_try" in
16347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16348   *) ac_try_echo=$ac_try;;
16349 esac
16350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16351   (eval "$ac_link") 2>conftest.er1
16352   ac_status=$?
16353   grep -v '^ *+' conftest.er1 >conftest.err
16354   rm -f conftest.er1
16355   cat conftest.err >&5
16356   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357   (exit $ac_status); } && {
16358          test -z "$ac_c_werror_flag" ||
16359          test ! -s conftest.err
16360        } && test -s conftest$ac_exeext &&
16361        $as_test_x conftest$ac_exeext; then
16362   eval "$as_ac_var=yes"
16363 else
16364   echo "$as_me: failed program was:" >&5
16365 sed 's/^/| /' conftest.$ac_ext >&5
16366
16367         eval "$as_ac_var=no"
16368 fi
16369
16370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16371       conftest$ac_exeext conftest.$ac_ext
16372 fi
16373 ac_res=`eval echo '${'$as_ac_var'}'`
16374                { echo "$as_me:$LINENO: result: $ac_res" >&5
16375 echo "${ECHO_T}$ac_res" >&6; }
16376 if test `eval echo '${'$as_ac_var'}'` = yes; then
16377   cat >>confdefs.h <<_ACEOF
16378 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16379 _ACEOF
16380
16381 fi
16382 done
16383
16384
16385
16386 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16387 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
16388 if test "${ac_cv_c_const+set}" = set; then
16389   echo $ECHO_N "(cached) $ECHO_C" >&6
16390 else
16391   cat >conftest.$ac_ext <<_ACEOF
16392 /* confdefs.h.  */
16393 _ACEOF
16394 cat confdefs.h >>conftest.$ac_ext
16395 cat >>conftest.$ac_ext <<_ACEOF
16396 /* end confdefs.h.  */
16397
16398 int
16399 main ()
16400 {
16401 /* FIXME: Include the comments suggested by Paul. */
16402 #ifndef __cplusplus
16403   /* Ultrix mips cc rejects this.  */
16404   typedef int charset[2];
16405   const charset cs;
16406   /* SunOS 4.1.1 cc rejects this.  */
16407   char const *const *pcpcc;
16408   char **ppc;
16409   /* NEC SVR4.0.2 mips cc rejects this.  */
16410   struct point {int x, y;};
16411   static struct point const zero = {0,0};
16412   /* AIX XL C 1.02.0.0 rejects this.
16413      It does not let you subtract one const X* pointer from another in
16414      an arm of an if-expression whose if-part is not a constant
16415      expression */
16416   const char *g = "string";
16417   pcpcc = &g + (g ? g-g : 0);
16418   /* HPUX 7.0 cc rejects these. */
16419   ++pcpcc;
16420   ppc = (char**) pcpcc;
16421   pcpcc = (char const *const *) ppc;
16422   { /* SCO 3.2v4 cc rejects this.  */
16423     char *t;
16424     char const *s = 0 ? (char *) 0 : (char const *) 0;
16425
16426     *t++ = 0;
16427     if (s) return 0;
16428   }
16429   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
16430     int x[] = {25, 17};
16431     const int *foo = &x[0];
16432     ++foo;
16433   }
16434   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16435     typedef const int *iptr;
16436     iptr p = 0;
16437     ++p;
16438   }
16439   { /* AIX XL C 1.02.0.0 rejects this saying
16440        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16441     struct s { int j; const int *ap[3]; };
16442     struct s *b; b->j = 5;
16443   }
16444   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16445     const int foo = 10;
16446     if (!foo) return 0;
16447   }
16448   return !cs[0] && !zero.x;
16449 #endif
16450
16451   ;
16452   return 0;
16453 }
16454 _ACEOF
16455 rm -f conftest.$ac_objext
16456 if { (ac_try="$ac_compile"
16457 case "(($ac_try" in
16458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16459   *) ac_try_echo=$ac_try;;
16460 esac
16461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16462   (eval "$ac_compile") 2>conftest.er1
16463   ac_status=$?
16464   grep -v '^ *+' conftest.er1 >conftest.err
16465   rm -f conftest.er1
16466   cat conftest.err >&5
16467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16468   (exit $ac_status); } && {
16469          test -z "$ac_c_werror_flag" ||
16470          test ! -s conftest.err
16471        } && test -s conftest.$ac_objext; then
16472   ac_cv_c_const=yes
16473 else
16474   echo "$as_me: failed program was:" >&5
16475 sed 's/^/| /' conftest.$ac_ext >&5
16476
16477         ac_cv_c_const=no
16478 fi
16479
16480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16481 fi
16482 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16483 echo "${ECHO_T}$ac_cv_c_const" >&6; }
16484 if test $ac_cv_c_const = no; then
16485
16486 cat >>confdefs.h <<\_ACEOF
16487 #define const
16488 _ACEOF
16489
16490 fi
16491
16492 { echo "$as_me:$LINENO: checking for inline" >&5
16493 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
16494 if test "${ac_cv_c_inline+set}" = set; then
16495   echo $ECHO_N "(cached) $ECHO_C" >&6
16496 else
16497   ac_cv_c_inline=no
16498 for ac_kw in inline __inline__ __inline; do
16499   cat >conftest.$ac_ext <<_ACEOF
16500 /* confdefs.h.  */
16501 _ACEOF
16502 cat confdefs.h >>conftest.$ac_ext
16503 cat >>conftest.$ac_ext <<_ACEOF
16504 /* end confdefs.h.  */
16505 #ifndef __cplusplus
16506 typedef int foo_t;
16507 static $ac_kw foo_t static_foo () {return 0; }
16508 $ac_kw foo_t foo () {return 0; }
16509 #endif
16510
16511 _ACEOF
16512 rm -f conftest.$ac_objext
16513 if { (ac_try="$ac_compile"
16514 case "(($ac_try" in
16515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16516   *) ac_try_echo=$ac_try;;
16517 esac
16518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16519   (eval "$ac_compile") 2>conftest.er1
16520   ac_status=$?
16521   grep -v '^ *+' conftest.er1 >conftest.err
16522   rm -f conftest.er1
16523   cat conftest.err >&5
16524   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16525   (exit $ac_status); } && {
16526          test -z "$ac_c_werror_flag" ||
16527          test ! -s conftest.err
16528        } && test -s conftest.$ac_objext; then
16529   ac_cv_c_inline=$ac_kw
16530 else
16531   echo "$as_me: failed program was:" >&5
16532 sed 's/^/| /' conftest.$ac_ext >&5
16533
16534
16535 fi
16536
16537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16538   test "$ac_cv_c_inline" != no && break
16539 done
16540
16541 fi
16542 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16543 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
16544
16545
16546 case $ac_cv_c_inline in
16547   inline | yes) ;;
16548   *)
16549     case $ac_cv_c_inline in
16550       no) ac_val=;;
16551       *) ac_val=$ac_cv_c_inline;;
16552     esac
16553     cat >>confdefs.h <<_ACEOF
16554 #ifndef __cplusplus
16555 #define inline $ac_val
16556 #endif
16557 _ACEOF
16558     ;;
16559 esac
16560
16561 { echo "$as_me:$LINENO: checking for mode_t" >&5
16562 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
16563 if test "${ac_cv_type_mode_t+set}" = set; then
16564   echo $ECHO_N "(cached) $ECHO_C" >&6
16565 else
16566   cat >conftest.$ac_ext <<_ACEOF
16567 /* confdefs.h.  */
16568 _ACEOF
16569 cat confdefs.h >>conftest.$ac_ext
16570 cat >>conftest.$ac_ext <<_ACEOF
16571 /* end confdefs.h.  */
16572 $ac_includes_default
16573 typedef mode_t ac__type_new_;
16574 int
16575 main ()
16576 {
16577 if ((ac__type_new_ *) 0)
16578   return 0;
16579 if (sizeof (ac__type_new_))
16580   return 0;
16581   ;
16582   return 0;
16583 }
16584 _ACEOF
16585 rm -f conftest.$ac_objext
16586 if { (ac_try="$ac_compile"
16587 case "(($ac_try" in
16588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16589   *) ac_try_echo=$ac_try;;
16590 esac
16591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16592   (eval "$ac_compile") 2>conftest.er1
16593   ac_status=$?
16594   grep -v '^ *+' conftest.er1 >conftest.err
16595   rm -f conftest.er1
16596   cat conftest.err >&5
16597   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598   (exit $ac_status); } && {
16599          test -z "$ac_c_werror_flag" ||
16600          test ! -s conftest.err
16601        } && test -s conftest.$ac_objext; then
16602   ac_cv_type_mode_t=yes
16603 else
16604   echo "$as_me: failed program was:" >&5
16605 sed 's/^/| /' conftest.$ac_ext >&5
16606
16607         ac_cv_type_mode_t=no
16608 fi
16609
16610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16611 fi
16612 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
16613 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
16614 if test $ac_cv_type_mode_t = yes; then
16615
16616 cat >>confdefs.h <<_ACEOF
16617 #define HAVE_MODE_T 1
16618 _ACEOF
16619
16620
16621 fi
16622 { echo "$as_me:$LINENO: checking for off_t" >&5
16623 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
16624 if test "${ac_cv_type_off_t+set}" = set; then
16625   echo $ECHO_N "(cached) $ECHO_C" >&6
16626 else
16627   cat >conftest.$ac_ext <<_ACEOF
16628 /* confdefs.h.  */
16629 _ACEOF
16630 cat confdefs.h >>conftest.$ac_ext
16631 cat >>conftest.$ac_ext <<_ACEOF
16632 /* end confdefs.h.  */
16633 $ac_includes_default
16634 typedef off_t ac__type_new_;
16635 int
16636 main ()
16637 {
16638 if ((ac__type_new_ *) 0)
16639   return 0;
16640 if (sizeof (ac__type_new_))
16641   return 0;
16642   ;
16643   return 0;
16644 }
16645 _ACEOF
16646 rm -f conftest.$ac_objext
16647 if { (ac_try="$ac_compile"
16648 case "(($ac_try" in
16649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16650   *) ac_try_echo=$ac_try;;
16651 esac
16652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16653   (eval "$ac_compile") 2>conftest.er1
16654   ac_status=$?
16655   grep -v '^ *+' conftest.er1 >conftest.err
16656   rm -f conftest.er1
16657   cat conftest.err >&5
16658   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16659   (exit $ac_status); } && {
16660          test -z "$ac_c_werror_flag" ||
16661          test ! -s conftest.err
16662        } && test -s conftest.$ac_objext; then
16663   ac_cv_type_off_t=yes
16664 else
16665   echo "$as_me: failed program was:" >&5
16666 sed 's/^/| /' conftest.$ac_ext >&5
16667
16668         ac_cv_type_off_t=no
16669 fi
16670
16671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16672 fi
16673 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
16674 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
16675 if test $ac_cv_type_off_t = yes; then
16676
16677 cat >>confdefs.h <<_ACEOF
16678 #define HAVE_OFF_T 1
16679 _ACEOF
16680
16681
16682 fi
16683 { echo "$as_me:$LINENO: checking for pid_t" >&5
16684 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
16685 if test "${ac_cv_type_pid_t+set}" = set; then
16686   echo $ECHO_N "(cached) $ECHO_C" >&6
16687 else
16688   cat >conftest.$ac_ext <<_ACEOF
16689 /* confdefs.h.  */
16690 _ACEOF
16691 cat confdefs.h >>conftest.$ac_ext
16692 cat >>conftest.$ac_ext <<_ACEOF
16693 /* end confdefs.h.  */
16694 $ac_includes_default
16695 typedef pid_t ac__type_new_;
16696 int
16697 main ()
16698 {
16699 if ((ac__type_new_ *) 0)
16700   return 0;
16701 if (sizeof (ac__type_new_))
16702   return 0;
16703   ;
16704   return 0;
16705 }
16706 _ACEOF
16707 rm -f conftest.$ac_objext
16708 if { (ac_try="$ac_compile"
16709 case "(($ac_try" in
16710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16711   *) ac_try_echo=$ac_try;;
16712 esac
16713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16714   (eval "$ac_compile") 2>conftest.er1
16715   ac_status=$?
16716   grep -v '^ *+' conftest.er1 >conftest.err
16717   rm -f conftest.er1
16718   cat conftest.err >&5
16719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16720   (exit $ac_status); } && {
16721          test -z "$ac_c_werror_flag" ||
16722          test ! -s conftest.err
16723        } && test -s conftest.$ac_objext; then
16724   ac_cv_type_pid_t=yes
16725 else
16726   echo "$as_me: failed program was:" >&5
16727 sed 's/^/| /' conftest.$ac_ext >&5
16728
16729         ac_cv_type_pid_t=no
16730 fi
16731
16732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16733 fi
16734 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
16735 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
16736 if test $ac_cv_type_pid_t = yes; then
16737
16738 cat >>confdefs.h <<_ACEOF
16739 #define HAVE_PID_T 1
16740 _ACEOF
16741
16742
16743 fi
16744 { echo "$as_me:$LINENO: checking for size_t" >&5
16745 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
16746 if test "${ac_cv_type_size_t+set}" = set; then
16747   echo $ECHO_N "(cached) $ECHO_C" >&6
16748 else
16749   cat >conftest.$ac_ext <<_ACEOF
16750 /* confdefs.h.  */
16751 _ACEOF
16752 cat confdefs.h >>conftest.$ac_ext
16753 cat >>conftest.$ac_ext <<_ACEOF
16754 /* end confdefs.h.  */
16755 $ac_includes_default
16756 typedef size_t ac__type_new_;
16757 int
16758 main ()
16759 {
16760 if ((ac__type_new_ *) 0)
16761   return 0;
16762 if (sizeof (ac__type_new_))
16763   return 0;
16764   ;
16765   return 0;
16766 }
16767 _ACEOF
16768 rm -f conftest.$ac_objext
16769 if { (ac_try="$ac_compile"
16770 case "(($ac_try" in
16771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16772   *) ac_try_echo=$ac_try;;
16773 esac
16774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16775   (eval "$ac_compile") 2>conftest.er1
16776   ac_status=$?
16777   grep -v '^ *+' conftest.er1 >conftest.err
16778   rm -f conftest.er1
16779   cat conftest.err >&5
16780   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16781   (exit $ac_status); } && {
16782          test -z "$ac_c_werror_flag" ||
16783          test ! -s conftest.err
16784        } && test -s conftest.$ac_objext; then
16785   ac_cv_type_size_t=yes
16786 else
16787   echo "$as_me: failed program was:" >&5
16788 sed 's/^/| /' conftest.$ac_ext >&5
16789
16790         ac_cv_type_size_t=no
16791 fi
16792
16793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16794 fi
16795 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16796 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
16797 if test $ac_cv_type_size_t = yes; then
16798
16799 cat >>confdefs.h <<_ACEOF
16800 #define HAVE_SIZE_T 1
16801 _ACEOF
16802
16803
16804 fi
16805 { echo "$as_me:$LINENO: checking for ssize_t" >&5
16806 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
16807 if test "${ac_cv_type_ssize_t+set}" = set; then
16808   echo $ECHO_N "(cached) $ECHO_C" >&6
16809 else
16810   cat >conftest.$ac_ext <<_ACEOF
16811 /* confdefs.h.  */
16812 _ACEOF
16813 cat confdefs.h >>conftest.$ac_ext
16814 cat >>conftest.$ac_ext <<_ACEOF
16815 /* end confdefs.h.  */
16816 $ac_includes_default
16817 typedef ssize_t ac__type_new_;
16818 int
16819 main ()
16820 {
16821 if ((ac__type_new_ *) 0)
16822   return 0;
16823 if (sizeof (ac__type_new_))
16824   return 0;
16825   ;
16826   return 0;
16827 }
16828 _ACEOF
16829 rm -f conftest.$ac_objext
16830 if { (ac_try="$ac_compile"
16831 case "(($ac_try" in
16832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16833   *) ac_try_echo=$ac_try;;
16834 esac
16835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16836   (eval "$ac_compile") 2>conftest.er1
16837   ac_status=$?
16838   grep -v '^ *+' conftest.er1 >conftest.err
16839   rm -f conftest.er1
16840   cat conftest.err >&5
16841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16842   (exit $ac_status); } && {
16843          test -z "$ac_c_werror_flag" ||
16844          test ! -s conftest.err
16845        } && test -s conftest.$ac_objext; then
16846   ac_cv_type_ssize_t=yes
16847 else
16848   echo "$as_me: failed program was:" >&5
16849 sed 's/^/| /' conftest.$ac_ext >&5
16850
16851         ac_cv_type_ssize_t=no
16852 fi
16853
16854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16855 fi
16856 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
16857 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
16858 if test $ac_cv_type_ssize_t = yes; then
16859
16860 cat >>confdefs.h <<_ACEOF
16861 #define HAVE_SSIZE_T 1
16862 _ACEOF
16863
16864
16865 fi
16866 { echo "$as_me:$LINENO: checking for long long" >&5
16867 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
16868 if test "${ac_cv_type_long_long+set}" = set; then
16869   echo $ECHO_N "(cached) $ECHO_C" >&6
16870 else
16871   cat >conftest.$ac_ext <<_ACEOF
16872 /* confdefs.h.  */
16873 _ACEOF
16874 cat confdefs.h >>conftest.$ac_ext
16875 cat >>conftest.$ac_ext <<_ACEOF
16876 /* end confdefs.h.  */
16877 $ac_includes_default
16878 typedef long long ac__type_new_;
16879 int
16880 main ()
16881 {
16882 if ((ac__type_new_ *) 0)
16883   return 0;
16884 if (sizeof (ac__type_new_))
16885   return 0;
16886   ;
16887   return 0;
16888 }
16889 _ACEOF
16890 rm -f conftest.$ac_objext
16891 if { (ac_try="$ac_compile"
16892 case "(($ac_try" in
16893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16894   *) ac_try_echo=$ac_try;;
16895 esac
16896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16897   (eval "$ac_compile") 2>conftest.er1
16898   ac_status=$?
16899   grep -v '^ *+' conftest.er1 >conftest.err
16900   rm -f conftest.er1
16901   cat conftest.err >&5
16902   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16903   (exit $ac_status); } && {
16904          test -z "$ac_c_werror_flag" ||
16905          test ! -s conftest.err
16906        } && test -s conftest.$ac_objext; then
16907   ac_cv_type_long_long=yes
16908 else
16909   echo "$as_me: failed program was:" >&5
16910 sed 's/^/| /' conftest.$ac_ext >&5
16911
16912         ac_cv_type_long_long=no
16913 fi
16914
16915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16916 fi
16917 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16918 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
16919 if test $ac_cv_type_long_long = yes; then
16920
16921 cat >>confdefs.h <<_ACEOF
16922 #define HAVE_LONG_LONG 1
16923 _ACEOF
16924
16925
16926 fi
16927 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
16928 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
16929 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
16930   echo $ECHO_N "(cached) $ECHO_C" >&6
16931 else
16932   cat >conftest.$ac_ext <<_ACEOF
16933 /* confdefs.h.  */
16934 _ACEOF
16935 cat confdefs.h >>conftest.$ac_ext
16936 cat >>conftest.$ac_ext <<_ACEOF
16937 /* end confdefs.h.  */
16938 $ac_includes_default
16939 typedef fsblkcnt_t ac__type_new_;
16940 int
16941 main ()
16942 {
16943 if ((ac__type_new_ *) 0)
16944   return 0;
16945 if (sizeof (ac__type_new_))
16946   return 0;
16947   ;
16948   return 0;
16949 }
16950 _ACEOF
16951 rm -f conftest.$ac_objext
16952 if { (ac_try="$ac_compile"
16953 case "(($ac_try" in
16954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16955   *) ac_try_echo=$ac_try;;
16956 esac
16957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16958   (eval "$ac_compile") 2>conftest.er1
16959   ac_status=$?
16960   grep -v '^ *+' conftest.er1 >conftest.err
16961   rm -f conftest.er1
16962   cat conftest.err >&5
16963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16964   (exit $ac_status); } && {
16965          test -z "$ac_c_werror_flag" ||
16966          test ! -s conftest.err
16967        } && test -s conftest.$ac_objext; then
16968   ac_cv_type_fsblkcnt_t=yes
16969 else
16970   echo "$as_me: failed program was:" >&5
16971 sed 's/^/| /' conftest.$ac_ext >&5
16972
16973         ac_cv_type_fsblkcnt_t=no
16974 fi
16975
16976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16977 fi
16978 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
16979 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
16980 if test $ac_cv_type_fsblkcnt_t = yes; then
16981
16982 cat >>confdefs.h <<_ACEOF
16983 #define HAVE_FSBLKCNT_T 1
16984 _ACEOF
16985
16986
16987 fi
16988 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
16989 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
16990 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
16991   echo $ECHO_N "(cached) $ECHO_C" >&6
16992 else
16993   cat >conftest.$ac_ext <<_ACEOF
16994 /* confdefs.h.  */
16995 _ACEOF
16996 cat confdefs.h >>conftest.$ac_ext
16997 cat >>conftest.$ac_ext <<_ACEOF
16998 /* end confdefs.h.  */
16999 $ac_includes_default
17000 typedef fsfilcnt_t ac__type_new_;
17001 int
17002 main ()
17003 {
17004 if ((ac__type_new_ *) 0)
17005   return 0;
17006 if (sizeof (ac__type_new_))
17007   return 0;
17008   ;
17009   return 0;
17010 }
17011 _ACEOF
17012 rm -f conftest.$ac_objext
17013 if { (ac_try="$ac_compile"
17014 case "(($ac_try" in
17015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17016   *) ac_try_echo=$ac_try;;
17017 esac
17018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17019   (eval "$ac_compile") 2>conftest.er1
17020   ac_status=$?
17021   grep -v '^ *+' conftest.er1 >conftest.err
17022   rm -f conftest.er1
17023   cat conftest.err >&5
17024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025   (exit $ac_status); } && {
17026          test -z "$ac_c_werror_flag" ||
17027          test ! -s conftest.err
17028        } && test -s conftest.$ac_objext; then
17029   ac_cv_type_fsfilcnt_t=yes
17030 else
17031   echo "$as_me: failed program was:" >&5
17032 sed 's/^/| /' conftest.$ac_ext >&5
17033
17034         ac_cv_type_fsfilcnt_t=no
17035 fi
17036
17037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17038 fi
17039 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
17040 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
17041 if test $ac_cv_type_fsfilcnt_t = yes; then
17042
17043 cat >>confdefs.h <<_ACEOF
17044 #define HAVE_FSFILCNT_T 1
17045 _ACEOF
17046
17047
17048 fi
17049
17050 { echo "$as_me:$LINENO: checking for sigset_t" >&5
17051 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
17052 if test "${ac_cv_type_sigset_t+set}" = set; then
17053   echo $ECHO_N "(cached) $ECHO_C" >&6
17054 else
17055   cat >conftest.$ac_ext <<_ACEOF
17056 /* confdefs.h.  */
17057 _ACEOF
17058 cat confdefs.h >>conftest.$ac_ext
17059 cat >>conftest.$ac_ext <<_ACEOF
17060 /* end confdefs.h.  */
17061 #include <signal.h>
17062
17063 typedef sigset_t ac__type_new_;
17064 int
17065 main ()
17066 {
17067 if ((ac__type_new_ *) 0)
17068   return 0;
17069 if (sizeof (ac__type_new_))
17070   return 0;
17071   ;
17072   return 0;
17073 }
17074 _ACEOF
17075 rm -f conftest.$ac_objext
17076 if { (ac_try="$ac_compile"
17077 case "(($ac_try" in
17078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17079   *) ac_try_echo=$ac_try;;
17080 esac
17081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17082   (eval "$ac_compile") 2>conftest.er1
17083   ac_status=$?
17084   grep -v '^ *+' conftest.er1 >conftest.err
17085   rm -f conftest.er1
17086   cat conftest.err >&5
17087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17088   (exit $ac_status); } && {
17089          test -z "$ac_c_werror_flag" ||
17090          test ! -s conftest.err
17091        } && test -s conftest.$ac_objext; then
17092   ac_cv_type_sigset_t=yes
17093 else
17094   echo "$as_me: failed program was:" >&5
17095 sed 's/^/| /' conftest.$ac_ext >&5
17096
17097         ac_cv_type_sigset_t=no
17098 fi
17099
17100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17101 fi
17102 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
17103 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
17104 if test $ac_cv_type_sigset_t = yes; then
17105
17106 cat >>confdefs.h <<_ACEOF
17107 #define HAVE_SIGSET_T 1
17108 _ACEOF
17109
17110
17111 fi
17112
17113 { echo "$as_me:$LINENO: checking for request_sense" >&5
17114 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
17115 if test "${ac_cv_type_request_sense+set}" = set; then
17116   echo $ECHO_N "(cached) $ECHO_C" >&6
17117 else
17118   cat >conftest.$ac_ext <<_ACEOF
17119 /* confdefs.h.  */
17120 _ACEOF
17121 cat confdefs.h >>conftest.$ac_ext
17122 cat >>conftest.$ac_ext <<_ACEOF
17123 /* end confdefs.h.  */
17124 #include <linux/cdrom.h>
17125
17126 typedef request_sense ac__type_new_;
17127 int
17128 main ()
17129 {
17130 if ((ac__type_new_ *) 0)
17131   return 0;
17132 if (sizeof (ac__type_new_))
17133   return 0;
17134   ;
17135   return 0;
17136 }
17137 _ACEOF
17138 rm -f conftest.$ac_objext
17139 if { (ac_try="$ac_compile"
17140 case "(($ac_try" in
17141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17142   *) ac_try_echo=$ac_try;;
17143 esac
17144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17145   (eval "$ac_compile") 2>conftest.er1
17146   ac_status=$?
17147   grep -v '^ *+' conftest.er1 >conftest.err
17148   rm -f conftest.er1
17149   cat conftest.err >&5
17150   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17151   (exit $ac_status); } && {
17152          test -z "$ac_c_werror_flag" ||
17153          test ! -s conftest.err
17154        } && test -s conftest.$ac_objext; then
17155   ac_cv_type_request_sense=yes
17156 else
17157   echo "$as_me: failed program was:" >&5
17158 sed 's/^/| /' conftest.$ac_ext >&5
17159
17160         ac_cv_type_request_sense=no
17161 fi
17162
17163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17164 fi
17165 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
17166 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
17167 if test $ac_cv_type_request_sense = yes; then
17168
17169 cat >>confdefs.h <<_ACEOF
17170 #define HAVE_REQUEST_SENSE 1
17171 _ACEOF
17172
17173
17174 fi
17175
17176
17177 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
17178 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
17179 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
17180   echo $ECHO_N "(cached) $ECHO_C" >&6
17181 else
17182   cat >conftest.$ac_ext <<_ACEOF
17183 /* confdefs.h.  */
17184 _ACEOF
17185 cat confdefs.h >>conftest.$ac_ext
17186 cat >>conftest.$ac_ext <<_ACEOF
17187 /* end confdefs.h.  */
17188 #ifdef HAVE_LINUX_INPUT_H
17189 #include <linux/input.h>
17190 #endif
17191
17192 int
17193 main ()
17194 {
17195 static struct ff_effect ac_aggr;
17196 if (ac_aggr.direction)
17197 return 0;
17198   ;
17199   return 0;
17200 }
17201 _ACEOF
17202 rm -f conftest.$ac_objext
17203 if { (ac_try="$ac_compile"
17204 case "(($ac_try" in
17205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17206   *) ac_try_echo=$ac_try;;
17207 esac
17208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17209   (eval "$ac_compile") 2>conftest.er1
17210   ac_status=$?
17211   grep -v '^ *+' conftest.er1 >conftest.err
17212   rm -f conftest.er1
17213   cat conftest.err >&5
17214   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17215   (exit $ac_status); } && {
17216          test -z "$ac_c_werror_flag" ||
17217          test ! -s conftest.err
17218        } && test -s conftest.$ac_objext; then
17219   ac_cv_member_struct_ff_effect_direction=yes
17220 else
17221   echo "$as_me: failed program was:" >&5
17222 sed 's/^/| /' conftest.$ac_ext >&5
17223
17224         cat >conftest.$ac_ext <<_ACEOF
17225 /* confdefs.h.  */
17226 _ACEOF
17227 cat confdefs.h >>conftest.$ac_ext
17228 cat >>conftest.$ac_ext <<_ACEOF
17229 /* end confdefs.h.  */
17230 #ifdef HAVE_LINUX_INPUT_H
17231 #include <linux/input.h>
17232 #endif
17233
17234 int
17235 main ()
17236 {
17237 static struct ff_effect ac_aggr;
17238 if (sizeof ac_aggr.direction)
17239 return 0;
17240   ;
17241   return 0;
17242 }
17243 _ACEOF
17244 rm -f conftest.$ac_objext
17245 if { (ac_try="$ac_compile"
17246 case "(($ac_try" in
17247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17248   *) ac_try_echo=$ac_try;;
17249 esac
17250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17251   (eval "$ac_compile") 2>conftest.er1
17252   ac_status=$?
17253   grep -v '^ *+' conftest.er1 >conftest.err
17254   rm -f conftest.er1
17255   cat conftest.err >&5
17256   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17257   (exit $ac_status); } && {
17258          test -z "$ac_c_werror_flag" ||
17259          test ! -s conftest.err
17260        } && test -s conftest.$ac_objext; then
17261   ac_cv_member_struct_ff_effect_direction=yes
17262 else
17263   echo "$as_me: failed program was:" >&5
17264 sed 's/^/| /' conftest.$ac_ext >&5
17265
17266         ac_cv_member_struct_ff_effect_direction=no
17267 fi
17268
17269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17270 fi
17271
17272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17273 fi
17274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
17275 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
17276 if test $ac_cv_member_struct_ff_effect_direction = yes; then
17277
17278 cat >>confdefs.h <<_ACEOF
17279 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
17280 _ACEOF
17281
17282
17283 fi
17284
17285
17286 { echo "$as_me:$LINENO: checking for sigaddset" >&5
17287 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
17288 if test "${wine_cv_have_sigaddset+set}" = set; then
17289   echo $ECHO_N "(cached) $ECHO_C" >&6
17290 else
17291   cat >conftest.$ac_ext <<_ACEOF
17292 /* confdefs.h.  */
17293 _ACEOF
17294 cat confdefs.h >>conftest.$ac_ext
17295 cat >>conftest.$ac_ext <<_ACEOF
17296 /* end confdefs.h.  */
17297 #include <signal.h>
17298 int
17299 main ()
17300 {
17301 sigset_t set; sigaddset(&set,SIGTERM);
17302   ;
17303   return 0;
17304 }
17305 _ACEOF
17306 rm -f conftest.$ac_objext conftest$ac_exeext
17307 if { (ac_try="$ac_link"
17308 case "(($ac_try" in
17309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17310   *) ac_try_echo=$ac_try;;
17311 esac
17312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17313   (eval "$ac_link") 2>conftest.er1
17314   ac_status=$?
17315   grep -v '^ *+' conftest.er1 >conftest.err
17316   rm -f conftest.er1
17317   cat conftest.err >&5
17318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17319   (exit $ac_status); } && {
17320          test -z "$ac_c_werror_flag" ||
17321          test ! -s conftest.err
17322        } && test -s conftest$ac_exeext &&
17323        $as_test_x conftest$ac_exeext; then
17324   wine_cv_have_sigaddset=yes
17325 else
17326   echo "$as_me: failed program was:" >&5
17327 sed 's/^/| /' conftest.$ac_ext >&5
17328
17329         wine_cv_have_sigaddset=no
17330 fi
17331
17332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17333       conftest$ac_exeext conftest.$ac_ext
17334 fi
17335 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
17336 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
17337 if test "$wine_cv_have_sigaddset" = "yes"
17338 then
17339
17340 cat >>confdefs.h <<\_ACEOF
17341 #define HAVE_SIGADDSET 1
17342 _ACEOF
17343
17344 fi
17345
17346
17347 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
17348 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
17349 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
17350   echo $ECHO_N "(cached) $ECHO_C" >&6
17351 else
17352   cat >conftest.$ac_ext <<_ACEOF
17353 /* confdefs.h.  */
17354 _ACEOF
17355 cat confdefs.h >>conftest.$ac_ext
17356 cat >>conftest.$ac_ext <<_ACEOF
17357 /* end confdefs.h.  */
17358 #include <netdb.h>
17359 int
17360 main ()
17361 {
17362
17363     char *name=NULL;
17364     struct hostent he;
17365     struct hostent *result;
17366     char *buf=NULL;
17367     int bufsize=0;
17368     int res,errnr;
17369     char *addr=NULL;
17370     int addrlen=0;
17371     int addrtype=0;
17372     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
17373     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
17374
17375   ;
17376   return 0;
17377 }
17378 _ACEOF
17379 rm -f conftest.$ac_objext conftest$ac_exeext
17380 if { (ac_try="$ac_link"
17381 case "(($ac_try" in
17382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17383   *) ac_try_echo=$ac_try;;
17384 esac
17385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17386   (eval "$ac_link") 2>conftest.er1
17387   ac_status=$?
17388   grep -v '^ *+' conftest.er1 >conftest.err
17389   rm -f conftest.er1
17390   cat conftest.err >&5
17391   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17392   (exit $ac_status); } && {
17393          test -z "$ac_c_werror_flag" ||
17394          test ! -s conftest.err
17395        } && test -s conftest$ac_exeext &&
17396        $as_test_x conftest$ac_exeext; then
17397   wine_cv_linux_gethostbyname_r_6=yes
17398 else
17399   echo "$as_me: failed program was:" >&5
17400 sed 's/^/| /' conftest.$ac_ext >&5
17401
17402         wine_cv_linux_gethostbyname_r_6=no
17403
17404 fi
17405
17406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17407       conftest$ac_exeext conftest.$ac_ext
17408
17409 fi
17410 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
17411 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
17412    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
17413    then
17414
17415 cat >>confdefs.h <<\_ACEOF
17416 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
17417 _ACEOF
17418
17419    fi
17420
17421 if test "$ac_cv_header_linux_joystick_h" = "yes"
17422 then
17423    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
17424 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
17425 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
17426   echo $ECHO_N "(cached) $ECHO_C" >&6
17427 else
17428   cat >conftest.$ac_ext <<_ACEOF
17429 /* confdefs.h.  */
17430 _ACEOF
17431 cat confdefs.h >>conftest.$ac_ext
17432 cat >>conftest.$ac_ext <<_ACEOF
17433 /* end confdefs.h.  */
17434
17435         #include <sys/ioctl.h>
17436         #include <sys/types.h>
17437         #include <linux/joystick.h>
17438
17439         struct js_event blub;
17440         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
17441         #error "no 2.2 header"
17442         #endif
17443
17444 int
17445 main ()
17446 {
17447 /*empty*/
17448   ;
17449   return 0;
17450 }
17451 _ACEOF
17452 rm -f conftest.$ac_objext
17453 if { (ac_try="$ac_compile"
17454 case "(($ac_try" in
17455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17456   *) ac_try_echo=$ac_try;;
17457 esac
17458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17459   (eval "$ac_compile") 2>conftest.er1
17460   ac_status=$?
17461   grep -v '^ *+' conftest.er1 >conftest.err
17462   rm -f conftest.er1
17463   cat conftest.err >&5
17464   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17465   (exit $ac_status); } && {
17466          test -z "$ac_c_werror_flag" ||
17467          test ! -s conftest.err
17468        } && test -s conftest.$ac_objext; then
17469   wine_cv_linux_joystick_22_api=yes
17470 else
17471   echo "$as_me: failed program was:" >&5
17472 sed 's/^/| /' conftest.$ac_ext >&5
17473
17474         wine_cv_linux_joystick_22_api=no
17475 fi
17476
17477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17478
17479 fi
17480 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
17481 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
17482    if test "$wine_cv_linux_joystick_22_api" = "yes"
17483    then
17484
17485 cat >>confdefs.h <<\_ACEOF
17486 #define HAVE_LINUX_22_JOYSTICK_API 1
17487 _ACEOF
17488
17489    fi
17490 fi
17491
17492
17493 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
17494 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
17495 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
17496   echo $ECHO_N "(cached) $ECHO_C" >&6
17497 else
17498   cat >conftest.$ac_ext <<_ACEOF
17499 /* confdefs.h.  */
17500 _ACEOF
17501 cat confdefs.h >>conftest.$ac_ext
17502 cat >>conftest.$ac_ext <<_ACEOF
17503 /* end confdefs.h.  */
17504 #include <sys/types.h>
17505 #ifdef HAVE_SYS_PARAM_H
17506 # include <sys/param.h>
17507 #endif
17508 #ifdef HAVE_SYS_MOUNT_H
17509 # include <sys/mount.h>
17510 #endif
17511 #ifdef HAVE_SYS_VFS_H
17512 # include <sys/vfs.h>
17513 #endif
17514 #ifdef HAVE_SYS_STATFS_H
17515 # include <sys/statfs.h>
17516 #endif
17517
17518 int
17519 main ()
17520 {
17521 static struct statfs ac_aggr;
17522 if (ac_aggr.f_bfree)
17523 return 0;
17524   ;
17525   return 0;
17526 }
17527 _ACEOF
17528 rm -f conftest.$ac_objext
17529 if { (ac_try="$ac_compile"
17530 case "(($ac_try" in
17531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17532   *) ac_try_echo=$ac_try;;
17533 esac
17534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17535   (eval "$ac_compile") 2>conftest.er1
17536   ac_status=$?
17537   grep -v '^ *+' conftest.er1 >conftest.err
17538   rm -f conftest.er1
17539   cat conftest.err >&5
17540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541   (exit $ac_status); } && {
17542          test -z "$ac_c_werror_flag" ||
17543          test ! -s conftest.err
17544        } && test -s conftest.$ac_objext; then
17545   ac_cv_member_struct_statfs_f_bfree=yes
17546 else
17547   echo "$as_me: failed program was:" >&5
17548 sed 's/^/| /' conftest.$ac_ext >&5
17549
17550         cat >conftest.$ac_ext <<_ACEOF
17551 /* confdefs.h.  */
17552 _ACEOF
17553 cat confdefs.h >>conftest.$ac_ext
17554 cat >>conftest.$ac_ext <<_ACEOF
17555 /* end confdefs.h.  */
17556 #include <sys/types.h>
17557 #ifdef HAVE_SYS_PARAM_H
17558 # include <sys/param.h>
17559 #endif
17560 #ifdef HAVE_SYS_MOUNT_H
17561 # include <sys/mount.h>
17562 #endif
17563 #ifdef HAVE_SYS_VFS_H
17564 # include <sys/vfs.h>
17565 #endif
17566 #ifdef HAVE_SYS_STATFS_H
17567 # include <sys/statfs.h>
17568 #endif
17569
17570 int
17571 main ()
17572 {
17573 static struct statfs ac_aggr;
17574 if (sizeof ac_aggr.f_bfree)
17575 return 0;
17576   ;
17577   return 0;
17578 }
17579 _ACEOF
17580 rm -f conftest.$ac_objext
17581 if { (ac_try="$ac_compile"
17582 case "(($ac_try" in
17583   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17584   *) ac_try_echo=$ac_try;;
17585 esac
17586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17587   (eval "$ac_compile") 2>conftest.er1
17588   ac_status=$?
17589   grep -v '^ *+' conftest.er1 >conftest.err
17590   rm -f conftest.er1
17591   cat conftest.err >&5
17592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17593   (exit $ac_status); } && {
17594          test -z "$ac_c_werror_flag" ||
17595          test ! -s conftest.err
17596        } && test -s conftest.$ac_objext; then
17597   ac_cv_member_struct_statfs_f_bfree=yes
17598 else
17599   echo "$as_me: failed program was:" >&5
17600 sed 's/^/| /' conftest.$ac_ext >&5
17601
17602         ac_cv_member_struct_statfs_f_bfree=no
17603 fi
17604
17605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17606 fi
17607
17608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17609 fi
17610 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
17611 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
17612 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
17613
17614 cat >>confdefs.h <<_ACEOF
17615 #define HAVE_STRUCT_STATFS_F_BFREE 1
17616 _ACEOF
17617
17618
17619 fi
17620 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
17621 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
17622 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
17623   echo $ECHO_N "(cached) $ECHO_C" >&6
17624 else
17625   cat >conftest.$ac_ext <<_ACEOF
17626 /* confdefs.h.  */
17627 _ACEOF
17628 cat confdefs.h >>conftest.$ac_ext
17629 cat >>conftest.$ac_ext <<_ACEOF
17630 /* end confdefs.h.  */
17631 #include <sys/types.h>
17632 #ifdef HAVE_SYS_PARAM_H
17633 # include <sys/param.h>
17634 #endif
17635 #ifdef HAVE_SYS_MOUNT_H
17636 # include <sys/mount.h>
17637 #endif
17638 #ifdef HAVE_SYS_VFS_H
17639 # include <sys/vfs.h>
17640 #endif
17641 #ifdef HAVE_SYS_STATFS_H
17642 # include <sys/statfs.h>
17643 #endif
17644
17645 int
17646 main ()
17647 {
17648 static struct statfs ac_aggr;
17649 if (ac_aggr.f_bavail)
17650 return 0;
17651   ;
17652   return 0;
17653 }
17654 _ACEOF
17655 rm -f conftest.$ac_objext
17656 if { (ac_try="$ac_compile"
17657 case "(($ac_try" in
17658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659   *) ac_try_echo=$ac_try;;
17660 esac
17661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17662   (eval "$ac_compile") 2>conftest.er1
17663   ac_status=$?
17664   grep -v '^ *+' conftest.er1 >conftest.err
17665   rm -f conftest.er1
17666   cat conftest.err >&5
17667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668   (exit $ac_status); } && {
17669          test -z "$ac_c_werror_flag" ||
17670          test ! -s conftest.err
17671        } && test -s conftest.$ac_objext; then
17672   ac_cv_member_struct_statfs_f_bavail=yes
17673 else
17674   echo "$as_me: failed program was:" >&5
17675 sed 's/^/| /' conftest.$ac_ext >&5
17676
17677         cat >conftest.$ac_ext <<_ACEOF
17678 /* confdefs.h.  */
17679 _ACEOF
17680 cat confdefs.h >>conftest.$ac_ext
17681 cat >>conftest.$ac_ext <<_ACEOF
17682 /* end confdefs.h.  */
17683 #include <sys/types.h>
17684 #ifdef HAVE_SYS_PARAM_H
17685 # include <sys/param.h>
17686 #endif
17687 #ifdef HAVE_SYS_MOUNT_H
17688 # include <sys/mount.h>
17689 #endif
17690 #ifdef HAVE_SYS_VFS_H
17691 # include <sys/vfs.h>
17692 #endif
17693 #ifdef HAVE_SYS_STATFS_H
17694 # include <sys/statfs.h>
17695 #endif
17696
17697 int
17698 main ()
17699 {
17700 static struct statfs ac_aggr;
17701 if (sizeof ac_aggr.f_bavail)
17702 return 0;
17703   ;
17704   return 0;
17705 }
17706 _ACEOF
17707 rm -f conftest.$ac_objext
17708 if { (ac_try="$ac_compile"
17709 case "(($ac_try" in
17710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17711   *) ac_try_echo=$ac_try;;
17712 esac
17713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17714   (eval "$ac_compile") 2>conftest.er1
17715   ac_status=$?
17716   grep -v '^ *+' conftest.er1 >conftest.err
17717   rm -f conftest.er1
17718   cat conftest.err >&5
17719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17720   (exit $ac_status); } && {
17721          test -z "$ac_c_werror_flag" ||
17722          test ! -s conftest.err
17723        } && test -s conftest.$ac_objext; then
17724   ac_cv_member_struct_statfs_f_bavail=yes
17725 else
17726   echo "$as_me: failed program was:" >&5
17727 sed 's/^/| /' conftest.$ac_ext >&5
17728
17729         ac_cv_member_struct_statfs_f_bavail=no
17730 fi
17731
17732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17733 fi
17734
17735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17736 fi
17737 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
17738 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
17739 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
17740
17741 cat >>confdefs.h <<_ACEOF
17742 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
17743 _ACEOF
17744
17745
17746 fi
17747 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
17748 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
17749 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
17750   echo $ECHO_N "(cached) $ECHO_C" >&6
17751 else
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 #include <sys/types.h>
17759 #ifdef HAVE_SYS_PARAM_H
17760 # include <sys/param.h>
17761 #endif
17762 #ifdef HAVE_SYS_MOUNT_H
17763 # include <sys/mount.h>
17764 #endif
17765 #ifdef HAVE_SYS_VFS_H
17766 # include <sys/vfs.h>
17767 #endif
17768 #ifdef HAVE_SYS_STATFS_H
17769 # include <sys/statfs.h>
17770 #endif
17771
17772 int
17773 main ()
17774 {
17775 static struct statfs ac_aggr;
17776 if (ac_aggr.f_frsize)
17777 return 0;
17778   ;
17779   return 0;
17780 }
17781 _ACEOF
17782 rm -f conftest.$ac_objext
17783 if { (ac_try="$ac_compile"
17784 case "(($ac_try" in
17785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17786   *) ac_try_echo=$ac_try;;
17787 esac
17788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17789   (eval "$ac_compile") 2>conftest.er1
17790   ac_status=$?
17791   grep -v '^ *+' conftest.er1 >conftest.err
17792   rm -f conftest.er1
17793   cat conftest.err >&5
17794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795   (exit $ac_status); } && {
17796          test -z "$ac_c_werror_flag" ||
17797          test ! -s conftest.err
17798        } && test -s conftest.$ac_objext; then
17799   ac_cv_member_struct_statfs_f_frsize=yes
17800 else
17801   echo "$as_me: failed program was:" >&5
17802 sed 's/^/| /' conftest.$ac_ext >&5
17803
17804         cat >conftest.$ac_ext <<_ACEOF
17805 /* confdefs.h.  */
17806 _ACEOF
17807 cat confdefs.h >>conftest.$ac_ext
17808 cat >>conftest.$ac_ext <<_ACEOF
17809 /* end confdefs.h.  */
17810 #include <sys/types.h>
17811 #ifdef HAVE_SYS_PARAM_H
17812 # include <sys/param.h>
17813 #endif
17814 #ifdef HAVE_SYS_MOUNT_H
17815 # include <sys/mount.h>
17816 #endif
17817 #ifdef HAVE_SYS_VFS_H
17818 # include <sys/vfs.h>
17819 #endif
17820 #ifdef HAVE_SYS_STATFS_H
17821 # include <sys/statfs.h>
17822 #endif
17823
17824 int
17825 main ()
17826 {
17827 static struct statfs ac_aggr;
17828 if (sizeof ac_aggr.f_frsize)
17829 return 0;
17830   ;
17831   return 0;
17832 }
17833 _ACEOF
17834 rm -f conftest.$ac_objext
17835 if { (ac_try="$ac_compile"
17836 case "(($ac_try" in
17837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17838   *) ac_try_echo=$ac_try;;
17839 esac
17840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17841   (eval "$ac_compile") 2>conftest.er1
17842   ac_status=$?
17843   grep -v '^ *+' conftest.er1 >conftest.err
17844   rm -f conftest.er1
17845   cat conftest.err >&5
17846   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17847   (exit $ac_status); } && {
17848          test -z "$ac_c_werror_flag" ||
17849          test ! -s conftest.err
17850        } && test -s conftest.$ac_objext; then
17851   ac_cv_member_struct_statfs_f_frsize=yes
17852 else
17853   echo "$as_me: failed program was:" >&5
17854 sed 's/^/| /' conftest.$ac_ext >&5
17855
17856         ac_cv_member_struct_statfs_f_frsize=no
17857 fi
17858
17859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17860 fi
17861
17862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17863 fi
17864 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
17865 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
17866 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
17867
17868 cat >>confdefs.h <<_ACEOF
17869 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17870 _ACEOF
17871
17872
17873 fi
17874 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
17875 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
17876 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
17877   echo $ECHO_N "(cached) $ECHO_C" >&6
17878 else
17879   cat >conftest.$ac_ext <<_ACEOF
17880 /* confdefs.h.  */
17881 _ACEOF
17882 cat confdefs.h >>conftest.$ac_ext
17883 cat >>conftest.$ac_ext <<_ACEOF
17884 /* end confdefs.h.  */
17885 #include <sys/types.h>
17886 #ifdef HAVE_SYS_PARAM_H
17887 # include <sys/param.h>
17888 #endif
17889 #ifdef HAVE_SYS_MOUNT_H
17890 # include <sys/mount.h>
17891 #endif
17892 #ifdef HAVE_SYS_VFS_H
17893 # include <sys/vfs.h>
17894 #endif
17895 #ifdef HAVE_SYS_STATFS_H
17896 # include <sys/statfs.h>
17897 #endif
17898
17899 int
17900 main ()
17901 {
17902 static struct statfs ac_aggr;
17903 if (ac_aggr.f_ffree)
17904 return 0;
17905   ;
17906   return 0;
17907 }
17908 _ACEOF
17909 rm -f conftest.$ac_objext
17910 if { (ac_try="$ac_compile"
17911 case "(($ac_try" in
17912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17913   *) ac_try_echo=$ac_try;;
17914 esac
17915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17916   (eval "$ac_compile") 2>conftest.er1
17917   ac_status=$?
17918   grep -v '^ *+' conftest.er1 >conftest.err
17919   rm -f conftest.er1
17920   cat conftest.err >&5
17921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17922   (exit $ac_status); } && {
17923          test -z "$ac_c_werror_flag" ||
17924          test ! -s conftest.err
17925        } && test -s conftest.$ac_objext; then
17926   ac_cv_member_struct_statfs_f_ffree=yes
17927 else
17928   echo "$as_me: failed program was:" >&5
17929 sed 's/^/| /' conftest.$ac_ext >&5
17930
17931         cat >conftest.$ac_ext <<_ACEOF
17932 /* confdefs.h.  */
17933 _ACEOF
17934 cat confdefs.h >>conftest.$ac_ext
17935 cat >>conftest.$ac_ext <<_ACEOF
17936 /* end confdefs.h.  */
17937 #include <sys/types.h>
17938 #ifdef HAVE_SYS_PARAM_H
17939 # include <sys/param.h>
17940 #endif
17941 #ifdef HAVE_SYS_MOUNT_H
17942 # include <sys/mount.h>
17943 #endif
17944 #ifdef HAVE_SYS_VFS_H
17945 # include <sys/vfs.h>
17946 #endif
17947 #ifdef HAVE_SYS_STATFS_H
17948 # include <sys/statfs.h>
17949 #endif
17950
17951 int
17952 main ()
17953 {
17954 static struct statfs ac_aggr;
17955 if (sizeof ac_aggr.f_ffree)
17956 return 0;
17957   ;
17958   return 0;
17959 }
17960 _ACEOF
17961 rm -f conftest.$ac_objext
17962 if { (ac_try="$ac_compile"
17963 case "(($ac_try" in
17964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17965   *) ac_try_echo=$ac_try;;
17966 esac
17967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17968   (eval "$ac_compile") 2>conftest.er1
17969   ac_status=$?
17970   grep -v '^ *+' conftest.er1 >conftest.err
17971   rm -f conftest.er1
17972   cat conftest.err >&5
17973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17974   (exit $ac_status); } && {
17975          test -z "$ac_c_werror_flag" ||
17976          test ! -s conftest.err
17977        } && test -s conftest.$ac_objext; then
17978   ac_cv_member_struct_statfs_f_ffree=yes
17979 else
17980   echo "$as_me: failed program was:" >&5
17981 sed 's/^/| /' conftest.$ac_ext >&5
17982
17983         ac_cv_member_struct_statfs_f_ffree=no
17984 fi
17985
17986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17987 fi
17988
17989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17990 fi
17991 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
17992 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
17993 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
17994
17995 cat >>confdefs.h <<_ACEOF
17996 #define HAVE_STRUCT_STATFS_F_FFREE 1
17997 _ACEOF
17998
17999
18000 fi
18001 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
18002 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
18003 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
18004   echo $ECHO_N "(cached) $ECHO_C" >&6
18005 else
18006   cat >conftest.$ac_ext <<_ACEOF
18007 /* confdefs.h.  */
18008 _ACEOF
18009 cat confdefs.h >>conftest.$ac_ext
18010 cat >>conftest.$ac_ext <<_ACEOF
18011 /* end confdefs.h.  */
18012 #include <sys/types.h>
18013 #ifdef HAVE_SYS_PARAM_H
18014 # include <sys/param.h>
18015 #endif
18016 #ifdef HAVE_SYS_MOUNT_H
18017 # include <sys/mount.h>
18018 #endif
18019 #ifdef HAVE_SYS_VFS_H
18020 # include <sys/vfs.h>
18021 #endif
18022 #ifdef HAVE_SYS_STATFS_H
18023 # include <sys/statfs.h>
18024 #endif
18025
18026 int
18027 main ()
18028 {
18029 static struct statfs ac_aggr;
18030 if (ac_aggr.f_favail)
18031 return 0;
18032   ;
18033   return 0;
18034 }
18035 _ACEOF
18036 rm -f conftest.$ac_objext
18037 if { (ac_try="$ac_compile"
18038 case "(($ac_try" in
18039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18040   *) ac_try_echo=$ac_try;;
18041 esac
18042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18043   (eval "$ac_compile") 2>conftest.er1
18044   ac_status=$?
18045   grep -v '^ *+' conftest.er1 >conftest.err
18046   rm -f conftest.er1
18047   cat conftest.err >&5
18048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18049   (exit $ac_status); } && {
18050          test -z "$ac_c_werror_flag" ||
18051          test ! -s conftest.err
18052        } && test -s conftest.$ac_objext; then
18053   ac_cv_member_struct_statfs_f_favail=yes
18054 else
18055   echo "$as_me: failed program was:" >&5
18056 sed 's/^/| /' conftest.$ac_ext >&5
18057
18058         cat >conftest.$ac_ext <<_ACEOF
18059 /* confdefs.h.  */
18060 _ACEOF
18061 cat confdefs.h >>conftest.$ac_ext
18062 cat >>conftest.$ac_ext <<_ACEOF
18063 /* end confdefs.h.  */
18064 #include <sys/types.h>
18065 #ifdef HAVE_SYS_PARAM_H
18066 # include <sys/param.h>
18067 #endif
18068 #ifdef HAVE_SYS_MOUNT_H
18069 # include <sys/mount.h>
18070 #endif
18071 #ifdef HAVE_SYS_VFS_H
18072 # include <sys/vfs.h>
18073 #endif
18074 #ifdef HAVE_SYS_STATFS_H
18075 # include <sys/statfs.h>
18076 #endif
18077
18078 int
18079 main ()
18080 {
18081 static struct statfs ac_aggr;
18082 if (sizeof ac_aggr.f_favail)
18083 return 0;
18084   ;
18085   return 0;
18086 }
18087 _ACEOF
18088 rm -f conftest.$ac_objext
18089 if { (ac_try="$ac_compile"
18090 case "(($ac_try" in
18091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18092   *) ac_try_echo=$ac_try;;
18093 esac
18094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18095   (eval "$ac_compile") 2>conftest.er1
18096   ac_status=$?
18097   grep -v '^ *+' conftest.er1 >conftest.err
18098   rm -f conftest.er1
18099   cat conftest.err >&5
18100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18101   (exit $ac_status); } && {
18102          test -z "$ac_c_werror_flag" ||
18103          test ! -s conftest.err
18104        } && test -s conftest.$ac_objext; then
18105   ac_cv_member_struct_statfs_f_favail=yes
18106 else
18107   echo "$as_me: failed program was:" >&5
18108 sed 's/^/| /' conftest.$ac_ext >&5
18109
18110         ac_cv_member_struct_statfs_f_favail=no
18111 fi
18112
18113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18114 fi
18115
18116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18117 fi
18118 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
18119 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
18120 if test $ac_cv_member_struct_statfs_f_favail = yes; then
18121
18122 cat >>confdefs.h <<_ACEOF
18123 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
18124 _ACEOF
18125
18126
18127 fi
18128 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
18129 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
18130 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
18131   echo $ECHO_N "(cached) $ECHO_C" >&6
18132 else
18133   cat >conftest.$ac_ext <<_ACEOF
18134 /* confdefs.h.  */
18135 _ACEOF
18136 cat confdefs.h >>conftest.$ac_ext
18137 cat >>conftest.$ac_ext <<_ACEOF
18138 /* end confdefs.h.  */
18139 #include <sys/types.h>
18140 #ifdef HAVE_SYS_PARAM_H
18141 # include <sys/param.h>
18142 #endif
18143 #ifdef HAVE_SYS_MOUNT_H
18144 # include <sys/mount.h>
18145 #endif
18146 #ifdef HAVE_SYS_VFS_H
18147 # include <sys/vfs.h>
18148 #endif
18149 #ifdef HAVE_SYS_STATFS_H
18150 # include <sys/statfs.h>
18151 #endif
18152
18153 int
18154 main ()
18155 {
18156 static struct statfs ac_aggr;
18157 if (ac_aggr.f_namelen)
18158 return 0;
18159   ;
18160   return 0;
18161 }
18162 _ACEOF
18163 rm -f conftest.$ac_objext
18164 if { (ac_try="$ac_compile"
18165 case "(($ac_try" in
18166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18167   *) ac_try_echo=$ac_try;;
18168 esac
18169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18170   (eval "$ac_compile") 2>conftest.er1
18171   ac_status=$?
18172   grep -v '^ *+' conftest.er1 >conftest.err
18173   rm -f conftest.er1
18174   cat conftest.err >&5
18175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18176   (exit $ac_status); } && {
18177          test -z "$ac_c_werror_flag" ||
18178          test ! -s conftest.err
18179        } && test -s conftest.$ac_objext; then
18180   ac_cv_member_struct_statfs_f_namelen=yes
18181 else
18182   echo "$as_me: failed program was:" >&5
18183 sed 's/^/| /' conftest.$ac_ext >&5
18184
18185         cat >conftest.$ac_ext <<_ACEOF
18186 /* confdefs.h.  */
18187 _ACEOF
18188 cat confdefs.h >>conftest.$ac_ext
18189 cat >>conftest.$ac_ext <<_ACEOF
18190 /* end confdefs.h.  */
18191 #include <sys/types.h>
18192 #ifdef HAVE_SYS_PARAM_H
18193 # include <sys/param.h>
18194 #endif
18195 #ifdef HAVE_SYS_MOUNT_H
18196 # include <sys/mount.h>
18197 #endif
18198 #ifdef HAVE_SYS_VFS_H
18199 # include <sys/vfs.h>
18200 #endif
18201 #ifdef HAVE_SYS_STATFS_H
18202 # include <sys/statfs.h>
18203 #endif
18204
18205 int
18206 main ()
18207 {
18208 static struct statfs ac_aggr;
18209 if (sizeof ac_aggr.f_namelen)
18210 return 0;
18211   ;
18212   return 0;
18213 }
18214 _ACEOF
18215 rm -f conftest.$ac_objext
18216 if { (ac_try="$ac_compile"
18217 case "(($ac_try" in
18218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18219   *) ac_try_echo=$ac_try;;
18220 esac
18221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18222   (eval "$ac_compile") 2>conftest.er1
18223   ac_status=$?
18224   grep -v '^ *+' conftest.er1 >conftest.err
18225   rm -f conftest.er1
18226   cat conftest.err >&5
18227   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18228   (exit $ac_status); } && {
18229          test -z "$ac_c_werror_flag" ||
18230          test ! -s conftest.err
18231        } && test -s conftest.$ac_objext; then
18232   ac_cv_member_struct_statfs_f_namelen=yes
18233 else
18234   echo "$as_me: failed program was:" >&5
18235 sed 's/^/| /' conftest.$ac_ext >&5
18236
18237         ac_cv_member_struct_statfs_f_namelen=no
18238 fi
18239
18240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18241 fi
18242
18243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18244 fi
18245 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
18246 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
18247 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
18248
18249 cat >>confdefs.h <<_ACEOF
18250 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
18251 _ACEOF
18252
18253
18254 fi
18255
18256
18257 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
18258 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
18259 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
18260   echo $ECHO_N "(cached) $ECHO_C" >&6
18261 else
18262   cat >conftest.$ac_ext <<_ACEOF
18263 /* confdefs.h.  */
18264 _ACEOF
18265 cat confdefs.h >>conftest.$ac_ext
18266 cat >>conftest.$ac_ext <<_ACEOF
18267 /* end confdefs.h.  */
18268 #ifdef HAVE_SYS_STATVFS_H
18269 #include <sys/statvfs.h>
18270 #endif
18271
18272 int
18273 main ()
18274 {
18275 static struct statvfs ac_aggr;
18276 if (ac_aggr.f_blocks)
18277 return 0;
18278   ;
18279   return 0;
18280 }
18281 _ACEOF
18282 rm -f conftest.$ac_objext
18283 if { (ac_try="$ac_compile"
18284 case "(($ac_try" in
18285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18286   *) ac_try_echo=$ac_try;;
18287 esac
18288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18289   (eval "$ac_compile") 2>conftest.er1
18290   ac_status=$?
18291   grep -v '^ *+' conftest.er1 >conftest.err
18292   rm -f conftest.er1
18293   cat conftest.err >&5
18294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18295   (exit $ac_status); } && {
18296          test -z "$ac_c_werror_flag" ||
18297          test ! -s conftest.err
18298        } && test -s conftest.$ac_objext; then
18299   ac_cv_member_struct_statvfs_f_blocks=yes
18300 else
18301   echo "$as_me: failed program was:" >&5
18302 sed 's/^/| /' conftest.$ac_ext >&5
18303
18304         cat >conftest.$ac_ext <<_ACEOF
18305 /* confdefs.h.  */
18306 _ACEOF
18307 cat confdefs.h >>conftest.$ac_ext
18308 cat >>conftest.$ac_ext <<_ACEOF
18309 /* end confdefs.h.  */
18310 #ifdef HAVE_SYS_STATVFS_H
18311 #include <sys/statvfs.h>
18312 #endif
18313
18314 int
18315 main ()
18316 {
18317 static struct statvfs ac_aggr;
18318 if (sizeof ac_aggr.f_blocks)
18319 return 0;
18320   ;
18321   return 0;
18322 }
18323 _ACEOF
18324 rm -f conftest.$ac_objext
18325 if { (ac_try="$ac_compile"
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_compile") 2>conftest.er1
18332   ac_status=$?
18333   grep -v '^ *+' conftest.er1 >conftest.err
18334   rm -f conftest.er1
18335   cat conftest.err >&5
18336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18337   (exit $ac_status); } && {
18338          test -z "$ac_c_werror_flag" ||
18339          test ! -s conftest.err
18340        } && test -s conftest.$ac_objext; then
18341   ac_cv_member_struct_statvfs_f_blocks=yes
18342 else
18343   echo "$as_me: failed program was:" >&5
18344 sed 's/^/| /' conftest.$ac_ext >&5
18345
18346         ac_cv_member_struct_statvfs_f_blocks=no
18347 fi
18348
18349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18350 fi
18351
18352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18353 fi
18354 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
18355 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
18356 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
18357
18358 cat >>confdefs.h <<_ACEOF
18359 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
18360 _ACEOF
18361
18362
18363 fi
18364
18365
18366 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
18367 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
18368 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
18369   echo $ECHO_N "(cached) $ECHO_C" >&6
18370 else
18371   cat >conftest.$ac_ext <<_ACEOF
18372 /* confdefs.h.  */
18373 _ACEOF
18374 cat confdefs.h >>conftest.$ac_ext
18375 cat >>conftest.$ac_ext <<_ACEOF
18376 /* end confdefs.h.  */
18377 #include <sys/types.h>
18378 #ifdef HAVE_SYS_SOCKET_H
18379 # include <sys/socket.h>
18380 #endif
18381 #ifdef HAVE_SYS_UN_H
18382 # include <sys/un.h>
18383 #endif
18384
18385 int
18386 main ()
18387 {
18388 static struct msghdr ac_aggr;
18389 if (ac_aggr.msg_accrights)
18390 return 0;
18391   ;
18392   return 0;
18393 }
18394 _ACEOF
18395 rm -f conftest.$ac_objext
18396 if { (ac_try="$ac_compile"
18397 case "(($ac_try" in
18398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18399   *) ac_try_echo=$ac_try;;
18400 esac
18401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18402   (eval "$ac_compile") 2>conftest.er1
18403   ac_status=$?
18404   grep -v '^ *+' conftest.er1 >conftest.err
18405   rm -f conftest.er1
18406   cat conftest.err >&5
18407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18408   (exit $ac_status); } && {
18409          test -z "$ac_c_werror_flag" ||
18410          test ! -s conftest.err
18411        } && test -s conftest.$ac_objext; then
18412   ac_cv_member_struct_msghdr_msg_accrights=yes
18413 else
18414   echo "$as_me: failed program was:" >&5
18415 sed 's/^/| /' conftest.$ac_ext >&5
18416
18417         cat >conftest.$ac_ext <<_ACEOF
18418 /* confdefs.h.  */
18419 _ACEOF
18420 cat confdefs.h >>conftest.$ac_ext
18421 cat >>conftest.$ac_ext <<_ACEOF
18422 /* end confdefs.h.  */
18423 #include <sys/types.h>
18424 #ifdef HAVE_SYS_SOCKET_H
18425 # include <sys/socket.h>
18426 #endif
18427 #ifdef HAVE_SYS_UN_H
18428 # include <sys/un.h>
18429 #endif
18430
18431 int
18432 main ()
18433 {
18434 static struct msghdr ac_aggr;
18435 if (sizeof ac_aggr.msg_accrights)
18436 return 0;
18437   ;
18438   return 0;
18439 }
18440 _ACEOF
18441 rm -f conftest.$ac_objext
18442 if { (ac_try="$ac_compile"
18443 case "(($ac_try" in
18444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18445   *) ac_try_echo=$ac_try;;
18446 esac
18447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18448   (eval "$ac_compile") 2>conftest.er1
18449   ac_status=$?
18450   grep -v '^ *+' conftest.er1 >conftest.err
18451   rm -f conftest.er1
18452   cat conftest.err >&5
18453   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18454   (exit $ac_status); } && {
18455          test -z "$ac_c_werror_flag" ||
18456          test ! -s conftest.err
18457        } && test -s conftest.$ac_objext; then
18458   ac_cv_member_struct_msghdr_msg_accrights=yes
18459 else
18460   echo "$as_me: failed program was:" >&5
18461 sed 's/^/| /' conftest.$ac_ext >&5
18462
18463         ac_cv_member_struct_msghdr_msg_accrights=no
18464 fi
18465
18466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18467 fi
18468
18469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18470 fi
18471 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
18472 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
18473 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
18474
18475 cat >>confdefs.h <<_ACEOF
18476 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18477 _ACEOF
18478
18479
18480 fi
18481 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
18482 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
18483 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
18484   echo $ECHO_N "(cached) $ECHO_C" >&6
18485 else
18486   cat >conftest.$ac_ext <<_ACEOF
18487 /* confdefs.h.  */
18488 _ACEOF
18489 cat confdefs.h >>conftest.$ac_ext
18490 cat >>conftest.$ac_ext <<_ACEOF
18491 /* end confdefs.h.  */
18492 #include <sys/types.h>
18493 #ifdef HAVE_SYS_SOCKET_H
18494 # include <sys/socket.h>
18495 #endif
18496 #ifdef HAVE_SYS_UN_H
18497 # include <sys/un.h>
18498 #endif
18499
18500 int
18501 main ()
18502 {
18503 static struct sockaddr ac_aggr;
18504 if (ac_aggr.sa_len)
18505 return 0;
18506   ;
18507   return 0;
18508 }
18509 _ACEOF
18510 rm -f conftest.$ac_objext
18511 if { (ac_try="$ac_compile"
18512 case "(($ac_try" in
18513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18514   *) ac_try_echo=$ac_try;;
18515 esac
18516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18517   (eval "$ac_compile") 2>conftest.er1
18518   ac_status=$?
18519   grep -v '^ *+' conftest.er1 >conftest.err
18520   rm -f conftest.er1
18521   cat conftest.err >&5
18522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18523   (exit $ac_status); } && {
18524          test -z "$ac_c_werror_flag" ||
18525          test ! -s conftest.err
18526        } && test -s conftest.$ac_objext; then
18527   ac_cv_member_struct_sockaddr_sa_len=yes
18528 else
18529   echo "$as_me: failed program was:" >&5
18530 sed 's/^/| /' conftest.$ac_ext >&5
18531
18532         cat >conftest.$ac_ext <<_ACEOF
18533 /* confdefs.h.  */
18534 _ACEOF
18535 cat confdefs.h >>conftest.$ac_ext
18536 cat >>conftest.$ac_ext <<_ACEOF
18537 /* end confdefs.h.  */
18538 #include <sys/types.h>
18539 #ifdef HAVE_SYS_SOCKET_H
18540 # include <sys/socket.h>
18541 #endif
18542 #ifdef HAVE_SYS_UN_H
18543 # include <sys/un.h>
18544 #endif
18545
18546 int
18547 main ()
18548 {
18549 static struct sockaddr ac_aggr;
18550 if (sizeof ac_aggr.sa_len)
18551 return 0;
18552   ;
18553   return 0;
18554 }
18555 _ACEOF
18556 rm -f conftest.$ac_objext
18557 if { (ac_try="$ac_compile"
18558 case "(($ac_try" in
18559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18560   *) ac_try_echo=$ac_try;;
18561 esac
18562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18563   (eval "$ac_compile") 2>conftest.er1
18564   ac_status=$?
18565   grep -v '^ *+' conftest.er1 >conftest.err
18566   rm -f conftest.er1
18567   cat conftest.err >&5
18568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18569   (exit $ac_status); } && {
18570          test -z "$ac_c_werror_flag" ||
18571          test ! -s conftest.err
18572        } && test -s conftest.$ac_objext; then
18573   ac_cv_member_struct_sockaddr_sa_len=yes
18574 else
18575   echo "$as_me: failed program was:" >&5
18576 sed 's/^/| /' conftest.$ac_ext >&5
18577
18578         ac_cv_member_struct_sockaddr_sa_len=no
18579 fi
18580
18581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18582 fi
18583
18584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18585 fi
18586 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
18587 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
18588 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
18589
18590 cat >>confdefs.h <<_ACEOF
18591 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18592 _ACEOF
18593
18594
18595 fi
18596 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
18597 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
18598 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
18599   echo $ECHO_N "(cached) $ECHO_C" >&6
18600 else
18601   cat >conftest.$ac_ext <<_ACEOF
18602 /* confdefs.h.  */
18603 _ACEOF
18604 cat confdefs.h >>conftest.$ac_ext
18605 cat >>conftest.$ac_ext <<_ACEOF
18606 /* end confdefs.h.  */
18607 #include <sys/types.h>
18608 #ifdef HAVE_SYS_SOCKET_H
18609 # include <sys/socket.h>
18610 #endif
18611 #ifdef HAVE_SYS_UN_H
18612 # include <sys/un.h>
18613 #endif
18614
18615 int
18616 main ()
18617 {
18618 static struct sockaddr_un ac_aggr;
18619 if (ac_aggr.sun_len)
18620 return 0;
18621   ;
18622   return 0;
18623 }
18624 _ACEOF
18625 rm -f conftest.$ac_objext
18626 if { (ac_try="$ac_compile"
18627 case "(($ac_try" in
18628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18629   *) ac_try_echo=$ac_try;;
18630 esac
18631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18632   (eval "$ac_compile") 2>conftest.er1
18633   ac_status=$?
18634   grep -v '^ *+' conftest.er1 >conftest.err
18635   rm -f conftest.er1
18636   cat conftest.err >&5
18637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18638   (exit $ac_status); } && {
18639          test -z "$ac_c_werror_flag" ||
18640          test ! -s conftest.err
18641        } && test -s conftest.$ac_objext; then
18642   ac_cv_member_struct_sockaddr_un_sun_len=yes
18643 else
18644   echo "$as_me: failed program was:" >&5
18645 sed 's/^/| /' conftest.$ac_ext >&5
18646
18647         cat >conftest.$ac_ext <<_ACEOF
18648 /* confdefs.h.  */
18649 _ACEOF
18650 cat confdefs.h >>conftest.$ac_ext
18651 cat >>conftest.$ac_ext <<_ACEOF
18652 /* end confdefs.h.  */
18653 #include <sys/types.h>
18654 #ifdef HAVE_SYS_SOCKET_H
18655 # include <sys/socket.h>
18656 #endif
18657 #ifdef HAVE_SYS_UN_H
18658 # include <sys/un.h>
18659 #endif
18660
18661 int
18662 main ()
18663 {
18664 static struct sockaddr_un ac_aggr;
18665 if (sizeof ac_aggr.sun_len)
18666 return 0;
18667   ;
18668   return 0;
18669 }
18670 _ACEOF
18671 rm -f conftest.$ac_objext
18672 if { (ac_try="$ac_compile"
18673 case "(($ac_try" in
18674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18675   *) ac_try_echo=$ac_try;;
18676 esac
18677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18678   (eval "$ac_compile") 2>conftest.er1
18679   ac_status=$?
18680   grep -v '^ *+' conftest.er1 >conftest.err
18681   rm -f conftest.er1
18682   cat conftest.err >&5
18683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18684   (exit $ac_status); } && {
18685          test -z "$ac_c_werror_flag" ||
18686          test ! -s conftest.err
18687        } && test -s conftest.$ac_objext; then
18688   ac_cv_member_struct_sockaddr_un_sun_len=yes
18689 else
18690   echo "$as_me: failed program was:" >&5
18691 sed 's/^/| /' conftest.$ac_ext >&5
18692
18693         ac_cv_member_struct_sockaddr_un_sun_len=no
18694 fi
18695
18696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18697 fi
18698
18699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18700 fi
18701 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
18702 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
18703 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
18704
18705 cat >>confdefs.h <<_ACEOF
18706 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18707 _ACEOF
18708
18709
18710 fi
18711
18712
18713 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
18714 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
18715 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
18716   echo $ECHO_N "(cached) $ECHO_C" >&6
18717 else
18718   cat >conftest.$ac_ext <<_ACEOF
18719 /* confdefs.h.  */
18720 _ACEOF
18721 cat confdefs.h >>conftest.$ac_ext
18722 cat >>conftest.$ac_ext <<_ACEOF
18723 /* end confdefs.h.  */
18724 #include <sys/types.h>
18725 #ifdef HAVE_SCSI_SG_H
18726 #include <scsi/sg.h>
18727 #endif
18728
18729 int
18730 main ()
18731 {
18732 static scsireq_t ac_aggr;
18733 if (ac_aggr.cmd)
18734 return 0;
18735   ;
18736   return 0;
18737 }
18738 _ACEOF
18739 rm -f conftest.$ac_objext
18740 if { (ac_try="$ac_compile"
18741 case "(($ac_try" in
18742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18743   *) ac_try_echo=$ac_try;;
18744 esac
18745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18746   (eval "$ac_compile") 2>conftest.er1
18747   ac_status=$?
18748   grep -v '^ *+' conftest.er1 >conftest.err
18749   rm -f conftest.er1
18750   cat conftest.err >&5
18751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18752   (exit $ac_status); } && {
18753          test -z "$ac_c_werror_flag" ||
18754          test ! -s conftest.err
18755        } && test -s conftest.$ac_objext; then
18756   ac_cv_member_scsireq_t_cmd=yes
18757 else
18758   echo "$as_me: failed program was:" >&5
18759 sed 's/^/| /' conftest.$ac_ext >&5
18760
18761         cat >conftest.$ac_ext <<_ACEOF
18762 /* confdefs.h.  */
18763 _ACEOF
18764 cat confdefs.h >>conftest.$ac_ext
18765 cat >>conftest.$ac_ext <<_ACEOF
18766 /* end confdefs.h.  */
18767 #include <sys/types.h>
18768 #ifdef HAVE_SCSI_SG_H
18769 #include <scsi/sg.h>
18770 #endif
18771
18772 int
18773 main ()
18774 {
18775 static scsireq_t ac_aggr;
18776 if (sizeof ac_aggr.cmd)
18777 return 0;
18778   ;
18779   return 0;
18780 }
18781 _ACEOF
18782 rm -f conftest.$ac_objext
18783 if { (ac_try="$ac_compile"
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_compile") 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          test -z "$ac_c_werror_flag" ||
18797          test ! -s conftest.err
18798        } && test -s conftest.$ac_objext; then
18799   ac_cv_member_scsireq_t_cmd=yes
18800 else
18801   echo "$as_me: failed program was:" >&5
18802 sed 's/^/| /' conftest.$ac_ext >&5
18803
18804         ac_cv_member_scsireq_t_cmd=no
18805 fi
18806
18807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18808 fi
18809
18810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18811 fi
18812 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
18813 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
18814 if test $ac_cv_member_scsireq_t_cmd = yes; then
18815
18816 cat >>confdefs.h <<_ACEOF
18817 #define HAVE_SCSIREQ_T_CMD 1
18818 _ACEOF
18819
18820
18821 fi
18822 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
18823 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
18824 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
18825   echo $ECHO_N "(cached) $ECHO_C" >&6
18826 else
18827   cat >conftest.$ac_ext <<_ACEOF
18828 /* confdefs.h.  */
18829 _ACEOF
18830 cat confdefs.h >>conftest.$ac_ext
18831 cat >>conftest.$ac_ext <<_ACEOF
18832 /* end confdefs.h.  */
18833 #include <sys/types.h>
18834 #ifdef HAVE_SCSI_SG_H
18835 #include <scsi/sg.h>
18836 #endif
18837
18838 int
18839 main ()
18840 {
18841 static sg_io_hdr_t ac_aggr;
18842 if (ac_aggr.interface_id)
18843 return 0;
18844   ;
18845   return 0;
18846 }
18847 _ACEOF
18848 rm -f conftest.$ac_objext
18849 if { (ac_try="$ac_compile"
18850 case "(($ac_try" in
18851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18852   *) ac_try_echo=$ac_try;;
18853 esac
18854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18855   (eval "$ac_compile") 2>conftest.er1
18856   ac_status=$?
18857   grep -v '^ *+' conftest.er1 >conftest.err
18858   rm -f conftest.er1
18859   cat conftest.err >&5
18860   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18861   (exit $ac_status); } && {
18862          test -z "$ac_c_werror_flag" ||
18863          test ! -s conftest.err
18864        } && test -s conftest.$ac_objext; then
18865   ac_cv_member_sg_io_hdr_t_interface_id=yes
18866 else
18867   echo "$as_me: failed program was:" >&5
18868 sed 's/^/| /' conftest.$ac_ext >&5
18869
18870         cat >conftest.$ac_ext <<_ACEOF
18871 /* confdefs.h.  */
18872 _ACEOF
18873 cat confdefs.h >>conftest.$ac_ext
18874 cat >>conftest.$ac_ext <<_ACEOF
18875 /* end confdefs.h.  */
18876 #include <sys/types.h>
18877 #ifdef HAVE_SCSI_SG_H
18878 #include <scsi/sg.h>
18879 #endif
18880
18881 int
18882 main ()
18883 {
18884 static sg_io_hdr_t ac_aggr;
18885 if (sizeof ac_aggr.interface_id)
18886 return 0;
18887   ;
18888   return 0;
18889 }
18890 _ACEOF
18891 rm -f conftest.$ac_objext
18892 if { (ac_try="$ac_compile"
18893 case "(($ac_try" in
18894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18895   *) ac_try_echo=$ac_try;;
18896 esac
18897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18898   (eval "$ac_compile") 2>conftest.er1
18899   ac_status=$?
18900   grep -v '^ *+' conftest.er1 >conftest.err
18901   rm -f conftest.er1
18902   cat conftest.err >&5
18903   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18904   (exit $ac_status); } && {
18905          test -z "$ac_c_werror_flag" ||
18906          test ! -s conftest.err
18907        } && test -s conftest.$ac_objext; then
18908   ac_cv_member_sg_io_hdr_t_interface_id=yes
18909 else
18910   echo "$as_me: failed program was:" >&5
18911 sed 's/^/| /' conftest.$ac_ext >&5
18912
18913         ac_cv_member_sg_io_hdr_t_interface_id=no
18914 fi
18915
18916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18917 fi
18918
18919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18920 fi
18921 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
18922 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
18923 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
18924
18925 cat >>confdefs.h <<_ACEOF
18926 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18927 _ACEOF
18928
18929
18930 fi
18931
18932
18933 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
18934 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
18935 if test "${ac_cv_member_siginfo_t_si_fd+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 #include <signal.h>
18945
18946 int
18947 main ()
18948 {
18949 static siginfo_t ac_aggr;
18950 if (ac_aggr.si_fd)
18951 return 0;
18952   ;
18953   return 0;
18954 }
18955 _ACEOF
18956 rm -f conftest.$ac_objext
18957 if { (ac_try="$ac_compile"
18958 case "(($ac_try" in
18959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18960   *) ac_try_echo=$ac_try;;
18961 esac
18962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18963   (eval "$ac_compile") 2>conftest.er1
18964   ac_status=$?
18965   grep -v '^ *+' conftest.er1 >conftest.err
18966   rm -f conftest.er1
18967   cat conftest.err >&5
18968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18969   (exit $ac_status); } && {
18970          test -z "$ac_c_werror_flag" ||
18971          test ! -s conftest.err
18972        } && test -s conftest.$ac_objext; then
18973   ac_cv_member_siginfo_t_si_fd=yes
18974 else
18975   echo "$as_me: failed program was:" >&5
18976 sed 's/^/| /' conftest.$ac_ext >&5
18977
18978         cat >conftest.$ac_ext <<_ACEOF
18979 /* confdefs.h.  */
18980 _ACEOF
18981 cat confdefs.h >>conftest.$ac_ext
18982 cat >>conftest.$ac_ext <<_ACEOF
18983 /* end confdefs.h.  */
18984 #include <signal.h>
18985
18986 int
18987 main ()
18988 {
18989 static siginfo_t ac_aggr;
18990 if (sizeof ac_aggr.si_fd)
18991 return 0;
18992   ;
18993   return 0;
18994 }
18995 _ACEOF
18996 rm -f conftest.$ac_objext
18997 if { (ac_try="$ac_compile"
18998 case "(($ac_try" in
18999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19000   *) ac_try_echo=$ac_try;;
19001 esac
19002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19003   (eval "$ac_compile") 2>conftest.er1
19004   ac_status=$?
19005   grep -v '^ *+' conftest.er1 >conftest.err
19006   rm -f conftest.er1
19007   cat conftest.err >&5
19008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19009   (exit $ac_status); } && {
19010          test -z "$ac_c_werror_flag" ||
19011          test ! -s conftest.err
19012        } && test -s conftest.$ac_objext; then
19013   ac_cv_member_siginfo_t_si_fd=yes
19014 else
19015   echo "$as_me: failed program was:" >&5
19016 sed 's/^/| /' conftest.$ac_ext >&5
19017
19018         ac_cv_member_siginfo_t_si_fd=no
19019 fi
19020
19021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19022 fi
19023
19024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19025 fi
19026 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
19027 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
19028 if test $ac_cv_member_siginfo_t_si_fd = yes; then
19029
19030 cat >>confdefs.h <<_ACEOF
19031 #define HAVE_SIGINFO_T_SI_FD 1
19032 _ACEOF
19033
19034
19035 fi
19036
19037
19038 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
19039 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
19040 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
19041   echo $ECHO_N "(cached) $ECHO_C" >&6
19042 else
19043   cat >conftest.$ac_ext <<_ACEOF
19044 /* confdefs.h.  */
19045 _ACEOF
19046 cat confdefs.h >>conftest.$ac_ext
19047 cat >>conftest.$ac_ext <<_ACEOF
19048 /* end confdefs.h.  */
19049 #include <sys/types.h>
19050 #ifdef HAVE_SYS_MTIO_H
19051 #include <sys/mtio.h>
19052 #endif
19053
19054 int
19055 main ()
19056 {
19057 static struct mtget ac_aggr;
19058 if (ac_aggr.mt_blksiz)
19059 return 0;
19060   ;
19061   return 0;
19062 }
19063 _ACEOF
19064 rm -f conftest.$ac_objext
19065 if { (ac_try="$ac_compile"
19066 case "(($ac_try" in
19067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19068   *) ac_try_echo=$ac_try;;
19069 esac
19070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19071   (eval "$ac_compile") 2>conftest.er1
19072   ac_status=$?
19073   grep -v '^ *+' conftest.er1 >conftest.err
19074   rm -f conftest.er1
19075   cat conftest.err >&5
19076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19077   (exit $ac_status); } && {
19078          test -z "$ac_c_werror_flag" ||
19079          test ! -s conftest.err
19080        } && test -s conftest.$ac_objext; then
19081   ac_cv_member_struct_mtget_mt_blksiz=yes
19082 else
19083   echo "$as_me: failed program was:" >&5
19084 sed 's/^/| /' conftest.$ac_ext >&5
19085
19086         cat >conftest.$ac_ext <<_ACEOF
19087 /* confdefs.h.  */
19088 _ACEOF
19089 cat confdefs.h >>conftest.$ac_ext
19090 cat >>conftest.$ac_ext <<_ACEOF
19091 /* end confdefs.h.  */
19092 #include <sys/types.h>
19093 #ifdef HAVE_SYS_MTIO_H
19094 #include <sys/mtio.h>
19095 #endif
19096
19097 int
19098 main ()
19099 {
19100 static struct mtget ac_aggr;
19101 if (sizeof ac_aggr.mt_blksiz)
19102 return 0;
19103   ;
19104   return 0;
19105 }
19106 _ACEOF
19107 rm -f conftest.$ac_objext
19108 if { (ac_try="$ac_compile"
19109 case "(($ac_try" in
19110   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19111   *) ac_try_echo=$ac_try;;
19112 esac
19113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19114   (eval "$ac_compile") 2>conftest.er1
19115   ac_status=$?
19116   grep -v '^ *+' conftest.er1 >conftest.err
19117   rm -f conftest.er1
19118   cat conftest.err >&5
19119   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120   (exit $ac_status); } && {
19121          test -z "$ac_c_werror_flag" ||
19122          test ! -s conftest.err
19123        } && test -s conftest.$ac_objext; then
19124   ac_cv_member_struct_mtget_mt_blksiz=yes
19125 else
19126   echo "$as_me: failed program was:" >&5
19127 sed 's/^/| /' conftest.$ac_ext >&5
19128
19129         ac_cv_member_struct_mtget_mt_blksiz=no
19130 fi
19131
19132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19133 fi
19134
19135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19136 fi
19137 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
19138 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
19139 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
19140
19141 cat >>confdefs.h <<_ACEOF
19142 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
19143 _ACEOF
19144
19145
19146 fi
19147 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
19148 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
19149 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
19150   echo $ECHO_N "(cached) $ECHO_C" >&6
19151 else
19152   cat >conftest.$ac_ext <<_ACEOF
19153 /* confdefs.h.  */
19154 _ACEOF
19155 cat confdefs.h >>conftest.$ac_ext
19156 cat >>conftest.$ac_ext <<_ACEOF
19157 /* end confdefs.h.  */
19158 #include <sys/types.h>
19159 #ifdef HAVE_SYS_MTIO_H
19160 #include <sys/mtio.h>
19161 #endif
19162
19163 int
19164 main ()
19165 {
19166 static struct mtget ac_aggr;
19167 if (ac_aggr.mt_gstat)
19168 return 0;
19169   ;
19170   return 0;
19171 }
19172 _ACEOF
19173 rm -f conftest.$ac_objext
19174 if { (ac_try="$ac_compile"
19175 case "(($ac_try" in
19176   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19177   *) ac_try_echo=$ac_try;;
19178 esac
19179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19180   (eval "$ac_compile") 2>conftest.er1
19181   ac_status=$?
19182   grep -v '^ *+' conftest.er1 >conftest.err
19183   rm -f conftest.er1
19184   cat conftest.err >&5
19185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19186   (exit $ac_status); } && {
19187          test -z "$ac_c_werror_flag" ||
19188          test ! -s conftest.err
19189        } && test -s conftest.$ac_objext; then
19190   ac_cv_member_struct_mtget_mt_gstat=yes
19191 else
19192   echo "$as_me: failed program was:" >&5
19193 sed 's/^/| /' conftest.$ac_ext >&5
19194
19195         cat >conftest.$ac_ext <<_ACEOF
19196 /* confdefs.h.  */
19197 _ACEOF
19198 cat confdefs.h >>conftest.$ac_ext
19199 cat >>conftest.$ac_ext <<_ACEOF
19200 /* end confdefs.h.  */
19201 #include <sys/types.h>
19202 #ifdef HAVE_SYS_MTIO_H
19203 #include <sys/mtio.h>
19204 #endif
19205
19206 int
19207 main ()
19208 {
19209 static struct mtget ac_aggr;
19210 if (sizeof ac_aggr.mt_gstat)
19211 return 0;
19212   ;
19213   return 0;
19214 }
19215 _ACEOF
19216 rm -f conftest.$ac_objext
19217 if { (ac_try="$ac_compile"
19218 case "(($ac_try" in
19219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19220   *) ac_try_echo=$ac_try;;
19221 esac
19222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19223   (eval "$ac_compile") 2>conftest.er1
19224   ac_status=$?
19225   grep -v '^ *+' conftest.er1 >conftest.err
19226   rm -f conftest.er1
19227   cat conftest.err >&5
19228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19229   (exit $ac_status); } && {
19230          test -z "$ac_c_werror_flag" ||
19231          test ! -s conftest.err
19232        } && test -s conftest.$ac_objext; then
19233   ac_cv_member_struct_mtget_mt_gstat=yes
19234 else
19235   echo "$as_me: failed program was:" >&5
19236 sed 's/^/| /' conftest.$ac_ext >&5
19237
19238         ac_cv_member_struct_mtget_mt_gstat=no
19239 fi
19240
19241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19242 fi
19243
19244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19245 fi
19246 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
19247 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
19248 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
19249
19250 cat >>confdefs.h <<_ACEOF
19251 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
19252 _ACEOF
19253
19254
19255 fi
19256 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
19257 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
19258 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
19259   echo $ECHO_N "(cached) $ECHO_C" >&6
19260 else
19261   cat >conftest.$ac_ext <<_ACEOF
19262 /* confdefs.h.  */
19263 _ACEOF
19264 cat confdefs.h >>conftest.$ac_ext
19265 cat >>conftest.$ac_ext <<_ACEOF
19266 /* end confdefs.h.  */
19267 #include <sys/types.h>
19268 #ifdef HAVE_SYS_MTIO_H
19269 #include <sys/mtio.h>
19270 #endif
19271
19272 int
19273 main ()
19274 {
19275 static struct mtget ac_aggr;
19276 if (ac_aggr.mt_blkno)
19277 return 0;
19278   ;
19279   return 0;
19280 }
19281 _ACEOF
19282 rm -f conftest.$ac_objext
19283 if { (ac_try="$ac_compile"
19284 case "(($ac_try" in
19285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19286   *) ac_try_echo=$ac_try;;
19287 esac
19288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19289   (eval "$ac_compile") 2>conftest.er1
19290   ac_status=$?
19291   grep -v '^ *+' conftest.er1 >conftest.err
19292   rm -f conftest.er1
19293   cat conftest.err >&5
19294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19295   (exit $ac_status); } && {
19296          test -z "$ac_c_werror_flag" ||
19297          test ! -s conftest.err
19298        } && test -s conftest.$ac_objext; then
19299   ac_cv_member_struct_mtget_mt_blkno=yes
19300 else
19301   echo "$as_me: failed program was:" >&5
19302 sed 's/^/| /' conftest.$ac_ext >&5
19303
19304         cat >conftest.$ac_ext <<_ACEOF
19305 /* confdefs.h.  */
19306 _ACEOF
19307 cat confdefs.h >>conftest.$ac_ext
19308 cat >>conftest.$ac_ext <<_ACEOF
19309 /* end confdefs.h.  */
19310 #include <sys/types.h>
19311 #ifdef HAVE_SYS_MTIO_H
19312 #include <sys/mtio.h>
19313 #endif
19314
19315 int
19316 main ()
19317 {
19318 static struct mtget ac_aggr;
19319 if (sizeof ac_aggr.mt_blkno)
19320 return 0;
19321   ;
19322   return 0;
19323 }
19324 _ACEOF
19325 rm -f conftest.$ac_objext
19326 if { (ac_try="$ac_compile"
19327 case "(($ac_try" in
19328   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19329   *) ac_try_echo=$ac_try;;
19330 esac
19331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19332   (eval "$ac_compile") 2>conftest.er1
19333   ac_status=$?
19334   grep -v '^ *+' conftest.er1 >conftest.err
19335   rm -f conftest.er1
19336   cat conftest.err >&5
19337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19338   (exit $ac_status); } && {
19339          test -z "$ac_c_werror_flag" ||
19340          test ! -s conftest.err
19341        } && test -s conftest.$ac_objext; then
19342   ac_cv_member_struct_mtget_mt_blkno=yes
19343 else
19344   echo "$as_me: failed program was:" >&5
19345 sed 's/^/| /' conftest.$ac_ext >&5
19346
19347         ac_cv_member_struct_mtget_mt_blkno=no
19348 fi
19349
19350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19351 fi
19352
19353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19354 fi
19355 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
19356 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
19357 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
19358
19359 cat >>confdefs.h <<_ACEOF
19360 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
19361 _ACEOF
19362
19363
19364 fi
19365
19366
19367 { echo "$as_me:$LINENO: checking for struct option.name" >&5
19368 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
19369 if test "${ac_cv_member_struct_option_name+set}" = set; then
19370   echo $ECHO_N "(cached) $ECHO_C" >&6
19371 else
19372   cat >conftest.$ac_ext <<_ACEOF
19373 /* confdefs.h.  */
19374 _ACEOF
19375 cat confdefs.h >>conftest.$ac_ext
19376 cat >>conftest.$ac_ext <<_ACEOF
19377 /* end confdefs.h.  */
19378 #ifdef HAVE_GETOPT_H
19379 #include <getopt.h>
19380 #endif
19381
19382 int
19383 main ()
19384 {
19385 static struct option ac_aggr;
19386 if (ac_aggr.name)
19387 return 0;
19388   ;
19389   return 0;
19390 }
19391 _ACEOF
19392 rm -f conftest.$ac_objext
19393 if { (ac_try="$ac_compile"
19394 case "(($ac_try" in
19395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19396   *) ac_try_echo=$ac_try;;
19397 esac
19398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19399   (eval "$ac_compile") 2>conftest.er1
19400   ac_status=$?
19401   grep -v '^ *+' conftest.er1 >conftest.err
19402   rm -f conftest.er1
19403   cat conftest.err >&5
19404   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19405   (exit $ac_status); } && {
19406          test -z "$ac_c_werror_flag" ||
19407          test ! -s conftest.err
19408        } && test -s conftest.$ac_objext; then
19409   ac_cv_member_struct_option_name=yes
19410 else
19411   echo "$as_me: failed program was:" >&5
19412 sed 's/^/| /' conftest.$ac_ext >&5
19413
19414         cat >conftest.$ac_ext <<_ACEOF
19415 /* confdefs.h.  */
19416 _ACEOF
19417 cat confdefs.h >>conftest.$ac_ext
19418 cat >>conftest.$ac_ext <<_ACEOF
19419 /* end confdefs.h.  */
19420 #ifdef HAVE_GETOPT_H
19421 #include <getopt.h>
19422 #endif
19423
19424 int
19425 main ()
19426 {
19427 static struct option ac_aggr;
19428 if (sizeof ac_aggr.name)
19429 return 0;
19430   ;
19431   return 0;
19432 }
19433 _ACEOF
19434 rm -f conftest.$ac_objext
19435 if { (ac_try="$ac_compile"
19436 case "(($ac_try" in
19437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19438   *) ac_try_echo=$ac_try;;
19439 esac
19440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19441   (eval "$ac_compile") 2>conftest.er1
19442   ac_status=$?
19443   grep -v '^ *+' conftest.er1 >conftest.err
19444   rm -f conftest.er1
19445   cat conftest.err >&5
19446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447   (exit $ac_status); } && {
19448          test -z "$ac_c_werror_flag" ||
19449          test ! -s conftest.err
19450        } && test -s conftest.$ac_objext; then
19451   ac_cv_member_struct_option_name=yes
19452 else
19453   echo "$as_me: failed program was:" >&5
19454 sed 's/^/| /' conftest.$ac_ext >&5
19455
19456         ac_cv_member_struct_option_name=no
19457 fi
19458
19459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19460 fi
19461
19462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19463 fi
19464 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
19465 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
19466 if test $ac_cv_member_struct_option_name = yes; then
19467
19468 cat >>confdefs.h <<_ACEOF
19469 #define HAVE_STRUCT_OPTION_NAME 1
19470 _ACEOF
19471
19472
19473 fi
19474
19475
19476 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
19477 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
19478 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
19479   echo $ECHO_N "(cached) $ECHO_C" >&6
19480 else
19481   cat >conftest.$ac_ext <<_ACEOF
19482 /* confdefs.h.  */
19483 _ACEOF
19484 cat confdefs.h >>conftest.$ac_ext
19485 cat >>conftest.$ac_ext <<_ACEOF
19486 /* end confdefs.h.  */
19487 $ac_includes_default
19488 int
19489 main ()
19490 {
19491 static struct stat ac_aggr;
19492 if (ac_aggr.st_blocks)
19493 return 0;
19494   ;
19495   return 0;
19496 }
19497 _ACEOF
19498 rm -f conftest.$ac_objext
19499 if { (ac_try="$ac_compile"
19500 case "(($ac_try" in
19501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19502   *) ac_try_echo=$ac_try;;
19503 esac
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505   (eval "$ac_compile") 2>conftest.er1
19506   ac_status=$?
19507   grep -v '^ *+' conftest.er1 >conftest.err
19508   rm -f conftest.er1
19509   cat conftest.err >&5
19510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511   (exit $ac_status); } && {
19512          test -z "$ac_c_werror_flag" ||
19513          test ! -s conftest.err
19514        } && test -s conftest.$ac_objext; then
19515   ac_cv_member_struct_stat_st_blocks=yes
19516 else
19517   echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19519
19520         cat >conftest.$ac_ext <<_ACEOF
19521 /* confdefs.h.  */
19522 _ACEOF
19523 cat confdefs.h >>conftest.$ac_ext
19524 cat >>conftest.$ac_ext <<_ACEOF
19525 /* end confdefs.h.  */
19526 $ac_includes_default
19527 int
19528 main ()
19529 {
19530 static struct stat ac_aggr;
19531 if (sizeof ac_aggr.st_blocks)
19532 return 0;
19533   ;
19534   return 0;
19535 }
19536 _ACEOF
19537 rm -f conftest.$ac_objext
19538 if { (ac_try="$ac_compile"
19539 case "(($ac_try" in
19540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19541   *) ac_try_echo=$ac_try;;
19542 esac
19543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19544   (eval "$ac_compile") 2>conftest.er1
19545   ac_status=$?
19546   grep -v '^ *+' conftest.er1 >conftest.err
19547   rm -f conftest.er1
19548   cat conftest.err >&5
19549   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19550   (exit $ac_status); } && {
19551          test -z "$ac_c_werror_flag" ||
19552          test ! -s conftest.err
19553        } && test -s conftest.$ac_objext; then
19554   ac_cv_member_struct_stat_st_blocks=yes
19555 else
19556   echo "$as_me: failed program was:" >&5
19557 sed 's/^/| /' conftest.$ac_ext >&5
19558
19559         ac_cv_member_struct_stat_st_blocks=no
19560 fi
19561
19562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19563 fi
19564
19565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19566 fi
19567 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
19568 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
19569 if test $ac_cv_member_struct_stat_st_blocks = yes; then
19570
19571 cat >>confdefs.h <<_ACEOF
19572 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19573 _ACEOF
19574
19575
19576 fi
19577
19578
19579 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
19580 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
19581 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
19582   echo $ECHO_N "(cached) $ECHO_C" >&6
19583 else
19584   cat >conftest.$ac_ext <<_ACEOF
19585 /* confdefs.h.  */
19586 _ACEOF
19587 cat confdefs.h >>conftest.$ac_ext
19588 cat >>conftest.$ac_ext <<_ACEOF
19589 /* end confdefs.h.  */
19590 #ifdef HAVE_SYS_TYPES_H
19591 #include <sys/types.h>
19592 #endif
19593 #ifdef HAVE_NETINET_IN_H
19594 #include <netinet/in.h>
19595 #endif
19596
19597 int
19598 main ()
19599 {
19600 static struct sockaddr_in6 ac_aggr;
19601 if (ac_aggr.sin6_scope_id)
19602 return 0;
19603   ;
19604   return 0;
19605 }
19606 _ACEOF
19607 rm -f conftest.$ac_objext
19608 if { (ac_try="$ac_compile"
19609 case "(($ac_try" in
19610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19611   *) ac_try_echo=$ac_try;;
19612 esac
19613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19614   (eval "$ac_compile") 2>conftest.er1
19615   ac_status=$?
19616   grep -v '^ *+' conftest.er1 >conftest.err
19617   rm -f conftest.er1
19618   cat conftest.err >&5
19619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19620   (exit $ac_status); } && {
19621          test -z "$ac_c_werror_flag" ||
19622          test ! -s conftest.err
19623        } && test -s conftest.$ac_objext; then
19624   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19625 else
19626   echo "$as_me: failed program was:" >&5
19627 sed 's/^/| /' conftest.$ac_ext >&5
19628
19629         cat >conftest.$ac_ext <<_ACEOF
19630 /* confdefs.h.  */
19631 _ACEOF
19632 cat confdefs.h >>conftest.$ac_ext
19633 cat >>conftest.$ac_ext <<_ACEOF
19634 /* end confdefs.h.  */
19635 #ifdef HAVE_SYS_TYPES_H
19636 #include <sys/types.h>
19637 #endif
19638 #ifdef HAVE_NETINET_IN_H
19639 #include <netinet/in.h>
19640 #endif
19641
19642 int
19643 main ()
19644 {
19645 static struct sockaddr_in6 ac_aggr;
19646 if (sizeof ac_aggr.sin6_scope_id)
19647 return 0;
19648   ;
19649   return 0;
19650 }
19651 _ACEOF
19652 rm -f conftest.$ac_objext
19653 if { (ac_try="$ac_compile"
19654 case "(($ac_try" in
19655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19656   *) ac_try_echo=$ac_try;;
19657 esac
19658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19659   (eval "$ac_compile") 2>conftest.er1
19660   ac_status=$?
19661   grep -v '^ *+' conftest.er1 >conftest.err
19662   rm -f conftest.er1
19663   cat conftest.err >&5
19664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665   (exit $ac_status); } && {
19666          test -z "$ac_c_werror_flag" ||
19667          test ! -s conftest.err
19668        } && test -s conftest.$ac_objext; then
19669   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19670 else
19671   echo "$as_me: failed program was:" >&5
19672 sed 's/^/| /' conftest.$ac_ext >&5
19673
19674         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
19675 fi
19676
19677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19678 fi
19679
19680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19681 fi
19682 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
19683 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
19684 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
19685
19686 cat >>confdefs.h <<_ACEOF
19687 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19688 _ACEOF
19689
19690
19691 fi
19692
19693
19694 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
19695 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
19696 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
19697   echo $ECHO_N "(cached) $ECHO_C" >&6
19698 else
19699   cat >conftest.$ac_ext <<_ACEOF
19700 /* confdefs.h.  */
19701 _ACEOF
19702 cat confdefs.h >>conftest.$ac_ext
19703 cat >>conftest.$ac_ext <<_ACEOF
19704 /* end confdefs.h.  */
19705 #ifdef HAVE_SYS_TYPES_H
19706 #include <sys/types.h>
19707 #endif
19708 #ifdef HAVE_NETINET_IN_H
19709 # include <netinet/in.h>
19710 #endif
19711 #ifdef HAVE_ARPA_NAMESER_H
19712 # include <arpa/nameser.h>
19713 #endif
19714
19715 int
19716 main ()
19717 {
19718 static ns_msg ac_aggr;
19719 if (ac_aggr._msg_ptr)
19720 return 0;
19721   ;
19722   return 0;
19723 }
19724 _ACEOF
19725 rm -f conftest.$ac_objext
19726 if { (ac_try="$ac_compile"
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_compile") 2>conftest.er1
19733   ac_status=$?
19734   grep -v '^ *+' conftest.er1 >conftest.err
19735   rm -f conftest.er1
19736   cat conftest.err >&5
19737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19738   (exit $ac_status); } && {
19739          test -z "$ac_c_werror_flag" ||
19740          test ! -s conftest.err
19741        } && test -s conftest.$ac_objext; then
19742   ac_cv_member_ns_msg__msg_ptr=yes
19743 else
19744   echo "$as_me: failed program was:" >&5
19745 sed 's/^/| /' conftest.$ac_ext >&5
19746
19747         cat >conftest.$ac_ext <<_ACEOF
19748 /* confdefs.h.  */
19749 _ACEOF
19750 cat confdefs.h >>conftest.$ac_ext
19751 cat >>conftest.$ac_ext <<_ACEOF
19752 /* end confdefs.h.  */
19753 #ifdef HAVE_SYS_TYPES_H
19754 #include <sys/types.h>
19755 #endif
19756 #ifdef HAVE_NETINET_IN_H
19757 # include <netinet/in.h>
19758 #endif
19759 #ifdef HAVE_ARPA_NAMESER_H
19760 # include <arpa/nameser.h>
19761 #endif
19762
19763 int
19764 main ()
19765 {
19766 static ns_msg ac_aggr;
19767 if (sizeof ac_aggr._msg_ptr)
19768 return 0;
19769   ;
19770   return 0;
19771 }
19772 _ACEOF
19773 rm -f conftest.$ac_objext
19774 if { (ac_try="$ac_compile"
19775 case "(($ac_try" in
19776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19777   *) ac_try_echo=$ac_try;;
19778 esac
19779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19780   (eval "$ac_compile") 2>conftest.er1
19781   ac_status=$?
19782   grep -v '^ *+' conftest.er1 >conftest.err
19783   rm -f conftest.er1
19784   cat conftest.err >&5
19785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19786   (exit $ac_status); } && {
19787          test -z "$ac_c_werror_flag" ||
19788          test ! -s conftest.err
19789        } && test -s conftest.$ac_objext; then
19790   ac_cv_member_ns_msg__msg_ptr=yes
19791 else
19792   echo "$as_me: failed program was:" >&5
19793 sed 's/^/| /' conftest.$ac_ext >&5
19794
19795         ac_cv_member_ns_msg__msg_ptr=no
19796 fi
19797
19798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19799 fi
19800
19801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19802 fi
19803 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
19804 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
19805 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
19806
19807 cat >>confdefs.h <<_ACEOF
19808 #define HAVE_NS_MSG__MSG_PTR 1
19809 _ACEOF
19810
19811
19812 fi
19813
19814
19815 { echo "$as_me:$LINENO: checking for timezone variable" >&5
19816 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
19817 if test "${ac_cv_have_timezone+set}" = set; then
19818   echo $ECHO_N "(cached) $ECHO_C" >&6
19819 else
19820   cat >conftest.$ac_ext <<_ACEOF
19821 /* confdefs.h.  */
19822 _ACEOF
19823 cat confdefs.h >>conftest.$ac_ext
19824 cat >>conftest.$ac_ext <<_ACEOF
19825 /* end confdefs.h.  */
19826 #include <time.h>
19827 int
19828 main ()
19829 {
19830 timezone = 1
19831   ;
19832   return 0;
19833 }
19834 _ACEOF
19835 rm -f conftest.$ac_objext conftest$ac_exeext
19836 if { (ac_try="$ac_link"
19837 case "(($ac_try" in
19838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19839   *) ac_try_echo=$ac_try;;
19840 esac
19841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19842   (eval "$ac_link") 2>conftest.er1
19843   ac_status=$?
19844   grep -v '^ *+' conftest.er1 >conftest.err
19845   rm -f conftest.er1
19846   cat conftest.err >&5
19847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19848   (exit $ac_status); } && {
19849          test -z "$ac_c_werror_flag" ||
19850          test ! -s conftest.err
19851        } && test -s conftest$ac_exeext &&
19852        $as_test_x conftest$ac_exeext; then
19853   ac_cv_have_timezone="yes"
19854 else
19855   echo "$as_me: failed program was:" >&5
19856 sed 's/^/| /' conftest.$ac_ext >&5
19857
19858         ac_cv_have_timezone="no"
19859 fi
19860
19861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19862       conftest$ac_exeext conftest.$ac_ext
19863 fi
19864 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
19865 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
19866 if test "$ac_cv_have_timezone" = "yes"
19867 then
19868
19869 cat >>confdefs.h <<\_ACEOF
19870 #define HAVE_TIMEZONE 1
19871 _ACEOF
19872
19873 fi
19874 { echo "$as_me:$LINENO: checking for daylight variable" >&5
19875 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
19876 if test "${ac_cv_have_daylight+set}" = set; then
19877   echo $ECHO_N "(cached) $ECHO_C" >&6
19878 else
19879   cat >conftest.$ac_ext <<_ACEOF
19880 /* confdefs.h.  */
19881 _ACEOF
19882 cat confdefs.h >>conftest.$ac_ext
19883 cat >>conftest.$ac_ext <<_ACEOF
19884 /* end confdefs.h.  */
19885 #include <time.h>
19886 int
19887 main ()
19888 {
19889 daylight = 1
19890   ;
19891   return 0;
19892 }
19893 _ACEOF
19894 rm -f conftest.$ac_objext conftest$ac_exeext
19895 if { (ac_try="$ac_link"
19896 case "(($ac_try" in
19897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19898   *) ac_try_echo=$ac_try;;
19899 esac
19900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19901   (eval "$ac_link") 2>conftest.er1
19902   ac_status=$?
19903   grep -v '^ *+' conftest.er1 >conftest.err
19904   rm -f conftest.er1
19905   cat conftest.err >&5
19906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907   (exit $ac_status); } && {
19908          test -z "$ac_c_werror_flag" ||
19909          test ! -s conftest.err
19910        } && test -s conftest$ac_exeext &&
19911        $as_test_x conftest$ac_exeext; then
19912   ac_cv_have_daylight="yes"
19913 else
19914   echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19916
19917         ac_cv_have_daylight="no"
19918 fi
19919
19920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19921       conftest$ac_exeext conftest.$ac_ext
19922 fi
19923 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
19924 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
19925 if test "$ac_cv_have_daylight" = "yes"
19926 then
19927
19928 cat >>confdefs.h <<\_ACEOF
19929 #define HAVE_DAYLIGHT 1
19930 _ACEOF
19931
19932 fi
19933
19934
19935 case $host_cpu in
19936   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
19937 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
19938 if test "${ac_cv_cpp_def___i386__+set}" = set; then
19939   echo $ECHO_N "(cached) $ECHO_C" >&6
19940 else
19941   cat >conftest.$ac_ext <<_ACEOF
19942 /* confdefs.h.  */
19943 _ACEOF
19944 cat confdefs.h >>conftest.$ac_ext
19945 cat >>conftest.$ac_ext <<_ACEOF
19946 /* end confdefs.h.  */
19947 #ifndef __i386__
19948 yes
19949 #endif
19950 _ACEOF
19951 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19952   $EGREP "yes" >/dev/null 2>&1; then
19953   ac_cv_cpp_def___i386__=yes
19954 else
19955   ac_cv_cpp_def___i386__=no
19956 fi
19957 rm -f conftest*
19958
19959 fi
19960 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
19961 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
19962 if test $ac_cv_cpp_def___i386__ = yes; then
19963   CFLAGS="$CFLAGS -D__i386__"
19964   LINTFLAGS="$LINTFLAGS -D__i386__"
19965 fi
19966  ;;
19967   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
19968 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
19969 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
19970   echo $ECHO_N "(cached) $ECHO_C" >&6
19971 else
19972   cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h.  */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h.  */
19978 #ifndef __x86_64__
19979 yes
19980 #endif
19981 _ACEOF
19982 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19983   $EGREP "yes" >/dev/null 2>&1; then
19984   ac_cv_cpp_def___x86_64__=yes
19985 else
19986   ac_cv_cpp_def___x86_64__=no
19987 fi
19988 rm -f conftest*
19989
19990 fi
19991 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
19992 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
19993 if test $ac_cv_cpp_def___x86_64__ = yes; then
19994   CFLAGS="$CFLAGS -D__x86_64__"
19995   LINTFLAGS="$LINTFLAGS -D__x86_64__"
19996 fi
19997  ;;
19998   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
19999 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
20000 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
20001   echo $ECHO_N "(cached) $ECHO_C" >&6
20002 else
20003   cat >conftest.$ac_ext <<_ACEOF
20004 /* confdefs.h.  */
20005 _ACEOF
20006 cat confdefs.h >>conftest.$ac_ext
20007 cat >>conftest.$ac_ext <<_ACEOF
20008 /* end confdefs.h.  */
20009 #ifndef __ALPHA__
20010 yes
20011 #endif
20012 _ACEOF
20013 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20014   $EGREP "yes" >/dev/null 2>&1; then
20015   ac_cv_cpp_def___ALPHA__=yes
20016 else
20017   ac_cv_cpp_def___ALPHA__=no
20018 fi
20019 rm -f conftest*
20020
20021 fi
20022 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
20023 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
20024 if test $ac_cv_cpp_def___ALPHA__ = yes; then
20025   CFLAGS="$CFLAGS -D__ALPHA__"
20026   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
20027 fi
20028  ;;
20029   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
20030 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
20031 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
20032   echo $ECHO_N "(cached) $ECHO_C" >&6
20033 else
20034   cat >conftest.$ac_ext <<_ACEOF
20035 /* confdefs.h.  */
20036 _ACEOF
20037 cat confdefs.h >>conftest.$ac_ext
20038 cat >>conftest.$ac_ext <<_ACEOF
20039 /* end confdefs.h.  */
20040 #ifndef __sparc__
20041 yes
20042 #endif
20043 _ACEOF
20044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20045   $EGREP "yes" >/dev/null 2>&1; then
20046   ac_cv_cpp_def___sparc__=yes
20047 else
20048   ac_cv_cpp_def___sparc__=no
20049 fi
20050 rm -f conftest*
20051
20052 fi
20053 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
20054 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
20055 if test $ac_cv_cpp_def___sparc__ = yes; then
20056   CFLAGS="$CFLAGS -D__sparc__"
20057   LINTFLAGS="$LINTFLAGS -D__sparc__"
20058 fi
20059  ;;
20060   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
20061 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
20062 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
20063   echo $ECHO_N "(cached) $ECHO_C" >&6
20064 else
20065   cat >conftest.$ac_ext <<_ACEOF
20066 /* confdefs.h.  */
20067 _ACEOF
20068 cat confdefs.h >>conftest.$ac_ext
20069 cat >>conftest.$ac_ext <<_ACEOF
20070 /* end confdefs.h.  */
20071 #ifndef __powerpc__
20072 yes
20073 #endif
20074 _ACEOF
20075 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20076   $EGREP "yes" >/dev/null 2>&1; then
20077   ac_cv_cpp_def___powerpc__=yes
20078 else
20079   ac_cv_cpp_def___powerpc__=no
20080 fi
20081 rm -f conftest*
20082
20083 fi
20084 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
20085 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
20086 if test $ac_cv_cpp_def___powerpc__ = yes; then
20087   CFLAGS="$CFLAGS -D__powerpc__"
20088   LINTFLAGS="$LINTFLAGS -D__powerpc__"
20089 fi
20090  ;;
20091 esac
20092
20093 case $host_vendor in
20094   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
20095 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
20096 if test "${ac_cv_cpp_def___sun__+set}" = set; then
20097   echo $ECHO_N "(cached) $ECHO_C" >&6
20098 else
20099   cat >conftest.$ac_ext <<_ACEOF
20100 /* confdefs.h.  */
20101 _ACEOF
20102 cat confdefs.h >>conftest.$ac_ext
20103 cat >>conftest.$ac_ext <<_ACEOF
20104 /* end confdefs.h.  */
20105 #ifndef __sun__
20106 yes
20107 #endif
20108 _ACEOF
20109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20110   $EGREP "yes" >/dev/null 2>&1; then
20111   ac_cv_cpp_def___sun__=yes
20112 else
20113   ac_cv_cpp_def___sun__=no
20114 fi
20115 rm -f conftest*
20116
20117 fi
20118 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
20119 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
20120 if test $ac_cv_cpp_def___sun__ = yes; then
20121   CFLAGS="$CFLAGS -D__sun__"
20122   LINTFLAGS="$LINTFLAGS -D__sun__"
20123 fi
20124  ;;
20125 esac
20126
20127
20128 DEPENDENCIES="### Dependencies:
20129
20130 .INIT: Makefile
20131 .BEGIN: Makefile
20132 Makefile: dummy
20133         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
20134
20135 \$(OBJS): \$(IDL_GEN_HEADERS)
20136 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
20137 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
20138 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
20139
20140
20141
20142
20143
20144 ac_config_commands="$ac_config_commands include/stamp-h"
20145
20146
20147 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
20148
20149 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
20150
20151 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
20152
20153 ac_config_commands="$ac_config_commands dlls/user32/resources"
20154
20155 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
20156
20157 ac_config_commands="$ac_config_commands include/wine"
20158
20159
20160 MAKE_RULES=Make.rules
20161
20162
20163 MAKE_DLL_RULES=dlls/Makedll.rules
20164
20165
20166 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
20167
20168
20169 MAKE_TEST_RULES=dlls/Maketest.rules
20170
20171
20172 MAKE_PROG_RULES=programs/Makeprog.rules
20173
20174
20175 ac_config_files="$ac_config_files Make.rules"
20176
20177 ac_config_files="$ac_config_files dlls/Makedll.rules"
20178
20179 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
20180
20181 ac_config_files="$ac_config_files dlls/Maketest.rules"
20182
20183 ac_config_files="$ac_config_files programs/Makeprog.rules"
20184
20185 ac_config_files="$ac_config_files Makefile"
20186
20187 ac_config_files="$ac_config_files dlls/Makefile"
20188
20189 ac_config_files="$ac_config_files dlls/acledit/Makefile"
20190
20191 ac_config_files="$ac_config_files dlls/activeds/Makefile"
20192
20193 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
20194
20195 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
20196
20197 ac_config_files="$ac_config_files dlls/advpack/Makefile"
20198
20199 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
20200
20201 ac_config_files="$ac_config_files dlls/amstream/Makefile"
20202
20203 ac_config_files="$ac_config_files dlls/atl/Makefile"
20204
20205 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
20206
20207 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
20208
20209 ac_config_files="$ac_config_files dlls/browseui/Makefile"
20210
20211 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
20212
20213 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
20214
20215 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
20216
20217 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
20218
20219 ac_config_files="$ac_config_files dlls/cards/Makefile"
20220
20221 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
20222
20223 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
20224
20225 ac_config_files="$ac_config_files dlls/comcat/Makefile"
20226
20227 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
20228
20229 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
20230
20231 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
20232
20233 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
20234
20235 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
20236
20237 ac_config_files="$ac_config_files dlls/compstui/Makefile"
20238
20239 ac_config_files="$ac_config_files dlls/credui/Makefile"
20240
20241 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
20242
20243 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
20244
20245 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
20246
20247 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
20248
20249 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
20250
20251 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
20252
20253 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
20254
20255 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
20256
20257 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
20258
20259 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
20260
20261 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
20262
20263 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
20264
20265 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
20266
20267 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
20268
20269 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
20270
20271 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
20272
20273 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
20274
20275 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
20276
20277 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
20278
20279 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
20280
20281 ac_config_files="$ac_config_files dlls/devenum/Makefile"
20282
20283 ac_config_files="$ac_config_files dlls/dinput/Makefile"
20284
20285 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
20286
20287 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
20288
20289 ac_config_files="$ac_config_files dlls/dmband/Makefile"
20290
20291 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
20292
20293 ac_config_files="$ac_config_files dlls/dmime/Makefile"
20294
20295 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
20296
20297 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
20298
20299 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
20300
20301 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
20302
20303 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
20304
20305 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
20306
20307 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
20308
20309 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
20310
20311 ac_config_files="$ac_config_files dlls/dplay/Makefile"
20312
20313 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
20314
20315 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
20316
20317 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
20318
20319 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
20320
20321 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
20322
20323 ac_config_files="$ac_config_files dlls/dsound/Makefile"
20324
20325 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
20326
20327 ac_config_files="$ac_config_files dlls/dswave/Makefile"
20328
20329 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
20330
20331 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
20332
20333 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
20334
20335 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
20336
20337 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
20338
20339 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
20340
20341 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
20342
20343 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
20344
20345 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
20346
20347 ac_config_files="$ac_config_files dlls/glu32/Makefile"
20348
20349 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
20350
20351 ac_config_files="$ac_config_files dlls/hal/Makefile"
20352
20353 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
20354
20355 ac_config_files="$ac_config_files dlls/hid/Makefile"
20356
20357 ac_config_files="$ac_config_files dlls/hlink/Makefile"
20358
20359 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
20360
20361 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
20362
20363 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
20364
20365 ac_config_files="$ac_config_files dlls/icmp/Makefile"
20366
20367 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
20368
20369 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
20370
20371 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
20372
20373 ac_config_files="$ac_config_files dlls/imm32/Makefile"
20374
20375 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
20376
20377 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
20378
20379 ac_config_files="$ac_config_files dlls/inseng/Makefile"
20380
20381 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
20382
20383 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
20384
20385 ac_config_files="$ac_config_files dlls/itss/Makefile"
20386
20387 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
20388
20389 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
20390
20391 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
20392
20393 ac_config_files="$ac_config_files dlls/localspl/Makefile"
20394
20395 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
20396
20397 ac_config_files="$ac_config_files dlls/localui/Makefile"
20398
20399 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
20400
20401 ac_config_files="$ac_config_files dlls/lz32/Makefile"
20402
20403 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
20404
20405 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
20406
20407 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
20408
20409 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
20410
20411 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
20412
20413 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
20414
20415 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
20416
20417 ac_config_files="$ac_config_files dlls/midimap/Makefile"
20418
20419 ac_config_files="$ac_config_files dlls/mlang/Makefile"
20420
20421 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
20422
20423 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
20424
20425 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
20426
20427 ac_config_files="$ac_config_files dlls/mpr/Makefile"
20428
20429 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
20430
20431 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
20432
20433 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
20434
20435 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
20436
20437 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
20438
20439 ac_config_files="$ac_config_files dlls/mscms/Makefile"
20440
20441 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
20442
20443 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
20444
20445 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
20446
20447 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
20448
20449 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
20450
20451 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
20452
20453 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
20454
20455 ac_config_files="$ac_config_files dlls/msi/Makefile"
20456
20457 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
20458
20459 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
20460
20461 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
20462
20463 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
20464
20465 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
20466
20467 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
20468
20469 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
20470
20471 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
20472
20473 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
20474
20475 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
20476
20477 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
20478
20479 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
20480
20481 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
20482
20483 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
20484
20485 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
20486
20487 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
20488
20489 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
20490
20491 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
20492
20493 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
20494
20495 ac_config_files="$ac_config_files dlls/newdev/Makefile"
20496
20497 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
20498
20499 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
20500
20501 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
20502
20503 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
20504
20505 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
20506
20507 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
20508
20509 ac_config_files="$ac_config_files dlls/objsel/Makefile"
20510
20511 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
20512
20513 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
20514
20515 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
20516
20517 ac_config_files="$ac_config_files dlls/ole32/Makefile"
20518
20519 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
20520
20521 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
20522
20523 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
20524
20525 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
20526
20527 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
20528
20529 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
20530
20531 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
20532
20533 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
20534
20535 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
20536
20537 ac_config_files="$ac_config_files dlls/pdh/Makefile"
20538
20539 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
20540
20541 ac_config_files="$ac_config_files dlls/printui/Makefile"
20542
20543 ac_config_files="$ac_config_files dlls/psapi/Makefile"
20544
20545 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
20546
20547 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
20548
20549 ac_config_files="$ac_config_files dlls/qcap/Makefile"
20550
20551 ac_config_files="$ac_config_files dlls/quartz/Makefile"
20552
20553 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
20554
20555 ac_config_files="$ac_config_files dlls/query/Makefile"
20556
20557 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
20558
20559 ac_config_files="$ac_config_files dlls/resutils/Makefile"
20560
20561 ac_config_files="$ac_config_files dlls/riched20/Makefile"
20562
20563 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
20564
20565 ac_config_files="$ac_config_files dlls/riched32/Makefile"
20566
20567 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
20568
20569 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
20570
20571 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
20572
20573 ac_config_files="$ac_config_files dlls/rsabase/tests/Makefile"
20574
20575 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
20576
20577 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
20578
20579 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
20580
20581 ac_config_files="$ac_config_files dlls/schannel/Makefile"
20582
20583 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
20584
20585 ac_config_files="$ac_config_files dlls/secur32/Makefile"
20586
20587 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
20588
20589 ac_config_files="$ac_config_files dlls/security/Makefile"
20590
20591 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
20592
20593 ac_config_files="$ac_config_files dlls/serialui/Makefile"
20594
20595 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
20596
20597 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
20598
20599 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
20600
20601 ac_config_files="$ac_config_files dlls/sfc/Makefile"
20602
20603 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
20604
20605 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
20606
20607 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
20608
20609 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
20610
20611 ac_config_files="$ac_config_files dlls/shell32/Makefile"
20612
20613 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
20614
20615 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
20616
20617 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
20618
20619 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
20620
20621 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
20622
20623 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
20624
20625 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
20626
20627 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
20628
20629 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
20630
20631 ac_config_files="$ac_config_files dlls/sti/Makefile"
20632
20633 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
20634
20635 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
20636
20637 ac_config_files="$ac_config_files dlls/sxs/Makefile"
20638
20639 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
20640
20641 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
20642
20643 ac_config_files="$ac_config_files dlls/unicows/Makefile"
20644
20645 ac_config_files="$ac_config_files dlls/url/Makefile"
20646
20647 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
20648
20649 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
20650
20651 ac_config_files="$ac_config_files dlls/user32/Makefile"
20652
20653 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
20654
20655 ac_config_files="$ac_config_files dlls/userenv/Makefile"
20656
20657 ac_config_files="$ac_config_files dlls/usp10/Makefile"
20658
20659 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
20660
20661 ac_config_files="$ac_config_files dlls/uuid/Makefile"
20662
20663 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
20664
20665 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
20666
20667 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
20668
20669 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
20670
20671 ac_config_files="$ac_config_files dlls/version/Makefile"
20672
20673 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
20674
20675 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
20676
20677 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
20678
20679 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
20680
20681 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
20682
20683 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
20684
20685 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
20686
20687 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
20688
20689 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
20690
20691 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
20692
20693 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
20694
20695 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
20696
20697 ac_config_files="$ac_config_files dlls/winedos/Makefile"
20698
20699 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
20700
20701 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
20702
20703 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
20704
20705 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
20706
20707 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
20708
20709 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
20710
20711 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
20712
20713 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
20714
20715 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
20716
20717 ac_config_files="$ac_config_files dlls/wing32/Makefile"
20718
20719 ac_config_files="$ac_config_files dlls/wininet/Makefile"
20720
20721 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
20722
20723 ac_config_files="$ac_config_files dlls/winmm/Makefile"
20724
20725 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
20726
20727 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
20728
20729 ac_config_files="$ac_config_files dlls/winscard/Makefile"
20730
20731 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
20732
20733 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
20734
20735 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
20736
20737 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
20738
20739 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
20740
20741 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
20742
20743 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
20744
20745 ac_config_files="$ac_config_files dlls/wow32/Makefile"
20746
20747 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
20748
20749 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
20750
20751 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
20752
20753 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
20754
20755 ac_config_files="$ac_config_files documentation/Makefile"
20756
20757 ac_config_files="$ac_config_files fonts/Makefile"
20758
20759 ac_config_files="$ac_config_files include/Makefile"
20760
20761 ac_config_files="$ac_config_files libs/Makefile"
20762
20763 ac_config_files="$ac_config_files libs/port/Makefile"
20764
20765 ac_config_files="$ac_config_files libs/wine/Makefile"
20766
20767 ac_config_files="$ac_config_files libs/wpp/Makefile"
20768
20769 ac_config_files="$ac_config_files loader/Makefile"
20770
20771 ac_config_files="$ac_config_files programs/Makefile"
20772
20773 ac_config_files="$ac_config_files programs/clock/Makefile"
20774
20775 ac_config_files="$ac_config_files programs/cmd/Makefile"
20776
20777 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
20778
20779 ac_config_files="$ac_config_files programs/control/Makefile"
20780
20781 ac_config_files="$ac_config_files programs/eject/Makefile"
20782
20783 ac_config_files="$ac_config_files programs/expand/Makefile"
20784
20785 ac_config_files="$ac_config_files programs/explorer/Makefile"
20786
20787 ac_config_files="$ac_config_files programs/hh/Makefile"
20788
20789 ac_config_files="$ac_config_files programs/icinfo/Makefile"
20790
20791 ac_config_files="$ac_config_files programs/iexplore/Makefile"
20792
20793 ac_config_files="$ac_config_files programs/msiexec/Makefile"
20794
20795 ac_config_files="$ac_config_files programs/net/Makefile"
20796
20797 ac_config_files="$ac_config_files programs/notepad/Makefile"
20798
20799 ac_config_files="$ac_config_files programs/oleview/Makefile"
20800
20801 ac_config_files="$ac_config_files programs/progman/Makefile"
20802
20803 ac_config_files="$ac_config_files programs/regedit/Makefile"
20804
20805 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
20806
20807 ac_config_files="$ac_config_files programs/rpcss/Makefile"
20808
20809 ac_config_files="$ac_config_files programs/rundll32/Makefile"
20810
20811 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
20812
20813 ac_config_files="$ac_config_files programs/start/Makefile"
20814
20815 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
20816
20817 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
20818
20819 ac_config_files="$ac_config_files programs/view/Makefile"
20820
20821 ac_config_files="$ac_config_files programs/wineboot/Makefile"
20822
20823 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
20824
20825 ac_config_files="$ac_config_files programs/winecfg/Makefile"
20826
20827 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
20828
20829 ac_config_files="$ac_config_files programs/winedbg/Makefile"
20830
20831 ac_config_files="$ac_config_files programs/winedevice/Makefile"
20832
20833 ac_config_files="$ac_config_files programs/winefile/Makefile"
20834
20835 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
20836
20837 ac_config_files="$ac_config_files programs/winemine/Makefile"
20838
20839 ac_config_files="$ac_config_files programs/winepath/Makefile"
20840
20841 ac_config_files="$ac_config_files programs/winetest/Makefile"
20842
20843 ac_config_files="$ac_config_files programs/winevdm/Makefile"
20844
20845 ac_config_files="$ac_config_files programs/winhelp/Makefile"
20846
20847 ac_config_files="$ac_config_files programs/winver/Makefile"
20848
20849 ac_config_files="$ac_config_files programs/wordpad/Makefile"
20850
20851 ac_config_files="$ac_config_files programs/xcopy/Makefile"
20852
20853 ac_config_files="$ac_config_files server/Makefile"
20854
20855 ac_config_files="$ac_config_files tools/Makefile"
20856
20857 ac_config_files="$ac_config_files tools/widl/Makefile"
20858
20859 ac_config_files="$ac_config_files tools/winebuild/Makefile"
20860
20861 ac_config_files="$ac_config_files tools/winedump/Makefile"
20862
20863 ac_config_files="$ac_config_files tools/winegcc/Makefile"
20864
20865 ac_config_files="$ac_config_files tools/wmc/Makefile"
20866
20867 ac_config_files="$ac_config_files tools/wrc/Makefile"
20868
20869
20870 cat >confcache <<\_ACEOF
20871 # This file is a shell script that caches the results of configure
20872 # tests run on this system so they can be shared between configure
20873 # scripts and configure runs, see configure's option --config-cache.
20874 # It is not useful on other systems.  If it contains results you don't
20875 # want to keep, you may remove or edit it.
20876 #
20877 # config.status only pays attention to the cache file if you give it
20878 # the --recheck option to rerun configure.
20879 #
20880 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20881 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20882 # following values.
20883
20884 _ACEOF
20885
20886 # The following way of writing the cache mishandles newlines in values,
20887 # but we know of no workaround that is simple, portable, and efficient.
20888 # So, we kill variables containing newlines.
20889 # Ultrix sh set writes to stderr and can't be redirected directly,
20890 # and sets the high bit in the cache file unless we assign to the vars.
20891 (
20892   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20893     eval ac_val=\$$ac_var
20894     case $ac_val in #(
20895     *${as_nl}*)
20896       case $ac_var in #(
20897       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
20898 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
20899       esac
20900       case $ac_var in #(
20901       _ | IFS | as_nl) ;; #(
20902       *) $as_unset $ac_var ;;
20903       esac ;;
20904     esac
20905   done
20906
20907   (set) 2>&1 |
20908     case $as_nl`(ac_space=' '; set) 2>&1` in #(
20909     *${as_nl}ac_space=\ *)
20910       # `set' does not quote correctly, so add quotes (double-quote
20911       # substitution turns \\\\ into \\, and sed turns \\ into \).
20912       sed -n \
20913         "s/'/'\\\\''/g;
20914           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20915       ;; #(
20916     *)
20917       # `set' quotes correctly as required by POSIX, so do not add quotes.
20918       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20919       ;;
20920     esac |
20921     sort
20922 ) |
20923   sed '
20924      /^ac_cv_env_/b end
20925      t clear
20926      :clear
20927      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20928      t end
20929      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20930      :end' >>confcache
20931 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20932   if test -w "$cache_file"; then
20933     test "x$cache_file" != "x/dev/null" &&
20934       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
20935 echo "$as_me: updating cache $cache_file" >&6;}
20936     cat confcache >$cache_file
20937   else
20938     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
20939 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20940   fi
20941 fi
20942 rm -f confcache
20943
20944 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20945 # Let make expand exec_prefix.
20946 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20947
20948 DEFS=-DHAVE_CONFIG_H
20949
20950 ac_libobjs=
20951 ac_ltlibobjs=
20952 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20953   # 1. Remove the extension, and $U if already installed.
20954   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20955   ac_i=`echo "$ac_i" | sed "$ac_script"`
20956   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
20957   #    will be set to the directory where LIBOBJS objects are built.
20958   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20959   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
20960 done
20961 LIBOBJS=$ac_libobjs
20962
20963 LTLIBOBJS=$ac_ltlibobjs
20964
20965
20966
20967 : ${CONFIG_STATUS=./config.status}
20968 ac_clean_files_save=$ac_clean_files
20969 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20970 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
20971 echo "$as_me: creating $CONFIG_STATUS" >&6;}
20972 cat >$CONFIG_STATUS <<_ACEOF
20973 #! $SHELL
20974 # Generated by $as_me.
20975 # Run this file to recreate the current configuration.
20976 # Compiler output produced by configure, useful for debugging
20977 # configure, is in config.log if it exists.
20978
20979 debug=false
20980 ac_cs_recheck=false
20981 ac_cs_silent=false
20982 SHELL=\${CONFIG_SHELL-$SHELL}
20983 _ACEOF
20984
20985 cat >>$CONFIG_STATUS <<\_ACEOF
20986 ## --------------------- ##
20987 ## M4sh Initialization.  ##
20988 ## --------------------- ##
20989
20990 # Be more Bourne compatible
20991 DUALCASE=1; export DUALCASE # for MKS sh
20992 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
20993   emulate sh
20994   NULLCMD=:
20995   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20996   # is contrary to our usage.  Disable this feature.
20997   alias -g '${1+"$@"}'='"$@"'
20998   setopt NO_GLOB_SUBST
20999 else
21000   case `(set -o) 2>/dev/null` in
21001   *posix*) set -o posix ;;
21002 esac
21003
21004 fi
21005
21006
21007
21008
21009 # PATH needs CR
21010 # Avoid depending upon Character Ranges.
21011 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21012 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21013 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21014 as_cr_digits='0123456789'
21015 as_cr_alnum=$as_cr_Letters$as_cr_digits
21016
21017 # The user is always right.
21018 if test "${PATH_SEPARATOR+set}" != set; then
21019   echo "#! /bin/sh" >conf$$.sh
21020   echo  "exit 0"   >>conf$$.sh
21021   chmod +x conf$$.sh
21022   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21023     PATH_SEPARATOR=';'
21024   else
21025     PATH_SEPARATOR=:
21026   fi
21027   rm -f conf$$.sh
21028 fi
21029
21030 # Support unset when possible.
21031 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21032   as_unset=unset
21033 else
21034   as_unset=false
21035 fi
21036
21037
21038 # IFS
21039 # We need space, tab and new line, in precisely that order.  Quoting is
21040 # there to prevent editors from complaining about space-tab.
21041 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21042 # splitting by setting IFS to empty value.)
21043 as_nl='
21044 '
21045 IFS=" ""        $as_nl"
21046
21047 # Find who we are.  Look in the path if we contain no directory separator.
21048 case $0 in
21049   *[\\/]* ) as_myself=$0 ;;
21050   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21051 for as_dir in $PATH
21052 do
21053   IFS=$as_save_IFS
21054   test -z "$as_dir" && as_dir=.
21055   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21056 done
21057 IFS=$as_save_IFS
21058
21059      ;;
21060 esac
21061 # We did not find ourselves, most probably we were run as `sh COMMAND'
21062 # in which case we are not to be found in the path.
21063 if test "x$as_myself" = x; then
21064   as_myself=$0
21065 fi
21066 if test ! -f "$as_myself"; then
21067   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21068   { (exit 1); exit 1; }
21069 fi
21070
21071 # Work around bugs in pre-3.0 UWIN ksh.
21072 for as_var in ENV MAIL MAILPATH
21073 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21074 done
21075 PS1='$ '
21076 PS2='> '
21077 PS4='+ '
21078
21079 # NLS nuisances.
21080 for as_var in \
21081   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21082   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21083   LC_TELEPHONE LC_TIME
21084 do
21085   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21086     eval $as_var=C; export $as_var
21087   else
21088     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21089   fi
21090 done
21091
21092 # Required to use basename.
21093 if expr a : '\(a\)' >/dev/null 2>&1 &&
21094    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21095   as_expr=expr
21096 else
21097   as_expr=false
21098 fi
21099
21100 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21101   as_basename=basename
21102 else
21103   as_basename=false
21104 fi
21105
21106
21107 # Name of the executable.
21108 as_me=`$as_basename -- "$0" ||
21109 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21110          X"$0" : 'X\(//\)$' \| \
21111          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21112 echo X/"$0" |
21113     sed '/^.*\/\([^/][^/]*\)\/*$/{
21114             s//\1/
21115             q
21116           }
21117           /^X\/\(\/\/\)$/{
21118             s//\1/
21119             q
21120           }
21121           /^X\/\(\/\).*/{
21122             s//\1/
21123             q
21124           }
21125           s/.*/./; q'`
21126
21127 # CDPATH.
21128 $as_unset CDPATH
21129
21130
21131
21132   as_lineno_1=$LINENO
21133   as_lineno_2=$LINENO
21134   test "x$as_lineno_1" != "x$as_lineno_2" &&
21135   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21136
21137   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21138   # uniformly replaced by the line number.  The first 'sed' inserts a
21139   # line-number line after each line using $LINENO; the second 'sed'
21140   # does the real work.  The second script uses 'N' to pair each
21141   # line-number line with the line containing $LINENO, and appends
21142   # trailing '-' during substitution so that $LINENO is not a special
21143   # case at line end.
21144   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21145   # scripts with optimization help from Paolo Bonzini.  Blame Lee
21146   # E. McMahon (1931-1989) for sed's syntax.  :-)
21147   sed -n '
21148     p
21149     /[$]LINENO/=
21150   ' <$as_myself |
21151     sed '
21152       s/[$]LINENO.*/&-/
21153       t lineno
21154       b
21155       :lineno
21156       N
21157       :loop
21158       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21159       t loop
21160       s/-\n.*//
21161     ' >$as_me.lineno &&
21162   chmod +x "$as_me.lineno" ||
21163     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21164    { (exit 1); exit 1; }; }
21165
21166   # Don't try to exec as it changes $[0], causing all sort of problems
21167   # (the dirname of $[0] is not the place where we might find the
21168   # original and so on.  Autoconf is especially sensitive to this).
21169   . "./$as_me.lineno"
21170   # Exit status is that of the last command.
21171   exit
21172 }
21173
21174
21175 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21176   as_dirname=dirname
21177 else
21178   as_dirname=false
21179 fi
21180
21181 ECHO_C= ECHO_N= ECHO_T=
21182 case `echo -n x` in
21183 -n*)
21184   case `echo 'x\c'` in
21185   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
21186   *)   ECHO_C='\c';;
21187   esac;;
21188 *)
21189   ECHO_N='-n';;
21190 esac
21191
21192 if expr a : '\(a\)' >/dev/null 2>&1 &&
21193    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21194   as_expr=expr
21195 else
21196   as_expr=false
21197 fi
21198
21199 rm -f conf$$ conf$$.exe conf$$.file
21200 if test -d conf$$.dir; then
21201   rm -f conf$$.dir/conf$$.file
21202 else
21203   rm -f conf$$.dir
21204   mkdir conf$$.dir
21205 fi
21206 echo >conf$$.file
21207 if ln -s conf$$.file conf$$ 2>/dev/null; then
21208   as_ln_s='ln -s'
21209   # ... but there are two gotchas:
21210   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21211   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21212   # In both cases, we have to default to `cp -p'.
21213   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21214     as_ln_s='cp -p'
21215 elif ln conf$$.file conf$$ 2>/dev/null; then
21216   as_ln_s=ln
21217 else
21218   as_ln_s='cp -p'
21219 fi
21220 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21221 rmdir conf$$.dir 2>/dev/null
21222
21223 if mkdir -p . 2>/dev/null; then
21224   as_mkdir_p=:
21225 else
21226   test -d ./-p && rmdir ./-p
21227   as_mkdir_p=false
21228 fi
21229
21230 if test -x / >/dev/null 2>&1; then
21231   as_test_x='test -x'
21232 else
21233   if ls -dL / >/dev/null 2>&1; then
21234     as_ls_L_option=L
21235   else
21236     as_ls_L_option=
21237   fi
21238   as_test_x='
21239     eval sh -c '\''
21240       if test -d "$1"; then
21241         test -d "$1/.";
21242       else
21243         case $1 in
21244         -*)set "./$1";;
21245         esac;
21246         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
21247         ???[sx]*):;;*)false;;esac;fi
21248     '\'' sh
21249   '
21250 fi
21251 as_executable_p=$as_test_x
21252
21253 # Sed expression to map a string onto a valid CPP name.
21254 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21255
21256 # Sed expression to map a string onto a valid variable name.
21257 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21258
21259
21260 exec 6>&1
21261
21262 # Save the log message, to keep $[0] and so on meaningful, and to
21263 # report actual input values of CONFIG_FILES etc. instead of their
21264 # values after options handling.
21265 ac_log="
21266 This file was extended by Wine $as_me 0.9.40, which was
21267 generated by GNU Autoconf 2.61.  Invocation command line was
21268
21269   CONFIG_FILES    = $CONFIG_FILES
21270   CONFIG_HEADERS  = $CONFIG_HEADERS
21271   CONFIG_LINKS    = $CONFIG_LINKS
21272   CONFIG_COMMANDS = $CONFIG_COMMANDS
21273   $ $0 $@
21274
21275 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21276 "
21277
21278 _ACEOF
21279
21280 cat >>$CONFIG_STATUS <<_ACEOF
21281 # Files that config.status was made for.
21282 config_files="$ac_config_files"
21283 config_headers="$ac_config_headers"
21284 config_commands="$ac_config_commands"
21285
21286 _ACEOF
21287
21288 cat >>$CONFIG_STATUS <<\_ACEOF
21289 ac_cs_usage="\
21290 \`$as_me' instantiates files from templates according to the
21291 current configuration.
21292
21293 Usage: $0 [OPTIONS] [FILE]...
21294
21295   -h, --help       print this help, then exit
21296   -V, --version    print version number and configuration settings, then exit
21297   -q, --quiet      do not print progress messages
21298   -d, --debug      don't remove temporary files
21299       --recheck    update $as_me by reconfiguring in the same conditions
21300   --file=FILE[:TEMPLATE]
21301                    instantiate the configuration file FILE
21302   --header=FILE[:TEMPLATE]
21303                    instantiate the configuration header FILE
21304
21305 Configuration files:
21306 $config_files
21307
21308 Configuration headers:
21309 $config_headers
21310
21311 Configuration commands:
21312 $config_commands
21313
21314 Report bugs to <bug-autoconf@gnu.org>."
21315
21316 _ACEOF
21317 cat >>$CONFIG_STATUS <<_ACEOF
21318 ac_cs_version="\\
21319 Wine config.status 0.9.40
21320 configured by $0, generated by GNU Autoconf 2.61,
21321   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
21322
21323 Copyright (C) 2006 Free Software Foundation, Inc.
21324 This config.status script is free software; the Free Software Foundation
21325 gives unlimited permission to copy, distribute and modify it."
21326
21327 ac_pwd='$ac_pwd'
21328 srcdir='$srcdir'
21329 INSTALL='$INSTALL'
21330 _ACEOF
21331
21332 cat >>$CONFIG_STATUS <<\_ACEOF
21333 # If no file are specified by the user, then we need to provide default
21334 # value.  By we need to know if files were specified by the user.
21335 ac_need_defaults=:
21336 while test $# != 0
21337 do
21338   case $1 in
21339   --*=*)
21340     ac_option=`expr "X$1" : 'X\([^=]*\)='`
21341     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21342     ac_shift=:
21343     ;;
21344   *)
21345     ac_option=$1
21346     ac_optarg=$2
21347     ac_shift=shift
21348     ;;
21349   esac
21350
21351   case $ac_option in
21352   # Handling of the options.
21353   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21354     ac_cs_recheck=: ;;
21355   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21356     echo "$ac_cs_version"; exit ;;
21357   --debug | --debu | --deb | --de | --d | -d )
21358     debug=: ;;
21359   --file | --fil | --fi | --f )
21360     $ac_shift
21361     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
21362     ac_need_defaults=false;;
21363   --header | --heade | --head | --hea )
21364     $ac_shift
21365     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
21366     ac_need_defaults=false;;
21367   --he | --h)
21368     # Conflict between --help and --header
21369     { echo "$as_me: error: ambiguous option: $1
21370 Try \`$0 --help' for more information." >&2
21371    { (exit 1); exit 1; }; };;
21372   --help | --hel | -h )
21373     echo "$ac_cs_usage"; exit ;;
21374   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21375   | -silent | --silent | --silen | --sile | --sil | --si | --s)
21376     ac_cs_silent=: ;;
21377
21378   # This is an error.
21379   -*) { echo "$as_me: error: unrecognized option: $1
21380 Try \`$0 --help' for more information." >&2
21381    { (exit 1); exit 1; }; } ;;
21382
21383   *) ac_config_targets="$ac_config_targets $1"
21384      ac_need_defaults=false ;;
21385
21386   esac
21387   shift
21388 done
21389
21390 ac_configure_extra_args=
21391
21392 if $ac_cs_silent; then
21393   exec 6>/dev/null
21394   ac_configure_extra_args="$ac_configure_extra_args --silent"
21395 fi
21396
21397 _ACEOF
21398 cat >>$CONFIG_STATUS <<_ACEOF
21399 if \$ac_cs_recheck; then
21400   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21401   CONFIG_SHELL=$SHELL
21402   export CONFIG_SHELL
21403   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21404 fi
21405
21406 _ACEOF
21407 cat >>$CONFIG_STATUS <<\_ACEOF
21408 exec 5>>config.log
21409 {
21410   echo
21411   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21412 ## Running $as_me. ##
21413 _ASBOX
21414   echo "$ac_log"
21415 } >&5
21416
21417 _ACEOF
21418 cat >>$CONFIG_STATUS <<_ACEOF
21419 _ACEOF
21420
21421 cat >>$CONFIG_STATUS <<\_ACEOF
21422
21423 # Handling of arguments.
21424 for ac_config_target in $ac_config_targets
21425 do
21426   case $ac_config_target in
21427     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21428     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
21429     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
21430     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
21431     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
21432     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
21433     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21434     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
21435     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
21436     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
21437     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21438     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
21439     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
21440     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21441     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
21442     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
21443     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
21444     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21445     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21446     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
21447     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21448     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
21449     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
21450     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21451     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21452     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
21453     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
21454     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21455     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21456     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21457     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
21458     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21459     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
21460     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
21461     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
21462     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21463     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21464     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21465     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
21466     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
21467     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
21468     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21469     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21470     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21471     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21472     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
21473     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21474     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21475     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21476     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21477     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21478     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21479     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21480     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
21481     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
21482     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21483     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21484     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21485     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21486     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21487     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
21488     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
21489     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
21490     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21491     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21492     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
21493     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21494     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
21495     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21496     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21497     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21498     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21499     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21500     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21501     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21502     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21503     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
21504     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21505     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
21506     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
21507     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21508     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21509     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
21510     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21511     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
21512     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
21513     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21514     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21515     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21516     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21517     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
21518     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
21519     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
21520     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
21521     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
21522     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21523     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
21524     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21525     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
21526     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
21527     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
21528     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
21529     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21530     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
21531     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21532     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21533     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21534     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
21535     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
21536     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
21537     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
21538     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21539     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21540     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
21541     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
21542     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
21543     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
21544     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
21545     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
21546     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
21547     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
21548     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
21549     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21550     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21551     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21552     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21553     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21554     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21555     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21556     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
21557     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
21558     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21559     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21560     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21561     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
21562     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21563     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21564     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21565     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21566     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21567     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
21568     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21569     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
21570     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21571     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21572     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21573     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21574     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21575     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
21576     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21577     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21578     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21579     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21580     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21581     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21582     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21583     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21584     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21585     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21586     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21587     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21588     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21589     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21590     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21591     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21592     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
21593     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21594     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21595     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
21596     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21597     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21598     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21599     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
21600     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
21601     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
21602     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
21603     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21604     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21605     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
21606     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
21607     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21608     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21609     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21610     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21611     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21612     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21613     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21614     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21615     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21616     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
21617     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21618     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
21619     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
21620     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21621     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
21622     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
21623     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
21624     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21625     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
21626     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21627     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
21628     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
21629     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21630     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
21631     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21632     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21633     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21634     "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
21635     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21636     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21637     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21638     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
21639     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
21640     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
21641     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21642     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
21643     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21644     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
21645     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
21646     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21647     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21648     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21649     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21650     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21651     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21652     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21653     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21654     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21655     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21656     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21657     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21658     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21659     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21660     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21661     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21662     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21663     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21664     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21665     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21666     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
21667     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21668     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21669     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21670     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21671     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21672     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21673     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
21674     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21675     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21676     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21677     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21678     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21679     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21680     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21681     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21682     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21683     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21684     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21685     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21686     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21687     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21688     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21689     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21690     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21691     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21692     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21693     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21694     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21695     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21696     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
21697     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21698     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21699     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21700     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21701     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21702     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21703     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21704     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21705     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21706     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
21707     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21708     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21709     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21710     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21711     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21712     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
21713     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21714     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21715     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21716     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21717     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21718     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21719     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21720     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
21721     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21722     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21723     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21724     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21725     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
21726     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
21727     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
21728     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
21729     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
21730     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
21731     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
21732     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
21733     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
21734     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
21735     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
21736     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21737     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
21738     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
21739     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
21740     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
21741     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
21742     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
21743     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
21744     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
21745     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
21746     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
21747     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
21748     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21749     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21750     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21751     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21752     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21753     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21754     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21755     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21756     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21757     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21758     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21759     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21760     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21761     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21762     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21763     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21764     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21765     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21766     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21767     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21768     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21769     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21770     "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
21771     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21772     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21773     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21774     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21775     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21776     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21777     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21778     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21779     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21780     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21781     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21782
21783   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21784 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
21785    { (exit 1); exit 1; }; };;
21786   esac
21787 done
21788
21789
21790 # If the user did not use the arguments to specify the items to instantiate,
21791 # then the envvar interface is used.  Set only those that are not.
21792 # We use the long form for the default assignment because of an extremely
21793 # bizarre bug on SunOS 4.1.3.
21794 if $ac_need_defaults; then
21795   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21796   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21797   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21798 fi
21799
21800 # Have a temporary directory for convenience.  Make it in the build tree
21801 # simply because there is no reason against having it here, and in addition,
21802 # creating and moving files from /tmp can sometimes cause problems.
21803 # Hook for its removal unless debugging.
21804 # Note that there is a small window in which the directory will not be cleaned:
21805 # after its creation but before its name has been assigned to `$tmp'.
21806 $debug ||
21807 {
21808   tmp=
21809   trap 'exit_status=$?
21810   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21811 ' 0
21812   trap '{ (exit 1); exit 1; }' 1 2 13 15
21813 }
21814 # Create a (secure) tmp directory for tmp files.
21815
21816 {
21817   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21818   test -n "$tmp" && test -d "$tmp"
21819 }  ||
21820 {
21821   tmp=./conf$$-$RANDOM
21822   (umask 077 && mkdir "$tmp")
21823 } ||
21824 {
21825    echo "$me: cannot create a temporary directory in ." >&2
21826    { (exit 1); exit 1; }
21827 }
21828
21829 #
21830 # Set up the sed scripts for CONFIG_FILES section.
21831 #
21832
21833 # No need to generate the scripts if there are no CONFIG_FILES.
21834 # This happens for instance when ./config.status config.h
21835 if test -n "$CONFIG_FILES"; then
21836
21837 _ACEOF
21838
21839 # Create sed commands to just substitute file output variables.
21840
21841 # Remaining file output variables are in a fragment that also has non-file
21842 # output varibles.
21843
21844
21845
21846 ac_delim='%!_!# '
21847 for ac_last_try in false false false false false :; do
21848   cat >conf$$subs.sed <<_ACEOF
21849 SHELL!$SHELL$ac_delim
21850 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
21851 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
21852 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
21853 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
21854 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
21855 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
21856 exec_prefix!$exec_prefix$ac_delim
21857 prefix!$prefix$ac_delim
21858 program_transform_name!$program_transform_name$ac_delim
21859 bindir!$bindir$ac_delim
21860 sbindir!$sbindir$ac_delim
21861 libexecdir!$libexecdir$ac_delim
21862 datarootdir!$datarootdir$ac_delim
21863 datadir!$datadir$ac_delim
21864 sysconfdir!$sysconfdir$ac_delim
21865 sharedstatedir!$sharedstatedir$ac_delim
21866 localstatedir!$localstatedir$ac_delim
21867 includedir!$includedir$ac_delim
21868 oldincludedir!$oldincludedir$ac_delim
21869 docdir!$docdir$ac_delim
21870 infodir!$infodir$ac_delim
21871 htmldir!$htmldir$ac_delim
21872 dvidir!$dvidir$ac_delim
21873 pdfdir!$pdfdir$ac_delim
21874 psdir!$psdir$ac_delim
21875 libdir!$libdir$ac_delim
21876 localedir!$localedir$ac_delim
21877 mandir!$mandir$ac_delim
21878 DEFS!$DEFS$ac_delim
21879 ECHO_C!$ECHO_C$ac_delim
21880 ECHO_N!$ECHO_N$ac_delim
21881 ECHO_T!$ECHO_T$ac_delim
21882 LIBS!$LIBS$ac_delim
21883 build_alias!$build_alias$ac_delim
21884 host_alias!$host_alias$ac_delim
21885 target_alias!$target_alias$ac_delim
21886 build!$build$ac_delim
21887 build_cpu!$build_cpu$ac_delim
21888 build_vendor!$build_vendor$ac_delim
21889 build_os!$build_os$ac_delim
21890 host!$host$ac_delim
21891 host_cpu!$host_cpu$ac_delim
21892 host_vendor!$host_vendor$ac_delim
21893 host_os!$host_os$ac_delim
21894 WIN16_FILES!$WIN16_FILES$ac_delim
21895 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
21896 SET_MAKE!$SET_MAKE$ac_delim
21897 CC!$CC$ac_delim
21898 CFLAGS!$CFLAGS$ac_delim
21899 LDFLAGS!$LDFLAGS$ac_delim
21900 CPPFLAGS!$CPPFLAGS$ac_delim
21901 ac_ct_CC!$ac_ct_CC$ac_delim
21902 EXEEXT!$EXEEXT$ac_delim
21903 OBJEXT!$OBJEXT$ac_delim
21904 CXX!$CXX$ac_delim
21905 CXXFLAGS!$CXXFLAGS$ac_delim
21906 ac_ct_CXX!$ac_ct_CXX$ac_delim
21907 CPPBIN!$CPPBIN$ac_delim
21908 TOOLSDIR!$TOOLSDIR$ac_delim
21909 XMKMF!$XMKMF$ac_delim
21910 CPP!$CPP$ac_delim
21911 X_CFLAGS!$X_CFLAGS$ac_delim
21912 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
21913 X_LIBS!$X_LIBS$ac_delim
21914 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
21915 FLEX!$FLEX$ac_delim
21916 BISON!$BISON$ac_delim
21917 AS!$AS$ac_delim
21918 ac_ct_AS!$ac_ct_AS$ac_delim
21919 LD!$LD$ac_delim
21920 AR!$AR$ac_delim
21921 RANLIB!$RANLIB$ac_delim
21922 STRIP!$STRIP$ac_delim
21923 WINDRES!$WINDRES$ac_delim
21924 LN_S!$LN_S$ac_delim
21925 LN!$LN$ac_delim
21926 GREP!$GREP$ac_delim
21927 EGREP!$EGREP$ac_delim
21928 LDCONFIG!$LDCONFIG$ac_delim
21929 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
21930 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
21931 _ACEOF
21932
21933   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
21934     break
21935   elif $ac_last_try; then
21936     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
21937 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
21938    { (exit 1); exit 1; }; }
21939   else
21940     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21941   fi
21942 done
21943
21944 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
21945 if test -n "$ac_eof"; then
21946   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
21947   ac_eof=`expr $ac_eof + 1`
21948 fi
21949
21950 cat >>$CONFIG_STATUS <<_ACEOF
21951 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
21952 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21953 /^[      ]*@MAKE_RULES@[         ]*$/{
21954 r $MAKE_RULES
21955 d
21956 }
21957 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
21958 r $MAKE_DLL_RULES
21959 d
21960 }
21961 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
21962 r $MAKE_IMPLIB_RULES
21963 d
21964 }
21965 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
21966 r $MAKE_TEST_RULES
21967 d
21968 }
21969 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
21970 r $MAKE_PROG_RULES
21971 d
21972 }
21973 _ACEOF
21974 sed '
21975 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
21976 s/^/s,@/; s/!/@,|#_!!_#|/
21977 :n
21978 t n
21979 s/'"$ac_delim"'$/,g/; t
21980 s/$/\\/; p
21981 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
21982 ' >>$CONFIG_STATUS <conf$$subs.sed
21983 rm -f conf$$subs.sed
21984 cat >>$CONFIG_STATUS <<_ACEOF
21985 CEOF$ac_eof
21986 _ACEOF
21987
21988
21989 ac_delim='%!_!# '
21990 for ac_last_try in false false false false false :; do
21991   cat >conf$$subs.sed <<_ACEOF
21992 INSTALL_DATA!$INSTALL_DATA$ac_delim
21993 LINT!$LINT$ac_delim
21994 LINTFLAGS!$LINTFLAGS$ac_delim
21995 FONTFORGE!$FONTFORGE$ac_delim
21996 PKG_CONFIG!$PKG_CONFIG$ac_delim
21997 PRELINK!$PRELINK$ac_delim
21998 LIBPTHREAD!$LIBPTHREAD$ac_delim
21999 XLIB!$XLIB$ac_delim
22000 XFILES!$XFILES$ac_delim
22001 OPENGLFILES!$OPENGLFILES$ac_delim
22002 GLU32FILES!$GLU32FILES$ac_delim
22003 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
22004 QUARTZFILES!$QUARTZFILES$ac_delim
22005 DLLEXT!$DLLEXT$ac_delim
22006 DLLFLAGS!$DLLFLAGS$ac_delim
22007 LDSHARED!$LDSHARED$ac_delim
22008 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
22009 LIBEXT!$LIBEXT$ac_delim
22010 IMPLIBEXT!$IMPLIBEXT$ac_delim
22011 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
22012 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
22013 LDD!$LDD$ac_delim
22014 DLLTOOL!$DLLTOOL$ac_delim
22015 DLLWRAP!$DLLWRAP$ac_delim
22016 MINGWAR!$MINGWAR$ac_delim
22017 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
22018 IOKITLIB!$IOKITLIB$ac_delim
22019 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
22020 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
22021 COREAUDIO!$COREAUDIO$ac_delim
22022 CARBONLIB!$CARBONLIB$ac_delim
22023 CROSSTEST!$CROSSTEST$ac_delim
22024 CROSSCC!$CROSSCC$ac_delim
22025 CROSSWINDRES!$CROSSWINDRES$ac_delim
22026 NASLIBS!$NASLIBS$ac_delim
22027 XML2LIBS!$XML2LIBS$ac_delim
22028 XML2INCL!$XML2INCL$ac_delim
22029 XSLTLIBS!$XSLTLIBS$ac_delim
22030 XSLTINCL!$XSLTINCL$ac_delim
22031 HALINCL!$HALINCL$ac_delim
22032 sane_devel!$sane_devel$ac_delim
22033 SANEINCL!$SANEINCL$ac_delim
22034 gphoto2_devel!$gphoto2_devel$ac_delim
22035 gphoto2port_devel!$gphoto2port_devel$ac_delim
22036 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
22037 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
22038 ICULIBS!$ICULIBS$ac_delim
22039 RESOLVLIBS!$RESOLVLIBS$ac_delim
22040 LCMSLIBS!$LCMSLIBS$ac_delim
22041 LDAPLIBS!$LDAPLIBS$ac_delim
22042 FREETYPELIBS!$FREETYPELIBS$ac_delim
22043 FREETYPEINCL!$FREETYPEINCL$ac_delim
22044 ft_devel!$ft_devel$ac_delim
22045 ft_devel2!$ft_devel2$ac_delim
22046 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
22047 ESDCONFIG!$ESDCONFIG$ac_delim
22048 ESDLIBS!$ESDLIBS$ac_delim
22049 ESDINCL!$ESDINCL$ac_delim
22050 ALSALIBS!$ALSALIBS$ac_delim
22051 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
22052 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
22053 BUILTINFLAG!$BUILTINFLAG$ac_delim
22054 LDPATH!$LDPATH$ac_delim
22055 CRTLIBS!$CRTLIBS$ac_delim
22056 SOCKETLIBS!$SOCKETLIBS$ac_delim
22057 MAIN_BINARY!$MAIN_BINARY$ac_delim
22058 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
22059 LIBDL!$LIBDL$ac_delim
22060 LIBPOLL!$LIBPOLL$ac_delim
22061 DEPENDENCIES!$DEPENDENCIES$ac_delim
22062 LIBOBJS!$LIBOBJS$ac_delim
22063 LTLIBOBJS!$LTLIBOBJS$ac_delim
22064 _ACEOF
22065
22066   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
22067     break
22068   elif $ac_last_try; then
22069     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22070 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22071    { (exit 1); exit 1; }; }
22072   else
22073     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22074   fi
22075 done
22076
22077 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22078 if test -n "$ac_eof"; then
22079   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22080   ac_eof=`expr $ac_eof + 1`
22081 fi
22082
22083 cat >>$CONFIG_STATUS <<_ACEOF
22084 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22085 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22086 _ACEOF
22087 sed '
22088 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22089 s/^/s,@/; s/!/@,|#_!!_#|/
22090 :n
22091 t n
22092 s/'"$ac_delim"'$/,g/; t
22093 s/$/\\/; p
22094 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22095 ' >>$CONFIG_STATUS <conf$$subs.sed
22096 rm -f conf$$subs.sed
22097 cat >>$CONFIG_STATUS <<_ACEOF
22098 :end
22099 s/|#_!!_#|//g
22100 CEOF$ac_eof
22101 _ACEOF
22102
22103
22104 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22105 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22106 # trailing colons and then remove the whole line if VPATH becomes empty
22107 # (actually we leave an empty line to preserve line numbers).
22108 if test "x$srcdir" = x.; then
22109   ac_vpsub='/^[  ]*VPATH[        ]*=/{
22110 s/:*\$(srcdir):*/:/
22111 s/:*\${srcdir}:*/:/
22112 s/:*@srcdir@:*/:/
22113 s/^\([^=]*=[     ]*\):*/\1/
22114 s/:*$//
22115 s/^[^=]*=[       ]*$//
22116 }'
22117 fi
22118
22119 cat >>$CONFIG_STATUS <<\_ACEOF
22120 fi # test -n "$CONFIG_FILES"
22121
22122
22123 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
22124 do
22125   case $ac_tag in
22126   :[FHLC]) ac_mode=$ac_tag; continue;;
22127   esac
22128   case $ac_mode$ac_tag in
22129   :[FHL]*:*);;
22130   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22131 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22132    { (exit 1); exit 1; }; };;
22133   :[FH]-) ac_tag=-:-;;
22134   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22135   esac
22136   ac_save_IFS=$IFS
22137   IFS=:
22138   set x $ac_tag
22139   IFS=$ac_save_IFS
22140   shift
22141   ac_file=$1
22142   shift
22143
22144   case $ac_mode in
22145   :L) ac_source=$1;;
22146   :[FH])
22147     ac_file_inputs=
22148     for ac_f
22149     do
22150       case $ac_f in
22151       -) ac_f="$tmp/stdin";;
22152       *) # Look for the file first in the build tree, then in the source tree
22153          # (if the path is not absolute).  The absolute path cannot be DOS-style,
22154          # because $ac_f cannot contain `:'.
22155          test -f "$ac_f" ||
22156            case $ac_f in
22157            [\\/$]*) false;;
22158            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22159            esac ||
22160            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22161 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22162    { (exit 1); exit 1; }; };;
22163       esac
22164       ac_file_inputs="$ac_file_inputs $ac_f"
22165     done
22166
22167     # Let's still pretend it is `configure' which instantiates (i.e., don't
22168     # use $as_me), people would be surprised to read:
22169     #    /* config.h.  Generated by config.status.  */
22170     configure_input="Generated from "`IFS=:
22171           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22172     if test x"$ac_file" != x-; then
22173       configure_input="$ac_file.  $configure_input"
22174       { echo "$as_me:$LINENO: creating $ac_file" >&5
22175 echo "$as_me: creating $ac_file" >&6;}
22176     fi
22177
22178     case $ac_tag in
22179     *:-:* | *:-) cat >"$tmp/stdin";;
22180     esac
22181     ;;
22182   esac
22183
22184   ac_dir=`$as_dirname -- "$ac_file" ||
22185 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22186          X"$ac_file" : 'X\(//\)[^/]' \| \
22187          X"$ac_file" : 'X\(//\)$' \| \
22188          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22189 echo X"$ac_file" |
22190     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22191             s//\1/
22192             q
22193           }
22194           /^X\(\/\/\)[^/].*/{
22195             s//\1/
22196             q
22197           }
22198           /^X\(\/\/\)$/{
22199             s//\1/
22200             q
22201           }
22202           /^X\(\/\).*/{
22203             s//\1/
22204             q
22205           }
22206           s/.*/./; q'`
22207   { as_dir="$ac_dir"
22208   case $as_dir in #(
22209   -*) as_dir=./$as_dir;;
22210   esac
22211   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22212     as_dirs=
22213     while :; do
22214       case $as_dir in #(
22215       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22216       *) as_qdir=$as_dir;;
22217       esac
22218       as_dirs="'$as_qdir' $as_dirs"
22219       as_dir=`$as_dirname -- "$as_dir" ||
22220 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22221          X"$as_dir" : 'X\(//\)[^/]' \| \
22222          X"$as_dir" : 'X\(//\)$' \| \
22223          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22224 echo X"$as_dir" |
22225     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22226             s//\1/
22227             q
22228           }
22229           /^X\(\/\/\)[^/].*/{
22230             s//\1/
22231             q
22232           }
22233           /^X\(\/\/\)$/{
22234             s//\1/
22235             q
22236           }
22237           /^X\(\/\).*/{
22238             s//\1/
22239             q
22240           }
22241           s/.*/./; q'`
22242       test -d "$as_dir" && break
22243     done
22244     test -z "$as_dirs" || eval "mkdir $as_dirs"
22245   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22246 echo "$as_me: error: cannot create directory $as_dir" >&2;}
22247    { (exit 1); exit 1; }; }; }
22248   ac_builddir=.
22249
22250 case "$ac_dir" in
22251 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22252 *)
22253   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22254   # A ".." for each directory in $ac_dir_suffix.
22255   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22256   case $ac_top_builddir_sub in
22257   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22258   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22259   esac ;;
22260 esac
22261 ac_abs_top_builddir=$ac_pwd
22262 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22263 # for backward compatibility:
22264 ac_top_builddir=$ac_top_build_prefix
22265
22266 case $srcdir in
22267   .)  # We are building in place.
22268     ac_srcdir=.
22269     ac_top_srcdir=$ac_top_builddir_sub
22270     ac_abs_top_srcdir=$ac_pwd ;;
22271   [\\/]* | ?:[\\/]* )  # Absolute name.
22272     ac_srcdir=$srcdir$ac_dir_suffix;
22273     ac_top_srcdir=$srcdir
22274     ac_abs_top_srcdir=$srcdir ;;
22275   *) # Relative name.
22276     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22277     ac_top_srcdir=$ac_top_build_prefix$srcdir
22278     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22279 esac
22280 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22281
22282
22283   case $ac_mode in
22284   :F)
22285   #
22286   # CONFIG_FILE
22287   #
22288
22289   case $INSTALL in
22290   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22291   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22292   esac
22293 _ACEOF
22294
22295 cat >>$CONFIG_STATUS <<\_ACEOF
22296 # If the template does not know about datarootdir, expand it.
22297 # FIXME: This hack should be removed a few years after 2.60.
22298 ac_datarootdir_hack=; ac_datarootdir_seen=
22299
22300 case `sed -n '/datarootdir/ {
22301   p
22302   q
22303 }
22304 /@datadir@/p
22305 /@docdir@/p
22306 /@infodir@/p
22307 /@localedir@/p
22308 /@mandir@/p
22309 ' $ac_file_inputs` in
22310 *datarootdir*) ac_datarootdir_seen=yes;;
22311 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22312   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22313 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22314 _ACEOF
22315 cat >>$CONFIG_STATUS <<_ACEOF
22316   ac_datarootdir_hack='
22317   s&@datadir@&$datadir&g
22318   s&@docdir@&$docdir&g
22319   s&@infodir@&$infodir&g
22320   s&@localedir@&$localedir&g
22321   s&@mandir@&$mandir&g
22322     s&\\\${datarootdir}&$datarootdir&g' ;;
22323 esac
22324 _ACEOF
22325
22326 # Neutralize VPATH when `$srcdir' = `.'.
22327 # Shell code in configure.ac might set extrasub.
22328 # FIXME: do we really want to maintain this feature?
22329 cat >>$CONFIG_STATUS <<_ACEOF
22330   sed "$ac_vpsub
22331 $extrasub
22332 _ACEOF
22333 cat >>$CONFIG_STATUS <<\_ACEOF
22334 :t
22335 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22336 s&@configure_input@&$configure_input&;t t
22337 s&@top_builddir@&$ac_top_builddir_sub&;t t
22338 s&@srcdir@&$ac_srcdir&;t t
22339 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22340 s&@top_srcdir@&$ac_top_srcdir&;t t
22341 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22342 s&@builddir@&$ac_builddir&;t t
22343 s&@abs_builddir@&$ac_abs_builddir&;t t
22344 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22345 s&@INSTALL@&$ac_INSTALL&;t t
22346 $ac_datarootdir_hack
22347 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22348
22349 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22350   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22351   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22352   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22353 which seems to be undefined.  Please make sure it is defined." >&5
22354 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22355 which seems to be undefined.  Please make sure it is defined." >&2;}
22356
22357   rm -f "$tmp/stdin"
22358   case $ac_file in
22359   -) cat "$tmp/out"; rm -f "$tmp/out";;
22360   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22361   esac
22362  ;;
22363   :H)
22364   #
22365   # CONFIG_HEADER
22366   #
22367 _ACEOF
22368
22369 # Transform confdefs.h into a sed script `conftest.defines', that
22370 # substitutes the proper values into config.h.in to produce config.h.
22371 rm -f conftest.defines conftest.tail
22372 # First, append a space to every undef/define line, to ease matching.
22373 echo 's/$/ /' >conftest.defines
22374 # Then, protect against being on the right side of a sed subst, or in
22375 # an unquoted here document, in config.status.  If some macros were
22376 # called several times there might be several #defines for the same
22377 # symbol, which is useless.  But do not sort them, since the last
22378 # AC_DEFINE must be honored.
22379 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22380 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22381 # NAME is the cpp macro being defined, VALUE is the value it is being given.
22382 # PARAMS is the parameter list in the macro definition--in most cases, it's
22383 # just an empty string.
22384 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
22385 ac_dB='\\)[      (].*,\\1define\\2'
22386 ac_dC=' '
22387 ac_dD=' ,'
22388
22389 uniq confdefs.h |
22390   sed -n '
22391         t rset
22392         :rset
22393         s/^[     ]*#[    ]*define[       ][      ]*//
22394         t ok
22395         d
22396         :ok
22397         s/[\\&,]/\\&/g
22398         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
22399         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
22400   ' >>conftest.defines
22401
22402 # Remove the space that was appended to ease matching.
22403 # Then replace #undef with comments.  This is necessary, for
22404 # example, in the case of _POSIX_SOURCE, which is predefined and required
22405 # on some systems where configure will not decide to define it.
22406 # (The regexp can be short, since the line contains either #define or #undef.)
22407 echo 's/ $//
22408 s,^[     #]*u.*,/* & */,' >>conftest.defines
22409
22410 # Break up conftest.defines:
22411 ac_max_sed_lines=50
22412
22413 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22414 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22415 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22416 # et cetera.
22417 ac_in='$ac_file_inputs'
22418 ac_out='"$tmp/out1"'
22419 ac_nxt='"$tmp/out2"'
22420
22421 while :
22422 do
22423   # Write a here document:
22424     cat >>$CONFIG_STATUS <<_ACEOF
22425     # First, check the format of the line:
22426     cat >"\$tmp/defines.sed" <<\\CEOF
22427 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
22428 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
22429 b
22430 :def
22431 _ACEOF
22432   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
22433   echo 'CEOF
22434     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22435   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
22436   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
22437   grep . conftest.tail >/dev/null || break
22438   rm -f conftest.defines
22439   mv conftest.tail conftest.defines
22440 done
22441 rm -f conftest.defines conftest.tail
22442
22443 echo "ac_result=$ac_in" >>$CONFIG_STATUS
22444 cat >>$CONFIG_STATUS <<\_ACEOF
22445   if test x"$ac_file" != x-; then
22446     echo "/* $configure_input  */" >"$tmp/config.h"
22447     cat "$ac_result" >>"$tmp/config.h"
22448     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
22449       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22450 echo "$as_me: $ac_file is unchanged" >&6;}
22451     else
22452       rm -f $ac_file
22453       mv "$tmp/config.h" $ac_file
22454     fi
22455   else
22456     echo "/* $configure_input  */"
22457     cat "$ac_result"
22458   fi
22459   rm -f "$tmp/out12"
22460  ;;
22461
22462   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
22463 echo "$as_me: executing $ac_file commands" >&6;}
22464  ;;
22465   esac
22466
22467
22468   case $ac_file$ac_mode in
22469     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22470     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
22471 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
22472     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
22473 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
22474     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
22475 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
22476     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
22477 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
22478     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
22479 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
22480     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
22481 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
22482
22483   esac
22484 done # for ac_tag
22485
22486
22487 { (exit 0); exit 0; }
22488 _ACEOF
22489 chmod +x $CONFIG_STATUS
22490 ac_clean_files=$ac_clean_files_save
22491
22492
22493 # configure is writing to config.log, and then calls config.status.
22494 # config.status does its own redirection, appending to config.log.
22495 # Unfortunately, on DOS this fails, as config.log is still kept open
22496 # by configure, so config.status won't be able to write to it; its
22497 # output is simply discarded.  So we exec the FD to /dev/null,
22498 # effectively closing config.log, so it can be properly (re)opened and
22499 # appended to by config.status.  When coming back to configure, we
22500 # need to make the FD available again.
22501 if test "$no_create" != yes; then
22502   ac_cs_success=:
22503   ac_config_status_args=
22504   test "$silent" = yes &&
22505     ac_config_status_args="$ac_config_status_args --quiet"
22506   exec 5>/dev/null
22507   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22508   exec 5>>config.log
22509   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22510   # would make configure fail if this is the last instruction.
22511   $ac_cs_success || { (exit 1); exit 1; }
22512 fi
22513
22514
22515
22516 if test "$no_create" = "yes"
22517 then
22518   exit 0
22519 fi
22520
22521 if test "$verbose" = "yes"
22522 then
22523     if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
22524   then
22525     echo >&2
22526     { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
22527 echo "$as_me: libcapi20 development files not found." >&6;}
22528     { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
22529 echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
22530   fi
22531
22532     if test "$ac_cv_header_cups_cups_h" != "yes"
22533   then
22534     echo >&2
22535     { echo "$as_me:$LINENO: libcups development files not found." >&5
22536 echo "$as_me: libcups development files not found." >&6;}
22537     { echo "$as_me:$LINENO: Wine will be built without CUPS support." >&5
22538 echo "$as_me: Wine will be built without CUPS support." >&6;}
22539   fi
22540
22541
22542     if test "$ac_cv_header_gphoto2_camera_h" != "yes"
22543   then
22544     echo >&2
22545     { echo "$as_me:$LINENO: libgphoto2 development files not found." >&5
22546 echo "$as_me: libgphoto2 development files not found." >&6;}
22547     if test "$ac_cv_header_sane_sane_h" = "yes"
22548     then
22549       { echo "$as_me:$LINENO: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&5
22550 echo "$as_me: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&6;}
22551     else
22552       { echo "$as_me:$LINENO: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&5
22553 echo "$as_me: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&6;}
22554     fi
22555   fi
22556
22557       if test "$ac_cv_header_hal_libhal_h" != "yes"
22558   then
22559     echo >&2
22560     { echo "$as_me:$LINENO: libhal development files not found." >&5
22561 echo "$as_me: libhal development files not found." >&6;}
22562     { echo "$as_me:$LINENO: Wine will be built without dynamic device support. (explorer.exe)" >&5
22563 echo "$as_me: Wine will be built without dynamic device support. (explorer.exe)" >&6;}
22564   fi
22565
22566     if test "$ac_cv_header_unicode_ubidi_h" != "yes"
22567   then
22568     echo >&2
22569     { echo "$as_me:$LINENO: libicu development files not found." >&5
22570 echo "$as_me: libicu development files not found." >&6;}
22571     { echo "$as_me:$LINENO: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&5
22572 echo "$as_me: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&6;}
22573   fi
22574
22575     if test "$ac_cv_header_lcms_h" != "yes" -a "$ac_cv_header_lcms_lcms_h" != "yes"
22576   then
22577     echo >&2
22578     { echo "$as_me:$LINENO: liblcms development files not found." >&5
22579 echo "$as_me: liblcms development files not found." >&6;}
22580     { echo "$as_me:$LINENO: Wine will be built without Color Management support. (mscms.dll)" >&5
22581 echo "$as_me: Wine will be built without Color Management support. (mscms.dll)" >&6;}
22582   fi
22583
22584     if test "$ac_cv_header_ldap_h" != "yes" -o "$ac_cv_header_lber_h" != "yes"
22585   then
22586     echo >&2
22587     { echo "$as_me:$LINENO: libldap (OpenLDAP) development files not found." >&5
22588 echo "$as_me: libldap (OpenLDAP) development files not found." >&6;}
22589     { echo "$as_me:$LINENO: Wine will be built without LDAP support. (wldap32.dll)" >&5
22590 echo "$as_me: Wine will be built without LDAP support. (wldap32.dll)" >&6;}
22591   fi
22592
22593     if test "x$with_curses" != "xno" -a "$ac_cv_header_ncurses_h" != "yes" -a "$ac_cv_header_curses_h" != "yes"
22594   then
22595     echo >&2
22596     { echo "$as_me:$LINENO: lib(n)curses development files not found." >&5
22597 echo "$as_me: lib(n)curses development files not found." >&6;}
22598     { echo "$as_me:$LINENO: Wine will be built without (n)curses support. (wineconsole.exe)" >&5
22599 echo "$as_me: Wine will be built without (n)curses support. (wineconsole.exe)" >&6;}
22600   fi
22601
22602     if test "$ac_cv_header_sane_sane_h" != "yes"
22603   then
22604     echo >&2
22605     { echo "$as_me:$LINENO: libsane development files not found." >&5
22606 echo "$as_me: libsane development files not found." >&6;}
22607     { echo "$as_me:$LINENO: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&5
22608 echo "$as_me: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&6;}
22609   fi
22610
22611       if test "$have_x" = "yes"
22612   then
22613         if test "$ac_cv_header_X11_extensions_shape_h" != "yes" -o "$ac_cv_header_X11_extensions_XShm_h" != "yes"
22614     then
22615       echo >&2
22616       { echo "$as_me:$LINENO: libxext development files not found." >&5
22617 echo "$as_me: libxext development files not found." >&6;}
22618       { echo "$as_me:$LINENO: Wine will be built without Shm / Shape support. (winex11.drv)" >&5
22619 echo "$as_me: Wine will be built without Shm / Shape support. (winex11.drv)" >&6;}
22620     fi
22621
22622         if test "$ac_cv_header_X11_extensions_Xrandr_h" != "yes"
22623     then
22624       echo >&2
22625       { echo "$as_me:$LINENO: libXrandr development files not found." >&5
22626 echo "$as_me: libXrandr development files not found." >&6;}
22627       { echo "$as_me:$LINENO: Wine will be built without Xrandr support. (winex11.drv)" >&5
22628 echo "$as_me: Wine will be built without Xrandr support. (winex11.drv)" >&6;}
22629     fi
22630
22631         if test "$ac_cv_header_X11_extensions_Xrender_h" != "yes"
22632     then
22633       echo >&2
22634       { echo "$as_me:$LINENO: libXrender development files not found." >&5
22635 echo "$as_me: libXrender development files not found." >&6;}
22636       { echo "$as_me:$LINENO: Wine will be built without Xrender support. (winex11.drv)" >&5
22637 echo "$as_me: Wine will be built without Xrender support. (winex11.drv)" >&6;}
22638     fi
22639
22640         if test "$ac_cv_header_X11_extensions_xf86vmode_h" != "yes"
22641     then
22642       echo >&2
22643       { echo "$as_me:$LINENO: libXxf86vm development files not found." >&5
22644 echo "$as_me: libXxf86vm development files not found." >&6;}
22645       { echo "$as_me:$LINENO: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&5
22646 echo "$as_me: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&6;}
22647     fi
22648   fi
22649
22650     if test "$ac_cv_header_libxml_parser_h" != "yes"
22651   then
22652     echo >&2
22653     { echo "$as_me:$LINENO: libxml2 development files not found." >&5
22654 echo "$as_me: libxml2 development files not found." >&6;}
22655     { echo "$as_me:$LINENO: Wine will be built without XML support. (msxml.dll)" >&5
22656 echo "$as_me: Wine will be built without XML support. (msxml.dll)" >&6;}
22657   fi
22658
22659     if test "$ac_cv_header_libxslt_pattern_h" != "yes" -o "$ac_cv_header_libxslt_transform_h" != "yes"
22660   then
22661     echo >&2
22662     { echo "$as_me:$LINENO: libxslt development files not found." >&5
22663 echo "$as_me: libxslt development files not found." >&6;}
22664     { echo "$as_me:$LINENO: Wine will be built without xslt support. (msxml.dll)" >&5
22665 echo "$as_me: Wine will be built without xslt support. (msxml.dll)" >&6;}
22666   fi
22667 fi
22668
22669
22670 if test "$have_x" = "no"
22671 then
22672   echo >&2
22673   { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5
22674 echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;}
22675   { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5
22676 echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;}
22677   { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5
22678 echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;}
22679   { echo "$as_me:$LINENO: WARNING:  packages of Xlib/Xfree86 at the very least." >&5
22680 echo "$as_me: WARNING:  packages of Xlib/Xfree86 at the very least." >&2;}
22681 fi
22682
22683 if test -z "$OPENGLFILES"
22684 then
22685   echo >&2
22686   { echo "$as_me:$LINENO: WARNING: Wine will be build without OpenGL or Direct3D support" >&5
22687 echo "$as_me: WARNING: Wine will be build without OpenGL or Direct3D support" >&2;}
22688   { echo "$as_me:$LINENO: WARNING: because something is wrong with the OpenGL setup:" >&5
22689 echo "$as_me: WARNING: because something is wrong with the OpenGL setup:" >&2;}
22690   if test "$wine_cv_opengl_headers_found" = "no"
22691   then
22692     { echo "$as_me:$LINENO: WARNING: No OpenGL development headers were found" >&5
22693 echo "$as_me: WARNING: No OpenGL development headers were found" >&2;}
22694   fi
22695   if test "$wine_cv_opengl_header_version_OK" = "no"
22696   then
22697     { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5
22698 echo "$as_me: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;}
22699   elif test "$ac_cv_lib_GL_glXCreateContext" = "no"
22700   then
22701      if test -f /usr/X11R6/lib/libGL.a
22702      then
22703         { echo "$as_me:$LINENO: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
22704 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&5
22705 echo "$as_me: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
22706 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&2;}
22707      else
22708         { echo "$as_me:$LINENO: WARNING: No OpenGL library found on this system." >&5
22709 echo "$as_me: WARNING: No OpenGL library found on this system." >&2;}
22710      fi
22711   fi
22712 fi
22713
22714 if test "$wine_cv_msg_freetype" = "yes"
22715 then
22716   echo >&2
22717   { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5
22718 echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;}
22719   { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5
22720 echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;}
22721   { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5
22722 echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;}
22723   { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5
22724 echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;}
22725 fi
22726
22727 if test -z "$FONTSSUBDIRS"
22728 then
22729   echo >&2
22730   if test "$FONTFORGE" = "false"
22731   then
22732     { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5
22733 echo "$as_me: WARNING: FontForge is missing." >&2;}
22734   else
22735     { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5
22736 echo "$as_me: WARNING: FreeType is missing." >&2;}
22737   fi
22738   { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5
22739 echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;}
22740 fi
22741
22742 if test -z "$ALSALIBS" -a \
22743         -z "$AUDIOIOLIBS" -a \
22744         -z "$NASLIBS" -a \
22745         -z "$ESD_LIBS" -a \
22746         -z "$ac_cv_lib_soname_jack" -a \
22747         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
22748         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
22749         "$ac_cv_header_soundcard_h" != "yes"
22750 then
22751   echo >&2
22752   { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5
22753 echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;}
22754   { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5
22755 echo "$as_me: WARNING: The currently supported sound systems are:" >&2;}
22756   { echo "$as_me:$LINENO: WARNING: ALSA, EsounD, AudioIO, Jack, NAS and OSS" >&5
22757 echo "$as_me: WARNING: ALSA, EsounD, AudioIO, Jack, NAS and OSS" >&2;}
22758 fi
22759
22760 echo
22761 echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
22762 echo
22763