oleaut32: Make ole2disp.dll into a stand-alone 16-bit module.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
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, 2007, 2008 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   # Pre-4.2 versions of Zsh do 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 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
707 LDD
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
716 CPP
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
732 LN
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
739 AR
740 ac_ct_NM
741 NM
742 ac_ct_LD
743 LD
744 ac_ct_AS
745 AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
858 '
859       ac_precious_vars='build_alias
860 host_alias
861 target_alias
862 CC
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
867 CXX
868 CXXFLAGS
869 CCC
870 CPP
871 XMKMF'
872
873
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
895
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
921
922 ac_prev=
923 ac_dashdash=
924 for ac_option
925 do
926   # If the previous option needs an argument, assign it.
927   if test -n "$ac_prev"; then
928     eval $ac_prev=\$ac_option
929     ac_prev=
930     continue
931   fi
932
933   case $ac_option in
934   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935   *)    ac_optarg=yes ;;
936   esac
937
938   # Accept the important Cygnus configure options, so we can diagnose typos.
939
940   case $ac_dashdash$ac_option in
941   --)
942     ac_dashdash=yes ;;
943
944   -bindir | --bindir | --bindi | --bind | --bin | --bi)
945     ac_prev=bindir ;;
946   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947     bindir=$ac_optarg ;;
948
949   -build | --build | --buil | --bui | --bu)
950     ac_prev=build_alias ;;
951   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952     build_alias=$ac_optarg ;;
953
954   -cache-file | --cache-file | --cache-fil | --cache-fi \
955   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956     ac_prev=cache_file ;;
957   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959     cache_file=$ac_optarg ;;
960
961   --config-cache | -C)
962     cache_file=config.cache ;;
963
964   -datadir | --datadir | --datadi | --datad)
965     ac_prev=datadir ;;
966   -datadir=* | --datadir=* | --datadi=* | --datad=*)
967     datadir=$ac_optarg ;;
968
969   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970   | --dataroo | --dataro | --datar)
971     ac_prev=datarootdir ;;
972   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974     datarootdir=$ac_optarg ;;
975
976   -disable-* | --disable-*)
977     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978     # Reject names that are not valid shell variable names.
979     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981    { (exit 1); exit 1; }; }
982     ac_useropt_orig=$ac_useropt
983     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984     case $ac_user_opts in
985       *"
986 "enable_$ac_useropt"
987 "*) ;;
988       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989          ac_unrecognized_sep=', ';;
990     esac
991     eval enable_$ac_useropt=no ;;
992
993   -docdir | --docdir | --docdi | --doc | --do)
994     ac_prev=docdir ;;
995   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996     docdir=$ac_optarg ;;
997
998   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999     ac_prev=dvidir ;;
1000   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001     dvidir=$ac_optarg ;;
1002
1003   -enable-* | --enable-*)
1004     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005     # Reject names that are not valid shell variable names.
1006     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008    { (exit 1); exit 1; }; }
1009     ac_useropt_orig=$ac_useropt
1010     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011     case $ac_user_opts in
1012       *"
1013 "enable_$ac_useropt"
1014 "*) ;;
1015       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016          ac_unrecognized_sep=', ';;
1017     esac
1018     eval enable_$ac_useropt=\$ac_optarg ;;
1019
1020   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022   | --exec | --exe | --ex)
1023     ac_prev=exec_prefix ;;
1024   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026   | --exec=* | --exe=* | --ex=*)
1027     exec_prefix=$ac_optarg ;;
1028
1029   -gas | --gas | --ga | --g)
1030     # Obsolete; use --with-gas.
1031     with_gas=yes ;;
1032
1033   -help | --help | --hel | --he | -h)
1034     ac_init_help=long ;;
1035   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036     ac_init_help=recursive ;;
1037   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038     ac_init_help=short ;;
1039
1040   -host | --host | --hos | --ho)
1041     ac_prev=host_alias ;;
1042   -host=* | --host=* | --hos=* | --ho=*)
1043     host_alias=$ac_optarg ;;
1044
1045   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046     ac_prev=htmldir ;;
1047   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048   | --ht=*)
1049     htmldir=$ac_optarg ;;
1050
1051   -includedir | --includedir | --includedi | --included | --include \
1052   | --includ | --inclu | --incl | --inc)
1053     ac_prev=includedir ;;
1054   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055   | --includ=* | --inclu=* | --incl=* | --inc=*)
1056     includedir=$ac_optarg ;;
1057
1058   -infodir | --infodir | --infodi | --infod | --info | --inf)
1059     ac_prev=infodir ;;
1060   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061     infodir=$ac_optarg ;;
1062
1063   -libdir | --libdir | --libdi | --libd)
1064     ac_prev=libdir ;;
1065   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066     libdir=$ac_optarg ;;
1067
1068   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069   | --libexe | --libex | --libe)
1070     ac_prev=libexecdir ;;
1071   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072   | --libexe=* | --libex=* | --libe=*)
1073     libexecdir=$ac_optarg ;;
1074
1075   -localedir | --localedir | --localedi | --localed | --locale)
1076     ac_prev=localedir ;;
1077   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078     localedir=$ac_optarg ;;
1079
1080   -localstatedir | --localstatedir | --localstatedi | --localstated \
1081   | --localstate | --localstat | --localsta | --localst | --locals)
1082     ac_prev=localstatedir ;;
1083   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085     localstatedir=$ac_optarg ;;
1086
1087   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088     ac_prev=mandir ;;
1089   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090     mandir=$ac_optarg ;;
1091
1092   -nfp | --nfp | --nf)
1093     # Obsolete; use --without-fp.
1094     with_fp=no ;;
1095
1096   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097   | --no-cr | --no-c | -n)
1098     no_create=yes ;;
1099
1100   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102     no_recursion=yes ;;
1103
1104   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106   | --oldin | --oldi | --old | --ol | --o)
1107     ac_prev=oldincludedir ;;
1108   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111     oldincludedir=$ac_optarg ;;
1112
1113   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114     ac_prev=prefix ;;
1115   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116     prefix=$ac_optarg ;;
1117
1118   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119   | --program-pre | --program-pr | --program-p)
1120     ac_prev=program_prefix ;;
1121   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123     program_prefix=$ac_optarg ;;
1124
1125   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126   | --program-suf | --program-su | --program-s)
1127     ac_prev=program_suffix ;;
1128   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130     program_suffix=$ac_optarg ;;
1131
1132   -program-transform-name | --program-transform-name \
1133   | --program-transform-nam | --program-transform-na \
1134   | --program-transform-n | --program-transform- \
1135   | --program-transform | --program-transfor \
1136   | --program-transfo | --program-transf \
1137   | --program-trans | --program-tran \
1138   | --progr-tra | --program-tr | --program-t)
1139     ac_prev=program_transform_name ;;
1140   -program-transform-name=* | --program-transform-name=* \
1141   | --program-transform-nam=* | --program-transform-na=* \
1142   | --program-transform-n=* | --program-transform-=* \
1143   | --program-transform=* | --program-transfor=* \
1144   | --program-transfo=* | --program-transf=* \
1145   | --program-trans=* | --program-tran=* \
1146   | --progr-tra=* | --program-tr=* | --program-t=*)
1147     program_transform_name=$ac_optarg ;;
1148
1149   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150     ac_prev=pdfdir ;;
1151   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152     pdfdir=$ac_optarg ;;
1153
1154   -psdir | --psdir | --psdi | --psd | --ps)
1155     ac_prev=psdir ;;
1156   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157     psdir=$ac_optarg ;;
1158
1159   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160   | -silent | --silent | --silen | --sile | --sil)
1161     silent=yes ;;
1162
1163   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164     ac_prev=sbindir ;;
1165   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166   | --sbi=* | --sb=*)
1167     sbindir=$ac_optarg ;;
1168
1169   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171   | --sharedst | --shareds | --shared | --share | --shar \
1172   | --sha | --sh)
1173     ac_prev=sharedstatedir ;;
1174   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177   | --sha=* | --sh=*)
1178     sharedstatedir=$ac_optarg ;;
1179
1180   -site | --site | --sit)
1181     ac_prev=site ;;
1182   -site=* | --site=* | --sit=*)
1183     site=$ac_optarg ;;
1184
1185   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186     ac_prev=srcdir ;;
1187   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188     srcdir=$ac_optarg ;;
1189
1190   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191   | --syscon | --sysco | --sysc | --sys | --sy)
1192     ac_prev=sysconfdir ;;
1193   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195     sysconfdir=$ac_optarg ;;
1196
1197   -target | --target | --targe | --targ | --tar | --ta | --t)
1198     ac_prev=target_alias ;;
1199   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200     target_alias=$ac_optarg ;;
1201
1202   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203     verbose=yes ;;
1204
1205   -version | --version | --versio | --versi | --vers | -V)
1206     ac_init_version=: ;;
1207
1208   -with-* | --with-*)
1209     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210     # Reject names that are not valid shell variable names.
1211     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213    { (exit 1); exit 1; }; }
1214     ac_useropt_orig=$ac_useropt
1215     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216     case $ac_user_opts in
1217       *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221          ac_unrecognized_sep=', ';;
1222     esac
1223     eval with_$ac_useropt=\$ac_optarg ;;
1224
1225   -without-* | --without-*)
1226     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227     # Reject names that are not valid shell variable names.
1228     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230    { (exit 1); exit 1; }; }
1231     ac_useropt_orig=$ac_useropt
1232     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233     case $ac_user_opts in
1234       *"
1235 "with_$ac_useropt"
1236 "*) ;;
1237       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238          ac_unrecognized_sep=', ';;
1239     esac
1240     eval with_$ac_useropt=no ;;
1241
1242   --x)
1243     # Obsolete; use --with-x.
1244     with_x=yes ;;
1245
1246   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247   | --x-incl | --x-inc | --x-in | --x-i)
1248     ac_prev=x_includes ;;
1249   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251     x_includes=$ac_optarg ;;
1252
1253   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255     ac_prev=x_libraries ;;
1256   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258     x_libraries=$ac_optarg ;;
1259
1260   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262    { (exit 1); exit 1; }; }
1263     ;;
1264
1265   *=*)
1266     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267     # Reject names that are not valid shell variable names.
1268     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270    { (exit 1); exit 1; }; }
1271     eval $ac_envvar=\$ac_optarg
1272     export $ac_envvar ;;
1273
1274   *)
1275     # FIXME: should be removed in autoconf 3.0.
1276     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280     ;;
1281
1282   esac
1283 done
1284
1285 if test -n "$ac_prev"; then
1286   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288    { (exit 1); exit 1; }; }
1289 fi
1290
1291 if test -n "$ac_unrecognized_opts"; then
1292   case $enable_option_checking in
1293     no) ;;
1294     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295    { (exit 1); exit 1; }; } ;;
1296     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297   esac
1298 fi
1299
1300 # Check all directory arguments for consistency.
1301 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302                 datadir sysconfdir sharedstatedir localstatedir includedir \
1303                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304                 libdir localedir mandir
1305 do
1306   eval ac_val=\$$ac_var
1307   # Remove trailing slashes.
1308   case $ac_val in
1309     */ )
1310       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311       eval $ac_var=\$ac_val;;
1312   esac
1313   # Be sure to have absolute directory names.
1314   case $ac_val in
1315     [\\/$]* | ?:[\\/]* )  continue;;
1316     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317   esac
1318   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319    { (exit 1); exit 1; }; }
1320 done
1321
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1328
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331   if test "x$build_alias" = x; then
1332     cross_compiling=maybe
1333     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334     If a cross compiler is detected then cross compile mode will be used." >&2
1335   elif test "x$build_alias" != "x$host_alias"; then
1336     cross_compiling=yes
1337   fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350    { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353    { (exit 1); exit 1; }; }
1354
1355
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358   ac_srcdir_defaulted=yes
1359   # Try the directory containing this script, then the parent directory.
1360   ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362          X"$as_myself" : 'X\(//\)[^/]' \| \
1363          X"$as_myself" : 'X\(//\)$' \| \
1364          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367             s//\1/
1368             q
1369           }
1370           /^X\(\/\/\)[^/].*/{
1371             s//\1/
1372             q
1373           }
1374           /^X\(\/\/\)$/{
1375             s//\1/
1376             q
1377           }
1378           /^X\(\/\).*/{
1379             s//\1/
1380             q
1381           }
1382           s/.*/./; q'`
1383   srcdir=$ac_confdir
1384   if test ! -r "$srcdir/$ac_unique_file"; then
1385     srcdir=..
1386   fi
1387 else
1388   ac_srcdir_defaulted=no
1389 fi
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393    { (exit 1); exit 1; }; }
1394 fi
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398    { (exit 1); exit 1; }; }
1399         pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402   srcdir=.
1403 fi
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_env_${ac_var}_value=\$${ac_var}
1413   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1416
1417 #
1418 # Report the --help message.
1419 #
1420 if test "$ac_init_help" = "long"; then
1421   # Omit some internal or obsolete options to make the list less imposing.
1422   # This message is too long to be a string in the A/UX 3.1 sh.
1423   cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1425
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1427
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE.  See below for descriptions of some of the useful variables.
1430
1431 Defaults for the options are specified in brackets.
1432
1433 Configuration:
1434   -h, --help              display this help and exit
1435       --help=short        display options specific to this package
1436       --help=recursive    display the short help of all the included packages
1437   -V, --version           display version information and exit
1438   -q, --quiet, --silent   do not print \`checking...' messages
1439       --cache-file=FILE   cache test results in FILE [disabled]
1440   -C, --config-cache      alias for \`--cache-file=config.cache'
1441   -n, --no-create         do not create output files
1442       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1443
1444 Installation directories:
1445   --prefix=PREFIX         install architecture-independent files in PREFIX
1446                           [$ac_default_prefix]
1447   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1448                           [PREFIX]
1449
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1454
1455 For better control, use the options below.
1456
1457 Fine tuning of the installation directories:
1458   --bindir=DIR            user executables [EPREFIX/bin]
1459   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1460   --libexecdir=DIR        program executables [EPREFIX/libexec]
1461   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1462   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1463   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1464   --libdir=DIR            object code libraries [EPREFIX/lib]
1465   --includedir=DIR        C header files [PREFIX/include]
1466   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1467   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1468   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1469   --infodir=DIR           info documentation [DATAROOTDIR/info]
1470   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1471   --mandir=DIR            man documentation [DATAROOTDIR/man]
1472   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1473   --htmldir=DIR           html documentation [DOCDIR]
1474   --dvidir=DIR            dvi documentation [DOCDIR]
1475   --pdfdir=DIR            pdf documentation [DOCDIR]
1476   --psdir=DIR             ps documentation [DOCDIR]
1477 _ACEOF
1478
1479   cat <<\_ACEOF
1480
1481 X features:
1482   --x-includes=DIR    X include files are in DIR
1483   --x-libraries=DIR   X library files are in DIR
1484
1485 System types:
1486   --build=BUILD     configure for building on BUILD [guessed]
1487   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1489 fi
1490
1491 if test -n "$ac_init_help"; then
1492   case $ac_init_help in
1493      short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494    esac
1495   cat <<\_ACEOF
1496
1497 Optional Features:
1498   --disable-option-checking  ignore unrecognized --enable/--with options
1499   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1500   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1501   --disable-win16         do not include Win16 support
1502   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1503                           binaries)
1504   --disable-tests         do not build the regression tests
1505   --enable-maintainer-mode
1506                           enable maintainer-specific build rules
1507
1508 Optional Packages:
1509   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1510   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1511   --without-alsa          do not use the Alsa sound support
1512   --without-audioio       do not use the AudioIO sound support
1513   --without-capi          do not use CAPI (ISDN support)
1514   --without-cms           do not use CMS (color management support)
1515   --without-coreaudio     do not use the CoreAudio sound support
1516   --without-cups          do not use CUPS
1517   --without-curses        do not use (n)curses
1518   --without-esd           do not use the EsounD sound support
1519   --without-fontconfig    do not use fontconfig
1520   --without-freetype      do not use the FreeType library
1521   --without-gphoto        do not use gphoto (Digital Camera support)
1522   --without-glu           do not use the GLU library
1523   --without-gnutls        do not use GnuTLS (schannel support)
1524   --without-hal           do not use HAL (dynamic device support)
1525   --without-jack          do not use the Jack sound support
1526   --without-jpeg          do not use JPEG
1527   --without-ldap          do not use LDAP
1528   --without-nas           do not use the NAS sound support
1529   --without-opengl        do not use OpenGL
1530   --without-openssl       do not use OpenSSL
1531   --without-oss           do not use the OSS sound support
1532   --without-png           do not use PNG
1533   --without-pthread       do not use the pthread library
1534   --without-sane          do not use SANE (scanner support)
1535   --without-xcomposite    do not use the Xcomposite extension
1536   --without-xcursor       do not use the Xcursor extension
1537   --without-xinerama      do not use Xinerama (multi-monitor support)
1538   --without-xinput        do not use the Xinput extension
1539   --without-xml           do not use XML
1540   --without-xrandr        do not use Xrandr (resolution changes)
1541   --without-xrender       do not use the Xrender extension
1542   --without-xshape        do not use the Xshape extension
1543   --without-xshm          do not use XShm (shared memory extension)
1544   --without-xslt          do not use XSLT
1545   --without-xxf86vm       do not use XFree video mode extension
1546   --with-wine-tools=DIR   use Wine tools from directory DIR
1547   --with-x                use the X Window System
1548
1549 Some influential environment variables:
1550   CC          C compiler command
1551   CFLAGS      C compiler flags
1552   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1553               nonstandard directory <lib dir>
1554   LIBS        libraries to pass to the linker, e.g. -l<library>
1555   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556               you have headers in a nonstandard directory <include dir>
1557   CXX         C++ compiler command
1558   CXXFLAGS    C++ compiler flags
1559   CPP         C preprocessor
1560   XMKMF       Path to xmkmf, Makefile generator for X Window System
1561
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1564
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1568 fi
1569
1570 if test "$ac_init_help" = "recursive"; then
1571   # If there are subdirs, report their specific --help.
1572   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573     test -d "$ac_dir" ||
1574       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575       continue
1576     ac_builddir=.
1577
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580 *)
1581   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582   # A ".." for each directory in $ac_dir_suffix.
1583   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584   case $ac_top_builddir_sub in
1585   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587   esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1593
1594 case $srcdir in
1595   .)  # We are building in place.
1596     ac_srcdir=.
1597     ac_top_srcdir=$ac_top_builddir_sub
1598     ac_abs_top_srcdir=$ac_pwd ;;
1599   [\\/]* | ?:[\\/]* )  # Absolute name.
1600     ac_srcdir=$srcdir$ac_dir_suffix;
1601     ac_top_srcdir=$srcdir
1602     ac_abs_top_srcdir=$srcdir ;;
1603   *) # Relative name.
1604     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605     ac_top_srcdir=$ac_top_build_prefix$srcdir
1606     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610     cd "$ac_dir" || { ac_status=$?; continue; }
1611     # Check for guested configure.
1612     if test -f "$ac_srcdir/configure.gnu"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615     elif test -f "$ac_srcdir/configure"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure" --help=recursive
1618     else
1619       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620     fi || ac_status=$?
1621     cd "$ac_pwd" || { ac_status=$?; break; }
1622   done
1623 fi
1624
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627   cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1630
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636   exit
1637 fi
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1641
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63.  Invocation command line was
1644
1645   $ $0 $@
1646
1647 _ACEOF
1648 exec 5>>config.log
1649 {
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1654
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1660
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1663
1664 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1665 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1668 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1669 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1670 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1671
1672 _ASUNAME
1673
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1676 do
1677   IFS=$as_save_IFS
1678   test -z "$as_dir" && as_dir=.
1679   $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1682
1683 } >&5
1684
1685 cat >&5 <<_ACEOF
1686
1687
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1691
1692 _ACEOF
1693
1694
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1705 do
1706   for ac_arg
1707   do
1708     case $ac_arg in
1709     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711     | -silent | --silent | --silen | --sile | --sil)
1712       continue ;;
1713     *\'*)
1714       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715     esac
1716     case $ac_pass in
1717     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1718     2)
1719       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720       if test $ac_must_keep_next = true; then
1721         ac_must_keep_next=false # Got value, back to normal.
1722       else
1723         case $ac_arg in
1724           *=* | --config-cache | -C | -disable-* | --disable-* \
1725           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727           | -with-* | --with-* | -without-* | --without-* | --x)
1728             case "$ac_configure_args0 " in
1729               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730             esac
1731             ;;
1732           -* ) ac_must_keep_next=true ;;
1733         esac
1734       fi
1735       ac_configure_args="$ac_configure_args '$ac_arg'"
1736       ;;
1737     esac
1738   done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1742
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log.  We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749   # Save into config.log some information that might help in debugging.
1750   {
1751     echo
1752
1753     cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758     echo
1759     # The following way of writing the cache mishandles newlines in values,
1760 (
1761   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762     eval ac_val=\$$ac_var
1763     case $ac_val in #(
1764     *${as_nl}*)
1765       case $ac_var in #(
1766       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768       esac
1769       case $ac_var in #(
1770       _ | IFS | as_nl) ;; #(
1771       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772       *) $as_unset $ac_var ;;
1773       esac ;;
1774     esac
1775   done
1776   (set) 2>&1 |
1777     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778     *${as_nl}ac_space=\ *)
1779       sed -n \
1780         "s/'\''/'\''\\\\'\'''\''/g;
1781           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782       ;; #(
1783     *)
1784       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1785       ;;
1786     esac |
1787     sort
1788 )
1789     echo
1790
1791     cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796     echo
1797     for ac_var in $ac_subst_vars
1798     do
1799       eval ac_val=\$$ac_var
1800       case $ac_val in
1801       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802       esac
1803       $as_echo "$ac_var='\''$ac_val'\''"
1804     done | sort
1805     echo
1806
1807     if test -n "$ac_subst_files"; then
1808       cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813       echo
1814       for ac_var in $ac_subst_files
1815       do
1816         eval ac_val=\$$ac_var
1817         case $ac_val in
1818         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819         esac
1820         $as_echo "$ac_var='\''$ac_val'\''"
1821       done | sort
1822       echo
1823     fi
1824
1825     if test -s confdefs.h; then
1826       cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831       echo
1832       cat confdefs.h
1833       echo
1834     fi
1835     test "$ac_signal" != 0 &&
1836       $as_echo "$as_me: caught signal $ac_signal"
1837     $as_echo "$as_me: exit $exit_status"
1838   } >&5
1839   rm -f core *.core core.conftest.* &&
1840     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841     exit $exit_status
1842 ' 0
1843 for ac_signal in 1 2 13 15; do
1844   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1847
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1850
1851 # Predefined preprocessor variables.
1852
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1856
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1866
1867
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1871
1872
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1876
1877
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883   ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885   ac_site_file1=$prefix/share/config.site
1886   ac_site_file2=$prefix/etc/config.site
1887 else
1888   ac_site_file1=$ac_default_prefix/share/config.site
1889   ac_site_file2=$ac_default_prefix/etc/config.site
1890 fi
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1892 do
1893   test "x$ac_site_file" = xNONE && continue
1894   if test -r "$ac_site_file"; then
1895     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897     sed 's/^/| /' "$ac_site_file" >&5
1898     . "$ac_site_file"
1899   fi
1900 done
1901
1902 if test -r "$cache_file"; then
1903   # Some versions of bash will fail to source /dev/null (special
1904   # files actually), so we avoid doing that.
1905   if test -f "$cache_file"; then
1906     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908     case $cache_file in
1909       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910       *)                      . "./$cache_file";;
1911     esac
1912   fi
1913 else
1914   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916   >$cache_file
1917 fi
1918
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924   eval ac_new_set=\$ac_env_${ac_var}_set
1925   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926   eval ac_new_val=\$ac_env_${ac_var}_value
1927   case $ac_old_set,$ac_new_set in
1928     set,)
1929       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931       ac_cache_corrupted=: ;;
1932     ,set)
1933       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935       ac_cache_corrupted=: ;;
1936     ,);;
1937     *)
1938       if test "x$ac_old_val" != "x$ac_new_val"; then
1939         # differences in whitespace do not lead to failure.
1940         ac_old_val_w=`echo x $ac_old_val`
1941         ac_new_val_w=`echo x $ac_new_val`
1942         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945           ac_cache_corrupted=:
1946         else
1947           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949           eval $ac_var=\$ac_old_val
1950         fi
1951         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1952 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1953         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1955       fi;;
1956   esac
1957   # Pass precious variables to config.status.
1958   if test "$ac_new_set" = set; then
1959     case $ac_new_val in
1960     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961     *) ac_arg=$ac_var=$ac_new_val ;;
1962     esac
1963     case " $ac_configure_args " in
1964       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1965       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966     esac
1967   fi
1968 done
1969 if $ac_cache_corrupted; then
1970   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976    { (exit 1); exit 1; }; }
1977 fi
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008
2009
2010
2011 ac_config_headers="$ac_config_headers include/config.h"
2012
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015   if test -f "$ac_dir/install-sh"; then
2016     ac_aux_dir=$ac_dir
2017     ac_install_sh="$ac_aux_dir/install-sh -c"
2018     break
2019   elif test -f "$ac_dir/install.sh"; then
2020     ac_aux_dir=$ac_dir
2021     ac_install_sh="$ac_aux_dir/install.sh -c"
2022     break
2023   elif test -f "$ac_dir/shtool"; then
2024     ac_aux_dir=$ac_dir
2025     ac_install_sh="$ac_aux_dir/shtool install -c"
2026     break
2027   fi
2028 done
2029 if test -z "$ac_aux_dir"; then
2030   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032    { (exit 1); exit 1; }; }
2033 fi
2034
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2042
2043
2044
2045
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048   enableval=$enable_win16;
2049 fi
2050
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053   enableval=$enable_win64;
2054 fi
2055
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058   enableval=$enable_tests;
2059 fi
2060
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063   enableval=$enable_maintainer_mode;
2064 else
2065   MAINTAINER_MODE=\#
2066
2067 fi
2068
2069
2070
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 fi
2075
2076
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 fi
2081
2082
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 fi
2087
2088
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 fi
2093
2094
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 fi
2099
2100
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103   withval=$with_cups;
2104 fi
2105
2106
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 fi
2111
2112
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115   withval=$with_esd;
2116 fi
2117
2118
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 fi
2123
2124
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127   withval=$with_freetype;
2128 fi
2129
2130
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133   withval=$with_gphoto;
2134 fi
2135
2136
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 fi
2141
2142
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145   withval=$with_gnutls;
2146 fi
2147
2148
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151   withval=$with_hal;
2152 fi
2153
2154
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 fi
2159
2160
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 fi
2165
2166
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 fi
2171
2172
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 fi
2177
2178
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181   withval=$with_opengl;
2182 fi
2183
2184
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 fi
2189
2190
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 fi
2195
2196
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 fi
2201
2202
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2206 fi
2207
2208
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211   withval=$with_sane;
2212 fi
2213
2214
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2218 fi
2219
2220
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2224 fi
2225
2226
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2230 fi
2231
2232
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2236 fi
2237
2238
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241   withval=$with_xml;
2242 fi
2243
2244
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2248 fi
2249
2250
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2254 fi
2255
2256
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2260 fi
2261
2262
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2266 fi
2267
2268
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271   withval=$with_xslt;
2272 fi
2273
2274
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 fi
2279
2280
2281
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284   withval=$with_wine_tools;
2285 fi
2286
2287
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292    { (exit 1); exit 1; }; }
2293
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297   $as_echo_n "(cached) " >&6
2298 else
2299   ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305    { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309    { (exit 1); exit 1; }; }
2310
2311 fi
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318    { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337   $as_echo_n "(cached) " >&6
2338 else
2339   if test "x$host_alias" = x; then
2340   ac_cv_host=$ac_cv_build
2341 else
2342   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345    { (exit 1); exit 1; }; }
2346 fi
2347
2348 fi
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355    { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2369
2370
2371
2372 case "$srcdir" in
2373  .) ;;
2374  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379    { (exit 1); exit 1; }; }
2380     fi ;;
2381 esac
2382
2383
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389   $as_echo_n "(cached) " >&6
2390 else
2391   cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394         @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398   *@@@%%%=?*=@@@%%%*)
2399     eval ac_cv_prog_make_${ac_make}_set=yes;;
2400   *)
2401     eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2404 fi
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406   { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408   SET_MAKE=
2409 else
2410   { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412   SET_MAKE="MAKE=${MAKE-make}"
2413 fi
2414
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426   $as_echo_n "(cached) " >&6
2427 else
2428   if test -n "$CC"; then
2429   ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2433 do
2434   IFS=$as_save_IFS
2435   test -z "$as_dir" && as_dir=.
2436   for ac_exec_ext in '' $ac_executable_extensions; do
2437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440     break 2
2441   fi
2442 done
2443 done
2444 IFS=$as_save_IFS
2445
2446 fi
2447 fi
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453   { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2455 fi
2456
2457
2458 fi
2459 if test -z "$ac_cv_prog_CC"; then
2460   ac_ct_CC=$CC
2461   # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466   $as_echo_n "(cached) " >&6
2467 else
2468   if test -n "$ac_ct_CC"; then
2469   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2473 do
2474   IFS=$as_save_IFS
2475   test -z "$as_dir" && as_dir=.
2476   for ac_exec_ext in '' $ac_executable_extensions; do
2477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478     ac_cv_prog_ac_ct_CC="gcc"
2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481   fi
2482 done
2483 done
2484 IFS=$as_save_IFS
2485
2486 fi
2487 fi
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493   { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2495 fi
2496
2497   if test "x$ac_ct_CC" = x; then
2498     CC=""
2499   else
2500     case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506     CC=$ac_ct_CC
2507   fi
2508 else
2509   CC="$ac_cv_prog_CC"
2510 fi
2511
2512 if test -z "$CC"; then
2513           if test -n "$ac_tool_prefix"; then
2514     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519   $as_echo_n "(cached) " >&6
2520 else
2521   if test -n "$CC"; then
2522   ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2526 do
2527   IFS=$as_save_IFS
2528   test -z "$as_dir" && as_dir=.
2529   for ac_exec_ext in '' $ac_executable_extensions; do
2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531     ac_cv_prog_CC="${ac_tool_prefix}cc"
2532     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533     break 2
2534   fi
2535 done
2536 done
2537 IFS=$as_save_IFS
2538
2539 fi
2540 fi
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546   { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2548 fi
2549
2550
2551   fi
2552 fi
2553 if test -z "$CC"; then
2554   # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559   $as_echo_n "(cached) " >&6
2560 else
2561   if test -n "$CC"; then
2562   ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564   ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2567 do
2568   IFS=$as_save_IFS
2569   test -z "$as_dir" && as_dir=.
2570   for ac_exec_ext in '' $ac_executable_extensions; do
2571   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573        ac_prog_rejected=yes
2574        continue
2575      fi
2576     ac_cv_prog_CC="cc"
2577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578     break 2
2579   fi
2580 done
2581 done
2582 IFS=$as_save_IFS
2583
2584 if test $ac_prog_rejected = yes; then
2585   # We found a bogon in the path, so make sure we never use it.
2586   set dummy $ac_cv_prog_CC
2587   shift
2588   if test $# != 0; then
2589     # We chose a different compiler from the bogus one.
2590     # However, it has the same basename, so the bogon will be chosen
2591     # first if we set CC to just the basename; use the full file name.
2592     shift
2593     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594   fi
2595 fi
2596 fi
2597 fi
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603   { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2605 fi
2606
2607
2608 fi
2609 if test -z "$CC"; then
2610   if test -n "$ac_tool_prefix"; then
2611   for ac_prog in cl.exe
2612   do
2613     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618   $as_echo_n "(cached) " >&6
2619 else
2620   if test -n "$CC"; then
2621   ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2625 do
2626   IFS=$as_save_IFS
2627   test -z "$as_dir" && as_dir=.
2628   for ac_exec_ext in '' $ac_executable_extensions; do
2629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632     break 2
2633   fi
2634 done
2635 done
2636 IFS=$as_save_IFS
2637
2638 fi
2639 fi
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645   { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2647 fi
2648
2649
2650     test -n "$CC" && break
2651   done
2652 fi
2653 if test -z "$CC"; then
2654   ac_ct_CC=$CC
2655   for ac_prog in cl.exe
2656 do
2657   # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662   $as_echo_n "(cached) " >&6
2663 else
2664   if test -n "$ac_ct_CC"; then
2665   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2669 do
2670   IFS=$as_save_IFS
2671   test -z "$as_dir" && as_dir=.
2672   for ac_exec_ext in '' $ac_executable_extensions; do
2673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674     ac_cv_prog_ac_ct_CC="$ac_prog"
2675     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676     break 2
2677   fi
2678 done
2679 done
2680 IFS=$as_save_IFS
2681
2682 fi
2683 fi
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689   { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2691 fi
2692
2693
2694   test -n "$ac_ct_CC" && break
2695 done
2696
2697   if test "x$ac_ct_CC" = x; then
2698     CC=""
2699   else
2700     case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706     CC=$ac_ct_CC
2707   fi
2708 fi
2709
2710 fi
2711
2712
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719    { (exit 1); exit 1; }; }; }
2720
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728   *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732   (eval "$ac_compiler --version >&5") 2>&5
2733   ac_status=$?
2734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735   (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739   *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743   (eval "$ac_compiler -v >&5") 2>&5
2744   ac_status=$?
2745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746   (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750   *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754   (eval "$ac_compiler -V >&5") 2>&5
2755   ac_status=$?
2756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757   (exit $ac_status); }
2758
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h.  */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h.  */
2765
2766 int
2767 main ()
2768 {
2769
2770   ;
2771   return 0;
2772 }
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2782
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2785
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2788 do
2789   case $ac_file in
2790     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792   esac
2793 done
2794 rm -f $ac_rmfiles
2795
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799   *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803   (eval "$ac_link_default") 2>&5
2804   ac_status=$?
2805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806   (exit $ac_status); }; then
2807   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2813 do
2814   test -f "$ac_file" || continue
2815   case $ac_file in
2816     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2817         ;;
2818     [ab].out )
2819         # We found the default executable, but exeext='' is most
2820         # certainly right.
2821         break;;
2822     *.* )
2823         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824         then :; else
2825            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826         fi
2827         # We set ac_cv_exeext here because the later test for it is not
2828         # safe: cross compilers may not add the suffix if given an `-o'
2829         # argument, so we may need to know it at that point already.
2830         # Even if this section looks crufty: it has the advantage of
2831         # actually working.
2832         break;;
2833     * )
2834         break;;
2835   esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2838
2839 else
2840   ac_file=''
2841 fi
2842
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846   $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2848
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855    { (exit 77); exit 77; }; }; }
2856 fi
2857
2858 ac_exeext=$ac_cv_exeext
2859
2860 # Check that the compiler produces executables we can run.  If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867   if { ac_try='./$ac_file'
2868   { (case "(($ac_try" in
2869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870   *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874   (eval "$ac_try") 2>&5
2875   ac_status=$?
2876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877   (exit $ac_status); }; }; then
2878     cross_compiling=no
2879   else
2880     if test "$cross_compiling" = maybe; then
2881         cross_compiling=yes
2882     else
2883         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891    { (exit 1); exit 1; }; }; }
2892     fi
2893   fi
2894 fi
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2897
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run.  If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2906
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912   *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916   (eval "$ac_link") 2>&5
2917   ac_status=$?
2918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919   (exit $ac_status); }; then
2920   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925   test -f "$ac_file" || continue
2926   case $ac_file in
2927     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929           break;;
2930     * ) break;;
2931   esac
2932 done
2933 else
2934   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940    { (exit 1); exit 1; }; }; }
2941 fi
2942
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2946
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953   $as_echo_n "(cached) " >&6
2954 else
2955   cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h.  */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h.  */
2961
2962 int
2963 main ()
2964 {
2965
2966   ;
2967   return 0;
2968 }
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974   *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978   (eval "$ac_compile") 2>&5
2979   ac_status=$?
2980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981   (exit $ac_status); }; then
2982   for ac_file in conftest.o conftest.obj conftest.*; do
2983   test -f "$ac_file" || continue;
2984   case $ac_file in
2985     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987        break;;
2988   esac
2989 done
2990 else
2991   $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2993
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000    { (exit 1); exit 1; }; }; }
3001 fi
3002
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3004 fi
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012   $as_echo_n "(cached) " >&6
3013 else
3014   cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h.  */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h.  */
3020
3021 int
3022 main ()
3023 {
3024 #ifndef __GNUC__
3025        choke me
3026 #endif
3027
3028   ;
3029   return 0;
3030 }
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036   *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040   (eval "$ac_compile") 2>conftest.er1
3041   ac_status=$?
3042   grep -v '^ *+' conftest.er1 >conftest.err
3043   rm -f conftest.er1
3044   cat conftest.err >&5
3045   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046   (exit $ac_status); } && {
3047          test -z "$ac_c_werror_flag" ||
3048          test ! -s conftest.err
3049        } && test -s conftest.$ac_objext; then
3050   ac_compiler_gnu=yes
3051 else
3052   $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3054
3055         ac_compiler_gnu=no
3056 fi
3057
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3060
3061 fi
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065   GCC=yes
3066 else
3067   GCC=
3068 fi
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074   $as_echo_n "(cached) " >&6
3075 else
3076   ac_save_c_werror_flag=$ac_c_werror_flag
3077    ac_c_werror_flag=yes
3078    ac_cv_prog_cc_g=no
3079    CFLAGS="-g"
3080    cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h.  */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h.  */
3086
3087 int
3088 main ()
3089 {
3090
3091   ;
3092   return 0;
3093 }
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103   (eval "$ac_compile") 2>conftest.er1
3104   ac_status=$?
3105   grep -v '^ *+' conftest.er1 >conftest.err
3106   rm -f conftest.er1
3107   cat conftest.err >&5
3108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109   (exit $ac_status); } && {
3110          test -z "$ac_c_werror_flag" ||
3111          test ! -s conftest.err
3112        } && test -s conftest.$ac_objext; then
3113   ac_cv_prog_cc_g=yes
3114 else
3115   $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3117
3118         CFLAGS=""
3119       cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h.  */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h.  */
3125
3126 int
3127 main ()
3128 {
3129
3130   ;
3131   return 0;
3132 }
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138   *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142   (eval "$ac_compile") 2>conftest.er1
3143   ac_status=$?
3144   grep -v '^ *+' conftest.er1 >conftest.err
3145   rm -f conftest.er1
3146   cat conftest.err >&5
3147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148   (exit $ac_status); } && {
3149          test -z "$ac_c_werror_flag" ||
3150          test ! -s conftest.err
3151        } && test -s conftest.$ac_objext; then
3152   :
3153 else
3154   $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3156
3157         ac_c_werror_flag=$ac_save_c_werror_flag
3158          CFLAGS="-g"
3159          cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h.  */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h.  */
3165
3166 int
3167 main ()
3168 {
3169
3170   ;
3171   return 0;
3172 }
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178   *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182   (eval "$ac_compile") 2>conftest.er1
3183   ac_status=$?
3184   grep -v '^ *+' conftest.er1 >conftest.err
3185   rm -f conftest.er1
3186   cat conftest.err >&5
3187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188   (exit $ac_status); } && {
3189          test -z "$ac_c_werror_flag" ||
3190          test ! -s conftest.err
3191        } && test -s conftest.$ac_objext; then
3192   ac_cv_prog_cc_g=yes
3193 else
3194   $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3196
3197
3198 fi
3199
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 fi
3202
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 fi
3205
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207    ac_c_werror_flag=$ac_save_c_werror_flag
3208 fi
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212   CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214   if test "$GCC" = yes; then
3215     CFLAGS="-g -O2"
3216   else
3217     CFLAGS="-g"
3218   fi
3219 else
3220   if test "$GCC" = yes; then
3221     CFLAGS="-O2"
3222   else
3223     CFLAGS=
3224   fi
3225 fi
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229   $as_echo_n "(cached) " >&6
3230 else
3231   ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h.  */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h.  */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247      char **p;
3248      int i;
3249 {
3250   return p[i];
3251 }
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3253 {
3254   char *s;
3255   va_list v;
3256   va_start (v,p);
3257   s = g (p, va_arg (v,int));
3258   va_end (v);
3259   return s;
3260 }
3261
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3263    function prototypes and stuff, but not '\xHH' hex character constants.
3264    These don't provoke an error unfortunately, instead are silently treated
3265    as 'x'.  The following induces an error, until -std is added to get
3266    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3267    array size at least.  It's necessary to write '\x00'==0 to get something
3268    that's true only with -std.  */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272    inside strings and character constants.  */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3282 int
3283 main ()
3284 {
3285 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3286   ;
3287   return 0;
3288 }
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292 do
3293   CC="$ac_save_CC $ac_arg"
3294   rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298   *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302   (eval "$ac_compile") 2>conftest.er1
3303   ac_status=$?
3304   grep -v '^ *+' conftest.er1 >conftest.err
3305   rm -f conftest.er1
3306   cat conftest.err >&5
3307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308   (exit $ac_status); } && {
3309          test -z "$ac_c_werror_flag" ||
3310          test ! -s conftest.err
3311        } && test -s conftest.$ac_objext; then
3312   ac_cv_prog_cc_c89=$ac_arg
3313 else
3314   $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317
3318 fi
3319
3320 rm -f core conftest.err conftest.$ac_objext
3321   test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3325
3326 fi
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3329   x)
3330     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332   xno)
3333     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3335   *)
3336     CC="$CC $ac_cv_prog_cc_c89"
3337     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3340
3341
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3347
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354   if test -n "$CCC"; then
3355     CXX=$CCC
3356   else
3357     if test -n "$ac_tool_prefix"; then
3358   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3359   do
3360     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365   $as_echo_n "(cached) " >&6
3366 else
3367   if test -n "$CXX"; then
3368   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3372 do
3373   IFS=$as_save_IFS
3374   test -z "$as_dir" && as_dir=.
3375   for ac_exec_ext in '' $ac_executable_extensions; do
3376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379     break 2
3380   fi
3381 done
3382 done
3383 IFS=$as_save_IFS
3384
3385 fi
3386 fi
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392   { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3394 fi
3395
3396
3397     test -n "$CXX" && break
3398   done
3399 fi
3400 if test -z "$CXX"; then
3401   ac_ct_CXX=$CXX
3402   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3403 do
3404   # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409   $as_echo_n "(cached) " >&6
3410 else
3411   if test -n "$ac_ct_CXX"; then
3412   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3416 do
3417   IFS=$as_save_IFS
3418   test -z "$as_dir" && as_dir=.
3419   for ac_exec_ext in '' $ac_executable_extensions; do
3420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421     ac_cv_prog_ac_ct_CXX="$ac_prog"
3422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423     break 2
3424   fi
3425 done
3426 done
3427 IFS=$as_save_IFS
3428
3429 fi
3430 fi
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436   { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3438 fi
3439
3440
3441   test -n "$ac_ct_CXX" && break
3442 done
3443
3444   if test "x$ac_ct_CXX" = x; then
3445     CXX="g++"
3446   else
3447     case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453     CXX=$ac_ct_CXX
3454   fi
3455 fi
3456
3457   fi
3458 fi
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470   (eval "$ac_compiler --version >&5") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473   (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481   (eval "$ac_compiler -v >&5") 2>&5
3482   ac_status=$?
3483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484   (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488   *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492   (eval "$ac_compiler -V >&5") 2>&5
3493   ac_status=$?
3494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495   (exit $ac_status); }
3496
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500   $as_echo_n "(cached) " >&6
3501 else
3502   cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h.  */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h.  */
3508
3509 int
3510 main ()
3511 {
3512 #ifndef __GNUC__
3513        choke me
3514 #endif
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524   *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528   (eval "$ac_compile") 2>conftest.er1
3529   ac_status=$?
3530   grep -v '^ *+' conftest.er1 >conftest.err
3531   rm -f conftest.er1
3532   cat conftest.err >&5
3533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534   (exit $ac_status); } && {
3535          test -z "$ac_cxx_werror_flag" ||
3536          test ! -s conftest.err
3537        } && test -s conftest.$ac_objext; then
3538   ac_compiler_gnu=yes
3539 else
3540   $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3542
3543         ac_compiler_gnu=no
3544 fi
3545
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3548
3549 fi
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553   GXX=yes
3554 else
3555   GXX=
3556 fi
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562   $as_echo_n "(cached) " >&6
3563 else
3564   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565    ac_cxx_werror_flag=yes
3566    ac_cv_prog_cxx_g=no
3567    CXXFLAGS="-g"
3568    cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h.  */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h.  */
3574
3575 int
3576 main ()
3577 {
3578
3579   ;
3580   return 0;
3581 }
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587   *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591   (eval "$ac_compile") 2>conftest.er1
3592   ac_status=$?
3593   grep -v '^ *+' conftest.er1 >conftest.err
3594   rm -f conftest.er1
3595   cat conftest.err >&5
3596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597   (exit $ac_status); } && {
3598          test -z "$ac_cxx_werror_flag" ||
3599          test ! -s conftest.err
3600        } && test -s conftest.$ac_objext; then
3601   ac_cv_prog_cxx_g=yes
3602 else
3603   $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3605
3606         CXXFLAGS=""
3607       cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h.  */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h.  */
3613
3614 int
3615 main ()
3616 {
3617
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626   *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630   (eval "$ac_compile") 2>conftest.er1
3631   ac_status=$?
3632   grep -v '^ *+' conftest.er1 >conftest.err
3633   rm -f conftest.er1
3634   cat conftest.err >&5
3635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636   (exit $ac_status); } && {
3637          test -z "$ac_cxx_werror_flag" ||
3638          test ! -s conftest.err
3639        } && test -s conftest.$ac_objext; then
3640   :
3641 else
3642   $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3644
3645         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646          CXXFLAGS="-g"
3647          cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h.  */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h.  */
3653
3654 int
3655 main ()
3656 {
3657
3658   ;
3659   return 0;
3660 }
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666   *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670   (eval "$ac_compile") 2>conftest.er1
3671   ac_status=$?
3672   grep -v '^ *+' conftest.er1 >conftest.err
3673   rm -f conftest.er1
3674   cat conftest.err >&5
3675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676   (exit $ac_status); } && {
3677          test -z "$ac_cxx_werror_flag" ||
3678          test ! -s conftest.err
3679        } && test -s conftest.$ac_objext; then
3680   ac_cv_prog_cxx_g=yes
3681 else
3682   $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3684
3685
3686 fi
3687
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 fi
3690
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 fi
3693
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3696 fi
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700   CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702   if test "$GXX" = yes; then
3703     CXXFLAGS="-g -O2"
3704   else
3705     CXXFLAGS="-g"
3706   fi
3707 else
3708   if test "$GXX" = yes; then
3709     CXXFLAGS="-O2"
3710   else
3711     CXXFLAGS=
3712   fi
3713 fi
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3719
3720 if test -n "$ac_tool_prefix"; then
3721   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726   $as_echo_n "(cached) " >&6
3727 else
3728   if test -n "$CPPBIN"; then
3729   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3733 do
3734   IFS=$as_save_IFS
3735   test -z "$as_dir" && as_dir=.
3736   for ac_exec_ext in '' $ac_executable_extensions; do
3737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740     break 2
3741   fi
3742 done
3743 done
3744 IFS=$as_save_IFS
3745
3746 fi
3747 fi
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753   { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3755 fi
3756
3757
3758 fi
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760   ac_ct_CPPBIN=$CPPBIN
3761   # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766   $as_echo_n "(cached) " >&6
3767 else
3768   if test -n "$ac_ct_CPPBIN"; then
3769   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3773 do
3774   IFS=$as_save_IFS
3775   test -z "$as_dir" && as_dir=.
3776   for ac_exec_ext in '' $ac_executable_extensions; do
3777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778     ac_cv_prog_ac_ct_CPPBIN="cpp"
3779     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780     break 2
3781   fi
3782 done
3783 done
3784 IFS=$as_save_IFS
3785
3786 fi
3787 fi
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793   { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3795 fi
3796
3797   if test "x$ac_ct_CPPBIN" = x; then
3798     CPPBIN="cpp"
3799   else
3800     case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806     CPPBIN=$ac_ct_CPPBIN
3807   fi
3808 else
3809   CPPBIN="$ac_cv_prog_CPPBIN"
3810 fi
3811
3812
3813 case $host in
3814   x86_64*)
3815     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816     then
3817       CC="$CC -m32"
3818       CXX="$CXX -m32"
3819       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3821
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h.  */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h.  */
3828
3829 int
3830 main ()
3831 {
3832
3833   ;
3834   return 0;
3835 }
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841   *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845   (eval "$ac_link") 2>conftest.er1
3846   ac_status=$?
3847   grep -v '^ *+' conftest.er1 >conftest.err
3848   rm -f conftest.er1
3849   cat conftest.err >&5
3850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851   (exit $ac_status); } && {
3852          test -z "$ac_c_werror_flag" ||
3853          test ! -s conftest.err
3854        } && test -s conftest$ac_exeext && {
3855          test "$cross_compiling" = yes ||
3856          $as_test_x conftest$ac_exeext
3857        }; then
3858   { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861   $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3863
3864         { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868    { (exit 1); exit 1; }; }
3869 fi
3870
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873       conftest$ac_exeext conftest.$ac_ext
3874       LD="${LD:-ld} -m elf_i386"
3875       AS="${AS:-as} --32"
3876       host_cpu="i386"
3877       notice_platform="32-bit "
3878       TARGETFLAGS="-m32"
3879
3880       enable_win16=${enable_win16:-yes}
3881     else
3882       TARGETFLAGS="-m64"
3883
3884     fi
3885     ;;
3886   *-mingw32*)
3887     enable_win16=${enable_win16:-no}
3888     ;;
3889   i[3456789]86*)
3890     enable_win16=${enable_win16:-yes}
3891     ;;
3892 esac
3893
3894 enable_win16=${enable_win16:-no}
3895
3896 WIN16_FILES="\$(WIN16_FILES)"
3897
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3899
3900 if test "x$enable_win16" != "xyes"
3901 then
3902     WIN16_FILES=""
3903     WIN16_INSTALL=""
3904     enable_comm_drv16=${enable_comm_drv16:-no}
3905     enable_compobj_dll16=${enable_compobj_dll16:-no}
3906     enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3907     enable_display_drv16=${enable_display_drv16:-no}
3908     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3909     enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3910     enable_lzexpand_dll16=${enable_lzexpand_dll16:-no}
3911     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3912     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3913     enable_mouse_drv16=${enable_mouse_drv16:-no}
3914     enable_msacm_dll16=${enable_msacm_dll16:-no}
3915     enable_ole2_dll16=${enable_ole2_dll16:-no}
3916     enable_ole2conv_dll16=${enable_ole2conv_dll16:-no}
3917     enable_ole2disp_dll16=${enable_ole2disp_dll16:-no}
3918     enable_ole2nls_dll16=${enable_ole2nls_dll16:-no}
3919     enable_ole2prox_dll16=${enable_ole2prox_dll16:-no}
3920     enable_ole2thk_dll16=${enable_ole2thk_dll16:-no}
3921     enable_olecli_dll16=${enable_olecli_dll16:-no}
3922     enable_olesvr_dll16=${enable_olesvr_dll16:-no}
3923     enable_storage_dll16=${enable_storage_dll16:-no}
3924     enable_stress_dll16=${enable_stress_dll16:-no}
3925     enable_typelib_dll16=${enable_typelib_dll16:-no}
3926     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3927     enable_vmm_vxd=${enable_vmm_vxd:-no}
3928     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3929     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3930     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3931     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3932     enable_w32skrnl=${enable_w32skrnl:-no}
3933     enable_win87em_dll16=${enable_win87em_dll16:-no}
3934     enable_windebug_dll16=${enable_windebug_dll16:-no}
3935     enable_winedos=${enable_winedos:-no}
3936     enable_winevdm=${enable_winevdm:-no}
3937     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3938     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3939 fi
3940
3941 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3942 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3943 if test "${wine_cv_toolsdir+set}" = set; then
3944   $as_echo_n "(cached) " >&6
3945 else
3946   if test -z "$with_wine_tools"; then
3947      if test "$cross_compiling" = "yes"; then
3948        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3949 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3950    { (exit 1); exit 1; }; }
3951      else
3952        wine_cv_toolsdir="\$(TOPOBJDIR)"
3953      fi
3954    elif test -d "$with_wine_tools/tools/winebuild"; then
3955      case $with_wine_tools in
3956        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3957        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3958      esac
3959    else
3960      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3961 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3962    { (exit 1); exit 1; }; }
3963    fi
3964 fi
3965 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3966 $as_echo "$wine_cv_toolsdir" >&6; }
3967 TOOLSDIR=$wine_cv_toolsdir
3968
3969 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3970 then
3971     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3972
3973 fi
3974
3975 for ac_prog in flex
3976 do
3977   # Extract the first word of "$ac_prog", so it can be a program name with args.
3978 set dummy $ac_prog; ac_word=$2
3979 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3980 $as_echo_n "checking for $ac_word... " >&6; }
3981 if test "${ac_cv_prog_FLEX+set}" = set; then
3982   $as_echo_n "(cached) " >&6
3983 else
3984   if test -n "$FLEX"; then
3985   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3986 else
3987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3988 for as_dir in $PATH
3989 do
3990   IFS=$as_save_IFS
3991   test -z "$as_dir" && as_dir=.
3992   for ac_exec_ext in '' $ac_executable_extensions; do
3993   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3994     ac_cv_prog_FLEX="$ac_prog"
3995     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3996     break 2
3997   fi
3998 done
3999 done
4000 IFS=$as_save_IFS
4001
4002 fi
4003 fi
4004 FLEX=$ac_cv_prog_FLEX
4005 if test -n "$FLEX"; then
4006   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4007 $as_echo "$FLEX" >&6; }
4008 else
4009   { $as_echo "$as_me:$LINENO: result: no" >&5
4010 $as_echo "no" >&6; }
4011 fi
4012
4013
4014   test -n "$FLEX" && break
4015 done
4016 test -n "$FLEX" || FLEX="none"
4017
4018 if test "$FLEX" = "none"
4019 then
4020   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4021 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4022    { (exit 1); exit 1; }; }
4023 fi
4024
4025 for ac_prog in bison
4026 do
4027   # Extract the first word of "$ac_prog", so it can be a program name with args.
4028 set dummy $ac_prog; ac_word=$2
4029 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4030 $as_echo_n "checking for $ac_word... " >&6; }
4031 if test "${ac_cv_prog_BISON+set}" = set; then
4032   $as_echo_n "(cached) " >&6
4033 else
4034   if test -n "$BISON"; then
4035   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4036 else
4037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4038 for as_dir in $PATH
4039 do
4040   IFS=$as_save_IFS
4041   test -z "$as_dir" && as_dir=.
4042   for ac_exec_ext in '' $ac_executable_extensions; do
4043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4044     ac_cv_prog_BISON="$ac_prog"
4045     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4046     break 2
4047   fi
4048 done
4049 done
4050 IFS=$as_save_IFS
4051
4052 fi
4053 fi
4054 BISON=$ac_cv_prog_BISON
4055 if test -n "$BISON"; then
4056   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4057 $as_echo "$BISON" >&6; }
4058 else
4059   { $as_echo "$as_me:$LINENO: result: no" >&5
4060 $as_echo "no" >&6; }
4061 fi
4062
4063
4064   test -n "$BISON" && break
4065 done
4066 test -n "$BISON" || BISON="none"
4067
4068 if test "$BISON" = "none"
4069 then
4070   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4071 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4072    { (exit 1); exit 1; }; }
4073 fi
4074
4075 if test -n "$ac_tool_prefix"; then
4076   for ac_prog in gas as
4077   do
4078     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4079 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4081 $as_echo_n "checking for $ac_word... " >&6; }
4082 if test "${ac_cv_prog_AS+set}" = set; then
4083   $as_echo_n "(cached) " >&6
4084 else
4085   if test -n "$AS"; then
4086   ac_cv_prog_AS="$AS" # Let the user override the test.
4087 else
4088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4089 for as_dir in $PATH
4090 do
4091   IFS=$as_save_IFS
4092   test -z "$as_dir" && as_dir=.
4093   for ac_exec_ext in '' $ac_executable_extensions; do
4094   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4095     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4096     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4097     break 2
4098   fi
4099 done
4100 done
4101 IFS=$as_save_IFS
4102
4103 fi
4104 fi
4105 AS=$ac_cv_prog_AS
4106 if test -n "$AS"; then
4107   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4108 $as_echo "$AS" >&6; }
4109 else
4110   { $as_echo "$as_me:$LINENO: result: no" >&5
4111 $as_echo "no" >&6; }
4112 fi
4113
4114
4115     test -n "$AS" && break
4116   done
4117 fi
4118 if test -z "$AS"; then
4119   ac_ct_AS=$AS
4120   for ac_prog in gas as
4121 do
4122   # Extract the first word of "$ac_prog", so it can be a program name with args.
4123 set dummy $ac_prog; ac_word=$2
4124 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4125 $as_echo_n "checking for $ac_word... " >&6; }
4126 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4127   $as_echo_n "(cached) " >&6
4128 else
4129   if test -n "$ac_ct_AS"; then
4130   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4131 else
4132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4133 for as_dir in $PATH
4134 do
4135   IFS=$as_save_IFS
4136   test -z "$as_dir" && as_dir=.
4137   for ac_exec_ext in '' $ac_executable_extensions; do
4138   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4139     ac_cv_prog_ac_ct_AS="$ac_prog"
4140     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4141     break 2
4142   fi
4143 done
4144 done
4145 IFS=$as_save_IFS
4146
4147 fi
4148 fi
4149 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4150 if test -n "$ac_ct_AS"; then
4151   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4152 $as_echo "$ac_ct_AS" >&6; }
4153 else
4154   { $as_echo "$as_me:$LINENO: result: no" >&5
4155 $as_echo "no" >&6; }
4156 fi
4157
4158
4159   test -n "$ac_ct_AS" && break
4160 done
4161
4162   if test "x$ac_ct_AS" = x; then
4163     AS="as"
4164   else
4165     case $cross_compiling:$ac_tool_warned in
4166 yes:)
4167 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4168 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4169 ac_tool_warned=yes ;;
4170 esac
4171     AS=$ac_ct_AS
4172   fi
4173 fi
4174
4175 if test -n "$ac_tool_prefix"; then
4176   for ac_prog in ld gld
4177   do
4178     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4179 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4180 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4181 $as_echo_n "checking for $ac_word... " >&6; }
4182 if test "${ac_cv_prog_LD+set}" = set; then
4183   $as_echo_n "(cached) " >&6
4184 else
4185   if test -n "$LD"; then
4186   ac_cv_prog_LD="$LD" # Let the user override the test.
4187 else
4188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4189 for as_dir in $PATH
4190 do
4191   IFS=$as_save_IFS
4192   test -z "$as_dir" && as_dir=.
4193   for ac_exec_ext in '' $ac_executable_extensions; do
4194   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4195     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4196     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4197     break 2
4198   fi
4199 done
4200 done
4201 IFS=$as_save_IFS
4202
4203 fi
4204 fi
4205 LD=$ac_cv_prog_LD
4206 if test -n "$LD"; then
4207   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4208 $as_echo "$LD" >&6; }
4209 else
4210   { $as_echo "$as_me:$LINENO: result: no" >&5
4211 $as_echo "no" >&6; }
4212 fi
4213
4214
4215     test -n "$LD" && break
4216   done
4217 fi
4218 if test -z "$LD"; then
4219   ac_ct_LD=$LD
4220   for ac_prog in ld gld
4221 do
4222   # Extract the first word of "$ac_prog", so it can be a program name with args.
4223 set dummy $ac_prog; ac_word=$2
4224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4225 $as_echo_n "checking for $ac_word... " >&6; }
4226 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4227   $as_echo_n "(cached) " >&6
4228 else
4229   if test -n "$ac_ct_LD"; then
4230   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4231 else
4232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4233 for as_dir in $PATH
4234 do
4235   IFS=$as_save_IFS
4236   test -z "$as_dir" && as_dir=.
4237   for ac_exec_ext in '' $ac_executable_extensions; do
4238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4239     ac_cv_prog_ac_ct_LD="$ac_prog"
4240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4241     break 2
4242   fi
4243 done
4244 done
4245 IFS=$as_save_IFS
4246
4247 fi
4248 fi
4249 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4250 if test -n "$ac_ct_LD"; then
4251   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4252 $as_echo "$ac_ct_LD" >&6; }
4253 else
4254   { $as_echo "$as_me:$LINENO: result: no" >&5
4255 $as_echo "no" >&6; }
4256 fi
4257
4258
4259   test -n "$ac_ct_LD" && break
4260 done
4261
4262   if test "x$ac_ct_LD" = x; then
4263     LD="ld"
4264   else
4265     case $cross_compiling:$ac_tool_warned in
4266 yes:)
4267 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4269 ac_tool_warned=yes ;;
4270 esac
4271     LD=$ac_ct_LD
4272   fi
4273 fi
4274
4275 if test -n "$ac_tool_prefix"; then
4276   for ac_prog in nm gnm
4277   do
4278     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4279 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4280 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4281 $as_echo_n "checking for $ac_word... " >&6; }
4282 if test "${ac_cv_prog_NM+set}" = set; then
4283   $as_echo_n "(cached) " >&6
4284 else
4285   if test -n "$NM"; then
4286   ac_cv_prog_NM="$NM" # Let the user override the test.
4287 else
4288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4289 for as_dir in $PATH
4290 do
4291   IFS=$as_save_IFS
4292   test -z "$as_dir" && as_dir=.
4293   for ac_exec_ext in '' $ac_executable_extensions; do
4294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4295     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4296     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4297     break 2
4298   fi
4299 done
4300 done
4301 IFS=$as_save_IFS
4302
4303 fi
4304 fi
4305 NM=$ac_cv_prog_NM
4306 if test -n "$NM"; then
4307   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4308 $as_echo "$NM" >&6; }
4309 else
4310   { $as_echo "$as_me:$LINENO: result: no" >&5
4311 $as_echo "no" >&6; }
4312 fi
4313
4314
4315     test -n "$NM" && break
4316   done
4317 fi
4318 if test -z "$NM"; then
4319   ac_ct_NM=$NM
4320   for ac_prog in nm gnm
4321 do
4322   # Extract the first word of "$ac_prog", so it can be a program name with args.
4323 set dummy $ac_prog; ac_word=$2
4324 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4325 $as_echo_n "checking for $ac_word... " >&6; }
4326 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4327   $as_echo_n "(cached) " >&6
4328 else
4329   if test -n "$ac_ct_NM"; then
4330   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4331 else
4332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4333 for as_dir in $PATH
4334 do
4335   IFS=$as_save_IFS
4336   test -z "$as_dir" && as_dir=.
4337   for ac_exec_ext in '' $ac_executable_extensions; do
4338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4339     ac_cv_prog_ac_ct_NM="$ac_prog"
4340     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4341     break 2
4342   fi
4343 done
4344 done
4345 IFS=$as_save_IFS
4346
4347 fi
4348 fi
4349 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4350 if test -n "$ac_ct_NM"; then
4351   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4352 $as_echo "$ac_ct_NM" >&6; }
4353 else
4354   { $as_echo "$as_me:$LINENO: result: no" >&5
4355 $as_echo "no" >&6; }
4356 fi
4357
4358
4359   test -n "$ac_ct_NM" && break
4360 done
4361
4362   if test "x$ac_ct_NM" = x; then
4363     NM="nm"
4364   else
4365     case $cross_compiling:$ac_tool_warned in
4366 yes:)
4367 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4369 ac_tool_warned=yes ;;
4370 esac
4371     NM=$ac_ct_NM
4372   fi
4373 fi
4374
4375 if test -n "$ac_tool_prefix"; then
4376   for ac_prog in ar gar
4377   do
4378     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4379 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4380 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4381 $as_echo_n "checking for $ac_word... " >&6; }
4382 if test "${ac_cv_prog_AR+set}" = set; then
4383   $as_echo_n "(cached) " >&6
4384 else
4385   if test -n "$AR"; then
4386   ac_cv_prog_AR="$AR" # Let the user override the test.
4387 else
4388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4389 for as_dir in $PATH
4390 do
4391   IFS=$as_save_IFS
4392   test -z "$as_dir" && as_dir=.
4393   for ac_exec_ext in '' $ac_executable_extensions; do
4394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4395     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4396     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4397     break 2
4398   fi
4399 done
4400 done
4401 IFS=$as_save_IFS
4402
4403 fi
4404 fi
4405 AR=$ac_cv_prog_AR
4406 if test -n "$AR"; then
4407   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4408 $as_echo "$AR" >&6; }
4409 else
4410   { $as_echo "$as_me:$LINENO: result: no" >&5
4411 $as_echo "no" >&6; }
4412 fi
4413
4414
4415     test -n "$AR" && break
4416   done
4417 fi
4418 if test -z "$AR"; then
4419   ac_ct_AR=$AR
4420   for ac_prog in ar gar
4421 do
4422   # Extract the first word of "$ac_prog", so it can be a program name with args.
4423 set dummy $ac_prog; ac_word=$2
4424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4427   $as_echo_n "(cached) " >&6
4428 else
4429   if test -n "$ac_ct_AR"; then
4430   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4434 do
4435   IFS=$as_save_IFS
4436   test -z "$as_dir" && as_dir=.
4437   for ac_exec_ext in '' $ac_executable_extensions; do
4438   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439     ac_cv_prog_ac_ct_AR="$ac_prog"
4440     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4441     break 2
4442   fi
4443 done
4444 done
4445 IFS=$as_save_IFS
4446
4447 fi
4448 fi
4449 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4450 if test -n "$ac_ct_AR"; then
4451   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4452 $as_echo "$ac_ct_AR" >&6; }
4453 else
4454   { $as_echo "$as_me:$LINENO: result: no" >&5
4455 $as_echo "no" >&6; }
4456 fi
4457
4458
4459   test -n "$ac_ct_AR" && break
4460 done
4461
4462   if test "x$ac_ct_AR" = x; then
4463     AR="ar"
4464   else
4465     case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471     AR=$ac_ct_AR
4472   fi
4473 fi
4474
4475 ARFLAGS=rc
4476
4477 if test -n "$ac_tool_prefix"; then
4478   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4480 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_RANLIB+set}" = set; then
4483   $as_echo_n "(cached) " >&6
4484 else
4485   if test -n "$RANLIB"; then
4486   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4490 do
4491   IFS=$as_save_IFS
4492   test -z "$as_dir" && as_dir=.
4493   for ac_exec_ext in '' $ac_executable_extensions; do
4494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4496     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4497     break 2
4498   fi
4499 done
4500 done
4501 IFS=$as_save_IFS
4502
4503 fi
4504 fi
4505 RANLIB=$ac_cv_prog_RANLIB
4506 if test -n "$RANLIB"; then
4507   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4508 $as_echo "$RANLIB" >&6; }
4509 else
4510   { $as_echo "$as_me:$LINENO: result: no" >&5
4511 $as_echo "no" >&6; }
4512 fi
4513
4514
4515 fi
4516 if test -z "$ac_cv_prog_RANLIB"; then
4517   ac_ct_RANLIB=$RANLIB
4518   # Extract the first word of "ranlib", so it can be a program name with args.
4519 set dummy ranlib; ac_word=$2
4520 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4523   $as_echo_n "(cached) " >&6
4524 else
4525   if test -n "$ac_ct_RANLIB"; then
4526   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4530 do
4531   IFS=$as_save_IFS
4532   test -z "$as_dir" && as_dir=.
4533   for ac_exec_ext in '' $ac_executable_extensions; do
4534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535     ac_cv_prog_ac_ct_RANLIB="ranlib"
4536     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4537     break 2
4538   fi
4539 done
4540 done
4541 IFS=$as_save_IFS
4542
4543 fi
4544 fi
4545 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4546 if test -n "$ac_ct_RANLIB"; then
4547   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4548 $as_echo "$ac_ct_RANLIB" >&6; }
4549 else
4550   { $as_echo "$as_me:$LINENO: result: no" >&5
4551 $as_echo "no" >&6; }
4552 fi
4553
4554   if test "x$ac_ct_RANLIB" = x; then
4555     RANLIB=":"
4556   else
4557     case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563     RANLIB=$ac_ct_RANLIB
4564   fi
4565 else
4566   RANLIB="$ac_cv_prog_RANLIB"
4567 fi
4568
4569 if test -n "$ac_tool_prefix"; then
4570   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4571 set dummy ${ac_tool_prefix}strip; ac_word=$2
4572 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4573 $as_echo_n "checking for $ac_word... " >&6; }
4574 if test "${ac_cv_prog_STRIP+set}" = set; then
4575   $as_echo_n "(cached) " >&6
4576 else
4577   if test -n "$STRIP"; then
4578   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4579 else
4580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581 for as_dir in $PATH
4582 do
4583   IFS=$as_save_IFS
4584   test -z "$as_dir" && as_dir=.
4585   for ac_exec_ext in '' $ac_executable_extensions; do
4586   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4587     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4588     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4589     break 2
4590   fi
4591 done
4592 done
4593 IFS=$as_save_IFS
4594
4595 fi
4596 fi
4597 STRIP=$ac_cv_prog_STRIP
4598 if test -n "$STRIP"; then
4599   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4600 $as_echo "$STRIP" >&6; }
4601 else
4602   { $as_echo "$as_me:$LINENO: result: no" >&5
4603 $as_echo "no" >&6; }
4604 fi
4605
4606
4607 fi
4608 if test -z "$ac_cv_prog_STRIP"; then
4609   ac_ct_STRIP=$STRIP
4610   # Extract the first word of "strip", so it can be a program name with args.
4611 set dummy strip; ac_word=$2
4612 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4613 $as_echo_n "checking for $ac_word... " >&6; }
4614 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4615   $as_echo_n "(cached) " >&6
4616 else
4617   if test -n "$ac_ct_STRIP"; then
4618   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4619 else
4620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4621 for as_dir in $PATH
4622 do
4623   IFS=$as_save_IFS
4624   test -z "$as_dir" && as_dir=.
4625   for ac_exec_ext in '' $ac_executable_extensions; do
4626   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4627     ac_cv_prog_ac_ct_STRIP="strip"
4628     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4629     break 2
4630   fi
4631 done
4632 done
4633 IFS=$as_save_IFS
4634
4635 fi
4636 fi
4637 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4638 if test -n "$ac_ct_STRIP"; then
4639   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4640 $as_echo "$ac_ct_STRIP" >&6; }
4641 else
4642   { $as_echo "$as_me:$LINENO: result: no" >&5
4643 $as_echo "no" >&6; }
4644 fi
4645
4646   if test "x$ac_ct_STRIP" = x; then
4647     STRIP="strip"
4648   else
4649     case $cross_compiling:$ac_tool_warned in
4650 yes:)
4651 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4653 ac_tool_warned=yes ;;
4654 esac
4655     STRIP=$ac_ct_STRIP
4656   fi
4657 else
4658   STRIP="$ac_cv_prog_STRIP"
4659 fi
4660
4661 if test -n "$ac_tool_prefix"; then
4662   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4663 set dummy ${ac_tool_prefix}windres; ac_word=$2
4664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4665 $as_echo_n "checking for $ac_word... " >&6; }
4666 if test "${ac_cv_prog_WINDRES+set}" = set; then
4667   $as_echo_n "(cached) " >&6
4668 else
4669   if test -n "$WINDRES"; then
4670   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4671 else
4672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4673 for as_dir in $PATH
4674 do
4675   IFS=$as_save_IFS
4676   test -z "$as_dir" && as_dir=.
4677   for ac_exec_ext in '' $ac_executable_extensions; do
4678   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4679     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4680     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4681     break 2
4682   fi
4683 done
4684 done
4685 IFS=$as_save_IFS
4686
4687 fi
4688 fi
4689 WINDRES=$ac_cv_prog_WINDRES
4690 if test -n "$WINDRES"; then
4691   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4692 $as_echo "$WINDRES" >&6; }
4693 else
4694   { $as_echo "$as_me:$LINENO: result: no" >&5
4695 $as_echo "no" >&6; }
4696 fi
4697
4698
4699 fi
4700 if test -z "$ac_cv_prog_WINDRES"; then
4701   ac_ct_WINDRES=$WINDRES
4702   # Extract the first word of "windres", so it can be a program name with args.
4703 set dummy windres; ac_word=$2
4704 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4705 $as_echo_n "checking for $ac_word... " >&6; }
4706 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4707   $as_echo_n "(cached) " >&6
4708 else
4709   if test -n "$ac_ct_WINDRES"; then
4710   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4711 else
4712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4713 for as_dir in $PATH
4714 do
4715   IFS=$as_save_IFS
4716   test -z "$as_dir" && as_dir=.
4717   for ac_exec_ext in '' $ac_executable_extensions; do
4718   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4719     ac_cv_prog_ac_ct_WINDRES="windres"
4720     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4721     break 2
4722   fi
4723 done
4724 done
4725 IFS=$as_save_IFS
4726
4727 fi
4728 fi
4729 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4730 if test -n "$ac_ct_WINDRES"; then
4731   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4732 $as_echo "$ac_ct_WINDRES" >&6; }
4733 else
4734   { $as_echo "$as_me:$LINENO: result: no" >&5
4735 $as_echo "no" >&6; }
4736 fi
4737
4738   if test "x$ac_ct_WINDRES" = x; then
4739     WINDRES="false"
4740   else
4741     case $cross_compiling:$ac_tool_warned in
4742 yes:)
4743 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4745 ac_tool_warned=yes ;;
4746 esac
4747     WINDRES=$ac_ct_WINDRES
4748   fi
4749 else
4750   WINDRES="$ac_cv_prog_WINDRES"
4751 fi
4752
4753 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4754 $as_echo_n "checking whether ln -s works... " >&6; }
4755 LN_S=$as_ln_s
4756 if test "$LN_S" = "ln -s"; then
4757   { $as_echo "$as_me:$LINENO: result: yes" >&5
4758 $as_echo "yes" >&6; }
4759 else
4760   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4761 $as_echo "no, using $LN_S" >&6; }
4762 fi
4763
4764 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4765 $as_echo_n "checking whether ln works... " >&6; }
4766 rm -f conf$$ conf$$.file
4767 echo >conf$$.file
4768 if ln conf$$.file conf$$ 2>/dev/null; then
4769   LN=ln
4770
4771   { $as_echo "$as_me:$LINENO: result: yes" >&5
4772 $as_echo "yes" >&6; }
4773 else
4774   LN="cp -p"
4775
4776   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4777 $as_echo "no, using $LN" >&6; }
4778 fi
4779 rm -f conf$$ conf$$.file
4780 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4781 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4782 if test "${ac_cv_path_GREP+set}" = set; then
4783   $as_echo_n "(cached) " >&6
4784 else
4785   if test -z "$GREP"; then
4786   ac_path_GREP_found=false
4787   # Loop through the user's path and test for each of PROGNAME-LIST
4788   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4790 do
4791   IFS=$as_save_IFS
4792   test -z "$as_dir" && as_dir=.
4793   for ac_prog in grep ggrep; do
4794     for ac_exec_ext in '' $ac_executable_extensions; do
4795       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4796       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4797 # Check for GNU ac_path_GREP and select it if it is found.
4798   # Check for GNU $ac_path_GREP
4799 case `"$ac_path_GREP" --version 2>&1` in
4800 *GNU*)
4801   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4802 *)
4803   ac_count=0
4804   $as_echo_n 0123456789 >"conftest.in"
4805   while :
4806   do
4807     cat "conftest.in" "conftest.in" >"conftest.tmp"
4808     mv "conftest.tmp" "conftest.in"
4809     cp "conftest.in" "conftest.nl"
4810     $as_echo 'GREP' >> "conftest.nl"
4811     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4812     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4813     ac_count=`expr $ac_count + 1`
4814     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4815       # Best one so far, save it but keep looking for a better one
4816       ac_cv_path_GREP="$ac_path_GREP"
4817       ac_path_GREP_max=$ac_count
4818     fi
4819     # 10*(2^10) chars as input seems more than enough
4820     test $ac_count -gt 10 && break
4821   done
4822   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4823 esac
4824
4825       $ac_path_GREP_found && break 3
4826     done
4827   done
4828 done
4829 IFS=$as_save_IFS
4830   if test -z "$ac_cv_path_GREP"; then
4831     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4832 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4833    { (exit 1); exit 1; }; }
4834   fi
4835 else
4836   ac_cv_path_GREP=$GREP
4837 fi
4838
4839 fi
4840 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4841 $as_echo "$ac_cv_path_GREP" >&6; }
4842  GREP="$ac_cv_path_GREP"
4843
4844
4845 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4846 $as_echo_n "checking for egrep... " >&6; }
4847 if test "${ac_cv_path_EGREP+set}" = set; then
4848   $as_echo_n "(cached) " >&6
4849 else
4850   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4851    then ac_cv_path_EGREP="$GREP -E"
4852    else
4853      if test -z "$EGREP"; then
4854   ac_path_EGREP_found=false
4855   # Loop through the user's path and test for each of PROGNAME-LIST
4856   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4858 do
4859   IFS=$as_save_IFS
4860   test -z "$as_dir" && as_dir=.
4861   for ac_prog in egrep; do
4862     for ac_exec_ext in '' $ac_executable_extensions; do
4863       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4864       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4865 # Check for GNU ac_path_EGREP and select it if it is found.
4866   # Check for GNU $ac_path_EGREP
4867 case `"$ac_path_EGREP" --version 2>&1` in
4868 *GNU*)
4869   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4870 *)
4871   ac_count=0
4872   $as_echo_n 0123456789 >"conftest.in"
4873   while :
4874   do
4875     cat "conftest.in" "conftest.in" >"conftest.tmp"
4876     mv "conftest.tmp" "conftest.in"
4877     cp "conftest.in" "conftest.nl"
4878     $as_echo 'EGREP' >> "conftest.nl"
4879     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4880     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4881     ac_count=`expr $ac_count + 1`
4882     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4883       # Best one so far, save it but keep looking for a better one
4884       ac_cv_path_EGREP="$ac_path_EGREP"
4885       ac_path_EGREP_max=$ac_count
4886     fi
4887     # 10*(2^10) chars as input seems more than enough
4888     test $ac_count -gt 10 && break
4889   done
4890   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4891 esac
4892
4893       $ac_path_EGREP_found && break 3
4894     done
4895   done
4896 done
4897 IFS=$as_save_IFS
4898   if test -z "$ac_cv_path_EGREP"; then
4899     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4900 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4901    { (exit 1); exit 1; }; }
4902   fi
4903 else
4904   ac_cv_path_EGREP=$EGREP
4905 fi
4906
4907    fi
4908 fi
4909 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4910 $as_echo "$ac_cv_path_EGREP" >&6; }
4911  EGREP="$ac_cv_path_EGREP"
4912
4913
4914 # Extract the first word of "ldconfig", so it can be a program name with args.
4915 set dummy ldconfig; ac_word=$2
4916 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4917 $as_echo_n "checking for $ac_word... " >&6; }
4918 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4919   $as_echo_n "(cached) " >&6
4920 else
4921   case $LDCONFIG in
4922   [\\/]* | ?:[\\/]*)
4923   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4924   ;;
4925   *)
4926   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in /sbin /usr/sbin $PATH
4928 do
4929   IFS=$as_save_IFS
4930   test -z "$as_dir" && as_dir=.
4931   for ac_exec_ext in '' $ac_executable_extensions; do
4932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4933     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4934     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4935     break 2
4936   fi
4937 done
4938 done
4939 IFS=$as_save_IFS
4940
4941   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4942   ;;
4943 esac
4944 fi
4945 LDCONFIG=$ac_cv_path_LDCONFIG
4946 if test -n "$LDCONFIG"; then
4947   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4948 $as_echo "$LDCONFIG" >&6; }
4949 else
4950   { $as_echo "$as_me:$LINENO: result: no" >&5
4951 $as_echo "no" >&6; }
4952 fi
4953
4954
4955 # Find a good install program.  We prefer a C program (faster),
4956 # so one script is as good as another.  But avoid the broken or
4957 # incompatible versions:
4958 # SysV /etc/install, /usr/sbin/install
4959 # SunOS /usr/etc/install
4960 # IRIX /sbin/install
4961 # AIX /bin/install
4962 # AmigaOS /C/install, which installs bootblocks on floppy discs
4963 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4964 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4965 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4966 # OS/2's system install, which has a completely different semantic
4967 # ./install, which can be erroneously created by make from ./install.sh.
4968 # Reject install programs that cannot install multiple files.
4969 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4970 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4971 if test -z "$INSTALL"; then
4972 if test "${ac_cv_path_install+set}" = set; then
4973   $as_echo_n "(cached) " >&6
4974 else
4975   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4976 for as_dir in $PATH
4977 do
4978   IFS=$as_save_IFS
4979   test -z "$as_dir" && as_dir=.
4980   # Account for people who put trailing slashes in PATH elements.
4981 case $as_dir/ in
4982   ./ | .// | /cC/* | \
4983   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4984   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4985   /usr/ucb/* ) ;;
4986   *)
4987     # OSF1 and SCO ODT 3.0 have their own names for install.
4988     # Don't use installbsd from OSF since it installs stuff as root
4989     # by default.
4990     for ac_prog in ginstall scoinst install; do
4991       for ac_exec_ext in '' $ac_executable_extensions; do
4992         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4993           if test $ac_prog = install &&
4994             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4995             # AIX install.  It has an incompatible calling convention.
4996             :
4997           elif test $ac_prog = install &&
4998             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4999             # program-specific install script used by HP pwplus--don't use.
5000             :
5001           else
5002             rm -rf conftest.one conftest.two conftest.dir
5003             echo one > conftest.one
5004             echo two > conftest.two
5005             mkdir conftest.dir
5006             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5007               test -s conftest.one && test -s conftest.two &&
5008               test -s conftest.dir/conftest.one &&
5009               test -s conftest.dir/conftest.two
5010             then
5011               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5012               break 3
5013             fi
5014           fi
5015         fi
5016       done
5017     done
5018     ;;
5019 esac
5020
5021 done
5022 IFS=$as_save_IFS
5023
5024 rm -rf conftest.one conftest.two conftest.dir
5025
5026 fi
5027   if test "${ac_cv_path_install+set}" = set; then
5028     INSTALL=$ac_cv_path_install
5029   else
5030     # As a last resort, use the slow shell script.  Don't cache a
5031     # value for INSTALL within a source directory, because that will
5032     # break other packages using the cache if that directory is
5033     # removed, or if the value is a relative name.
5034     INSTALL=$ac_install_sh
5035   fi
5036 fi
5037 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5038 $as_echo "$INSTALL" >&6; }
5039
5040 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5041 # It thinks the first close brace ends the variable substitution.
5042 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5043
5044 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5045
5046 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5047
5048 case "$INSTALL" in
5049   [\\/$]* | ?:[\\/]* ) ;;
5050   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5051 esac
5052
5053 for ac_prog in lclint lint
5054 do
5055   # Extract the first word of "$ac_prog", so it can be a program name with args.
5056 set dummy $ac_prog; ac_word=$2
5057 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5058 $as_echo_n "checking for $ac_word... " >&6; }
5059 if test "${ac_cv_prog_LINT+set}" = set; then
5060   $as_echo_n "(cached) " >&6
5061 else
5062   if test -n "$LINT"; then
5063   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5064 else
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in $PATH
5067 do
5068   IFS=$as_save_IFS
5069   test -z "$as_dir" && as_dir=.
5070   for ac_exec_ext in '' $ac_executable_extensions; do
5071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5072     ac_cv_prog_LINT="$ac_prog"
5073     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5074     break 2
5075   fi
5076 done
5077 done
5078 IFS=$as_save_IFS
5079
5080 fi
5081 fi
5082 LINT=$ac_cv_prog_LINT
5083 if test -n "$LINT"; then
5084   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5085 $as_echo "$LINT" >&6; }
5086 else
5087   { $as_echo "$as_me:$LINENO: result: no" >&5
5088 $as_echo "no" >&6; }
5089 fi
5090
5091
5092   test -n "$LINT" && break
5093 done
5094
5095 if test "$LINT" = "lint"
5096 then
5097   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5098   fi
5099
5100
5101
5102 for ac_prog in fontforge
5103 do
5104   # Extract the first word of "$ac_prog", so it can be a program name with args.
5105 set dummy $ac_prog; ac_word=$2
5106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5107 $as_echo_n "checking for $ac_word... " >&6; }
5108 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5109   $as_echo_n "(cached) " >&6
5110 else
5111   if test -n "$FONTFORGE"; then
5112   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5113 else
5114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115 for as_dir in $PATH
5116 do
5117   IFS=$as_save_IFS
5118   test -z "$as_dir" && as_dir=.
5119   for ac_exec_ext in '' $ac_executable_extensions; do
5120   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5121     ac_cv_prog_FONTFORGE="$ac_prog"
5122     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5123     break 2
5124   fi
5125 done
5126 done
5127 IFS=$as_save_IFS
5128
5129 fi
5130 fi
5131 FONTFORGE=$ac_cv_prog_FONTFORGE
5132 if test -n "$FONTFORGE"; then
5133   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5134 $as_echo "$FONTFORGE" >&6; }
5135 else
5136   { $as_echo "$as_me:$LINENO: result: no" >&5
5137 $as_echo "no" >&6; }
5138 fi
5139
5140
5141   test -n "$FONTFORGE" && break
5142 done
5143 test -n "$FONTFORGE" || FONTFORGE="false"
5144
5145 for ac_prog in pkg-config
5146 do
5147   # Extract the first word of "$ac_prog", so it can be a program name with args.
5148 set dummy $ac_prog; ac_word=$2
5149 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5150 $as_echo_n "checking for $ac_word... " >&6; }
5151 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5152   $as_echo_n "(cached) " >&6
5153 else
5154   if test -n "$PKG_CONFIG"; then
5155   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5156 else
5157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5158 for as_dir in $PATH
5159 do
5160   IFS=$as_save_IFS
5161   test -z "$as_dir" && as_dir=.
5162   for ac_exec_ext in '' $ac_executable_extensions; do
5163   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5164     ac_cv_prog_PKG_CONFIG="$ac_prog"
5165     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5166     break 2
5167   fi
5168 done
5169 done
5170 IFS=$as_save_IFS
5171
5172 fi
5173 fi
5174 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5175 if test -n "$PKG_CONFIG"; then
5176   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5177 $as_echo "$PKG_CONFIG" >&6; }
5178 else
5179   { $as_echo "$as_me:$LINENO: result: no" >&5
5180 $as_echo "no" >&6; }
5181 fi
5182
5183
5184   test -n "$PKG_CONFIG" && break
5185 done
5186 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5187
5188 for ac_prog in rsvg
5189 do
5190   # Extract the first word of "$ac_prog", so it can be a program name with args.
5191 set dummy $ac_prog; ac_word=$2
5192 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5193 $as_echo_n "checking for $ac_word... " >&6; }
5194 if test "${ac_cv_prog_RSVG+set}" = set; then
5195   $as_echo_n "(cached) " >&6
5196 else
5197   if test -n "$RSVG"; then
5198   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5199 else
5200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5201 for as_dir in $PATH
5202 do
5203   IFS=$as_save_IFS
5204   test -z "$as_dir" && as_dir=.
5205   for ac_exec_ext in '' $ac_executable_extensions; do
5206   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5207     ac_cv_prog_RSVG="$ac_prog"
5208     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5209     break 2
5210   fi
5211 done
5212 done
5213 IFS=$as_save_IFS
5214
5215 fi
5216 fi
5217 RSVG=$ac_cv_prog_RSVG
5218 if test -n "$RSVG"; then
5219   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5220 $as_echo "$RSVG" >&6; }
5221 else
5222   { $as_echo "$as_me:$LINENO: result: no" >&5
5223 $as_echo "no" >&6; }
5224 fi
5225
5226
5227   test -n "$RSVG" && break
5228 done
5229 test -n "$RSVG" || RSVG="false"
5230
5231 for ac_prog in icotool
5232 do
5233   # Extract the first word of "$ac_prog", so it can be a program name with args.
5234 set dummy $ac_prog; ac_word=$2
5235 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5236 $as_echo_n "checking for $ac_word... " >&6; }
5237 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5238   $as_echo_n "(cached) " >&6
5239 else
5240   if test -n "$ICOTOOL"; then
5241   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5242 else
5243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244 for as_dir in $PATH
5245 do
5246   IFS=$as_save_IFS
5247   test -z "$as_dir" && as_dir=.
5248   for ac_exec_ext in '' $ac_executable_extensions; do
5249   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5250     ac_cv_prog_ICOTOOL="$ac_prog"
5251     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5252     break 2
5253   fi
5254 done
5255 done
5256 IFS=$as_save_IFS
5257
5258 fi
5259 fi
5260 ICOTOOL=$ac_cv_prog_ICOTOOL
5261 if test -n "$ICOTOOL"; then
5262   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5263 $as_echo "$ICOTOOL" >&6; }
5264 else
5265   { $as_echo "$as_me:$LINENO: result: no" >&5
5266 $as_echo "no" >&6; }
5267 fi
5268
5269
5270   test -n "$ICOTOOL" && break
5271 done
5272 test -n "$ICOTOOL" || ICOTOOL="false"
5273
5274
5275 if test "${enable_maintainer_mode+set}" = set
5276 then
5277   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5278   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5279   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5280 fi
5281
5282 case $host_cpu in
5283   *i[3456789]86*)
5284     # Extract the first word of "prelink", so it can be a program name with args.
5285 set dummy prelink; ac_word=$2
5286 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5287 $as_echo_n "checking for $ac_word... " >&6; }
5288 if test "${ac_cv_path_PRELINK+set}" = set; then
5289   $as_echo_n "(cached) " >&6
5290 else
5291   case $PRELINK in
5292   [\\/]* | ?:[\\/]*)
5293   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5294   ;;
5295   *)
5296   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 for as_dir in /sbin /usr/sbin $PATH
5298 do
5299   IFS=$as_save_IFS
5300   test -z "$as_dir" && as_dir=.
5301   for ac_exec_ext in '' $ac_executable_extensions; do
5302   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5303     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5304     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5305     break 2
5306   fi
5307 done
5308 done
5309 IFS=$as_save_IFS
5310
5311   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5312   ;;
5313 esac
5314 fi
5315 PRELINK=$ac_cv_path_PRELINK
5316 if test -n "$PRELINK"; then
5317   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5318 $as_echo "$PRELINK" >&6; }
5319 else
5320   { $as_echo "$as_me:$LINENO: result: no" >&5
5321 $as_echo "no" >&6; }
5322 fi
5323
5324
5325     ;;
5326 esac
5327
5328
5329
5330 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5331 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5332 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5333   $as_echo_n "(cached) " >&6
5334 else
5335   ac_check_lib_save_LIBS=$LIBS
5336 LIBS="-li386  $LIBS"
5337 cat >conftest.$ac_ext <<_ACEOF
5338 /* confdefs.h.  */
5339 _ACEOF
5340 cat confdefs.h >>conftest.$ac_ext
5341 cat >>conftest.$ac_ext <<_ACEOF
5342 /* end confdefs.h.  */
5343
5344 /* Override any GCC internal prototype to avoid an error.
5345    Use char because int might match the return type of a GCC
5346    builtin and then its argument prototype would still apply.  */
5347 #ifdef __cplusplus
5348 extern "C"
5349 #endif
5350 char i386_set_ldt ();
5351 int
5352 main ()
5353 {
5354 return i386_set_ldt ();
5355   ;
5356   return 0;
5357 }
5358 _ACEOF
5359 rm -f conftest.$ac_objext conftest$ac_exeext
5360 if { (ac_try="$ac_link"
5361 case "(($ac_try" in
5362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5363   *) ac_try_echo=$ac_try;;
5364 esac
5365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5366 $as_echo "$ac_try_echo") >&5
5367   (eval "$ac_link") 2>conftest.er1
5368   ac_status=$?
5369   grep -v '^ *+' conftest.er1 >conftest.err
5370   rm -f conftest.er1
5371   cat conftest.err >&5
5372   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5373   (exit $ac_status); } && {
5374          test -z "$ac_c_werror_flag" ||
5375          test ! -s conftest.err
5376        } && test -s conftest$ac_exeext && {
5377          test "$cross_compiling" = yes ||
5378          $as_test_x conftest$ac_exeext
5379        }; then
5380   ac_cv_lib_i386_i386_set_ldt=yes
5381 else
5382   $as_echo "$as_me: failed program was:" >&5
5383 sed 's/^/| /' conftest.$ac_ext >&5
5384
5385         ac_cv_lib_i386_i386_set_ldt=no
5386 fi
5387
5388 rm -rf conftest.dSYM
5389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5390       conftest$ac_exeext conftest.$ac_ext
5391 LIBS=$ac_check_lib_save_LIBS
5392 fi
5393 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5394 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5395 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5396   cat >>confdefs.h <<_ACEOF
5397 #define HAVE_LIBI386 1
5398 _ACEOF
5399
5400   LIBS="-li386 $LIBS"
5401
5402 fi
5403
5404
5405 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5406 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5407 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5408   $as_echo_n "(cached) " >&6
5409 else
5410   ac_check_lib_save_LIBS=$LIBS
5411 LIBS="-lossaudio  $LIBS"
5412 cat >conftest.$ac_ext <<_ACEOF
5413 /* confdefs.h.  */
5414 _ACEOF
5415 cat confdefs.h >>conftest.$ac_ext
5416 cat >>conftest.$ac_ext <<_ACEOF
5417 /* end confdefs.h.  */
5418
5419 /* Override any GCC internal prototype to avoid an error.
5420    Use char because int might match the return type of a GCC
5421    builtin and then its argument prototype would still apply.  */
5422 #ifdef __cplusplus
5423 extern "C"
5424 #endif
5425 char _oss_ioctl ();
5426 int
5427 main ()
5428 {
5429 return _oss_ioctl ();
5430   ;
5431   return 0;
5432 }
5433 _ACEOF
5434 rm -f conftest.$ac_objext conftest$ac_exeext
5435 if { (ac_try="$ac_link"
5436 case "(($ac_try" in
5437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5438   *) ac_try_echo=$ac_try;;
5439 esac
5440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5441 $as_echo "$ac_try_echo") >&5
5442   (eval "$ac_link") 2>conftest.er1
5443   ac_status=$?
5444   grep -v '^ *+' conftest.er1 >conftest.err
5445   rm -f conftest.er1
5446   cat conftest.err >&5
5447   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448   (exit $ac_status); } && {
5449          test -z "$ac_c_werror_flag" ||
5450          test ! -s conftest.err
5451        } && test -s conftest$ac_exeext && {
5452          test "$cross_compiling" = yes ||
5453          $as_test_x conftest$ac_exeext
5454        }; then
5455   ac_cv_lib_ossaudio__oss_ioctl=yes
5456 else
5457   $as_echo "$as_me: failed program was:" >&5
5458 sed 's/^/| /' conftest.$ac_ext >&5
5459
5460         ac_cv_lib_ossaudio__oss_ioctl=no
5461 fi
5462
5463 rm -rf conftest.dSYM
5464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5465       conftest$ac_exeext conftest.$ac_ext
5466 LIBS=$ac_check_lib_save_LIBS
5467 fi
5468 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5469 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5470 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5471   cat >>confdefs.h <<_ACEOF
5472 #define HAVE_LIBOSSAUDIO 1
5473 _ACEOF
5474
5475   LIBS="-lossaudio $LIBS"
5476
5477 fi
5478
5479
5480 XLIB=""
5481
5482 OPENGL_LIBS=""
5483
5484
5485
5486 ac_ext=c
5487 ac_cpp='$CPP $CPPFLAGS'
5488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5491 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5492 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5493 # On Suns, sometimes $CPP names a directory.
5494 if test -n "$CPP" && test -d "$CPP"; then
5495   CPP=
5496 fi
5497 if test -z "$CPP"; then
5498   if test "${ac_cv_prog_CPP+set}" = set; then
5499   $as_echo_n "(cached) " >&6
5500 else
5501       # Double quotes because CPP needs to be expanded
5502     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5503     do
5504       ac_preproc_ok=false
5505 for ac_c_preproc_warn_flag in '' yes
5506 do
5507   # Use a header file that comes with gcc, so configuring glibc
5508   # with a fresh cross-compiler works.
5509   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5510   # <limits.h> exists even on freestanding compilers.
5511   # On the NeXT, cc -E runs the code through the compiler's parser,
5512   # not just through cpp. "Syntax error" is here to catch this case.
5513   cat >conftest.$ac_ext <<_ACEOF
5514 /* confdefs.h.  */
5515 _ACEOF
5516 cat confdefs.h >>conftest.$ac_ext
5517 cat >>conftest.$ac_ext <<_ACEOF
5518 /* end confdefs.h.  */
5519 #ifdef __STDC__
5520 # include <limits.h>
5521 #else
5522 # include <assert.h>
5523 #endif
5524                      Syntax error
5525 _ACEOF
5526 if { (ac_try="$ac_cpp conftest.$ac_ext"
5527 case "(($ac_try" in
5528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5529   *) ac_try_echo=$ac_try;;
5530 esac
5531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5532 $as_echo "$ac_try_echo") >&5
5533   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5534   ac_status=$?
5535   grep -v '^ *+' conftest.er1 >conftest.err
5536   rm -f conftest.er1
5537   cat conftest.err >&5
5538   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539   (exit $ac_status); } >/dev/null && {
5540          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5541          test ! -s conftest.err
5542        }; then
5543   :
5544 else
5545   $as_echo "$as_me: failed program was:" >&5
5546 sed 's/^/| /' conftest.$ac_ext >&5
5547
5548   # Broken: fails on valid input.
5549 continue
5550 fi
5551
5552 rm -f conftest.err conftest.$ac_ext
5553
5554   # OK, works on sane cases.  Now check whether nonexistent headers
5555   # can be detected and how.
5556   cat >conftest.$ac_ext <<_ACEOF
5557 /* confdefs.h.  */
5558 _ACEOF
5559 cat confdefs.h >>conftest.$ac_ext
5560 cat >>conftest.$ac_ext <<_ACEOF
5561 /* end confdefs.h.  */
5562 #include <ac_nonexistent.h>
5563 _ACEOF
5564 if { (ac_try="$ac_cpp conftest.$ac_ext"
5565 case "(($ac_try" in
5566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5567   *) ac_try_echo=$ac_try;;
5568 esac
5569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5570 $as_echo "$ac_try_echo") >&5
5571   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5572   ac_status=$?
5573   grep -v '^ *+' conftest.er1 >conftest.err
5574   rm -f conftest.er1
5575   cat conftest.err >&5
5576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5577   (exit $ac_status); } >/dev/null && {
5578          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5579          test ! -s conftest.err
5580        }; then
5581   # Broken: success on invalid input.
5582 continue
5583 else
5584   $as_echo "$as_me: failed program was:" >&5
5585 sed 's/^/| /' conftest.$ac_ext >&5
5586
5587   # Passes both tests.
5588 ac_preproc_ok=:
5589 break
5590 fi
5591
5592 rm -f conftest.err conftest.$ac_ext
5593
5594 done
5595 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5596 rm -f conftest.err conftest.$ac_ext
5597 if $ac_preproc_ok; then
5598   break
5599 fi
5600
5601     done
5602     ac_cv_prog_CPP=$CPP
5603
5604 fi
5605   CPP=$ac_cv_prog_CPP
5606 else
5607   ac_cv_prog_CPP=$CPP
5608 fi
5609 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5610 $as_echo "$CPP" >&6; }
5611 ac_preproc_ok=false
5612 for ac_c_preproc_warn_flag in '' yes
5613 do
5614   # Use a header file that comes with gcc, so configuring glibc
5615   # with a fresh cross-compiler works.
5616   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5617   # <limits.h> exists even on freestanding compilers.
5618   # On the NeXT, cc -E runs the code through the compiler's parser,
5619   # not just through cpp. "Syntax error" is here to catch this case.
5620   cat >conftest.$ac_ext <<_ACEOF
5621 /* confdefs.h.  */
5622 _ACEOF
5623 cat confdefs.h >>conftest.$ac_ext
5624 cat >>conftest.$ac_ext <<_ACEOF
5625 /* end confdefs.h.  */
5626 #ifdef __STDC__
5627 # include <limits.h>
5628 #else
5629 # include <assert.h>
5630 #endif
5631                      Syntax error
5632 _ACEOF
5633 if { (ac_try="$ac_cpp conftest.$ac_ext"
5634 case "(($ac_try" in
5635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5636   *) ac_try_echo=$ac_try;;
5637 esac
5638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5639 $as_echo "$ac_try_echo") >&5
5640   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5641   ac_status=$?
5642   grep -v '^ *+' conftest.er1 >conftest.err
5643   rm -f conftest.er1
5644   cat conftest.err >&5
5645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646   (exit $ac_status); } >/dev/null && {
5647          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5648          test ! -s conftest.err
5649        }; then
5650   :
5651 else
5652   $as_echo "$as_me: failed program was:" >&5
5653 sed 's/^/| /' conftest.$ac_ext >&5
5654
5655   # Broken: fails on valid input.
5656 continue
5657 fi
5658
5659 rm -f conftest.err conftest.$ac_ext
5660
5661   # OK, works on sane cases.  Now check whether nonexistent headers
5662   # can be detected and how.
5663   cat >conftest.$ac_ext <<_ACEOF
5664 /* confdefs.h.  */
5665 _ACEOF
5666 cat confdefs.h >>conftest.$ac_ext
5667 cat >>conftest.$ac_ext <<_ACEOF
5668 /* end confdefs.h.  */
5669 #include <ac_nonexistent.h>
5670 _ACEOF
5671 if { (ac_try="$ac_cpp conftest.$ac_ext"
5672 case "(($ac_try" in
5673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5674   *) ac_try_echo=$ac_try;;
5675 esac
5676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5677 $as_echo "$ac_try_echo") >&5
5678   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5679   ac_status=$?
5680   grep -v '^ *+' conftest.er1 >conftest.err
5681   rm -f conftest.er1
5682   cat conftest.err >&5
5683   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5684   (exit $ac_status); } >/dev/null && {
5685          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5686          test ! -s conftest.err
5687        }; then
5688   # Broken: success on invalid input.
5689 continue
5690 else
5691   $as_echo "$as_me: failed program was:" >&5
5692 sed 's/^/| /' conftest.$ac_ext >&5
5693
5694   # Passes both tests.
5695 ac_preproc_ok=:
5696 break
5697 fi
5698
5699 rm -f conftest.err conftest.$ac_ext
5700
5701 done
5702 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5703 rm -f conftest.err conftest.$ac_ext
5704 if $ac_preproc_ok; then
5705   :
5706 else
5707   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5708 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5709 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5710 See \`config.log' for more details." >&5
5711 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5712 See \`config.log' for more details." >&2;}
5713    { (exit 1); exit 1; }; }; }
5714 fi
5715
5716 ac_ext=c
5717 ac_cpp='$CPP $CPPFLAGS'
5718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5721
5722
5723 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5724 $as_echo_n "checking for ANSI C header files... " >&6; }
5725 if test "${ac_cv_header_stdc+set}" = set; then
5726   $as_echo_n "(cached) " >&6
5727 else
5728   cat >conftest.$ac_ext <<_ACEOF
5729 /* confdefs.h.  */
5730 _ACEOF
5731 cat confdefs.h >>conftest.$ac_ext
5732 cat >>conftest.$ac_ext <<_ACEOF
5733 /* end confdefs.h.  */
5734 #include <stdlib.h>
5735 #include <stdarg.h>
5736 #include <string.h>
5737 #include <float.h>
5738
5739 int
5740 main ()
5741 {
5742
5743   ;
5744   return 0;
5745 }
5746 _ACEOF
5747 rm -f conftest.$ac_objext
5748 if { (ac_try="$ac_compile"
5749 case "(($ac_try" in
5750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5751   *) ac_try_echo=$ac_try;;
5752 esac
5753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5754 $as_echo "$ac_try_echo") >&5
5755   (eval "$ac_compile") 2>conftest.er1
5756   ac_status=$?
5757   grep -v '^ *+' conftest.er1 >conftest.err
5758   rm -f conftest.er1
5759   cat conftest.err >&5
5760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5761   (exit $ac_status); } && {
5762          test -z "$ac_c_werror_flag" ||
5763          test ! -s conftest.err
5764        } && test -s conftest.$ac_objext; then
5765   ac_cv_header_stdc=yes
5766 else
5767   $as_echo "$as_me: failed program was:" >&5
5768 sed 's/^/| /' conftest.$ac_ext >&5
5769
5770         ac_cv_header_stdc=no
5771 fi
5772
5773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5774
5775 if test $ac_cv_header_stdc = yes; then
5776   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5777   cat >conftest.$ac_ext <<_ACEOF
5778 /* confdefs.h.  */
5779 _ACEOF
5780 cat confdefs.h >>conftest.$ac_ext
5781 cat >>conftest.$ac_ext <<_ACEOF
5782 /* end confdefs.h.  */
5783 #include <string.h>
5784
5785 _ACEOF
5786 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5787   $EGREP "memchr" >/dev/null 2>&1; then
5788   :
5789 else
5790   ac_cv_header_stdc=no
5791 fi
5792 rm -f conftest*
5793
5794 fi
5795
5796 if test $ac_cv_header_stdc = yes; then
5797   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5798   cat >conftest.$ac_ext <<_ACEOF
5799 /* confdefs.h.  */
5800 _ACEOF
5801 cat confdefs.h >>conftest.$ac_ext
5802 cat >>conftest.$ac_ext <<_ACEOF
5803 /* end confdefs.h.  */
5804 #include <stdlib.h>
5805
5806 _ACEOF
5807 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5808   $EGREP "free" >/dev/null 2>&1; then
5809   :
5810 else
5811   ac_cv_header_stdc=no
5812 fi
5813 rm -f conftest*
5814
5815 fi
5816
5817 if test $ac_cv_header_stdc = yes; then
5818   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5819   if test "$cross_compiling" = yes; then
5820   :
5821 else
5822   cat >conftest.$ac_ext <<_ACEOF
5823 /* confdefs.h.  */
5824 _ACEOF
5825 cat confdefs.h >>conftest.$ac_ext
5826 cat >>conftest.$ac_ext <<_ACEOF
5827 /* end confdefs.h.  */
5828 #include <ctype.h>
5829 #include <stdlib.h>
5830 #if ((' ' & 0x0FF) == 0x020)
5831 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5832 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5833 #else
5834 # define ISLOWER(c) \
5835                    (('a' <= (c) && (c) <= 'i') \
5836                      || ('j' <= (c) && (c) <= 'r') \
5837                      || ('s' <= (c) && (c) <= 'z'))
5838 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5839 #endif
5840
5841 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5842 int
5843 main ()
5844 {
5845   int i;
5846   for (i = 0; i < 256; i++)
5847     if (XOR (islower (i), ISLOWER (i))
5848         || toupper (i) != TOUPPER (i))
5849       return 2;
5850   return 0;
5851 }
5852 _ACEOF
5853 rm -f conftest$ac_exeext
5854 if { (ac_try="$ac_link"
5855 case "(($ac_try" in
5856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5857   *) ac_try_echo=$ac_try;;
5858 esac
5859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5860 $as_echo "$ac_try_echo") >&5
5861   (eval "$ac_link") 2>&5
5862   ac_status=$?
5863   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5865   { (case "(($ac_try" in
5866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5867   *) ac_try_echo=$ac_try;;
5868 esac
5869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5870 $as_echo "$ac_try_echo") >&5
5871   (eval "$ac_try") 2>&5
5872   ac_status=$?
5873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5874   (exit $ac_status); }; }; then
5875   :
5876 else
5877   $as_echo "$as_me: program exited with status $ac_status" >&5
5878 $as_echo "$as_me: failed program was:" >&5
5879 sed 's/^/| /' conftest.$ac_ext >&5
5880
5881 ( exit $ac_status )
5882 ac_cv_header_stdc=no
5883 fi
5884 rm -rf conftest.dSYM
5885 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5886 fi
5887
5888
5889 fi
5890 fi
5891 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5892 $as_echo "$ac_cv_header_stdc" >&6; }
5893 if test $ac_cv_header_stdc = yes; then
5894
5895 cat >>confdefs.h <<\_ACEOF
5896 #define STDC_HEADERS 1
5897 _ACEOF
5898
5899 fi
5900
5901 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5912                   inttypes.h stdint.h unistd.h
5913 do
5914 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5915 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5916 $as_echo_n "checking for $ac_header... " >&6; }
5917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5918   $as_echo_n "(cached) " >&6
5919 else
5920   cat >conftest.$ac_ext <<_ACEOF
5921 /* confdefs.h.  */
5922 _ACEOF
5923 cat confdefs.h >>conftest.$ac_ext
5924 cat >>conftest.$ac_ext <<_ACEOF
5925 /* end confdefs.h.  */
5926 $ac_includes_default
5927
5928 #include <$ac_header>
5929 _ACEOF
5930 rm -f conftest.$ac_objext
5931 if { (ac_try="$ac_compile"
5932 case "(($ac_try" in
5933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5934   *) ac_try_echo=$ac_try;;
5935 esac
5936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5937 $as_echo "$ac_try_echo") >&5
5938   (eval "$ac_compile") 2>conftest.er1
5939   ac_status=$?
5940   grep -v '^ *+' conftest.er1 >conftest.err
5941   rm -f conftest.er1
5942   cat conftest.err >&5
5943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5944   (exit $ac_status); } && {
5945          test -z "$ac_c_werror_flag" ||
5946          test ! -s conftest.err
5947        } && test -s conftest.$ac_objext; then
5948   eval "$as_ac_Header=yes"
5949 else
5950   $as_echo "$as_me: failed program was:" >&5
5951 sed 's/^/| /' conftest.$ac_ext >&5
5952
5953         eval "$as_ac_Header=no"
5954 fi
5955
5956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5957 fi
5958 ac_res=`eval 'as_val=${'$as_ac_Header'}
5959                  $as_echo "$as_val"'`
5960                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5961 $as_echo "$ac_res" >&6; }
5962 as_val=`eval 'as_val=${'$as_ac_Header'}
5963                  $as_echo "$as_val"'`
5964    if test "x$as_val" = x""yes; then
5965   cat >>confdefs.h <<_ACEOF
5966 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5967 _ACEOF
5968
5969 fi
5970
5971 done
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095 for ac_header in \
6096         AudioUnit/AudioUnit.h \
6097         Carbon/Carbon.h \
6098         CoreAudio/CoreAudio.h \
6099         DiskArbitration/DiskArbitration.h \
6100         IOKit/IOKitLib.h \
6101         IOKit/hid/IOHIDLib.h \
6102         alias.h \
6103         alsa/asoundlib.h \
6104         arpa/inet.h \
6105         arpa/nameser.h \
6106         asm/types.h \
6107         capi20.h \
6108         curses.h \
6109         direct.h \
6110         dirent.h \
6111         dlfcn.h \
6112         elf.h \
6113         float.h \
6114         fontconfig/fontconfig.h \
6115         getopt.h \
6116         grp.h \
6117         ieeefp.h \
6118         inet/mib2.h \
6119         io.h \
6120         jack/jack.h \
6121         jpeglib.h \
6122         kstat.h \
6123         lber.h \
6124         lcms.h \
6125         lcms/lcms.h \
6126         ldap.h \
6127         libaudioio.h \
6128         link.h \
6129         linux/cdrom.h \
6130         linux/compiler.h \
6131         linux/hdreg.h \
6132         linux/input.h \
6133         linux/ioctl.h \
6134         linux/joystick.h \
6135         linux/major.h \
6136         linux/param.h \
6137         linux/serial.h \
6138         linux/types.h \
6139         linux/ucdrom.h \
6140         mach/mach.h \
6141         mach/machine.h \
6142         machine/cpu.h \
6143         machine/limits.h \
6144         machine/soundcard.h \
6145         mntent.h \
6146         ncurses.h \
6147         netdb.h \
6148         netinet/in.h \
6149         netinet/in_systm.h \
6150         netinet/tcp.h \
6151         netinet/tcp_fsm.h \
6152         openssl/err.h \
6153         openssl/ssl.h \
6154         png.h \
6155         poll.h \
6156         process.h \
6157         pthread.h \
6158         pwd.h \
6159         regex.h \
6160         sched.h \
6161         scsi/scsi.h \
6162         scsi/scsi_ioctl.h \
6163         scsi/sg.h \
6164         soundcard.h \
6165         stdint.h \
6166         strings.h \
6167         stropts.h \
6168         sys/asoundlib.h \
6169         sys/cdio.h \
6170         sys/elf32.h \
6171         sys/epoll.h \
6172         sys/errno.h \
6173         sys/event.h \
6174         sys/exec_elf.h \
6175         sys/filio.h \
6176         sys/ioctl.h \
6177         sys/ipc.h \
6178         sys/limits.h \
6179         sys/link.h \
6180         sys/lwp.h \
6181         sys/mman.h \
6182         sys/modem.h \
6183         sys/msg.h \
6184         sys/mtio.h \
6185         sys/param.h \
6186         sys/poll.h \
6187         sys/prctl.h \
6188         sys/protosw.h \
6189         sys/ptrace.h \
6190         sys/reg.h \
6191         sys/resource.h \
6192         sys/scsiio.h \
6193         sys/shm.h \
6194         sys/signal.h \
6195         sys/socket.h \
6196         sys/socketvar.h \
6197         sys/sockio.h \
6198         sys/soundcard.h \
6199         sys/statvfs.h \
6200         sys/strtio.h \
6201         sys/syscall.h \
6202         sys/tihdr.h \
6203         sys/time.h \
6204         sys/timeout.h \
6205         sys/times.h \
6206         sys/uio.h \
6207         sys/un.h \
6208         sys/utsname.h \
6209         sys/vm86.h \
6210         sys/wait.h \
6211         syscall.h \
6212         termios.h \
6213         unistd.h \
6214         utime.h \
6215         valgrind/memcheck.h \
6216         valgrind/valgrind.h
6217
6218 do
6219 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6221   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6222 $as_echo_n "checking for $ac_header... " >&6; }
6223 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6224   $as_echo_n "(cached) " >&6
6225 fi
6226 ac_res=`eval 'as_val=${'$as_ac_Header'}
6227                  $as_echo "$as_val"'`
6228                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6229 $as_echo "$ac_res" >&6; }
6230 else
6231   # Is the header compilable?
6232 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6233 $as_echo_n "checking $ac_header usability... " >&6; }
6234 cat >conftest.$ac_ext <<_ACEOF
6235 /* confdefs.h.  */
6236 _ACEOF
6237 cat confdefs.h >>conftest.$ac_ext
6238 cat >>conftest.$ac_ext <<_ACEOF
6239 /* end confdefs.h.  */
6240 $ac_includes_default
6241 #include <$ac_header>
6242 _ACEOF
6243 rm -f conftest.$ac_objext
6244 if { (ac_try="$ac_compile"
6245 case "(($ac_try" in
6246   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6247   *) ac_try_echo=$ac_try;;
6248 esac
6249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6250 $as_echo "$ac_try_echo") >&5
6251   (eval "$ac_compile") 2>conftest.er1
6252   ac_status=$?
6253   grep -v '^ *+' conftest.er1 >conftest.err
6254   rm -f conftest.er1
6255   cat conftest.err >&5
6256   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6257   (exit $ac_status); } && {
6258          test -z "$ac_c_werror_flag" ||
6259          test ! -s conftest.err
6260        } && test -s conftest.$ac_objext; then
6261   ac_header_compiler=yes
6262 else
6263   $as_echo "$as_me: failed program was:" >&5
6264 sed 's/^/| /' conftest.$ac_ext >&5
6265
6266         ac_header_compiler=no
6267 fi
6268
6269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6270 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6271 $as_echo "$ac_header_compiler" >&6; }
6272
6273 # Is the header present?
6274 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6275 $as_echo_n "checking $ac_header presence... " >&6; }
6276 cat >conftest.$ac_ext <<_ACEOF
6277 /* confdefs.h.  */
6278 _ACEOF
6279 cat confdefs.h >>conftest.$ac_ext
6280 cat >>conftest.$ac_ext <<_ACEOF
6281 /* end confdefs.h.  */
6282 #include <$ac_header>
6283 _ACEOF
6284 if { (ac_try="$ac_cpp conftest.$ac_ext"
6285 case "(($ac_try" in
6286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6287   *) ac_try_echo=$ac_try;;
6288 esac
6289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6290 $as_echo "$ac_try_echo") >&5
6291   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6292   ac_status=$?
6293   grep -v '^ *+' conftest.er1 >conftest.err
6294   rm -f conftest.er1
6295   cat conftest.err >&5
6296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6297   (exit $ac_status); } >/dev/null && {
6298          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6299          test ! -s conftest.err
6300        }; then
6301   ac_header_preproc=yes
6302 else
6303   $as_echo "$as_me: failed program was:" >&5
6304 sed 's/^/| /' conftest.$ac_ext >&5
6305
6306   ac_header_preproc=no
6307 fi
6308
6309 rm -f conftest.err conftest.$ac_ext
6310 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6311 $as_echo "$ac_header_preproc" >&6; }
6312
6313 # So?  What about this header?
6314 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6315   yes:no: )
6316     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6317 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6318     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6319 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6320     ac_header_preproc=yes
6321     ;;
6322   no:yes:* )
6323     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6324 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6325     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6326 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6327     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6328 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6329     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6330 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6331     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6332 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6333     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6334 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6335     ( cat <<\_ASBOX
6336 ## ------------------------------------ ##
6337 ## Report this to wine-devel@winehq.org ##
6338 ## ------------------------------------ ##
6339 _ASBOX
6340      ) | sed "s/^/$as_me: WARNING:     /" >&2
6341     ;;
6342 esac
6343 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6344 $as_echo_n "checking for $ac_header... " >&6; }
6345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6346   $as_echo_n "(cached) " >&6
6347 else
6348   eval "$as_ac_Header=\$ac_header_preproc"
6349 fi
6350 ac_res=`eval 'as_val=${'$as_ac_Header'}
6351                  $as_echo "$as_val"'`
6352                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6353 $as_echo "$ac_res" >&6; }
6354
6355 fi
6356 as_val=`eval 'as_val=${'$as_ac_Header'}
6357                  $as_echo "$as_val"'`
6358    if test "x$as_val" = x""yes; then
6359   cat >>confdefs.h <<_ACEOF
6360 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6361 _ACEOF
6362
6363 fi
6364
6365 done
6366
6367 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6368 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6369 if test "${ac_cv_header_stat_broken+set}" = set; then
6370   $as_echo_n "(cached) " >&6
6371 else
6372   cat >conftest.$ac_ext <<_ACEOF
6373 /* confdefs.h.  */
6374 _ACEOF
6375 cat confdefs.h >>conftest.$ac_ext
6376 cat >>conftest.$ac_ext <<_ACEOF
6377 /* end confdefs.h.  */
6378 #include <sys/types.h>
6379 #include <sys/stat.h>
6380
6381 #if defined S_ISBLK && defined S_IFDIR
6382 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6383 #endif
6384
6385 #if defined S_ISBLK && defined S_IFCHR
6386 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6387 #endif
6388
6389 #if defined S_ISLNK && defined S_IFREG
6390 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6391 #endif
6392
6393 #if defined S_ISSOCK && defined S_IFREG
6394 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6395 #endif
6396
6397 _ACEOF
6398 rm -f conftest.$ac_objext
6399 if { (ac_try="$ac_compile"
6400 case "(($ac_try" in
6401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6402   *) ac_try_echo=$ac_try;;
6403 esac
6404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6405 $as_echo "$ac_try_echo") >&5
6406   (eval "$ac_compile") 2>conftest.er1
6407   ac_status=$?
6408   grep -v '^ *+' conftest.er1 >conftest.err
6409   rm -f conftest.er1
6410   cat conftest.err >&5
6411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412   (exit $ac_status); } && {
6413          test -z "$ac_c_werror_flag" ||
6414          test ! -s conftest.err
6415        } && test -s conftest.$ac_objext; then
6416   ac_cv_header_stat_broken=no
6417 else
6418   $as_echo "$as_me: failed program was:" >&5
6419 sed 's/^/| /' conftest.$ac_ext >&5
6420
6421         ac_cv_header_stat_broken=yes
6422 fi
6423
6424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6425 fi
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6427 $as_echo "$ac_cv_header_stat_broken" >&6; }
6428 if test $ac_cv_header_stat_broken = yes; then
6429
6430 cat >>confdefs.h <<\_ACEOF
6431 #define STAT_MACROS_BROKEN 1
6432 _ACEOF
6433
6434 fi
6435
6436
6437
6438
6439
6440
6441
6442
6443 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6444 do
6445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6446 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6447 $as_echo_n "checking for $ac_header... " >&6; }
6448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6449   $as_echo_n "(cached) " >&6
6450 else
6451   cat >conftest.$ac_ext <<_ACEOF
6452 /* confdefs.h.  */
6453 _ACEOF
6454 cat confdefs.h >>conftest.$ac_ext
6455 cat >>conftest.$ac_ext <<_ACEOF
6456 /* end confdefs.h.  */
6457 #include <sys/types.h>
6458      #ifdef HAVE_SYS_PARAM_H
6459      # include <sys/param.h>
6460      #endif
6461
6462 #include <$ac_header>
6463 _ACEOF
6464 rm -f conftest.$ac_objext
6465 if { (ac_try="$ac_compile"
6466 case "(($ac_try" in
6467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6468   *) ac_try_echo=$ac_try;;
6469 esac
6470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6471 $as_echo "$ac_try_echo") >&5
6472   (eval "$ac_compile") 2>conftest.er1
6473   ac_status=$?
6474   grep -v '^ *+' conftest.er1 >conftest.err
6475   rm -f conftest.er1
6476   cat conftest.err >&5
6477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6478   (exit $ac_status); } && {
6479          test -z "$ac_c_werror_flag" ||
6480          test ! -s conftest.err
6481        } && test -s conftest.$ac_objext; then
6482   eval "$as_ac_Header=yes"
6483 else
6484   $as_echo "$as_me: failed program was:" >&5
6485 sed 's/^/| /' conftest.$ac_ext >&5
6486
6487         eval "$as_ac_Header=no"
6488 fi
6489
6490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6491 fi
6492 ac_res=`eval 'as_val=${'$as_ac_Header'}
6493                  $as_echo "$as_val"'`
6494                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6495 $as_echo "$ac_res" >&6; }
6496 as_val=`eval 'as_val=${'$as_ac_Header'}
6497                  $as_echo "$as_val"'`
6498    if test "x$as_val" = x""yes; then
6499   cat >>confdefs.h <<_ACEOF
6500 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6501 _ACEOF
6502
6503 fi
6504
6505 done
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521 for ac_header in \
6522         netinet/ip.h \
6523         net/if.h \
6524         net/if_arp.h \
6525         net/if_dl.h \
6526         net/if_types.h \
6527         net/route.h \
6528         netinet/if_ether.h \
6529         netinet/if_inarp.h \
6530         netinet/in_pcb.h \
6531         netinet/ip_icmp.h \
6532         netinet/ip_var.h \
6533         netinet/udp.h \
6534         netipx/ipx.h \
6535
6536 do
6537 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6538 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6539 $as_echo_n "checking for $ac_header... " >&6; }
6540 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6541   $as_echo_n "(cached) " >&6
6542 else
6543   cat >conftest.$ac_ext <<_ACEOF
6544 /* confdefs.h.  */
6545 _ACEOF
6546 cat confdefs.h >>conftest.$ac_ext
6547 cat >>conftest.$ac_ext <<_ACEOF
6548 /* end confdefs.h.  */
6549 #include <sys/types.h>
6550      #ifdef HAVE_SYS_SOCKET_H
6551      # include <sys/socket.h>
6552      #endif
6553      #ifdef HAVE_SYS_SOCKETVAR_H
6554      # include <sys/socketvar.h>
6555      #endif
6556      #ifdef HAVE_NET_ROUTE_H
6557      # include <net/route.h>
6558      #endif
6559      #ifdef HAVE_NETINET_IN_H
6560      # include <netinet/in.h>
6561      #endif
6562      #ifdef HAVE_NETINET_IN_SYSTM_H
6563      # include <netinet/in_systm.h>
6564      #endif
6565      #ifdef HAVE_NET_IF_H
6566      # include <net/if.h>
6567      #endif
6568      #ifdef HAVE_NETINET_IP_H
6569      # include <netinet/ip.h>
6570      #endif
6571
6572 #include <$ac_header>
6573 _ACEOF
6574 rm -f conftest.$ac_objext
6575 if { (ac_try="$ac_compile"
6576 case "(($ac_try" in
6577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6578   *) ac_try_echo=$ac_try;;
6579 esac
6580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6581 $as_echo "$ac_try_echo") >&5
6582   (eval "$ac_compile") 2>conftest.er1
6583   ac_status=$?
6584   grep -v '^ *+' conftest.er1 >conftest.err
6585   rm -f conftest.er1
6586   cat conftest.err >&5
6587   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6588   (exit $ac_status); } && {
6589          test -z "$ac_c_werror_flag" ||
6590          test ! -s conftest.err
6591        } && test -s conftest.$ac_objext; then
6592   eval "$as_ac_Header=yes"
6593 else
6594   $as_echo "$as_me: failed program was:" >&5
6595 sed 's/^/| /' conftest.$ac_ext >&5
6596
6597         eval "$as_ac_Header=no"
6598 fi
6599
6600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6601 fi
6602 ac_res=`eval 'as_val=${'$as_ac_Header'}
6603                  $as_echo "$as_val"'`
6604                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6605 $as_echo "$ac_res" >&6; }
6606 as_val=`eval 'as_val=${'$as_ac_Header'}
6607                  $as_echo "$as_val"'`
6608    if test "x$as_val" = x""yes; then
6609   cat >>confdefs.h <<_ACEOF
6610 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6611 _ACEOF
6612
6613 fi
6614
6615 done
6616
6617
6618
6619
6620
6621
6622 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6623 do
6624 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6625 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6626 $as_echo_n "checking for $ac_header... " >&6; }
6627 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6628   $as_echo_n "(cached) " >&6
6629 else
6630   cat >conftest.$ac_ext <<_ACEOF
6631 /* confdefs.h.  */
6632 _ACEOF
6633 cat confdefs.h >>conftest.$ac_ext
6634 cat >>conftest.$ac_ext <<_ACEOF
6635 /* end confdefs.h.  */
6636 #include <sys/types.h>
6637      #ifdef HAVE_ALIAS_H
6638      # include <alias.h>
6639      #endif
6640      #ifdef HAVE_SYS_SOCKET_H
6641      # include <sys/socket.h>
6642      #endif
6643      #ifdef HAVE_SYS_SOCKETVAR_H
6644      # include <sys/socketvar.h>
6645      #endif
6646      #ifdef HAVE_SYS_TIMEOUT_H
6647      # include <sys/timeout.h>
6648      #endif
6649      #ifdef HAVE_NETINET_IN_H
6650      # include <netinet/in.h>
6651      #endif
6652      #ifdef HAVE_NETINET_IN_SYSTM_H
6653      # include <netinet/in_systm.h>
6654      #endif
6655      #ifdef HAVE_NETINET_IP_H
6656      # include <netinet/ip.h>
6657      #endif
6658      #ifdef HAVE_NETINET_IP_VAR_H
6659      # include <netinet/ip_var.h>
6660      #endif
6661      #ifdef HAVE_NETINET_IP_ICMP_H
6662      # include <netinet/ip_icmp.h>
6663      #endif
6664      #ifdef HAVE_NETINET_UDP_H
6665      # include <netinet/udp.h>
6666      #endif
6667      #ifdef HAVE_NETINET_TCP_H
6668      # include <netinet/tcp.h>
6669      #endif
6670      #ifdef HAVE_NETINET_TCP_TIMER_H
6671      #include <netinet/tcp_timer.h>
6672      #endif
6673
6674 #include <$ac_header>
6675 _ACEOF
6676 rm -f conftest.$ac_objext
6677 if { (ac_try="$ac_compile"
6678 case "(($ac_try" in
6679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6680   *) ac_try_echo=$ac_try;;
6681 esac
6682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6683 $as_echo "$ac_try_echo") >&5
6684   (eval "$ac_compile") 2>conftest.er1
6685   ac_status=$?
6686   grep -v '^ *+' conftest.er1 >conftest.err
6687   rm -f conftest.er1
6688   cat conftest.err >&5
6689   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6690   (exit $ac_status); } && {
6691          test -z "$ac_c_werror_flag" ||
6692          test ! -s conftest.err
6693        } && test -s conftest.$ac_objext; then
6694   eval "$as_ac_Header=yes"
6695 else
6696   $as_echo "$as_me: failed program was:" >&5
6697 sed 's/^/| /' conftest.$ac_ext >&5
6698
6699         eval "$as_ac_Header=no"
6700 fi
6701
6702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6703 fi
6704 ac_res=`eval 'as_val=${'$as_ac_Header'}
6705                  $as_echo "$as_val"'`
6706                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6707 $as_echo "$ac_res" >&6; }
6708 as_val=`eval 'as_val=${'$as_ac_Header'}
6709                  $as_echo "$as_val"'`
6710    if test "x$as_val" = x""yes; then
6711   cat >>confdefs.h <<_ACEOF
6712 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6713 _ACEOF
6714
6715 fi
6716
6717 done
6718
6719
6720
6721 for ac_header in linux/ipx.h
6722 do
6723 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6724 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6725 $as_echo_n "checking for $ac_header... " >&6; }
6726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6727   $as_echo_n "(cached) " >&6
6728 else
6729   cat >conftest.$ac_ext <<_ACEOF
6730 /* confdefs.h.  */
6731 _ACEOF
6732 cat confdefs.h >>conftest.$ac_ext
6733 cat >>conftest.$ac_ext <<_ACEOF
6734 /* end confdefs.h.  */
6735 #include <sys/types.h>
6736      #ifdef HAVE_ASM_TYPES_H
6737      # include <asm/types.h>
6738      #endif
6739      #ifdef HAVE_SYS_SOCKET_H
6740      # include <sys/socket.h>
6741      #endif
6742      #ifdef HAVE_LINUX_TYPES_H
6743      # include <linux/types.h>
6744      #endif
6745
6746 #include <$ac_header>
6747 _ACEOF
6748 rm -f conftest.$ac_objext
6749 if { (ac_try="$ac_compile"
6750 case "(($ac_try" in
6751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6752   *) ac_try_echo=$ac_try;;
6753 esac
6754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6755 $as_echo "$ac_try_echo") >&5
6756   (eval "$ac_compile") 2>conftest.er1
6757   ac_status=$?
6758   grep -v '^ *+' conftest.er1 >conftest.err
6759   rm -f conftest.er1
6760   cat conftest.err >&5
6761   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762   (exit $ac_status); } && {
6763          test -z "$ac_c_werror_flag" ||
6764          test ! -s conftest.err
6765        } && test -s conftest.$ac_objext; then
6766   eval "$as_ac_Header=yes"
6767 else
6768   $as_echo "$as_me: failed program was:" >&5
6769 sed 's/^/| /' conftest.$ac_ext >&5
6770
6771         eval "$as_ac_Header=no"
6772 fi
6773
6774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6775 fi
6776 ac_res=`eval 'as_val=${'$as_ac_Header'}
6777                  $as_echo "$as_val"'`
6778                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6779 $as_echo "$ac_res" >&6; }
6780 as_val=`eval 'as_val=${'$as_ac_Header'}
6781                  $as_echo "$as_val"'`
6782    if test "x$as_val" = x""yes; then
6783   cat >>confdefs.h <<_ACEOF
6784 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6785 _ACEOF
6786
6787 fi
6788
6789 done
6790
6791
6792
6793 for ac_header in resolv.h
6794 do
6795 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6796 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6797 $as_echo_n "checking for $ac_header... " >&6; }
6798 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6799   $as_echo_n "(cached) " >&6
6800 else
6801   cat >conftest.$ac_ext <<_ACEOF
6802 /* confdefs.h.  */
6803 _ACEOF
6804 cat confdefs.h >>conftest.$ac_ext
6805 cat >>conftest.$ac_ext <<_ACEOF
6806 /* end confdefs.h.  */
6807 #include <sys/types.h>
6808      #ifdef HAVE_SYS_SOCKET_H
6809      # include <sys/socket.h>
6810      #endif
6811      #ifdef HAVE_NETINET_IN_H
6812      # include <netinet/in.h>
6813      #endif
6814      #ifdef HAVE_ARPA_NAMESER_H
6815      # include <arpa/nameser.h>
6816      #endif
6817
6818 #include <$ac_header>
6819 _ACEOF
6820 rm -f conftest.$ac_objext
6821 if { (ac_try="$ac_compile"
6822 case "(($ac_try" in
6823   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6824   *) ac_try_echo=$ac_try;;
6825 esac
6826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6827 $as_echo "$ac_try_echo") >&5
6828   (eval "$ac_compile") 2>conftest.er1
6829   ac_status=$?
6830   grep -v '^ *+' conftest.er1 >conftest.err
6831   rm -f conftest.er1
6832   cat conftest.err >&5
6833   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834   (exit $ac_status); } && {
6835          test -z "$ac_c_werror_flag" ||
6836          test ! -s conftest.err
6837        } && test -s conftest.$ac_objext; then
6838   eval "$as_ac_Header=yes"
6839 else
6840   $as_echo "$as_me: failed program was:" >&5
6841 sed 's/^/| /' conftest.$ac_ext >&5
6842
6843         eval "$as_ac_Header=no"
6844 fi
6845
6846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6847 fi
6848 ac_res=`eval 'as_val=${'$as_ac_Header'}
6849                  $as_echo "$as_val"'`
6850                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6851 $as_echo "$ac_res" >&6; }
6852 as_val=`eval 'as_val=${'$as_ac_Header'}
6853                  $as_echo "$as_val"'`
6854    if test "x$as_val" = x""yes; then
6855   cat >>confdefs.h <<_ACEOF
6856 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6857 _ACEOF
6858
6859 fi
6860
6861 done
6862
6863
6864
6865 for ac_header in ucontext.h
6866 do
6867 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6868 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6869 $as_echo_n "checking for $ac_header... " >&6; }
6870 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6871   $as_echo_n "(cached) " >&6
6872 else
6873   cat >conftest.$ac_ext <<_ACEOF
6874 /* confdefs.h.  */
6875 _ACEOF
6876 cat confdefs.h >>conftest.$ac_ext
6877 cat >>conftest.$ac_ext <<_ACEOF
6878 /* end confdefs.h.  */
6879 #include <signal.h>
6880
6881 #include <$ac_header>
6882 _ACEOF
6883 rm -f conftest.$ac_objext
6884 if { (ac_try="$ac_compile"
6885 case "(($ac_try" in
6886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6887   *) ac_try_echo=$ac_try;;
6888 esac
6889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6890 $as_echo "$ac_try_echo") >&5
6891   (eval "$ac_compile") 2>conftest.er1
6892   ac_status=$?
6893   grep -v '^ *+' conftest.er1 >conftest.err
6894   rm -f conftest.er1
6895   cat conftest.err >&5
6896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6897   (exit $ac_status); } && {
6898          test -z "$ac_c_werror_flag" ||
6899          test ! -s conftest.err
6900        } && test -s conftest.$ac_objext; then
6901   eval "$as_ac_Header=yes"
6902 else
6903   $as_echo "$as_me: failed program was:" >&5
6904 sed 's/^/| /' conftest.$ac_ext >&5
6905
6906         eval "$as_ac_Header=no"
6907 fi
6908
6909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6910 fi
6911 ac_res=`eval 'as_val=${'$as_ac_Header'}
6912                  $as_echo "$as_val"'`
6913                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6914 $as_echo "$ac_res" >&6; }
6915 as_val=`eval 'as_val=${'$as_ac_Header'}
6916                  $as_echo "$as_val"'`
6917    if test "x$as_val" = x""yes; then
6918   cat >>confdefs.h <<_ACEOF
6919 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6920 _ACEOF
6921
6922 fi
6923
6924 done
6925
6926
6927
6928 for ac_header in sys/thr.h
6929 do
6930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6931 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6932 $as_echo_n "checking for $ac_header... " >&6; }
6933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6934   $as_echo_n "(cached) " >&6
6935 else
6936   cat >conftest.$ac_ext <<_ACEOF
6937 /* confdefs.h.  */
6938 _ACEOF
6939 cat confdefs.h >>conftest.$ac_ext
6940 cat >>conftest.$ac_ext <<_ACEOF
6941 /* end confdefs.h.  */
6942 #include <sys/types.h>
6943 #ifdef HAVE_UCONTEXT_H
6944 #include <ucontext.h>
6945 #endif
6946
6947 #include <$ac_header>
6948 _ACEOF
6949 rm -f conftest.$ac_objext
6950 if { (ac_try="$ac_compile"
6951 case "(($ac_try" in
6952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6953   *) ac_try_echo=$ac_try;;
6954 esac
6955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6956 $as_echo "$ac_try_echo") >&5
6957   (eval "$ac_compile") 2>conftest.er1
6958   ac_status=$?
6959   grep -v '^ *+' conftest.er1 >conftest.err
6960   rm -f conftest.er1
6961   cat conftest.err >&5
6962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6963   (exit $ac_status); } && {
6964          test -z "$ac_c_werror_flag" ||
6965          test ! -s conftest.err
6966        } && test -s conftest.$ac_objext; then
6967   eval "$as_ac_Header=yes"
6968 else
6969   $as_echo "$as_me: failed program was:" >&5
6970 sed 's/^/| /' conftest.$ac_ext >&5
6971
6972         eval "$as_ac_Header=no"
6973 fi
6974
6975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6976 fi
6977 ac_res=`eval 'as_val=${'$as_ac_Header'}
6978                  $as_echo "$as_val"'`
6979                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6980 $as_echo "$ac_res" >&6; }
6981 as_val=`eval 'as_val=${'$as_ac_Header'}
6982                  $as_echo "$as_val"'`
6983    if test "x$as_val" = x""yes; then
6984   cat >>confdefs.h <<_ACEOF
6985 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6986 _ACEOF
6987
6988 fi
6989
6990 done
6991
6992
6993
6994 for ac_header in pthread_np.h
6995 do
6996 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6997 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6998 $as_echo_n "checking for $ac_header... " >&6; }
6999 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7000   $as_echo_n "(cached) " >&6
7001 else
7002   cat >conftest.$ac_ext <<_ACEOF
7003 /* confdefs.h.  */
7004 _ACEOF
7005 cat confdefs.h >>conftest.$ac_ext
7006 cat >>conftest.$ac_ext <<_ACEOF
7007 /* end confdefs.h.  */
7008 #ifdef HAVE_PTHREAD_H
7009 #include <pthread.h>
7010 #endif
7011
7012 #include <$ac_header>
7013 _ACEOF
7014 rm -f conftest.$ac_objext
7015 if { (ac_try="$ac_compile"
7016 case "(($ac_try" in
7017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7018   *) ac_try_echo=$ac_try;;
7019 esac
7020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7021 $as_echo "$ac_try_echo") >&5
7022   (eval "$ac_compile") 2>conftest.er1
7023   ac_status=$?
7024   grep -v '^ *+' conftest.er1 >conftest.err
7025   rm -f conftest.er1
7026   cat conftest.err >&5
7027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7028   (exit $ac_status); } && {
7029          test -z "$ac_c_werror_flag" ||
7030          test ! -s conftest.err
7031        } && test -s conftest.$ac_objext; then
7032   eval "$as_ac_Header=yes"
7033 else
7034   $as_echo "$as_me: failed program was:" >&5
7035 sed 's/^/| /' conftest.$ac_ext >&5
7036
7037         eval "$as_ac_Header=no"
7038 fi
7039
7040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7041 fi
7042 ac_res=`eval 'as_val=${'$as_ac_Header'}
7043                  $as_echo "$as_val"'`
7044                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7045 $as_echo "$ac_res" >&6; }
7046 as_val=`eval 'as_val=${'$as_ac_Header'}
7047                  $as_echo "$as_val"'`
7048    if test "x$as_val" = x""yes; then
7049   cat >>confdefs.h <<_ACEOF
7050 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7051 _ACEOF
7052
7053 fi
7054
7055 done
7056
7057
7058
7059 for ac_header in linux/videodev.h
7060 do
7061 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7062 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7063 $as_echo_n "checking for $ac_header... " >&6; }
7064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7065   $as_echo_n "(cached) " >&6
7066 else
7067   cat >conftest.$ac_ext <<_ACEOF
7068 /* confdefs.h.  */
7069 _ACEOF
7070 cat confdefs.h >>conftest.$ac_ext
7071 cat >>conftest.$ac_ext <<_ACEOF
7072 /* end confdefs.h.  */
7073 #ifdef HAVE_SYS_TIME_H
7074 #include <sys/time.h>
7075 #endif
7076 #include <sys/types.h>
7077 #ifdef HAVE_ASM_TYPES_H
7078 #include <asm/types.h>
7079 #endif
7080
7081 #include <$ac_header>
7082 _ACEOF
7083 rm -f conftest.$ac_objext
7084 if { (ac_try="$ac_compile"
7085 case "(($ac_try" in
7086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7087   *) ac_try_echo=$ac_try;;
7088 esac
7089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7090 $as_echo "$ac_try_echo") >&5
7091   (eval "$ac_compile") 2>conftest.er1
7092   ac_status=$?
7093   grep -v '^ *+' conftest.er1 >conftest.err
7094   rm -f conftest.er1
7095   cat conftest.err >&5
7096   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7097   (exit $ac_status); } && {
7098          test -z "$ac_c_werror_flag" ||
7099          test ! -s conftest.err
7100        } && test -s conftest.$ac_objext; then
7101   eval "$as_ac_Header=yes"
7102 else
7103   $as_echo "$as_me: failed program was:" >&5
7104 sed 's/^/| /' conftest.$ac_ext >&5
7105
7106         eval "$as_ac_Header=no"
7107 fi
7108
7109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7110 fi
7111 ac_res=`eval 'as_val=${'$as_ac_Header'}
7112                  $as_echo "$as_val"'`
7113                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7114 $as_echo "$ac_res" >&6; }
7115 as_val=`eval 'as_val=${'$as_ac_Header'}
7116                  $as_echo "$as_val"'`
7117    if test "x$as_val" = x""yes; then
7118   cat >>confdefs.h <<_ACEOF
7119 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7120 _ACEOF
7121
7122 fi
7123
7124 done
7125
7126
7127
7128 for ac_header in linux/capi.h
7129 do
7130 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7131 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7132 $as_echo_n "checking for $ac_header... " >&6; }
7133 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7134   $as_echo_n "(cached) " >&6
7135 else
7136   cat >conftest.$ac_ext <<_ACEOF
7137 /* confdefs.h.  */
7138 _ACEOF
7139 cat confdefs.h >>conftest.$ac_ext
7140 cat >>conftest.$ac_ext <<_ACEOF
7141 /* end confdefs.h.  */
7142 #define __user
7143
7144 #include <$ac_header>
7145 _ACEOF
7146 rm -f conftest.$ac_objext
7147 if { (ac_try="$ac_compile"
7148 case "(($ac_try" in
7149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7150   *) ac_try_echo=$ac_try;;
7151 esac
7152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7153 $as_echo "$ac_try_echo") >&5
7154   (eval "$ac_compile") 2>conftest.er1
7155   ac_status=$?
7156   grep -v '^ *+' conftest.er1 >conftest.err
7157   rm -f conftest.er1
7158   cat conftest.err >&5
7159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7160   (exit $ac_status); } && {
7161          test -z "$ac_c_werror_flag" ||
7162          test ! -s conftest.err
7163        } && test -s conftest.$ac_objext; then
7164   eval "$as_ac_Header=yes"
7165 else
7166   $as_echo "$as_me: failed program was:" >&5
7167 sed 's/^/| /' conftest.$ac_ext >&5
7168
7169         eval "$as_ac_Header=no"
7170 fi
7171
7172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7173 fi
7174 ac_res=`eval 'as_val=${'$as_ac_Header'}
7175                  $as_echo "$as_val"'`
7176                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7177 $as_echo "$ac_res" >&6; }
7178 as_val=`eval 'as_val=${'$as_ac_Header'}
7179                  $as_echo "$as_val"'`
7180    if test "x$as_val" = x""yes; then
7181   cat >>confdefs.h <<_ACEOF
7182 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7183 _ACEOF
7184
7185 fi
7186
7187 done
7188
7189
7190
7191 DLLEXT=""
7192
7193 DLLFLAGS="-D_REENTRANT"
7194
7195 LDSHARED=""
7196
7197 LDDLLFLAGS=""
7198
7199 LIBEXT="so"
7200
7201 IMPLIBEXT="def"
7202
7203 LDRPATH_INSTALL=""
7204
7205 LDRPATH_LOCAL=""
7206
7207 # Extract the first word of "ldd", so it can be a program name with args.
7208 set dummy ldd; ac_word=$2
7209 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7210 $as_echo_n "checking for $ac_word... " >&6; }
7211 if test "${ac_cv_path_LDD+set}" = set; then
7212   $as_echo_n "(cached) " >&6
7213 else
7214   case $LDD in
7215   [\\/]* | ?:[\\/]*)
7216   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7217   ;;
7218   *)
7219   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220 as_dummy="/sbin:/usr/sbin:$PATH"
7221 for as_dir in $as_dummy
7222 do
7223   IFS=$as_save_IFS
7224   test -z "$as_dir" && as_dir=.
7225   for ac_exec_ext in '' $ac_executable_extensions; do
7226   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7227     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7228     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7229     break 2
7230   fi
7231 done
7232 done
7233 IFS=$as_save_IFS
7234
7235   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7236   ;;
7237 esac
7238 fi
7239 LDD=$ac_cv_path_LDD
7240 if test -n "$LDD"; then
7241   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7242 $as_echo "$LDD" >&6; }
7243 else
7244   { $as_echo "$as_me:$LINENO: result: no" >&5
7245 $as_echo "no" >&6; }
7246 fi
7247
7248
7249
7250 case $host_os in
7251   cygwin*|mingw32*)
7252     if test -n "$ac_tool_prefix"; then
7253   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7254 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7255 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7256 $as_echo_n "checking for $ac_word... " >&6; }
7257 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7258   $as_echo_n "(cached) " >&6
7259 else
7260   if test -n "$DLLTOOL"; then
7261   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7262 else
7263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7264 for as_dir in $PATH
7265 do
7266   IFS=$as_save_IFS
7267   test -z "$as_dir" && as_dir=.
7268   for ac_exec_ext in '' $ac_executable_extensions; do
7269   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7270     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7271     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7272     break 2
7273   fi
7274 done
7275 done
7276 IFS=$as_save_IFS
7277
7278 fi
7279 fi
7280 DLLTOOL=$ac_cv_prog_DLLTOOL
7281 if test -n "$DLLTOOL"; then
7282   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7283 $as_echo "$DLLTOOL" >&6; }
7284 else
7285   { $as_echo "$as_me:$LINENO: result: no" >&5
7286 $as_echo "no" >&6; }
7287 fi
7288
7289
7290 fi
7291 if test -z "$ac_cv_prog_DLLTOOL"; then
7292   ac_ct_DLLTOOL=$DLLTOOL
7293   # Extract the first word of "dlltool", so it can be a program name with args.
7294 set dummy dlltool; ac_word=$2
7295 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7296 $as_echo_n "checking for $ac_word... " >&6; }
7297 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7298   $as_echo_n "(cached) " >&6
7299 else
7300   if test -n "$ac_ct_DLLTOOL"; then
7301   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7302 else
7303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7304 for as_dir in $PATH
7305 do
7306   IFS=$as_save_IFS
7307   test -z "$as_dir" && as_dir=.
7308   for ac_exec_ext in '' $ac_executable_extensions; do
7309   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7310     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7311     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7312     break 2
7313   fi
7314 done
7315 done
7316 IFS=$as_save_IFS
7317
7318 fi
7319 fi
7320 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7321 if test -n "$ac_ct_DLLTOOL"; then
7322   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7323 $as_echo "$ac_ct_DLLTOOL" >&6; }
7324 else
7325   { $as_echo "$as_me:$LINENO: result: no" >&5
7326 $as_echo "no" >&6; }
7327 fi
7328
7329   if test "x$ac_ct_DLLTOOL" = x; then
7330     DLLTOOL="false"
7331   else
7332     case $cross_compiling:$ac_tool_warned in
7333 yes:)
7334 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7335 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7336 ac_tool_warned=yes ;;
7337 esac
7338     DLLTOOL=$ac_ct_DLLTOOL
7339   fi
7340 else
7341   DLLTOOL="$ac_cv_prog_DLLTOOL"
7342 fi
7343
7344     if test -n "$ac_tool_prefix"; then
7345   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7346 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7347 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7348 $as_echo_n "checking for $ac_word... " >&6; }
7349 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7350   $as_echo_n "(cached) " >&6
7351 else
7352   if test -n "$DLLWRAP"; then
7353   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7354 else
7355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7356 for as_dir in $PATH
7357 do
7358   IFS=$as_save_IFS
7359   test -z "$as_dir" && as_dir=.
7360   for ac_exec_ext in '' $ac_executable_extensions; do
7361   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7362     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7363     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7364     break 2
7365   fi
7366 done
7367 done
7368 IFS=$as_save_IFS
7369
7370 fi
7371 fi
7372 DLLWRAP=$ac_cv_prog_DLLWRAP
7373 if test -n "$DLLWRAP"; then
7374   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7375 $as_echo "$DLLWRAP" >&6; }
7376 else
7377   { $as_echo "$as_me:$LINENO: result: no" >&5
7378 $as_echo "no" >&6; }
7379 fi
7380
7381
7382 fi
7383 if test -z "$ac_cv_prog_DLLWRAP"; then
7384   ac_ct_DLLWRAP=$DLLWRAP
7385   # Extract the first word of "dllwrap", so it can be a program name with args.
7386 set dummy dllwrap; ac_word=$2
7387 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7388 $as_echo_n "checking for $ac_word... " >&6; }
7389 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7390   $as_echo_n "(cached) " >&6
7391 else
7392   if test -n "$ac_ct_DLLWRAP"; then
7393   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7394 else
7395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7396 for as_dir in $PATH
7397 do
7398   IFS=$as_save_IFS
7399   test -z "$as_dir" && as_dir=.
7400   for ac_exec_ext in '' $ac_executable_extensions; do
7401   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7402     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7403     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7404     break 2
7405   fi
7406 done
7407 done
7408 IFS=$as_save_IFS
7409
7410 fi
7411 fi
7412 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7413 if test -n "$ac_ct_DLLWRAP"; then
7414   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7415 $as_echo "$ac_ct_DLLWRAP" >&6; }
7416 else
7417   { $as_echo "$as_me:$LINENO: result: no" >&5
7418 $as_echo "no" >&6; }
7419 fi
7420
7421   if test "x$ac_ct_DLLWRAP" = x; then
7422     DLLWRAP="false"
7423   else
7424     case $cross_compiling:$ac_tool_warned in
7425 yes:)
7426 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7427 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7428 ac_tool_warned=yes ;;
7429 esac
7430     DLLWRAP=$ac_ct_DLLWRAP
7431   fi
7432 else
7433   DLLWRAP="$ac_cv_prog_DLLWRAP"
7434 fi
7435
7436     if test -n "$ac_tool_prefix"; then
7437   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7438 set dummy ${ac_tool_prefix}ar; ac_word=$2
7439 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7440 $as_echo_n "checking for $ac_word... " >&6; }
7441 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7442   $as_echo_n "(cached) " >&6
7443 else
7444   if test -n "$MINGWAR"; then
7445   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7446 else
7447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7448 for as_dir in $PATH
7449 do
7450   IFS=$as_save_IFS
7451   test -z "$as_dir" && as_dir=.
7452   for ac_exec_ext in '' $ac_executable_extensions; do
7453   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7454     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7455     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7456     break 2
7457   fi
7458 done
7459 done
7460 IFS=$as_save_IFS
7461
7462 fi
7463 fi
7464 MINGWAR=$ac_cv_prog_MINGWAR
7465 if test -n "$MINGWAR"; then
7466   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7467 $as_echo "$MINGWAR" >&6; }
7468 else
7469   { $as_echo "$as_me:$LINENO: result: no" >&5
7470 $as_echo "no" >&6; }
7471 fi
7472
7473
7474 fi
7475 if test -z "$ac_cv_prog_MINGWAR"; then
7476   ac_ct_MINGWAR=$MINGWAR
7477   # Extract the first word of "ar", so it can be a program name with args.
7478 set dummy ar; ac_word=$2
7479 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7480 $as_echo_n "checking for $ac_word... " >&6; }
7481 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7482   $as_echo_n "(cached) " >&6
7483 else
7484   if test -n "$ac_ct_MINGWAR"; then
7485   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7486 else
7487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7488 for as_dir in $PATH
7489 do
7490   IFS=$as_save_IFS
7491   test -z "$as_dir" && as_dir=.
7492   for ac_exec_ext in '' $ac_executable_extensions; do
7493   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7494     ac_cv_prog_ac_ct_MINGWAR="ar"
7495     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7496     break 2
7497   fi
7498 done
7499 done
7500 IFS=$as_save_IFS
7501
7502 fi
7503 fi
7504 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7505 if test -n "$ac_ct_MINGWAR"; then
7506   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7507 $as_echo "$ac_ct_MINGWAR" >&6; }
7508 else
7509   { $as_echo "$as_me:$LINENO: result: no" >&5
7510 $as_echo "no" >&6; }
7511 fi
7512
7513   if test "x$ac_ct_MINGWAR" = x; then
7514     MINGWAR="false"
7515   else
7516     case $cross_compiling:$ac_tool_warned in
7517 yes:)
7518 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7519 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7520 ac_tool_warned=yes ;;
7521 esac
7522     MINGWAR=$ac_ct_MINGWAR
7523   fi
7524 else
7525   MINGWAR="$ac_cv_prog_MINGWAR"
7526 fi
7527
7528     if test "$DLLWRAP" = "false"; then
7529       LIBEXT="a"
7530     else
7531             LIBEXT="dll"
7532     fi
7533     IMPLIBEXT="a"
7534         WIN16_FILES=""
7535     WIN16_INSTALL=""
7536         enable_iphlpapi=${enable_iphlpapi:-no}
7537     enable_kernel32=${enable_kernel32:-no}
7538     enable_msvcrt=${enable_msvcrt:-no}
7539     enable_ntdll=${enable_ntdll:-no}
7540     enable_ws2_32=${enable_ws2_32:-no}
7541     enable_loader=${enable_loader:-no}
7542     enable_server=${enable_server:-no}
7543         with_x=${with_x:-no}
7544     with_pthread=${with_pthread:-no}
7545     ;;
7546   darwin*|macosx*)
7547     DLLEXT=".so"
7548     LIBEXT="dylib"
7549     DLLFLAGS="$DLLFLAGS -fPIC"
7550     LDDLLFLAGS="-bundle -multiply_defined suppress"
7551     LIBWINE_LDFLAGS="-multiply_defined suppress"
7552     LDSHARED="\$(CC) -dynamiclib"
7553     STRIP="$STRIP -x"
7554     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7555         SECURITYLIB="-framework Security -framework CoreFoundation"
7556
7557     COREFOUNDATIONLIB="-framework CoreFoundation"
7558
7559     IOKITLIB="-framework IOKit -framework CoreFoundation"
7560
7561     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7562
7563     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7564     then
7565                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7566
7567     fi
7568     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7569     then
7570                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7571
7572     fi
7573     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7574     then
7575         ac_save_LIBS="$LIBS"
7576         LIBS="$LIBS $IOKITLIB"
7577
7578 for ac_func in IOHIDManagerCreate
7579 do
7580 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7581 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7582 $as_echo_n "checking for $ac_func... " >&6; }
7583 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7584   $as_echo_n "(cached) " >&6
7585 else
7586   cat >conftest.$ac_ext <<_ACEOF
7587 /* confdefs.h.  */
7588 _ACEOF
7589 cat confdefs.h >>conftest.$ac_ext
7590 cat >>conftest.$ac_ext <<_ACEOF
7591 /* end confdefs.h.  */
7592 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7593    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7594 #define $ac_func innocuous_$ac_func
7595
7596 /* System header to define __stub macros and hopefully few prototypes,
7597     which can conflict with char $ac_func (); below.
7598     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7599     <limits.h> exists even on freestanding compilers.  */
7600
7601 #ifdef __STDC__
7602 # include <limits.h>
7603 #else
7604 # include <assert.h>
7605 #endif
7606
7607 #undef $ac_func
7608
7609 /* Override any GCC internal prototype to avoid an error.
7610    Use char because int might match the return type of a GCC
7611    builtin and then its argument prototype would still apply.  */
7612 #ifdef __cplusplus
7613 extern "C"
7614 #endif
7615 char $ac_func ();
7616 /* The GNU C library defines this for functions which it implements
7617     to always fail with ENOSYS.  Some functions are actually named
7618     something starting with __ and the normal name is an alias.  */
7619 #if defined __stub_$ac_func || defined __stub___$ac_func
7620 choke me
7621 #endif
7622
7623 int
7624 main ()
7625 {
7626 return $ac_func ();
7627   ;
7628   return 0;
7629 }
7630 _ACEOF
7631 rm -f conftest.$ac_objext conftest$ac_exeext
7632 if { (ac_try="$ac_link"
7633 case "(($ac_try" in
7634   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7635   *) ac_try_echo=$ac_try;;
7636 esac
7637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7638 $as_echo "$ac_try_echo") >&5
7639   (eval "$ac_link") 2>conftest.er1
7640   ac_status=$?
7641   grep -v '^ *+' conftest.er1 >conftest.err
7642   rm -f conftest.er1
7643   cat conftest.err >&5
7644   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7645   (exit $ac_status); } && {
7646          test -z "$ac_c_werror_flag" ||
7647          test ! -s conftest.err
7648        } && test -s conftest$ac_exeext && {
7649          test "$cross_compiling" = yes ||
7650          $as_test_x conftest$ac_exeext
7651        }; then
7652   eval "$as_ac_var=yes"
7653 else
7654   $as_echo "$as_me: failed program was:" >&5
7655 sed 's/^/| /' conftest.$ac_ext >&5
7656
7657         eval "$as_ac_var=no"
7658 fi
7659
7660 rm -rf conftest.dSYM
7661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7662       conftest$ac_exeext conftest.$ac_ext
7663 fi
7664 ac_res=`eval 'as_val=${'$as_ac_var'}
7665                  $as_echo "$as_val"'`
7666                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7667 $as_echo "$ac_res" >&6; }
7668 as_val=`eval 'as_val=${'$as_ac_var'}
7669                  $as_echo "$as_val"'`
7670    if test "x$as_val" = x""yes; then
7671   cat >>confdefs.h <<_ACEOF
7672 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7673 _ACEOF
7674
7675 fi
7676 done
7677
7678         LIBS="$ac_save_LIBS"
7679     fi
7680     case $host_cpu in
7681       *powerpc*)
7682         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7683     esac
7684         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7685     then
7686         CARBONLIB="-framework Carbon"
7687
7688         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7689     fi
7690     ;;
7691   *)
7692     DLLFLAGS="$DLLFLAGS -fPIC"
7693     DLLEXT=".so"
7694     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7695 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7696 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7697   $as_echo_n "(cached) " >&6
7698 else
7699   ac_wine_try_cflags_saved=$CFLAGS
7700 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7701 cat >conftest.$ac_ext <<_ACEOF
7702 void myfunc() {}
7703 _ACEOF
7704 rm -f conftest.$ac_objext conftest$ac_exeext
7705 if { (ac_try="$ac_link"
7706 case "(($ac_try" in
7707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7708   *) ac_try_echo=$ac_try;;
7709 esac
7710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7711 $as_echo "$ac_try_echo") >&5
7712   (eval "$ac_link") 2>conftest.er1
7713   ac_status=$?
7714   grep -v '^ *+' conftest.er1 >conftest.err
7715   rm -f conftest.er1
7716   cat conftest.err >&5
7717   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7718   (exit $ac_status); } && {
7719          test -z "$ac_c_werror_flag" ||
7720          test ! -s conftest.err
7721        } && test -s conftest$ac_exeext && {
7722          test "$cross_compiling" = yes ||
7723          $as_test_x conftest$ac_exeext
7724        }; then
7725   ac_cv_c_dll_gnuelf="yes"
7726 else
7727   $as_echo "$as_me: failed program was:" >&5
7728 sed 's/^/| /' conftest.$ac_ext >&5
7729
7730         ac_cv_c_dll_gnuelf="no"
7731 fi
7732
7733 rm -rf conftest.dSYM
7734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7735       conftest$ac_exeext conftest.$ac_ext
7736 CFLAGS=$ac_wine_try_cflags_saved
7737 fi
7738 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7739 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7740     if test "$ac_cv_c_dll_gnuelf" = "yes"
7741     then
7742       LDSHARED="\$(CC) -shared"
7743       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7744       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7745 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7746 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7747   $as_echo_n "(cached) " >&6
7748 else
7749   ac_wine_try_cflags_saved=$CFLAGS
7750 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7751 cat >conftest.$ac_ext <<_ACEOF
7752 /* confdefs.h.  */
7753 _ACEOF
7754 cat confdefs.h >>conftest.$ac_ext
7755 cat >>conftest.$ac_ext <<_ACEOF
7756 /* end confdefs.h.  */
7757
7758 int
7759 main ()
7760 {
7761
7762   ;
7763   return 0;
7764 }
7765 _ACEOF
7766 rm -f conftest.$ac_objext conftest$ac_exeext
7767 if { (ac_try="$ac_link"
7768 case "(($ac_try" in
7769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7770   *) ac_try_echo=$ac_try;;
7771 esac
7772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7773 $as_echo "$ac_try_echo") >&5
7774   (eval "$ac_link") 2>conftest.er1
7775   ac_status=$?
7776   grep -v '^ *+' conftest.er1 >conftest.err
7777   rm -f conftest.er1
7778   cat conftest.err >&5
7779   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7780   (exit $ac_status); } && {
7781          test -z "$ac_c_werror_flag" ||
7782          test ! -s conftest.err
7783        } && test -s conftest$ac_exeext && {
7784          test "$cross_compiling" = yes ||
7785          $as_test_x conftest$ac_exeext
7786        }; then
7787   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7788 else
7789   $as_echo "$as_me: failed program was:" >&5
7790 sed 's/^/| /' conftest.$ac_ext >&5
7791
7792         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7793 fi
7794
7795 rm -rf conftest.dSYM
7796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7797       conftest$ac_exeext conftest.$ac_ext
7798 CFLAGS=$ac_wine_try_cflags_saved
7799 fi
7800 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7801 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7802 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7803   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7804 else
7805   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7806 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7807 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7808   $as_echo_n "(cached) " >&6
7809 else
7810   ac_wine_try_cflags_saved=$CFLAGS
7811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7812 cat >conftest.$ac_ext <<_ACEOF
7813 /* confdefs.h.  */
7814 _ACEOF
7815 cat confdefs.h >>conftest.$ac_ext
7816 cat >>conftest.$ac_ext <<_ACEOF
7817 /* end confdefs.h.  */
7818
7819 int
7820 main ()
7821 {
7822
7823   ;
7824   return 0;
7825 }
7826 _ACEOF
7827 rm -f conftest.$ac_objext conftest$ac_exeext
7828 if { (ac_try="$ac_link"
7829 case "(($ac_try" in
7830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7831   *) ac_try_echo=$ac_try;;
7832 esac
7833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7834 $as_echo "$ac_try_echo") >&5
7835   (eval "$ac_link") 2>conftest.er1
7836   ac_status=$?
7837   grep -v '^ *+' conftest.er1 >conftest.err
7838   rm -f conftest.er1
7839   cat conftest.err >&5
7840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7841   (exit $ac_status); } && {
7842          test -z "$ac_c_werror_flag" ||
7843          test ! -s conftest.err
7844        } && test -s conftest$ac_exeext && {
7845          test "$cross_compiling" = yes ||
7846          $as_test_x conftest$ac_exeext
7847        }; then
7848   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7849 else
7850   $as_echo "$as_me: failed program was:" >&5
7851 sed 's/^/| /' conftest.$ac_ext >&5
7852
7853         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7854 fi
7855
7856 rm -rf conftest.dSYM
7857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7858       conftest$ac_exeext conftest.$ac_ext
7859 CFLAGS=$ac_wine_try_cflags_saved
7860 fi
7861 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7862 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7863 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7864   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7865 fi
7866
7867 fi
7868
7869
7870       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7871 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7872 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7873   $as_echo_n "(cached) " >&6
7874 else
7875   ac_wine_try_cflags_saved=$CFLAGS
7876 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7877 cat >conftest.$ac_ext <<_ACEOF
7878 /* confdefs.h.  */
7879 _ACEOF
7880 cat confdefs.h >>conftest.$ac_ext
7881 cat >>conftest.$ac_ext <<_ACEOF
7882 /* end confdefs.h.  */
7883
7884 int
7885 main ()
7886 {
7887
7888   ;
7889   return 0;
7890 }
7891 _ACEOF
7892 rm -f conftest.$ac_objext conftest$ac_exeext
7893 if { (ac_try="$ac_link"
7894 case "(($ac_try" in
7895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7896   *) ac_try_echo=$ac_try;;
7897 esac
7898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7899 $as_echo "$ac_try_echo") >&5
7900   (eval "$ac_link") 2>conftest.er1
7901   ac_status=$?
7902   grep -v '^ *+' conftest.er1 >conftest.err
7903   rm -f conftest.er1
7904   cat conftest.err >&5
7905   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7906   (exit $ac_status); } && {
7907          test -z "$ac_c_werror_flag" ||
7908          test ! -s conftest.err
7909        } && test -s conftest$ac_exeext && {
7910          test "$cross_compiling" = yes ||
7911          $as_test_x conftest$ac_exeext
7912        }; then
7913   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7914 else
7915   $as_echo "$as_me: failed program was:" >&5
7916 sed 's/^/| /' conftest.$ac_ext >&5
7917
7918         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7919 fi
7920
7921 rm -rf conftest.dSYM
7922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7923       conftest$ac_exeext conftest.$ac_ext
7924 CFLAGS=$ac_wine_try_cflags_saved
7925 fi
7926 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7927 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7928 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7929   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7930 fi
7931
7932
7933       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7934 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7935 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7936   $as_echo_n "(cached) " >&6
7937 else
7938   ac_wine_try_cflags_saved=$CFLAGS
7939 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7940 cat >conftest.$ac_ext <<_ACEOF
7941 /* confdefs.h.  */
7942 _ACEOF
7943 cat confdefs.h >>conftest.$ac_ext
7944 cat >>conftest.$ac_ext <<_ACEOF
7945 /* end confdefs.h.  */
7946
7947 int
7948 main ()
7949 {
7950
7951   ;
7952   return 0;
7953 }
7954 _ACEOF
7955 rm -f conftest.$ac_objext conftest$ac_exeext
7956 if { (ac_try="$ac_link"
7957 case "(($ac_try" in
7958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7959   *) ac_try_echo=$ac_try;;
7960 esac
7961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7962 $as_echo "$ac_try_echo") >&5
7963   (eval "$ac_link") 2>conftest.er1
7964   ac_status=$?
7965   grep -v '^ *+' conftest.er1 >conftest.err
7966   rm -f conftest.er1
7967   cat conftest.err >&5
7968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7969   (exit $ac_status); } && {
7970          test -z "$ac_c_werror_flag" ||
7971          test ! -s conftest.err
7972        } && test -s conftest$ac_exeext && {
7973          test "$cross_compiling" = yes ||
7974          $as_test_x conftest$ac_exeext
7975        }; then
7976   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7977 else
7978   $as_echo "$as_me: failed program was:" >&5
7979 sed 's/^/| /' conftest.$ac_ext >&5
7980
7981         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7982 fi
7983
7984 rm -rf conftest.dSYM
7985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7986       conftest$ac_exeext conftest.$ac_ext
7987 CFLAGS=$ac_wine_try_cflags_saved
7988 fi
7989 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7990 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7991 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7992   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7993 fi
7994
7995
7996       echo '{ global: *; };' >conftest.map
7997       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7998 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7999 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8000   $as_echo_n "(cached) " >&6
8001 else
8002   ac_wine_try_cflags_saved=$CFLAGS
8003 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8004 cat >conftest.$ac_ext <<_ACEOF
8005 /* confdefs.h.  */
8006 _ACEOF
8007 cat confdefs.h >>conftest.$ac_ext
8008 cat >>conftest.$ac_ext <<_ACEOF
8009 /* end confdefs.h.  */
8010
8011 int
8012 main ()
8013 {
8014
8015   ;
8016   return 0;
8017 }
8018 _ACEOF
8019 rm -f conftest.$ac_objext conftest$ac_exeext
8020 if { (ac_try="$ac_link"
8021 case "(($ac_try" in
8022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8023   *) ac_try_echo=$ac_try;;
8024 esac
8025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8026 $as_echo "$ac_try_echo") >&5
8027   (eval "$ac_link") 2>conftest.er1
8028   ac_status=$?
8029   grep -v '^ *+' conftest.er1 >conftest.err
8030   rm -f conftest.er1
8031   cat conftest.err >&5
8032   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033   (exit $ac_status); } && {
8034          test -z "$ac_c_werror_flag" ||
8035          test ! -s conftest.err
8036        } && test -s conftest$ac_exeext && {
8037          test "$cross_compiling" = yes ||
8038          $as_test_x conftest$ac_exeext
8039        }; then
8040   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8041 else
8042   $as_echo "$as_me: failed program was:" >&5
8043 sed 's/^/| /' conftest.$ac_ext >&5
8044
8045         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8046 fi
8047
8048 rm -rf conftest.dSYM
8049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8050       conftest$ac_exeext conftest.$ac_ext
8051 CFLAGS=$ac_wine_try_cflags_saved
8052 fi
8053 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8054 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8055 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8056   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8057 fi
8058
8059       rm -f conftest.map
8060
8061       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8062 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8063 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8064   $as_echo_n "(cached) " >&6
8065 else
8066   ac_wine_try_cflags_saved=$CFLAGS
8067 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8068 cat >conftest.$ac_ext <<_ACEOF
8069 /* confdefs.h.  */
8070 _ACEOF
8071 cat confdefs.h >>conftest.$ac_ext
8072 cat >>conftest.$ac_ext <<_ACEOF
8073 /* end confdefs.h.  */
8074
8075 int
8076 main ()
8077 {
8078
8079   ;
8080   return 0;
8081 }
8082 _ACEOF
8083 rm -f conftest.$ac_objext conftest$ac_exeext
8084 if { (ac_try="$ac_link"
8085 case "(($ac_try" in
8086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8087   *) ac_try_echo=$ac_try;;
8088 esac
8089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8090 $as_echo "$ac_try_echo") >&5
8091   (eval "$ac_link") 2>conftest.er1
8092   ac_status=$?
8093   grep -v '^ *+' conftest.er1 >conftest.err
8094   rm -f conftest.er1
8095   cat conftest.err >&5
8096   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8097   (exit $ac_status); } && {
8098          test -z "$ac_c_werror_flag" ||
8099          test ! -s conftest.err
8100        } && test -s conftest$ac_exeext && {
8101          test "$cross_compiling" = yes ||
8102          $as_test_x conftest$ac_exeext
8103        }; then
8104   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8105 else
8106   $as_echo "$as_me: failed program was:" >&5
8107 sed 's/^/| /' conftest.$ac_ext >&5
8108
8109         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8110 fi
8111
8112 rm -rf conftest.dSYM
8113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8114       conftest$ac_exeext conftest.$ac_ext
8115 CFLAGS=$ac_wine_try_cflags_saved
8116 fi
8117 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8118 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8119 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8120   LDEXECFLAGS="-Wl,--export-dynamic"
8121
8122 fi
8123
8124
8125       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8126 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8127 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8129   $as_echo_n "(cached) " >&6
8130 else
8131   ac_wine_try_cflags_saved=$CFLAGS
8132 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8133 cat >conftest.$ac_ext <<_ACEOF
8134 /* confdefs.h.  */
8135 _ACEOF
8136 cat confdefs.h >>conftest.$ac_ext
8137 cat >>conftest.$ac_ext <<_ACEOF
8138 /* end confdefs.h.  */
8139
8140 int
8141 main ()
8142 {
8143
8144   ;
8145   return 0;
8146 }
8147 _ACEOF
8148 rm -f conftest.$ac_objext conftest$ac_exeext
8149 if { (ac_try="$ac_link"
8150 case "(($ac_try" in
8151   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8152   *) ac_try_echo=$ac_try;;
8153 esac
8154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8155 $as_echo "$ac_try_echo") >&5
8156   (eval "$ac_link") 2>conftest.er1
8157   ac_status=$?
8158   grep -v '^ *+' conftest.er1 >conftest.err
8159   rm -f conftest.er1
8160   cat conftest.err >&5
8161   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162   (exit $ac_status); } && {
8163          test -z "$ac_c_werror_flag" ||
8164          test ! -s conftest.err
8165        } && test -s conftest$ac_exeext && {
8166          test "$cross_compiling" = yes ||
8167          $as_test_x conftest$ac_exeext
8168        }; then
8169   eval "$as_ac_var=yes"
8170 else
8171   $as_echo "$as_me: failed program was:" >&5
8172 sed 's/^/| /' conftest.$ac_ext >&5
8173
8174         eval "$as_ac_var=no"
8175 fi
8176
8177 rm -rf conftest.dSYM
8178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8179       conftest$ac_exeext conftest.$ac_ext
8180 CFLAGS=$ac_wine_try_cflags_saved
8181 fi
8182 ac_res=`eval 'as_val=${'$as_ac_var'}
8183                  $as_echo "$as_val"'`
8184                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8185 $as_echo "$ac_res" >&6; }
8186 if test `eval 'as_val=${'$as_ac_var'}
8187                  $as_echo "$as_val"'` = yes; then
8188   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8189                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8190 else
8191   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8192 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8193 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8194 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8195   $as_echo_n "(cached) " >&6
8196 else
8197   ac_wine_try_cflags_saved=$CFLAGS
8198 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8199 cat >conftest.$ac_ext <<_ACEOF
8200 /* confdefs.h.  */
8201 _ACEOF
8202 cat confdefs.h >>conftest.$ac_ext
8203 cat >>conftest.$ac_ext <<_ACEOF
8204 /* end confdefs.h.  */
8205
8206 int
8207 main ()
8208 {
8209
8210   ;
8211   return 0;
8212 }
8213 _ACEOF
8214 rm -f conftest.$ac_objext conftest$ac_exeext
8215 if { (ac_try="$ac_link"
8216 case "(($ac_try" in
8217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8218   *) ac_try_echo=$ac_try;;
8219 esac
8220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8221 $as_echo "$ac_try_echo") >&5
8222   (eval "$ac_link") 2>conftest.er1
8223   ac_status=$?
8224   grep -v '^ *+' conftest.er1 >conftest.err
8225   rm -f conftest.er1
8226   cat conftest.err >&5
8227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8228   (exit $ac_status); } && {
8229          test -z "$ac_c_werror_flag" ||
8230          test ! -s conftest.err
8231        } && test -s conftest$ac_exeext && {
8232          test "$cross_compiling" = yes ||
8233          $as_test_x conftest$ac_exeext
8234        }; then
8235   eval "$as_ac_var=yes"
8236 else
8237   $as_echo "$as_me: failed program was:" >&5
8238 sed 's/^/| /' conftest.$ac_ext >&5
8239
8240         eval "$as_ac_var=no"
8241 fi
8242
8243 rm -rf conftest.dSYM
8244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8245       conftest$ac_exeext conftest.$ac_ext
8246 CFLAGS=$ac_wine_try_cflags_saved
8247 fi
8248 ac_res=`eval 'as_val=${'$as_ac_var'}
8249                  $as_echo "$as_val"'`
8250                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8251 $as_echo "$ac_res" >&6; }
8252 if test `eval 'as_val=${'$as_ac_var'}
8253                  $as_echo "$as_val"'` = yes; then
8254   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8255                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8256 fi
8257
8258 fi
8259
8260
8261       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8262 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8263 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8264   $as_echo_n "(cached) " >&6
8265 else
8266   ac_wine_try_cflags_saved=$CFLAGS
8267 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8268 cat >conftest.$ac_ext <<_ACEOF
8269 /* confdefs.h.  */
8270 _ACEOF
8271 cat confdefs.h >>conftest.$ac_ext
8272 cat >>conftest.$ac_ext <<_ACEOF
8273 /* end confdefs.h.  */
8274
8275 int
8276 main ()
8277 {
8278
8279   ;
8280   return 0;
8281 }
8282 _ACEOF
8283 rm -f conftest.$ac_objext conftest$ac_exeext
8284 if { (ac_try="$ac_link"
8285 case "(($ac_try" in
8286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8287   *) ac_try_echo=$ac_try;;
8288 esac
8289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8290 $as_echo "$ac_try_echo") >&5
8291   (eval "$ac_link") 2>conftest.er1
8292   ac_status=$?
8293   grep -v '^ *+' conftest.er1 >conftest.err
8294   rm -f conftest.er1
8295   cat conftest.err >&5
8296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8297   (exit $ac_status); } && {
8298          test -z "$ac_c_werror_flag" ||
8299          test ! -s conftest.err
8300        } && test -s conftest$ac_exeext && {
8301          test "$cross_compiling" = yes ||
8302          $as_test_x conftest$ac_exeext
8303        }; then
8304   ac_cv_cflags__Wl___enable_new_dtags=yes
8305 else
8306   $as_echo "$as_me: failed program was:" >&5
8307 sed 's/^/| /' conftest.$ac_ext >&5
8308
8309         ac_cv_cflags__Wl___enable_new_dtags=no
8310 fi
8311
8312 rm -rf conftest.dSYM
8313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8314       conftest$ac_exeext conftest.$ac_ext
8315 CFLAGS=$ac_wine_try_cflags_saved
8316 fi
8317 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8318 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8319 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8320   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8321 fi
8322
8323
8324       case $host_cpu in
8325         *i[3456789]86* | x86_64)
8326           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8327 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8328 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8329   $as_echo_n "(cached) " >&6
8330 else
8331   ac_wine_try_cflags_saved=$CFLAGS
8332 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8333 cat >conftest.$ac_ext <<_ACEOF
8334 /* confdefs.h.  */
8335 _ACEOF
8336 cat confdefs.h >>conftest.$ac_ext
8337 cat >>conftest.$ac_ext <<_ACEOF
8338 /* end confdefs.h.  */
8339
8340 int
8341 main ()
8342 {
8343
8344   ;
8345   return 0;
8346 }
8347 _ACEOF
8348 rm -f conftest.$ac_objext conftest$ac_exeext
8349 if { (ac_try="$ac_link"
8350 case "(($ac_try" in
8351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8352   *) ac_try_echo=$ac_try;;
8353 esac
8354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8355 $as_echo "$ac_try_echo") >&5
8356   (eval "$ac_link") 2>conftest.er1
8357   ac_status=$?
8358   grep -v '^ *+' conftest.er1 >conftest.err
8359   rm -f conftest.er1
8360   cat conftest.err >&5
8361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8362   (exit $ac_status); } && {
8363          test -z "$ac_c_werror_flag" ||
8364          test ! -s conftest.err
8365        } && test -s conftest$ac_exeext && {
8366          test "$cross_compiling" = yes ||
8367          $as_test_x conftest$ac_exeext
8368        }; then
8369   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8370 else
8371   $as_echo "$as_me: failed program was:" >&5
8372 sed 's/^/| /' conftest.$ac_ext >&5
8373
8374         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8375 fi
8376
8377 rm -rf conftest.dSYM
8378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8379       conftest$ac_exeext conftest.$ac_ext
8380 CFLAGS=$ac_wine_try_cflags_saved
8381 fi
8382 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8383 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8384 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8385   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8386 fi
8387
8388           ;;
8389       esac
8390
8391     else
8392       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8393 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8394 if test "${ac_cv_c_dll_unixware+set}" = set; then
8395   $as_echo_n "(cached) " >&6
8396 else
8397   ac_wine_try_cflags_saved=$CFLAGS
8398 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8399 cat >conftest.$ac_ext <<_ACEOF
8400 void myfunc() {}
8401 _ACEOF
8402 rm -f conftest.$ac_objext conftest$ac_exeext
8403 if { (ac_try="$ac_link"
8404 case "(($ac_try" in
8405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8406   *) ac_try_echo=$ac_try;;
8407 esac
8408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8409 $as_echo "$ac_try_echo") >&5
8410   (eval "$ac_link") 2>conftest.er1
8411   ac_status=$?
8412   grep -v '^ *+' conftest.er1 >conftest.err
8413   rm -f conftest.er1
8414   cat conftest.err >&5
8415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8416   (exit $ac_status); } && {
8417          test -z "$ac_c_werror_flag" ||
8418          test ! -s conftest.err
8419        } && test -s conftest$ac_exeext && {
8420          test "$cross_compiling" = yes ||
8421          $as_test_x conftest$ac_exeext
8422        }; then
8423   ac_cv_c_dll_unixware="yes"
8424 else
8425   $as_echo "$as_me: failed program was:" >&5
8426 sed 's/^/| /' conftest.$ac_ext >&5
8427
8428         ac_cv_c_dll_unixware="no"
8429 fi
8430
8431 rm -rf conftest.dSYM
8432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8433       conftest$ac_exeext conftest.$ac_ext
8434 CFLAGS=$ac_wine_try_cflags_saved
8435 fi
8436 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8437 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8438       if test "$ac_cv_c_dll_unixware" = "yes"
8439       then
8440         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8441         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8442
8443       else
8444         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8445 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8446 if test "${ac_cv_c_dll_hpux+set}" = set; then
8447   $as_echo_n "(cached) " >&6
8448 else
8449   ac_wine_try_cflags_saved=$CFLAGS
8450 CFLAGS="$CFLAGS -shared"
8451 cat >conftest.$ac_ext <<_ACEOF
8452 void myfunc() {}
8453 _ACEOF
8454 rm -f conftest.$ac_objext conftest$ac_exeext
8455 if { (ac_try="$ac_link"
8456 case "(($ac_try" in
8457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8458   *) ac_try_echo=$ac_try;;
8459 esac
8460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8461 $as_echo "$ac_try_echo") >&5
8462   (eval "$ac_link") 2>conftest.er1
8463   ac_status=$?
8464   grep -v '^ *+' conftest.er1 >conftest.err
8465   rm -f conftest.er1
8466   cat conftest.err >&5
8467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8468   (exit $ac_status); } && {
8469          test -z "$ac_c_werror_flag" ||
8470          test ! -s conftest.err
8471        } && test -s conftest$ac_exeext && {
8472          test "$cross_compiling" = yes ||
8473          $as_test_x conftest$ac_exeext
8474        }; then
8475   ac_cv_c_dll_hpux="yes"
8476 else
8477   $as_echo "$as_me: failed program was:" >&5
8478 sed 's/^/| /' conftest.$ac_ext >&5
8479
8480         ac_cv_c_dll_hpux="no"
8481 fi
8482
8483 rm -rf conftest.dSYM
8484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8485       conftest$ac_exeext conftest.$ac_ext
8486 CFLAGS=$ac_wine_try_cflags_saved
8487 fi
8488 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8489 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8490         if test "$ac_cv_c_dll_hpux" = "yes"
8491         then
8492           LIBEXT="sl"
8493           DLLEXT=".sl"
8494           LDDLLFLAGS="-shared -fPIC"
8495           LDSHARED="\$(CC) -shared"
8496         fi
8497       fi
8498     fi
8499     ;;
8500 esac
8501
8502 enable_winequartz_drv=${enable_winequartz_drv:-no}
8503
8504 if test "$LIBEXT" = "a"; then
8505   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8506 It is currently not possible to build Wine without shared library
8507 (.so) support to allow transparent switch between .so and .dll files.
8508 If you are using Linux, you will need a newer binutils.
8509 " >&5
8510 $as_echo "$as_me: error: could not find a way to build shared libraries.
8511 It is currently not possible to build Wine without shared library
8512 (.so) support to allow transparent switch between .so and .dll files.
8513 If you are using Linux, you will need a newer binutils.
8514 " >&2;}
8515    { (exit 1); exit 1; }; }
8516 fi
8517
8518 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8519 then
8520     for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8521 do
8522   # Extract the first word of "$ac_prog", so it can be a program name with args.
8523 set dummy $ac_prog; ac_word=$2
8524 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8525 $as_echo_n "checking for $ac_word... " >&6; }
8526 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8527   $as_echo_n "(cached) " >&6
8528 else
8529   if test -n "$CROSSCC"; then
8530   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8531 else
8532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8533 for as_dir in $PATH
8534 do
8535   IFS=$as_save_IFS
8536   test -z "$as_dir" && as_dir=.
8537   for ac_exec_ext in '' $ac_executable_extensions; do
8538   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8539     ac_cv_prog_CROSSCC="$ac_prog"
8540     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8541     break 2
8542   fi
8543 done
8544 done
8545 IFS=$as_save_IFS
8546
8547 fi
8548 fi
8549 CROSSCC=$ac_cv_prog_CROSSCC
8550 if test -n "$CROSSCC"; then
8551   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8552 $as_echo "$CROSSCC" >&6; }
8553 else
8554   { $as_echo "$as_me:$LINENO: result: no" >&5
8555 $as_echo "no" >&6; }
8556 fi
8557
8558
8559   test -n "$CROSSCC" && break
8560 done
8561 test -n "$CROSSCC" || CROSSCC="false"
8562
8563     for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8564 do
8565   # Extract the first word of "$ac_prog", so it can be a program name with args.
8566 set dummy $ac_prog; ac_word=$2
8567 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8568 $as_echo_n "checking for $ac_word... " >&6; }
8569 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8570   $as_echo_n "(cached) " >&6
8571 else
8572   if test -n "$DLLTOOL"; then
8573   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8574 else
8575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8576 for as_dir in $PATH
8577 do
8578   IFS=$as_save_IFS
8579   test -z "$as_dir" && as_dir=.
8580   for ac_exec_ext in '' $ac_executable_extensions; do
8581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8582     ac_cv_prog_DLLTOOL="$ac_prog"
8583     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8584     break 2
8585   fi
8586 done
8587 done
8588 IFS=$as_save_IFS
8589
8590 fi
8591 fi
8592 DLLTOOL=$ac_cv_prog_DLLTOOL
8593 if test -n "$DLLTOOL"; then
8594   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8595 $as_echo "$DLLTOOL" >&6; }
8596 else
8597   { $as_echo "$as_me:$LINENO: result: no" >&5
8598 $as_echo "no" >&6; }
8599 fi
8600
8601
8602   test -n "$DLLTOOL" && break
8603 done
8604 test -n "$DLLTOOL" || DLLTOOL="false"
8605
8606     for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8607 do
8608   # Extract the first word of "$ac_prog", so it can be a program name with args.
8609 set dummy $ac_prog; ac_word=$2
8610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8611 $as_echo_n "checking for $ac_word... " >&6; }
8612 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8613   $as_echo_n "(cached) " >&6
8614 else
8615   if test -n "$CROSSWINDRES"; then
8616   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8617 else
8618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8619 for as_dir in $PATH
8620 do
8621   IFS=$as_save_IFS
8622   test -z "$as_dir" && as_dir=.
8623   for ac_exec_ext in '' $ac_executable_extensions; do
8624   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8625     ac_cv_prog_CROSSWINDRES="$ac_prog"
8626     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8627     break 2
8628   fi
8629 done
8630 done
8631 IFS=$as_save_IFS
8632
8633 fi
8634 fi
8635 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8636 if test -n "$CROSSWINDRES"; then
8637   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8638 $as_echo "$CROSSWINDRES" >&6; }
8639 else
8640   { $as_echo "$as_me:$LINENO: result: no" >&5
8641 $as_echo "no" >&6; }
8642 fi
8643
8644
8645   test -n "$CROSSWINDRES" && break
8646 done
8647 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8648
8649     for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8650 do
8651   # Extract the first word of "$ac_prog", so it can be a program name with args.
8652 set dummy $ac_prog; ac_word=$2
8653 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8654 $as_echo_n "checking for $ac_word... " >&6; }
8655 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8656   $as_echo_n "(cached) " >&6
8657 else
8658   if test -n "$MINGWAR"; then
8659   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8660 else
8661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8662 for as_dir in $PATH
8663 do
8664   IFS=$as_save_IFS
8665   test -z "$as_dir" && as_dir=.
8666   for ac_exec_ext in '' $ac_executable_extensions; do
8667   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8668     ac_cv_prog_MINGWAR="$ac_prog"
8669     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8670     break 2
8671   fi
8672 done
8673 done
8674 IFS=$as_save_IFS
8675
8676 fi
8677 fi
8678 MINGWAR=$ac_cv_prog_MINGWAR
8679 if test -n "$MINGWAR"; then
8680   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8681 $as_echo "$MINGWAR" >&6; }
8682 else
8683   { $as_echo "$as_me:$LINENO: result: no" >&5
8684 $as_echo "no" >&6; }
8685 fi
8686
8687
8688   test -n "$MINGWAR" && break
8689 done
8690 test -n "$MINGWAR" || MINGWAR="false"
8691
8692     if test "$CROSSCC" != "false"
8693     then
8694         CROSSTEST="\$(CROSSTEST)"
8695
8696     fi
8697 fi
8698
8699
8700 if test "$ac_cv_header_pthread_h" = "yes"
8701 then
8702     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8703 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8704 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8705   $as_echo_n "(cached) " >&6
8706 else
8707   ac_check_lib_save_LIBS=$LIBS
8708 LIBS="-lpthread  $LIBS"
8709 cat >conftest.$ac_ext <<_ACEOF
8710 /* confdefs.h.  */
8711 _ACEOF
8712 cat confdefs.h >>conftest.$ac_ext
8713 cat >>conftest.$ac_ext <<_ACEOF
8714 /* end confdefs.h.  */
8715
8716 /* Override any GCC internal prototype to avoid an error.
8717    Use char because int might match the return type of a GCC
8718    builtin and then its argument prototype would still apply.  */
8719 #ifdef __cplusplus
8720 extern "C"
8721 #endif
8722 char pthread_create ();
8723 int
8724 main ()
8725 {
8726 return pthread_create ();
8727   ;
8728   return 0;
8729 }
8730 _ACEOF
8731 rm -f conftest.$ac_objext conftest$ac_exeext
8732 if { (ac_try="$ac_link"
8733 case "(($ac_try" in
8734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8735   *) ac_try_echo=$ac_try;;
8736 esac
8737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8738 $as_echo "$ac_try_echo") >&5
8739   (eval "$ac_link") 2>conftest.er1
8740   ac_status=$?
8741   grep -v '^ *+' conftest.er1 >conftest.err
8742   rm -f conftest.er1
8743   cat conftest.err >&5
8744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745   (exit $ac_status); } && {
8746          test -z "$ac_c_werror_flag" ||
8747          test ! -s conftest.err
8748        } && test -s conftest$ac_exeext && {
8749          test "$cross_compiling" = yes ||
8750          $as_test_x conftest$ac_exeext
8751        }; then
8752   ac_cv_lib_pthread_pthread_create=yes
8753 else
8754   $as_echo "$as_me: failed program was:" >&5
8755 sed 's/^/| /' conftest.$ac_ext >&5
8756
8757         ac_cv_lib_pthread_pthread_create=no
8758 fi
8759
8760 rm -rf conftest.dSYM
8761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8762       conftest$ac_exeext conftest.$ac_ext
8763 LIBS=$ac_check_lib_save_LIBS
8764 fi
8765 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8766 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8767 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8768   LIBPTHREAD="-lpthread"
8769
8770 fi
8771
8772 fi
8773 if test "x$LIBPTHREAD" = "x"; then
8774   case "x$with_pthread" in
8775   xno) ;;
8776   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8777 Wine cannot support threads without libpthread.
8778 Use the --without-pthread option if you really want this." >&5
8779 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8780 Wine cannot support threads without libpthread.
8781 Use the --without-pthread option if you really want this." >&2;}
8782    { (exit 1); exit 1; }; } ;;
8783 esac
8784 fi
8785
8786
8787
8788 { $as_echo "$as_me:$LINENO: checking for X" >&5
8789 $as_echo_n "checking for X... " >&6; }
8790
8791
8792 # Check whether --with-x was given.
8793 if test "${with_x+set}" = set; then
8794   withval=$with_x;
8795 fi
8796
8797 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8798 if test "x$with_x" = xno; then
8799   # The user explicitly disabled X.
8800   have_x=disabled
8801 else
8802   case $x_includes,$x_libraries in #(
8803     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8804 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8805    { (exit 1); exit 1; }; };; #(
8806     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8807   $as_echo_n "(cached) " >&6
8808 else
8809   # One or both of the vars are not set, and there is no cached value.
8810 ac_x_includes=no ac_x_libraries=no
8811 rm -f -r conftest.dir
8812 if mkdir conftest.dir; then
8813   cd conftest.dir
8814   cat >Imakefile <<'_ACEOF'
8815 incroot:
8816         @echo incroot='${INCROOT}'
8817 usrlibdir:
8818         @echo usrlibdir='${USRLIBDIR}'
8819 libdir:
8820         @echo libdir='${LIBDIR}'
8821 _ACEOF
8822   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8823     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8824     for ac_var in incroot usrlibdir libdir; do
8825       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8826     done
8827     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8828     for ac_extension in a so sl dylib la dll; do
8829       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8830          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8831         ac_im_usrlibdir=$ac_im_libdir; break
8832       fi
8833     done
8834     # Screen out bogus values from the imake configuration.  They are
8835     # bogus both because they are the default anyway, and because
8836     # using them would break gcc on systems where it needs fixed includes.
8837     case $ac_im_incroot in
8838         /usr/include) ac_x_includes= ;;
8839         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8840     esac
8841     case $ac_im_usrlibdir in
8842         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8843         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8844     esac
8845   fi
8846   cd ..
8847   rm -f -r conftest.dir
8848 fi
8849
8850 # Standard set of common directories for X headers.
8851 # Check X11 before X11Rn because it is often a symlink to the current release.
8852 ac_x_header_dirs='
8853 /usr/X11/include
8854 /usr/X11R6/include
8855 /usr/X11R5/include
8856 /usr/X11R4/include
8857
8858 /usr/include/X11
8859 /usr/include/X11R6
8860 /usr/include/X11R5
8861 /usr/include/X11R4
8862
8863 /usr/local/X11/include
8864 /usr/local/X11R6/include
8865 /usr/local/X11R5/include
8866 /usr/local/X11R4/include
8867
8868 /usr/local/include/X11
8869 /usr/local/include/X11R6
8870 /usr/local/include/X11R5
8871 /usr/local/include/X11R4
8872
8873 /usr/X386/include
8874 /usr/x386/include
8875 /usr/XFree86/include/X11
8876
8877 /usr/include
8878 /usr/local/include
8879 /usr/unsupported/include
8880 /usr/athena/include
8881 /usr/local/x11r5/include
8882 /usr/lpp/Xamples/include
8883
8884 /usr/openwin/include
8885 /usr/openwin/share/include'
8886
8887 if test "$ac_x_includes" = no; then
8888   # Guess where to find include files, by looking for Xlib.h.
8889   # First, try using that file with no special directory specified.
8890   cat >conftest.$ac_ext <<_ACEOF
8891 /* confdefs.h.  */
8892 _ACEOF
8893 cat confdefs.h >>conftest.$ac_ext
8894 cat >>conftest.$ac_ext <<_ACEOF
8895 /* end confdefs.h.  */
8896 #include <X11/Xlib.h>
8897 _ACEOF
8898 if { (ac_try="$ac_cpp conftest.$ac_ext"
8899 case "(($ac_try" in
8900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8901   *) ac_try_echo=$ac_try;;
8902 esac
8903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8904 $as_echo "$ac_try_echo") >&5
8905   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8906   ac_status=$?
8907   grep -v '^ *+' conftest.er1 >conftest.err
8908   rm -f conftest.er1
8909   cat conftest.err >&5
8910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8911   (exit $ac_status); } >/dev/null && {
8912          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8913          test ! -s conftest.err
8914        }; then
8915   # We can compile using X headers with no special include directory.
8916 ac_x_includes=
8917 else
8918   $as_echo "$as_me: failed program was:" >&5
8919 sed 's/^/| /' conftest.$ac_ext >&5
8920
8921   for ac_dir in $ac_x_header_dirs; do
8922   if test -r "$ac_dir/X11/Xlib.h"; then
8923     ac_x_includes=$ac_dir
8924     break
8925   fi
8926 done
8927 fi
8928
8929 rm -f conftest.err conftest.$ac_ext
8930 fi # $ac_x_includes = no
8931
8932 if test "$ac_x_libraries" = no; then
8933   # Check for the libraries.
8934   # See if we find them without any special options.
8935   # Don't add to $LIBS permanently.
8936   ac_save_LIBS=$LIBS
8937   LIBS="-lX11 $LIBS"
8938   cat >conftest.$ac_ext <<_ACEOF
8939 /* confdefs.h.  */
8940 _ACEOF
8941 cat confdefs.h >>conftest.$ac_ext
8942 cat >>conftest.$ac_ext <<_ACEOF
8943 /* end confdefs.h.  */
8944 #include <X11/Xlib.h>
8945 int
8946 main ()
8947 {
8948 XrmInitialize ()
8949   ;
8950   return 0;
8951 }
8952 _ACEOF
8953 rm -f conftest.$ac_objext conftest$ac_exeext
8954 if { (ac_try="$ac_link"
8955 case "(($ac_try" in
8956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8957   *) ac_try_echo=$ac_try;;
8958 esac
8959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8960 $as_echo "$ac_try_echo") >&5
8961   (eval "$ac_link") 2>conftest.er1
8962   ac_status=$?
8963   grep -v '^ *+' conftest.er1 >conftest.err
8964   rm -f conftest.er1
8965   cat conftest.err >&5
8966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8967   (exit $ac_status); } && {
8968          test -z "$ac_c_werror_flag" ||
8969          test ! -s conftest.err
8970        } && test -s conftest$ac_exeext && {
8971          test "$cross_compiling" = yes ||
8972          $as_test_x conftest$ac_exeext
8973        }; then
8974   LIBS=$ac_save_LIBS
8975 # We can link X programs with no special library path.
8976 ac_x_libraries=
8977 else
8978   $as_echo "$as_me: failed program was:" >&5
8979 sed 's/^/| /' conftest.$ac_ext >&5
8980
8981         LIBS=$ac_save_LIBS
8982 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8983 do
8984   # Don't even attempt the hair of trying to link an X program!
8985   for ac_extension in a so sl dylib la dll; do
8986     if test -r "$ac_dir/libX11.$ac_extension"; then
8987       ac_x_libraries=$ac_dir
8988       break 2
8989     fi
8990   done
8991 done
8992 fi
8993
8994 rm -rf conftest.dSYM
8995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8996       conftest$ac_exeext conftest.$ac_ext
8997 fi # $ac_x_libraries = no
8998
8999 case $ac_x_includes,$ac_x_libraries in #(
9000   no,* | *,no | *\'*)
9001     # Didn't find X, or a directory has "'" in its name.
9002     ac_cv_have_x="have_x=no";; #(
9003   *)
9004     # Record where we found X for the cache.
9005     ac_cv_have_x="have_x=yes\
9006         ac_x_includes='$ac_x_includes'\
9007         ac_x_libraries='$ac_x_libraries'"
9008 esac
9009 fi
9010 ;; #(
9011     *) have_x=yes;;
9012   esac
9013   eval "$ac_cv_have_x"
9014 fi # $with_x != no
9015
9016 if test "$have_x" != yes; then
9017   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9018 $as_echo "$have_x" >&6; }
9019   no_x=yes
9020 else
9021   # If each of the values was on the command line, it overrides each guess.
9022   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9023   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9024   # Update the cache value to reflect the command line values.
9025   ac_cv_have_x="have_x=yes\
9026         ac_x_includes='$x_includes'\
9027         ac_x_libraries='$x_libraries'"
9028   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9029 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9030 fi
9031
9032 if test "$no_x" = yes; then
9033   # Not all programs may use this symbol, but it does not hurt to define it.
9034
9035 cat >>confdefs.h <<\_ACEOF
9036 #define X_DISPLAY_MISSING 1
9037 _ACEOF
9038
9039   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9040 else
9041   if test -n "$x_includes"; then
9042     X_CFLAGS="$X_CFLAGS -I$x_includes"
9043   fi
9044
9045   # It would also be nice to do this for all -L options, not just this one.
9046   if test -n "$x_libraries"; then
9047     X_LIBS="$X_LIBS -L$x_libraries"
9048     # For Solaris; some versions of Sun CC require a space after -R and
9049     # others require no space.  Words are not sufficient . . . .
9050     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9051 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9052     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9053     ac_xsave_c_werror_flag=$ac_c_werror_flag
9054     ac_c_werror_flag=yes
9055     cat >conftest.$ac_ext <<_ACEOF
9056 /* confdefs.h.  */
9057 _ACEOF
9058 cat confdefs.h >>conftest.$ac_ext
9059 cat >>conftest.$ac_ext <<_ACEOF
9060 /* end confdefs.h.  */
9061
9062 int
9063 main ()
9064 {
9065
9066   ;
9067   return 0;
9068 }
9069 _ACEOF
9070 rm -f conftest.$ac_objext conftest$ac_exeext
9071 if { (ac_try="$ac_link"
9072 case "(($ac_try" in
9073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9074   *) ac_try_echo=$ac_try;;
9075 esac
9076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9077 $as_echo "$ac_try_echo") >&5
9078   (eval "$ac_link") 2>conftest.er1
9079   ac_status=$?
9080   grep -v '^ *+' conftest.er1 >conftest.err
9081   rm -f conftest.er1
9082   cat conftest.err >&5
9083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9084   (exit $ac_status); } && {
9085          test -z "$ac_c_werror_flag" ||
9086          test ! -s conftest.err
9087        } && test -s conftest$ac_exeext && {
9088          test "$cross_compiling" = yes ||
9089          $as_test_x conftest$ac_exeext
9090        }; then
9091   { $as_echo "$as_me:$LINENO: result: no" >&5
9092 $as_echo "no" >&6; }
9093        X_LIBS="$X_LIBS -R$x_libraries"
9094 else
9095   $as_echo "$as_me: failed program was:" >&5
9096 sed 's/^/| /' conftest.$ac_ext >&5
9097
9098         LIBS="$ac_xsave_LIBS -R $x_libraries"
9099        cat >conftest.$ac_ext <<_ACEOF
9100 /* confdefs.h.  */
9101 _ACEOF
9102 cat confdefs.h >>conftest.$ac_ext
9103 cat >>conftest.$ac_ext <<_ACEOF
9104 /* end confdefs.h.  */
9105
9106 int
9107 main ()
9108 {
9109
9110   ;
9111   return 0;
9112 }
9113 _ACEOF
9114 rm -f conftest.$ac_objext conftest$ac_exeext
9115 if { (ac_try="$ac_link"
9116 case "(($ac_try" in
9117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9118   *) ac_try_echo=$ac_try;;
9119 esac
9120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9121 $as_echo "$ac_try_echo") >&5
9122   (eval "$ac_link") 2>conftest.er1
9123   ac_status=$?
9124   grep -v '^ *+' conftest.er1 >conftest.err
9125   rm -f conftest.er1
9126   cat conftest.err >&5
9127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9128   (exit $ac_status); } && {
9129          test -z "$ac_c_werror_flag" ||
9130          test ! -s conftest.err
9131        } && test -s conftest$ac_exeext && {
9132          test "$cross_compiling" = yes ||
9133          $as_test_x conftest$ac_exeext
9134        }; then
9135   { $as_echo "$as_me:$LINENO: result: yes" >&5
9136 $as_echo "yes" >&6; }
9137           X_LIBS="$X_LIBS -R $x_libraries"
9138 else
9139   $as_echo "$as_me: failed program was:" >&5
9140 sed 's/^/| /' conftest.$ac_ext >&5
9141
9142         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9143 $as_echo "neither works" >&6; }
9144 fi
9145
9146 rm -rf conftest.dSYM
9147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9148       conftest$ac_exeext conftest.$ac_ext
9149 fi
9150
9151 rm -rf conftest.dSYM
9152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9153       conftest$ac_exeext conftest.$ac_ext
9154     ac_c_werror_flag=$ac_xsave_c_werror_flag
9155     LIBS=$ac_xsave_LIBS
9156   fi
9157
9158   # Check for system-dependent libraries X programs must link with.
9159   # Do this before checking for the system-independent R6 libraries
9160   # (-lICE), since we may need -lsocket or whatever for X linking.
9161
9162   if test "$ISC" = yes; then
9163     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9164   else
9165     # Martyn Johnson says this is needed for Ultrix, if the X
9166     # libraries were built with DECnet support.  And Karl Berry says
9167     # the Alpha needs dnet_stub (dnet does not exist).
9168     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9169     cat >conftest.$ac_ext <<_ACEOF
9170 /* confdefs.h.  */
9171 _ACEOF
9172 cat confdefs.h >>conftest.$ac_ext
9173 cat >>conftest.$ac_ext <<_ACEOF
9174 /* end confdefs.h.  */
9175
9176 /* Override any GCC internal prototype to avoid an error.
9177    Use char because int might match the return type of a GCC
9178    builtin and then its argument prototype would still apply.  */
9179 #ifdef __cplusplus
9180 extern "C"
9181 #endif
9182 char XOpenDisplay ();
9183 int
9184 main ()
9185 {
9186 return XOpenDisplay ();
9187   ;
9188   return 0;
9189 }
9190 _ACEOF
9191 rm -f conftest.$ac_objext conftest$ac_exeext
9192 if { (ac_try="$ac_link"
9193 case "(($ac_try" in
9194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9195   *) ac_try_echo=$ac_try;;
9196 esac
9197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9198 $as_echo "$ac_try_echo") >&5
9199   (eval "$ac_link") 2>conftest.er1
9200   ac_status=$?
9201   grep -v '^ *+' conftest.er1 >conftest.err
9202   rm -f conftest.er1
9203   cat conftest.err >&5
9204   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205   (exit $ac_status); } && {
9206          test -z "$ac_c_werror_flag" ||
9207          test ! -s conftest.err
9208        } && test -s conftest$ac_exeext && {
9209          test "$cross_compiling" = yes ||
9210          $as_test_x conftest$ac_exeext
9211        }; then
9212   :
9213 else
9214   $as_echo "$as_me: failed program was:" >&5
9215 sed 's/^/| /' conftest.$ac_ext >&5
9216
9217         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9218 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9219 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9220   $as_echo_n "(cached) " >&6
9221 else
9222   ac_check_lib_save_LIBS=$LIBS
9223 LIBS="-ldnet  $LIBS"
9224 cat >conftest.$ac_ext <<_ACEOF
9225 /* confdefs.h.  */
9226 _ACEOF
9227 cat confdefs.h >>conftest.$ac_ext
9228 cat >>conftest.$ac_ext <<_ACEOF
9229 /* end confdefs.h.  */
9230
9231 /* Override any GCC internal prototype to avoid an error.
9232    Use char because int might match the return type of a GCC
9233    builtin and then its argument prototype would still apply.  */
9234 #ifdef __cplusplus
9235 extern "C"
9236 #endif
9237 char dnet_ntoa ();
9238 int
9239 main ()
9240 {
9241 return dnet_ntoa ();
9242   ;
9243   return 0;
9244 }
9245 _ACEOF
9246 rm -f conftest.$ac_objext conftest$ac_exeext
9247 if { (ac_try="$ac_link"
9248 case "(($ac_try" in
9249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9250   *) ac_try_echo=$ac_try;;
9251 esac
9252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9253 $as_echo "$ac_try_echo") >&5
9254   (eval "$ac_link") 2>conftest.er1
9255   ac_status=$?
9256   grep -v '^ *+' conftest.er1 >conftest.err
9257   rm -f conftest.er1
9258   cat conftest.err >&5
9259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9260   (exit $ac_status); } && {
9261          test -z "$ac_c_werror_flag" ||
9262          test ! -s conftest.err
9263        } && test -s conftest$ac_exeext && {
9264          test "$cross_compiling" = yes ||
9265          $as_test_x conftest$ac_exeext
9266        }; then
9267   ac_cv_lib_dnet_dnet_ntoa=yes
9268 else
9269   $as_echo "$as_me: failed program was:" >&5
9270 sed 's/^/| /' conftest.$ac_ext >&5
9271
9272         ac_cv_lib_dnet_dnet_ntoa=no
9273 fi
9274
9275 rm -rf conftest.dSYM
9276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9277       conftest$ac_exeext conftest.$ac_ext
9278 LIBS=$ac_check_lib_save_LIBS
9279 fi
9280 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9281 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9282 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9283   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9284 fi
9285
9286     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9287       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9288 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9289 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9290   $as_echo_n "(cached) " >&6
9291 else
9292   ac_check_lib_save_LIBS=$LIBS
9293 LIBS="-ldnet_stub  $LIBS"
9294 cat >conftest.$ac_ext <<_ACEOF
9295 /* confdefs.h.  */
9296 _ACEOF
9297 cat confdefs.h >>conftest.$ac_ext
9298 cat >>conftest.$ac_ext <<_ACEOF
9299 /* end confdefs.h.  */
9300
9301 /* Override any GCC internal prototype to avoid an error.
9302    Use char because int might match the return type of a GCC
9303    builtin and then its argument prototype would still apply.  */
9304 #ifdef __cplusplus
9305 extern "C"
9306 #endif
9307 char dnet_ntoa ();
9308 int
9309 main ()
9310 {
9311 return dnet_ntoa ();
9312   ;
9313   return 0;
9314 }
9315 _ACEOF
9316 rm -f conftest.$ac_objext conftest$ac_exeext
9317 if { (ac_try="$ac_link"
9318 case "(($ac_try" in
9319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9320   *) ac_try_echo=$ac_try;;
9321 esac
9322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9323 $as_echo "$ac_try_echo") >&5
9324   (eval "$ac_link") 2>conftest.er1
9325   ac_status=$?
9326   grep -v '^ *+' conftest.er1 >conftest.err
9327   rm -f conftest.er1
9328   cat conftest.err >&5
9329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330   (exit $ac_status); } && {
9331          test -z "$ac_c_werror_flag" ||
9332          test ! -s conftest.err
9333        } && test -s conftest$ac_exeext && {
9334          test "$cross_compiling" = yes ||
9335          $as_test_x conftest$ac_exeext
9336        }; then
9337   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9338 else
9339   $as_echo "$as_me: failed program was:" >&5
9340 sed 's/^/| /' conftest.$ac_ext >&5
9341
9342         ac_cv_lib_dnet_stub_dnet_ntoa=no
9343 fi
9344
9345 rm -rf conftest.dSYM
9346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9347       conftest$ac_exeext conftest.$ac_ext
9348 LIBS=$ac_check_lib_save_LIBS
9349 fi
9350 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9351 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9352 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9353   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9354 fi
9355
9356     fi
9357 fi
9358
9359 rm -rf conftest.dSYM
9360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9361       conftest$ac_exeext conftest.$ac_ext
9362     LIBS="$ac_xsave_LIBS"
9363
9364     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9365     # to get the SysV transport functions.
9366     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9367     # needs -lnsl.
9368     # The nsl library prevents programs from opening the X display
9369     # on Irix 5.2, according to T.E. Dickey.
9370     # The functions gethostbyname, getservbyname, and inet_addr are
9371     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9372     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9373 $as_echo_n "checking for gethostbyname... " >&6; }
9374 if test "${ac_cv_func_gethostbyname+set}" = set; then
9375   $as_echo_n "(cached) " >&6
9376 else
9377   cat >conftest.$ac_ext <<_ACEOF
9378 /* confdefs.h.  */
9379 _ACEOF
9380 cat confdefs.h >>conftest.$ac_ext
9381 cat >>conftest.$ac_ext <<_ACEOF
9382 /* end confdefs.h.  */
9383 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9384    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9385 #define gethostbyname innocuous_gethostbyname
9386
9387 /* System header to define __stub macros and hopefully few prototypes,
9388     which can conflict with char gethostbyname (); below.
9389     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9390     <limits.h> exists even on freestanding compilers.  */
9391
9392 #ifdef __STDC__
9393 # include <limits.h>
9394 #else
9395 # include <assert.h>
9396 #endif
9397
9398 #undef gethostbyname
9399
9400 /* Override any GCC internal prototype to avoid an error.
9401    Use char because int might match the return type of a GCC
9402    builtin and then its argument prototype would still apply.  */
9403 #ifdef __cplusplus
9404 extern "C"
9405 #endif
9406 char gethostbyname ();
9407 /* The GNU C library defines this for functions which it implements
9408     to always fail with ENOSYS.  Some functions are actually named
9409     something starting with __ and the normal name is an alias.  */
9410 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9411 choke me
9412 #endif
9413
9414 int
9415 main ()
9416 {
9417 return gethostbyname ();
9418   ;
9419   return 0;
9420 }
9421 _ACEOF
9422 rm -f conftest.$ac_objext conftest$ac_exeext
9423 if { (ac_try="$ac_link"
9424 case "(($ac_try" in
9425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9426   *) ac_try_echo=$ac_try;;
9427 esac
9428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9429 $as_echo "$ac_try_echo") >&5
9430   (eval "$ac_link") 2>conftest.er1
9431   ac_status=$?
9432   grep -v '^ *+' conftest.er1 >conftest.err
9433   rm -f conftest.er1
9434   cat conftest.err >&5
9435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9436   (exit $ac_status); } && {
9437          test -z "$ac_c_werror_flag" ||
9438          test ! -s conftest.err
9439        } && test -s conftest$ac_exeext && {
9440          test "$cross_compiling" = yes ||
9441          $as_test_x conftest$ac_exeext
9442        }; then
9443   ac_cv_func_gethostbyname=yes
9444 else
9445   $as_echo "$as_me: failed program was:" >&5
9446 sed 's/^/| /' conftest.$ac_ext >&5
9447
9448         ac_cv_func_gethostbyname=no
9449 fi
9450
9451 rm -rf conftest.dSYM
9452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9453       conftest$ac_exeext conftest.$ac_ext
9454 fi
9455 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9456 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9457
9458     if test $ac_cv_func_gethostbyname = no; then
9459       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9460 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9461 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9462   $as_echo_n "(cached) " >&6
9463 else
9464   ac_check_lib_save_LIBS=$LIBS
9465 LIBS="-lnsl  $LIBS"
9466 cat >conftest.$ac_ext <<_ACEOF
9467 /* confdefs.h.  */
9468 _ACEOF
9469 cat confdefs.h >>conftest.$ac_ext
9470 cat >>conftest.$ac_ext <<_ACEOF
9471 /* end confdefs.h.  */
9472
9473 /* Override any GCC internal prototype to avoid an error.
9474    Use char because int might match the return type of a GCC
9475    builtin and then its argument prototype would still apply.  */
9476 #ifdef __cplusplus
9477 extern "C"
9478 #endif
9479 char gethostbyname ();
9480 int
9481 main ()
9482 {
9483 return gethostbyname ();
9484   ;
9485   return 0;
9486 }
9487 _ACEOF
9488 rm -f conftest.$ac_objext conftest$ac_exeext
9489 if { (ac_try="$ac_link"
9490 case "(($ac_try" in
9491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9492   *) ac_try_echo=$ac_try;;
9493 esac
9494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9495 $as_echo "$ac_try_echo") >&5
9496   (eval "$ac_link") 2>conftest.er1
9497   ac_status=$?
9498   grep -v '^ *+' conftest.er1 >conftest.err
9499   rm -f conftest.er1
9500   cat conftest.err >&5
9501   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9502   (exit $ac_status); } && {
9503          test -z "$ac_c_werror_flag" ||
9504          test ! -s conftest.err
9505        } && test -s conftest$ac_exeext && {
9506          test "$cross_compiling" = yes ||
9507          $as_test_x conftest$ac_exeext
9508        }; then
9509   ac_cv_lib_nsl_gethostbyname=yes
9510 else
9511   $as_echo "$as_me: failed program was:" >&5
9512 sed 's/^/| /' conftest.$ac_ext >&5
9513
9514         ac_cv_lib_nsl_gethostbyname=no
9515 fi
9516
9517 rm -rf conftest.dSYM
9518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9519       conftest$ac_exeext conftest.$ac_ext
9520 LIBS=$ac_check_lib_save_LIBS
9521 fi
9522 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9523 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9524 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9525   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9526 fi
9527
9528       if test $ac_cv_lib_nsl_gethostbyname = no; then
9529         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9530 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9531 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9532   $as_echo_n "(cached) " >&6
9533 else
9534   ac_check_lib_save_LIBS=$LIBS
9535 LIBS="-lbsd  $LIBS"
9536 cat >conftest.$ac_ext <<_ACEOF
9537 /* confdefs.h.  */
9538 _ACEOF
9539 cat confdefs.h >>conftest.$ac_ext
9540 cat >>conftest.$ac_ext <<_ACEOF
9541 /* end confdefs.h.  */
9542
9543 /* Override any GCC internal prototype to avoid an error.
9544    Use char because int might match the return type of a GCC
9545    builtin and then its argument prototype would still apply.  */
9546 #ifdef __cplusplus
9547 extern "C"
9548 #endif
9549 char gethostbyname ();
9550 int
9551 main ()
9552 {
9553 return gethostbyname ();
9554   ;
9555   return 0;
9556 }
9557 _ACEOF
9558 rm -f conftest.$ac_objext conftest$ac_exeext
9559 if { (ac_try="$ac_link"
9560 case "(($ac_try" in
9561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9562   *) ac_try_echo=$ac_try;;
9563 esac
9564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9565 $as_echo "$ac_try_echo") >&5
9566   (eval "$ac_link") 2>conftest.er1
9567   ac_status=$?
9568   grep -v '^ *+' conftest.er1 >conftest.err
9569   rm -f conftest.er1
9570   cat conftest.err >&5
9571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9572   (exit $ac_status); } && {
9573          test -z "$ac_c_werror_flag" ||
9574          test ! -s conftest.err
9575        } && test -s conftest$ac_exeext && {
9576          test "$cross_compiling" = yes ||
9577          $as_test_x conftest$ac_exeext
9578        }; then
9579   ac_cv_lib_bsd_gethostbyname=yes
9580 else
9581   $as_echo "$as_me: failed program was:" >&5
9582 sed 's/^/| /' conftest.$ac_ext >&5
9583
9584         ac_cv_lib_bsd_gethostbyname=no
9585 fi
9586
9587 rm -rf conftest.dSYM
9588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9589       conftest$ac_exeext conftest.$ac_ext
9590 LIBS=$ac_check_lib_save_LIBS
9591 fi
9592 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9593 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9594 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9595   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9596 fi
9597
9598       fi
9599     fi
9600
9601     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9602     # socket/setsockopt and other routines are undefined under SCO ODT
9603     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9604     # on later versions), says Simon Leinen: it contains gethostby*
9605     # variants that don't use the name server (or something).  -lsocket
9606     # must be given before -lnsl if both are needed.  We assume that
9607     # if connect needs -lnsl, so does gethostbyname.
9608     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9609 $as_echo_n "checking for connect... " >&6; }
9610 if test "${ac_cv_func_connect+set}" = set; then
9611   $as_echo_n "(cached) " >&6
9612 else
9613   cat >conftest.$ac_ext <<_ACEOF
9614 /* confdefs.h.  */
9615 _ACEOF
9616 cat confdefs.h >>conftest.$ac_ext
9617 cat >>conftest.$ac_ext <<_ACEOF
9618 /* end confdefs.h.  */
9619 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9620    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9621 #define connect innocuous_connect
9622
9623 /* System header to define __stub macros and hopefully few prototypes,
9624     which can conflict with char connect (); below.
9625     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9626     <limits.h> exists even on freestanding compilers.  */
9627
9628 #ifdef __STDC__
9629 # include <limits.h>
9630 #else
9631 # include <assert.h>
9632 #endif
9633
9634 #undef connect
9635
9636 /* Override any GCC internal prototype to avoid an error.
9637    Use char because int might match the return type of a GCC
9638    builtin and then its argument prototype would still apply.  */
9639 #ifdef __cplusplus
9640 extern "C"
9641 #endif
9642 char connect ();
9643 /* The GNU C library defines this for functions which it implements
9644     to always fail with ENOSYS.  Some functions are actually named
9645     something starting with __ and the normal name is an alias.  */
9646 #if defined __stub_connect || defined __stub___connect
9647 choke me
9648 #endif
9649
9650 int
9651 main ()
9652 {
9653 return connect ();
9654   ;
9655   return 0;
9656 }
9657 _ACEOF
9658 rm -f conftest.$ac_objext conftest$ac_exeext
9659 if { (ac_try="$ac_link"
9660 case "(($ac_try" in
9661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9662   *) ac_try_echo=$ac_try;;
9663 esac
9664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9665 $as_echo "$ac_try_echo") >&5
9666   (eval "$ac_link") 2>conftest.er1
9667   ac_status=$?
9668   grep -v '^ *+' conftest.er1 >conftest.err
9669   rm -f conftest.er1
9670   cat conftest.err >&5
9671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9672   (exit $ac_status); } && {
9673          test -z "$ac_c_werror_flag" ||
9674          test ! -s conftest.err
9675        } && test -s conftest$ac_exeext && {
9676          test "$cross_compiling" = yes ||
9677          $as_test_x conftest$ac_exeext
9678        }; then
9679   ac_cv_func_connect=yes
9680 else
9681   $as_echo "$as_me: failed program was:" >&5
9682 sed 's/^/| /' conftest.$ac_ext >&5
9683
9684         ac_cv_func_connect=no
9685 fi
9686
9687 rm -rf conftest.dSYM
9688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9689       conftest$ac_exeext conftest.$ac_ext
9690 fi
9691 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9692 $as_echo "$ac_cv_func_connect" >&6; }
9693
9694     if test $ac_cv_func_connect = no; then
9695       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9696 $as_echo_n "checking for connect in -lsocket... " >&6; }
9697 if test "${ac_cv_lib_socket_connect+set}" = set; then
9698   $as_echo_n "(cached) " >&6
9699 else
9700   ac_check_lib_save_LIBS=$LIBS
9701 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9702 cat >conftest.$ac_ext <<_ACEOF
9703 /* confdefs.h.  */
9704 _ACEOF
9705 cat confdefs.h >>conftest.$ac_ext
9706 cat >>conftest.$ac_ext <<_ACEOF
9707 /* end confdefs.h.  */
9708
9709 /* Override any GCC internal prototype to avoid an error.
9710    Use char because int might match the return type of a GCC
9711    builtin and then its argument prototype would still apply.  */
9712 #ifdef __cplusplus
9713 extern "C"
9714 #endif
9715 char connect ();
9716 int
9717 main ()
9718 {
9719 return connect ();
9720   ;
9721   return 0;
9722 }
9723 _ACEOF
9724 rm -f conftest.$ac_objext conftest$ac_exeext
9725 if { (ac_try="$ac_link"
9726 case "(($ac_try" in
9727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9728   *) ac_try_echo=$ac_try;;
9729 esac
9730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9731 $as_echo "$ac_try_echo") >&5
9732   (eval "$ac_link") 2>conftest.er1
9733   ac_status=$?
9734   grep -v '^ *+' conftest.er1 >conftest.err
9735   rm -f conftest.er1
9736   cat conftest.err >&5
9737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9738   (exit $ac_status); } && {
9739          test -z "$ac_c_werror_flag" ||
9740          test ! -s conftest.err
9741        } && test -s conftest$ac_exeext && {
9742          test "$cross_compiling" = yes ||
9743          $as_test_x conftest$ac_exeext
9744        }; then
9745   ac_cv_lib_socket_connect=yes
9746 else
9747   $as_echo "$as_me: failed program was:" >&5
9748 sed 's/^/| /' conftest.$ac_ext >&5
9749
9750         ac_cv_lib_socket_connect=no
9751 fi
9752
9753 rm -rf conftest.dSYM
9754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9755       conftest$ac_exeext conftest.$ac_ext
9756 LIBS=$ac_check_lib_save_LIBS
9757 fi
9758 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9759 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9760 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9761   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9762 fi
9763
9764     fi
9765
9766     # Guillermo Gomez says -lposix is necessary on A/UX.
9767     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9768 $as_echo_n "checking for remove... " >&6; }
9769 if test "${ac_cv_func_remove+set}" = set; then
9770   $as_echo_n "(cached) " >&6
9771 else
9772   cat >conftest.$ac_ext <<_ACEOF
9773 /* confdefs.h.  */
9774 _ACEOF
9775 cat confdefs.h >>conftest.$ac_ext
9776 cat >>conftest.$ac_ext <<_ACEOF
9777 /* end confdefs.h.  */
9778 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9779    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9780 #define remove innocuous_remove
9781
9782 /* System header to define __stub macros and hopefully few prototypes,
9783     which can conflict with char remove (); below.
9784     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9785     <limits.h> exists even on freestanding compilers.  */
9786
9787 #ifdef __STDC__
9788 # include <limits.h>
9789 #else
9790 # include <assert.h>
9791 #endif
9792
9793 #undef remove
9794
9795 /* Override any GCC internal prototype to avoid an error.
9796    Use char because int might match the return type of a GCC
9797    builtin and then its argument prototype would still apply.  */
9798 #ifdef __cplusplus
9799 extern "C"
9800 #endif
9801 char remove ();
9802 /* The GNU C library defines this for functions which it implements
9803     to always fail with ENOSYS.  Some functions are actually named
9804     something starting with __ and the normal name is an alias.  */
9805 #if defined __stub_remove || defined __stub___remove
9806 choke me
9807 #endif
9808
9809 int
9810 main ()
9811 {
9812 return remove ();
9813   ;
9814   return 0;
9815 }
9816 _ACEOF
9817 rm -f conftest.$ac_objext conftest$ac_exeext
9818 if { (ac_try="$ac_link"
9819 case "(($ac_try" in
9820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9821   *) ac_try_echo=$ac_try;;
9822 esac
9823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9824 $as_echo "$ac_try_echo") >&5
9825   (eval "$ac_link") 2>conftest.er1
9826   ac_status=$?
9827   grep -v '^ *+' conftest.er1 >conftest.err
9828   rm -f conftest.er1
9829   cat conftest.err >&5
9830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9831   (exit $ac_status); } && {
9832          test -z "$ac_c_werror_flag" ||
9833          test ! -s conftest.err
9834        } && test -s conftest$ac_exeext && {
9835          test "$cross_compiling" = yes ||
9836          $as_test_x conftest$ac_exeext
9837        }; then
9838   ac_cv_func_remove=yes
9839 else
9840   $as_echo "$as_me: failed program was:" >&5
9841 sed 's/^/| /' conftest.$ac_ext >&5
9842
9843         ac_cv_func_remove=no
9844 fi
9845
9846 rm -rf conftest.dSYM
9847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9848       conftest$ac_exeext conftest.$ac_ext
9849 fi
9850 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9851 $as_echo "$ac_cv_func_remove" >&6; }
9852
9853     if test $ac_cv_func_remove = no; then
9854       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9855 $as_echo_n "checking for remove in -lposix... " >&6; }
9856 if test "${ac_cv_lib_posix_remove+set}" = set; then
9857   $as_echo_n "(cached) " >&6
9858 else
9859   ac_check_lib_save_LIBS=$LIBS
9860 LIBS="-lposix  $LIBS"
9861 cat >conftest.$ac_ext <<_ACEOF
9862 /* confdefs.h.  */
9863 _ACEOF
9864 cat confdefs.h >>conftest.$ac_ext
9865 cat >>conftest.$ac_ext <<_ACEOF
9866 /* end confdefs.h.  */
9867
9868 /* Override any GCC internal prototype to avoid an error.
9869    Use char because int might match the return type of a GCC
9870    builtin and then its argument prototype would still apply.  */
9871 #ifdef __cplusplus
9872 extern "C"
9873 #endif
9874 char remove ();
9875 int
9876 main ()
9877 {
9878 return remove ();
9879   ;
9880   return 0;
9881 }
9882 _ACEOF
9883 rm -f conftest.$ac_objext conftest$ac_exeext
9884 if { (ac_try="$ac_link"
9885 case "(($ac_try" in
9886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9887   *) ac_try_echo=$ac_try;;
9888 esac
9889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9890 $as_echo "$ac_try_echo") >&5
9891   (eval "$ac_link") 2>conftest.er1
9892   ac_status=$?
9893   grep -v '^ *+' conftest.er1 >conftest.err
9894   rm -f conftest.er1
9895   cat conftest.err >&5
9896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9897   (exit $ac_status); } && {
9898          test -z "$ac_c_werror_flag" ||
9899          test ! -s conftest.err
9900        } && test -s conftest$ac_exeext && {
9901          test "$cross_compiling" = yes ||
9902          $as_test_x conftest$ac_exeext
9903        }; then
9904   ac_cv_lib_posix_remove=yes
9905 else
9906   $as_echo "$as_me: failed program was:" >&5
9907 sed 's/^/| /' conftest.$ac_ext >&5
9908
9909         ac_cv_lib_posix_remove=no
9910 fi
9911
9912 rm -rf conftest.dSYM
9913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9914       conftest$ac_exeext conftest.$ac_ext
9915 LIBS=$ac_check_lib_save_LIBS
9916 fi
9917 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9918 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9919 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9920   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9921 fi
9922
9923     fi
9924
9925     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9926     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9927 $as_echo_n "checking for shmat... " >&6; }
9928 if test "${ac_cv_func_shmat+set}" = set; then
9929   $as_echo_n "(cached) " >&6
9930 else
9931   cat >conftest.$ac_ext <<_ACEOF
9932 /* confdefs.h.  */
9933 _ACEOF
9934 cat confdefs.h >>conftest.$ac_ext
9935 cat >>conftest.$ac_ext <<_ACEOF
9936 /* end confdefs.h.  */
9937 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9938    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9939 #define shmat innocuous_shmat
9940
9941 /* System header to define __stub macros and hopefully few prototypes,
9942     which can conflict with char shmat (); below.
9943     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9944     <limits.h> exists even on freestanding compilers.  */
9945
9946 #ifdef __STDC__
9947 # include <limits.h>
9948 #else
9949 # include <assert.h>
9950 #endif
9951
9952 #undef shmat
9953
9954 /* Override any GCC internal prototype to avoid an error.
9955    Use char because int might match the return type of a GCC
9956    builtin and then its argument prototype would still apply.  */
9957 #ifdef __cplusplus
9958 extern "C"
9959 #endif
9960 char shmat ();
9961 /* The GNU C library defines this for functions which it implements
9962     to always fail with ENOSYS.  Some functions are actually named
9963     something starting with __ and the normal name is an alias.  */
9964 #if defined __stub_shmat || defined __stub___shmat
9965 choke me
9966 #endif
9967
9968 int
9969 main ()
9970 {
9971 return shmat ();
9972   ;
9973   return 0;
9974 }
9975 _ACEOF
9976 rm -f conftest.$ac_objext conftest$ac_exeext
9977 if { (ac_try="$ac_link"
9978 case "(($ac_try" in
9979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9980   *) ac_try_echo=$ac_try;;
9981 esac
9982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9983 $as_echo "$ac_try_echo") >&5
9984   (eval "$ac_link") 2>conftest.er1
9985   ac_status=$?
9986   grep -v '^ *+' conftest.er1 >conftest.err
9987   rm -f conftest.er1
9988   cat conftest.err >&5
9989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9990   (exit $ac_status); } && {
9991          test -z "$ac_c_werror_flag" ||
9992          test ! -s conftest.err
9993        } && test -s conftest$ac_exeext && {
9994          test "$cross_compiling" = yes ||
9995          $as_test_x conftest$ac_exeext
9996        }; then
9997   ac_cv_func_shmat=yes
9998 else
9999   $as_echo "$as_me: failed program was:" >&5
10000 sed 's/^/| /' conftest.$ac_ext >&5
10001
10002         ac_cv_func_shmat=no
10003 fi
10004
10005 rm -rf conftest.dSYM
10006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10007       conftest$ac_exeext conftest.$ac_ext
10008 fi
10009 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10010 $as_echo "$ac_cv_func_shmat" >&6; }
10011
10012     if test $ac_cv_func_shmat = no; then
10013       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10014 $as_echo_n "checking for shmat in -lipc... " >&6; }
10015 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10016   $as_echo_n "(cached) " >&6
10017 else
10018   ac_check_lib_save_LIBS=$LIBS
10019 LIBS="-lipc  $LIBS"
10020 cat >conftest.$ac_ext <<_ACEOF
10021 /* confdefs.h.  */
10022 _ACEOF
10023 cat confdefs.h >>conftest.$ac_ext
10024 cat >>conftest.$ac_ext <<_ACEOF
10025 /* end confdefs.h.  */
10026
10027 /* Override any GCC internal prototype to avoid an error.
10028    Use char because int might match the return type of a GCC
10029    builtin and then its argument prototype would still apply.  */
10030 #ifdef __cplusplus
10031 extern "C"
10032 #endif
10033 char shmat ();
10034 int
10035 main ()
10036 {
10037 return shmat ();
10038   ;
10039   return 0;
10040 }
10041 _ACEOF
10042 rm -f conftest.$ac_objext conftest$ac_exeext
10043 if { (ac_try="$ac_link"
10044 case "(($ac_try" in
10045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10046   *) ac_try_echo=$ac_try;;
10047 esac
10048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10049 $as_echo "$ac_try_echo") >&5
10050   (eval "$ac_link") 2>conftest.er1
10051   ac_status=$?
10052   grep -v '^ *+' conftest.er1 >conftest.err
10053   rm -f conftest.er1
10054   cat conftest.err >&5
10055   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10056   (exit $ac_status); } && {
10057          test -z "$ac_c_werror_flag" ||
10058          test ! -s conftest.err
10059        } && test -s conftest$ac_exeext && {
10060          test "$cross_compiling" = yes ||
10061          $as_test_x conftest$ac_exeext
10062        }; then
10063   ac_cv_lib_ipc_shmat=yes
10064 else
10065   $as_echo "$as_me: failed program was:" >&5
10066 sed 's/^/| /' conftest.$ac_ext >&5
10067
10068         ac_cv_lib_ipc_shmat=no
10069 fi
10070
10071 rm -rf conftest.dSYM
10072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10073       conftest$ac_exeext conftest.$ac_ext
10074 LIBS=$ac_check_lib_save_LIBS
10075 fi
10076 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10077 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10078 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10079   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10080 fi
10081
10082     fi
10083   fi
10084
10085   # Check for libraries that X11R6 Xt/Xaw programs need.
10086   ac_save_LDFLAGS=$LDFLAGS
10087   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10088   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10089   # check for ICE first), but we must link in the order -lSM -lICE or
10090   # we get undefined symbols.  So assume we have SM if we have ICE.
10091   # These have to be linked with before -lX11, unlike the other
10092   # libraries we check for below, so use a different variable.
10093   # John Interrante, Karl Berry
10094   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10095 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10096 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10097   $as_echo_n "(cached) " >&6
10098 else
10099   ac_check_lib_save_LIBS=$LIBS
10100 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10101 cat >conftest.$ac_ext <<_ACEOF
10102 /* confdefs.h.  */
10103 _ACEOF
10104 cat confdefs.h >>conftest.$ac_ext
10105 cat >>conftest.$ac_ext <<_ACEOF
10106 /* end confdefs.h.  */
10107
10108 /* Override any GCC internal prototype to avoid an error.
10109    Use char because int might match the return type of a GCC
10110    builtin and then its argument prototype would still apply.  */
10111 #ifdef __cplusplus
10112 extern "C"
10113 #endif
10114 char IceConnectionNumber ();
10115 int
10116 main ()
10117 {
10118 return IceConnectionNumber ();
10119   ;
10120   return 0;
10121 }
10122 _ACEOF
10123 rm -f conftest.$ac_objext conftest$ac_exeext
10124 if { (ac_try="$ac_link"
10125 case "(($ac_try" in
10126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10127   *) ac_try_echo=$ac_try;;
10128 esac
10129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10130 $as_echo "$ac_try_echo") >&5
10131   (eval "$ac_link") 2>conftest.er1
10132   ac_status=$?
10133   grep -v '^ *+' conftest.er1 >conftest.err
10134   rm -f conftest.er1
10135   cat conftest.err >&5
10136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10137   (exit $ac_status); } && {
10138          test -z "$ac_c_werror_flag" ||
10139          test ! -s conftest.err
10140        } && test -s conftest$ac_exeext && {
10141          test "$cross_compiling" = yes ||
10142          $as_test_x conftest$ac_exeext
10143        }; then
10144   ac_cv_lib_ICE_IceConnectionNumber=yes
10145 else
10146   $as_echo "$as_me: failed program was:" >&5
10147 sed 's/^/| /' conftest.$ac_ext >&5
10148
10149         ac_cv_lib_ICE_IceConnectionNumber=no
10150 fi
10151
10152 rm -rf conftest.dSYM
10153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10154       conftest$ac_exeext conftest.$ac_ext
10155 LIBS=$ac_check_lib_save_LIBS
10156 fi
10157 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10158 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10159 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10160   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10161 fi
10162
10163   LDFLAGS=$ac_save_LDFLAGS
10164
10165 fi
10166
10167
10168 if test "$have_x" = "yes"
10169 then
10170     XLIB="-lXext -lX11"
10171     ac_save_CPPFLAGS="$CPPFLAGS"
10172     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10173
10174     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10175 $as_echo_n "checking for -lX11... " >&6; }
10176 if test "${ac_cv_lib_soname_X11+set}" = set; then
10177   $as_echo_n "(cached) " >&6
10178 else
10179   ac_check_soname_save_LIBS=$LIBS
10180 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10181   cat >conftest.$ac_ext <<_ACEOF
10182 /* confdefs.h.  */
10183 _ACEOF
10184 cat confdefs.h >>conftest.$ac_ext
10185 cat >>conftest.$ac_ext <<_ACEOF
10186 /* end confdefs.h.  */
10187
10188 /* Override any GCC internal prototype to avoid an error.
10189    Use char because int might match the return type of a GCC
10190    builtin and then its argument prototype would still apply.  */
10191 #ifdef __cplusplus
10192 extern "C"
10193 #endif
10194 char XCreateWindow ();
10195 int
10196 main ()
10197 {
10198 return XCreateWindow ();
10199   ;
10200   return 0;
10201 }
10202 _ACEOF
10203 rm -f conftest.$ac_objext conftest$ac_exeext
10204 if { (ac_try="$ac_link"
10205 case "(($ac_try" in
10206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10207   *) ac_try_echo=$ac_try;;
10208 esac
10209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10210 $as_echo "$ac_try_echo") >&5
10211   (eval "$ac_link") 2>conftest.er1
10212   ac_status=$?
10213   grep -v '^ *+' conftest.er1 >conftest.err
10214   rm -f conftest.er1
10215   cat conftest.err >&5
10216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10217   (exit $ac_status); } && {
10218          test -z "$ac_c_werror_flag" ||
10219          test ! -s conftest.err
10220        } && test -s conftest$ac_exeext && {
10221          test "$cross_compiling" = yes ||
10222          $as_test_x conftest$ac_exeext
10223        }; then
10224   case "$LIBEXT" in
10225     dll) ;;
10226     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'` ;;
10227     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10228   esac
10229 else
10230   $as_echo "$as_me: failed program was:" >&5
10231 sed 's/^/| /' conftest.$ac_ext >&5
10232
10233
10234 fi
10235
10236 rm -rf conftest.dSYM
10237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10238       conftest$ac_exeext conftest.$ac_ext
10239   LIBS=$ac_check_soname_save_LIBS
10240 fi
10241 if test "x$ac_cv_lib_soname_X11" = "x"; then
10242   { $as_echo "$as_me:$LINENO: result: not found" >&5
10243 $as_echo "not found" >&6; }
10244
10245 else
10246   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10247 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10248
10249 cat >>confdefs.h <<_ACEOF
10250 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10251 _ACEOF
10252
10253
10254 fi
10255
10256     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10257 $as_echo_n "checking for -lXext... " >&6; }
10258 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10259   $as_echo_n "(cached) " >&6
10260 else
10261   ac_check_soname_save_LIBS=$LIBS
10262 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10263   cat >conftest.$ac_ext <<_ACEOF
10264 /* confdefs.h.  */
10265 _ACEOF
10266 cat confdefs.h >>conftest.$ac_ext
10267 cat >>conftest.$ac_ext <<_ACEOF
10268 /* end confdefs.h.  */
10269
10270 /* Override any GCC internal prototype to avoid an error.
10271    Use char because int might match the return type of a GCC
10272    builtin and then its argument prototype would still apply.  */
10273 #ifdef __cplusplus
10274 extern "C"
10275 #endif
10276 char XextCreateExtension ();
10277 int
10278 main ()
10279 {
10280 return XextCreateExtension ();
10281   ;
10282   return 0;
10283 }
10284 _ACEOF
10285 rm -f conftest.$ac_objext conftest$ac_exeext
10286 if { (ac_try="$ac_link"
10287 case "(($ac_try" in
10288   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10289   *) ac_try_echo=$ac_try;;
10290 esac
10291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10292 $as_echo "$ac_try_echo") >&5
10293   (eval "$ac_link") 2>conftest.er1
10294   ac_status=$?
10295   grep -v '^ *+' conftest.er1 >conftest.err
10296   rm -f conftest.er1
10297   cat conftest.err >&5
10298   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10299   (exit $ac_status); } && {
10300          test -z "$ac_c_werror_flag" ||
10301          test ! -s conftest.err
10302        } && test -s conftest$ac_exeext && {
10303          test "$cross_compiling" = yes ||
10304          $as_test_x conftest$ac_exeext
10305        }; then
10306   case "$LIBEXT" in
10307     dll) ;;
10308     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'` ;;
10309     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10310   esac
10311 else
10312   $as_echo "$as_me: failed program was:" >&5
10313 sed 's/^/| /' conftest.$ac_ext >&5
10314
10315
10316 fi
10317
10318 rm -rf conftest.dSYM
10319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10320       conftest$ac_exeext conftest.$ac_ext
10321   LIBS=$ac_check_soname_save_LIBS
10322 fi
10323 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10324   { $as_echo "$as_me:$LINENO: result: not found" >&5
10325 $as_echo "not found" >&6; }
10326
10327 else
10328   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10329 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10330
10331 cat >>confdefs.h <<_ACEOF
10332 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10333 _ACEOF
10334
10335
10336 fi
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351 for ac_header in X11/Xlib.h \
10352                       X11/XKBlib.h \
10353                       X11/Xutil.h \
10354                       X11/Xcursor/Xcursor.h \
10355                       X11/extensions/shape.h \
10356                       X11/extensions/XInput.h \
10357                       X11/extensions/XShm.h \
10358                       X11/extensions/Xcomposite.h \
10359                       X11/extensions/Xinerama.h \
10360                       X11/extensions/Xrandr.h \
10361                       X11/extensions/Xrender.h \
10362                       X11/extensions/xf86vmode.h
10363 do
10364 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10365 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10366 $as_echo_n "checking for $ac_header... " >&6; }
10367 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10368   $as_echo_n "(cached) " >&6
10369 else
10370   cat >conftest.$ac_ext <<_ACEOF
10371 /* confdefs.h.  */
10372 _ACEOF
10373 cat confdefs.h >>conftest.$ac_ext
10374 cat >>conftest.$ac_ext <<_ACEOF
10375 /* end confdefs.h.  */
10376 #ifdef HAVE_X11_XLIB_H
10377 # include <X11/Xlib.h>
10378 #endif
10379 #ifdef HAVE_X11_XUTIL_H
10380 # include <X11/Xutil.h>
10381 #endif
10382
10383 #include <$ac_header>
10384 _ACEOF
10385 rm -f conftest.$ac_objext
10386 if { (ac_try="$ac_compile"
10387 case "(($ac_try" in
10388   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10389   *) ac_try_echo=$ac_try;;
10390 esac
10391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10392 $as_echo "$ac_try_echo") >&5
10393   (eval "$ac_compile") 2>conftest.er1
10394   ac_status=$?
10395   grep -v '^ *+' conftest.er1 >conftest.err
10396   rm -f conftest.er1
10397   cat conftest.err >&5
10398   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399   (exit $ac_status); } && {
10400          test -z "$ac_c_werror_flag" ||
10401          test ! -s conftest.err
10402        } && test -s conftest.$ac_objext; then
10403   eval "$as_ac_Header=yes"
10404 else
10405   $as_echo "$as_me: failed program was:" >&5
10406 sed 's/^/| /' conftest.$ac_ext >&5
10407
10408         eval "$as_ac_Header=no"
10409 fi
10410
10411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10412 fi
10413 ac_res=`eval 'as_val=${'$as_ac_Header'}
10414                  $as_echo "$as_val"'`
10415                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10416 $as_echo "$ac_res" >&6; }
10417 as_val=`eval 'as_val=${'$as_ac_Header'}
10418                  $as_echo "$as_val"'`
10419    if test "x$as_val" = x""yes; then
10420   cat >>confdefs.h <<_ACEOF
10421 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10422 _ACEOF
10423
10424 fi
10425
10426 done
10427
10428
10429                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10430         then
10431               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10432 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10433 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10434   $as_echo_n "(cached) " >&6
10435 else
10436   ac_check_lib_save_LIBS=$LIBS
10437 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10438 cat >conftest.$ac_ext <<_ACEOF
10439 /* confdefs.h.  */
10440 _ACEOF
10441 cat confdefs.h >>conftest.$ac_ext
10442 cat >>conftest.$ac_ext <<_ACEOF
10443 /* end confdefs.h.  */
10444
10445 /* Override any GCC internal prototype to avoid an error.
10446    Use char because int might match the return type of a GCC
10447    builtin and then its argument prototype would still apply.  */
10448 #ifdef __cplusplus
10449 extern "C"
10450 #endif
10451 char XkbQueryExtension ();
10452 int
10453 main ()
10454 {
10455 return XkbQueryExtension ();
10456   ;
10457   return 0;
10458 }
10459 _ACEOF
10460 rm -f conftest.$ac_objext conftest$ac_exeext
10461 if { (ac_try="$ac_link"
10462 case "(($ac_try" in
10463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10464   *) ac_try_echo=$ac_try;;
10465 esac
10466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10467 $as_echo "$ac_try_echo") >&5
10468   (eval "$ac_link") 2>conftest.er1
10469   ac_status=$?
10470   grep -v '^ *+' conftest.er1 >conftest.err
10471   rm -f conftest.er1
10472   cat conftest.err >&5
10473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10474   (exit $ac_status); } && {
10475          test -z "$ac_c_werror_flag" ||
10476          test ! -s conftest.err
10477        } && test -s conftest$ac_exeext && {
10478          test "$cross_compiling" = yes ||
10479          $as_test_x conftest$ac_exeext
10480        }; then
10481   ac_cv_lib_X11_XkbQueryExtension=yes
10482 else
10483   $as_echo "$as_me: failed program was:" >&5
10484 sed 's/^/| /' conftest.$ac_ext >&5
10485
10486         ac_cv_lib_X11_XkbQueryExtension=no
10487 fi
10488
10489 rm -rf conftest.dSYM
10490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10491       conftest$ac_exeext conftest.$ac_ext
10492 LIBS=$ac_check_lib_save_LIBS
10493 fi
10494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10495 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10496 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10497
10498 cat >>confdefs.h <<\_ACEOF
10499 #define HAVE_XKB 1
10500 _ACEOF
10501
10502 fi
10503
10504         fi
10505
10506                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10507         then
10508             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10509 $as_echo_n "checking for -lXcursor... " >&6; }
10510 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10511   $as_echo_n "(cached) " >&6
10512 else
10513   ac_check_soname_save_LIBS=$LIBS
10514 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10515   cat >conftest.$ac_ext <<_ACEOF
10516 /* confdefs.h.  */
10517 _ACEOF
10518 cat confdefs.h >>conftest.$ac_ext
10519 cat >>conftest.$ac_ext <<_ACEOF
10520 /* end confdefs.h.  */
10521
10522 /* Override any GCC internal prototype to avoid an error.
10523    Use char because int might match the return type of a GCC
10524    builtin and then its argument prototype would still apply.  */
10525 #ifdef __cplusplus
10526 extern "C"
10527 #endif
10528 char XcursorImageLoadCursor ();
10529 int
10530 main ()
10531 {
10532 return XcursorImageLoadCursor ();
10533   ;
10534   return 0;
10535 }
10536 _ACEOF
10537 rm -f conftest.$ac_objext conftest$ac_exeext
10538 if { (ac_try="$ac_link"
10539 case "(($ac_try" in
10540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10541   *) ac_try_echo=$ac_try;;
10542 esac
10543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10544 $as_echo "$ac_try_echo") >&5
10545   (eval "$ac_link") 2>conftest.er1
10546   ac_status=$?
10547   grep -v '^ *+' conftest.er1 >conftest.err
10548   rm -f conftest.er1
10549   cat conftest.err >&5
10550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10551   (exit $ac_status); } && {
10552          test -z "$ac_c_werror_flag" ||
10553          test ! -s conftest.err
10554        } && test -s conftest$ac_exeext && {
10555          test "$cross_compiling" = yes ||
10556          $as_test_x conftest$ac_exeext
10557        }; then
10558   case "$LIBEXT" in
10559     dll) ;;
10560     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'` ;;
10561     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10562   esac
10563 else
10564   $as_echo "$as_me: failed program was:" >&5
10565 sed 's/^/| /' conftest.$ac_ext >&5
10566
10567
10568 fi
10569
10570 rm -rf conftest.dSYM
10571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10572       conftest$ac_exeext conftest.$ac_ext
10573   LIBS=$ac_check_soname_save_LIBS
10574 fi
10575 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10576   { $as_echo "$as_me:$LINENO: result: not found" >&5
10577 $as_echo "not found" >&6; }
10578
10579 else
10580   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10581 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10582
10583 cat >>confdefs.h <<_ACEOF
10584 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10585 _ACEOF
10586
10587
10588 fi
10589
10590         fi
10591         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10592   case "x$with_xcursor" in
10593   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10594   xno) ;;
10595   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10596 This is an error since --with-xcursor was requested." >&5
10597 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10598 This is an error since --with-xcursor was requested." >&2;}
10599    { (exit 1); exit 1; }; } ;;
10600 esac
10601 fi
10602
10603
10604                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10605         then
10606             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10607 $as_echo_n "checking for -lXi... " >&6; }
10608 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10609   $as_echo_n "(cached) " >&6
10610 else
10611   ac_check_soname_save_LIBS=$LIBS
10612 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10613   cat >conftest.$ac_ext <<_ACEOF
10614 /* confdefs.h.  */
10615 _ACEOF
10616 cat confdefs.h >>conftest.$ac_ext
10617 cat >>conftest.$ac_ext <<_ACEOF
10618 /* end confdefs.h.  */
10619
10620 /* Override any GCC internal prototype to avoid an error.
10621    Use char because int might match the return type of a GCC
10622    builtin and then its argument prototype would still apply.  */
10623 #ifdef __cplusplus
10624 extern "C"
10625 #endif
10626 char XOpenDevice ();
10627 int
10628 main ()
10629 {
10630 return XOpenDevice ();
10631   ;
10632   return 0;
10633 }
10634 _ACEOF
10635 rm -f conftest.$ac_objext conftest$ac_exeext
10636 if { (ac_try="$ac_link"
10637 case "(($ac_try" in
10638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10639   *) ac_try_echo=$ac_try;;
10640 esac
10641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10642 $as_echo "$ac_try_echo") >&5
10643   (eval "$ac_link") 2>conftest.er1
10644   ac_status=$?
10645   grep -v '^ *+' conftest.er1 >conftest.err
10646   rm -f conftest.er1
10647   cat conftest.err >&5
10648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10649   (exit $ac_status); } && {
10650          test -z "$ac_c_werror_flag" ||
10651          test ! -s conftest.err
10652        } && test -s conftest$ac_exeext && {
10653          test "$cross_compiling" = yes ||
10654          $as_test_x conftest$ac_exeext
10655        }; then
10656   case "$LIBEXT" in
10657     dll) ;;
10658     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'` ;;
10659     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10660   esac
10661 else
10662   $as_echo "$as_me: failed program was:" >&5
10663 sed 's/^/| /' conftest.$ac_ext >&5
10664
10665
10666 fi
10667
10668 rm -rf conftest.dSYM
10669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10670       conftest$ac_exeext conftest.$ac_ext
10671   LIBS=$ac_check_soname_save_LIBS
10672 fi
10673 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10674   { $as_echo "$as_me:$LINENO: result: not found" >&5
10675 $as_echo "not found" >&6; }
10676
10677 else
10678   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10679 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10680
10681 cat >>confdefs.h <<_ACEOF
10682 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10683 _ACEOF
10684
10685
10686 fi
10687
10688         fi
10689         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10690   case "x$with_xinput" in
10691   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10692   xno) ;;
10693   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10694 This is an error since --with-xinput was requested." >&5
10695 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10696 This is an error since --with-xinput was requested." >&2;}
10697    { (exit 1); exit 1; }; } ;;
10698 esac
10699 fi
10700
10701
10702                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10703         then
10704               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10705 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10706 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10707   $as_echo_n "(cached) " >&6
10708 else
10709   ac_check_lib_save_LIBS=$LIBS
10710 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10711 cat >conftest.$ac_ext <<_ACEOF
10712 /* confdefs.h.  */
10713 _ACEOF
10714 cat confdefs.h >>conftest.$ac_ext
10715 cat >>conftest.$ac_ext <<_ACEOF
10716 /* end confdefs.h.  */
10717
10718 /* Override any GCC internal prototype to avoid an error.
10719    Use char because int might match the return type of a GCC
10720    builtin and then its argument prototype would still apply.  */
10721 #ifdef __cplusplus
10722 extern "C"
10723 #endif
10724 char XShmQueryExtension ();
10725 int
10726 main ()
10727 {
10728 return XShmQueryExtension ();
10729   ;
10730   return 0;
10731 }
10732 _ACEOF
10733 rm -f conftest.$ac_objext conftest$ac_exeext
10734 if { (ac_try="$ac_link"
10735 case "(($ac_try" in
10736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10737   *) ac_try_echo=$ac_try;;
10738 esac
10739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10740 $as_echo "$ac_try_echo") >&5
10741   (eval "$ac_link") 2>conftest.er1
10742   ac_status=$?
10743   grep -v '^ *+' conftest.er1 >conftest.err
10744   rm -f conftest.er1
10745   cat conftest.err >&5
10746   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10747   (exit $ac_status); } && {
10748          test -z "$ac_c_werror_flag" ||
10749          test ! -s conftest.err
10750        } && test -s conftest$ac_exeext && {
10751          test "$cross_compiling" = yes ||
10752          $as_test_x conftest$ac_exeext
10753        }; then
10754   ac_cv_lib_Xext_XShmQueryExtension=yes
10755 else
10756   $as_echo "$as_me: failed program was:" >&5
10757 sed 's/^/| /' conftest.$ac_ext >&5
10758
10759         ac_cv_lib_Xext_XShmQueryExtension=no
10760 fi
10761
10762 rm -rf conftest.dSYM
10763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10764       conftest$ac_exeext conftest.$ac_ext
10765 LIBS=$ac_check_lib_save_LIBS
10766 fi
10767 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10768 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10769 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10770
10771 cat >>confdefs.h <<\_ACEOF
10772 #define HAVE_LIBXXSHM 1
10773 _ACEOF
10774
10775 fi
10776
10777         fi
10778         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10779   case "x$with_xshm" in
10780   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10781   xno) ;;
10782   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10783 This is an error since --with-xshm was requested." >&5
10784 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10785 This is an error since --with-xshm was requested." >&2;}
10786    { (exit 1); exit 1; }; } ;;
10787 esac
10788 fi
10789
10790
10791                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10792         then
10793               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10794 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10795 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10796   $as_echo_n "(cached) " >&6
10797 else
10798   ac_check_lib_save_LIBS=$LIBS
10799 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10800 cat >conftest.$ac_ext <<_ACEOF
10801 /* confdefs.h.  */
10802 _ACEOF
10803 cat confdefs.h >>conftest.$ac_ext
10804 cat >>conftest.$ac_ext <<_ACEOF
10805 /* end confdefs.h.  */
10806
10807 /* Override any GCC internal prototype to avoid an error.
10808    Use char because int might match the return type of a GCC
10809    builtin and then its argument prototype would still apply.  */
10810 #ifdef __cplusplus
10811 extern "C"
10812 #endif
10813 char XShapeQueryExtension ();
10814 int
10815 main ()
10816 {
10817 return XShapeQueryExtension ();
10818   ;
10819   return 0;
10820 }
10821 _ACEOF
10822 rm -f conftest.$ac_objext conftest$ac_exeext
10823 if { (ac_try="$ac_link"
10824 case "(($ac_try" in
10825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10826   *) ac_try_echo=$ac_try;;
10827 esac
10828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10829 $as_echo "$ac_try_echo") >&5
10830   (eval "$ac_link") 2>conftest.er1
10831   ac_status=$?
10832   grep -v '^ *+' conftest.er1 >conftest.err
10833   rm -f conftest.er1
10834   cat conftest.err >&5
10835   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10836   (exit $ac_status); } && {
10837          test -z "$ac_c_werror_flag" ||
10838          test ! -s conftest.err
10839        } && test -s conftest$ac_exeext && {
10840          test "$cross_compiling" = yes ||
10841          $as_test_x conftest$ac_exeext
10842        }; then
10843   ac_cv_lib_Xext_XShapeQueryExtension=yes
10844 else
10845   $as_echo "$as_me: failed program was:" >&5
10846 sed 's/^/| /' conftest.$ac_ext >&5
10847
10848         ac_cv_lib_Xext_XShapeQueryExtension=no
10849 fi
10850
10851 rm -rf conftest.dSYM
10852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10853       conftest$ac_exeext conftest.$ac_ext
10854 LIBS=$ac_check_lib_save_LIBS
10855 fi
10856 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10857 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10858 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10859
10860 cat >>confdefs.h <<\_ACEOF
10861 #define HAVE_LIBXSHAPE 1
10862 _ACEOF
10863
10864 fi
10865
10866         fi
10867         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10868   case "x$with_xshape" in
10869   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10870   xno) ;;
10871   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10872 This is an error since --with-xshape was requested." >&5
10873 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10874 This is an error since --with-xshape was requested." >&2;}
10875    { (exit 1); exit 1; }; } ;;
10876 esac
10877 fi
10878
10879
10880                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10881         then
10882             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10883 $as_echo_n "checking for -lXxf86vm... " >&6; }
10884 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10885   $as_echo_n "(cached) " >&6
10886 else
10887   ac_check_soname_save_LIBS=$LIBS
10888 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10889   cat >conftest.$ac_ext <<_ACEOF
10890 /* confdefs.h.  */
10891 _ACEOF
10892 cat confdefs.h >>conftest.$ac_ext
10893 cat >>conftest.$ac_ext <<_ACEOF
10894 /* end confdefs.h.  */
10895
10896 /* Override any GCC internal prototype to avoid an error.
10897    Use char because int might match the return type of a GCC
10898    builtin and then its argument prototype would still apply.  */
10899 #ifdef __cplusplus
10900 extern "C"
10901 #endif
10902 char XF86VidModeQueryExtension ();
10903 int
10904 main ()
10905 {
10906 return XF86VidModeQueryExtension ();
10907   ;
10908   return 0;
10909 }
10910 _ACEOF
10911 rm -f conftest.$ac_objext conftest$ac_exeext
10912 if { (ac_try="$ac_link"
10913 case "(($ac_try" in
10914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10915   *) ac_try_echo=$ac_try;;
10916 esac
10917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10918 $as_echo "$ac_try_echo") >&5
10919   (eval "$ac_link") 2>conftest.er1
10920   ac_status=$?
10921   grep -v '^ *+' conftest.er1 >conftest.err
10922   rm -f conftest.er1
10923   cat conftest.err >&5
10924   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10925   (exit $ac_status); } && {
10926          test -z "$ac_c_werror_flag" ||
10927          test ! -s conftest.err
10928        } && test -s conftest$ac_exeext && {
10929          test "$cross_compiling" = yes ||
10930          $as_test_x conftest$ac_exeext
10931        }; then
10932   case "$LIBEXT" in
10933     dll) ;;
10934     dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10935     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10936   esac
10937 else
10938   $as_echo "$as_me: failed program was:" >&5
10939 sed 's/^/| /' conftest.$ac_ext >&5
10940
10941
10942 fi
10943
10944 rm -rf conftest.dSYM
10945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10946       conftest$ac_exeext conftest.$ac_ext
10947   LIBS=$ac_check_soname_save_LIBS
10948 fi
10949 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10950   { $as_echo "$as_me:$LINENO: result: not found" >&5
10951 $as_echo "not found" >&6; }
10952
10953 else
10954   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10955 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10956
10957 cat >>confdefs.h <<_ACEOF
10958 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10959 _ACEOF
10960
10961
10962 fi
10963
10964         fi
10965         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10966   case "x$with_xxf86vm" in
10967   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10968   xno) ;;
10969   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10970 This is an error since --with-xxf86vm was requested." >&5
10971 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10972 This is an error since --with-xxf86vm was requested." >&2;}
10973    { (exit 1); exit 1; }; } ;;
10974 esac
10975 fi
10976
10977
10978                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10979         then
10980             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10981 $as_echo_n "checking for -lXrender... " >&6; }
10982 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10983   $as_echo_n "(cached) " >&6
10984 else
10985   ac_check_soname_save_LIBS=$LIBS
10986 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10987   cat >conftest.$ac_ext <<_ACEOF
10988 /* confdefs.h.  */
10989 _ACEOF
10990 cat confdefs.h >>conftest.$ac_ext
10991 cat >>conftest.$ac_ext <<_ACEOF
10992 /* end confdefs.h.  */
10993
10994 /* Override any GCC internal prototype to avoid an error.
10995    Use char because int might match the return type of a GCC
10996    builtin and then its argument prototype would still apply.  */
10997 #ifdef __cplusplus
10998 extern "C"
10999 #endif
11000 char XRenderQueryExtension ();
11001 int
11002 main ()
11003 {
11004 return XRenderQueryExtension ();
11005   ;
11006   return 0;
11007 }
11008 _ACEOF
11009 rm -f conftest.$ac_objext conftest$ac_exeext
11010 if { (ac_try="$ac_link"
11011 case "(($ac_try" in
11012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11013   *) ac_try_echo=$ac_try;;
11014 esac
11015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11016 $as_echo "$ac_try_echo") >&5
11017   (eval "$ac_link") 2>conftest.er1
11018   ac_status=$?
11019   grep -v '^ *+' conftest.er1 >conftest.err
11020   rm -f conftest.er1
11021   cat conftest.err >&5
11022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11023   (exit $ac_status); } && {
11024          test -z "$ac_c_werror_flag" ||
11025          test ! -s conftest.err
11026        } && test -s conftest$ac_exeext && {
11027          test "$cross_compiling" = yes ||
11028          $as_test_x conftest$ac_exeext
11029        }; then
11030   case "$LIBEXT" in
11031     dll) ;;
11032     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'` ;;
11033     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11034   esac
11035 else
11036   $as_echo "$as_me: failed program was:" >&5
11037 sed 's/^/| /' conftest.$ac_ext >&5
11038
11039
11040 fi
11041
11042 rm -rf conftest.dSYM
11043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11044       conftest$ac_exeext conftest.$ac_ext
11045   LIBS=$ac_check_soname_save_LIBS
11046 fi
11047 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11048   { $as_echo "$as_me:$LINENO: result: not found" >&5
11049 $as_echo "not found" >&6; }
11050
11051 else
11052   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11053 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11054
11055 cat >>confdefs.h <<_ACEOF
11056 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11057 _ACEOF
11058
11059        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11060 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11061 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11062   $as_echo_n "(cached) " >&6
11063 else
11064   ac_check_lib_save_LIBS=$LIBS
11065 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11066 cat >conftest.$ac_ext <<_ACEOF
11067 /* confdefs.h.  */
11068 _ACEOF
11069 cat confdefs.h >>conftest.$ac_ext
11070 cat >>conftest.$ac_ext <<_ACEOF
11071 /* end confdefs.h.  */
11072
11073 /* Override any GCC internal prototype to avoid an error.
11074    Use char because int might match the return type of a GCC
11075    builtin and then its argument prototype would still apply.  */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char XRenderSetPictureTransform ();
11080 int
11081 main ()
11082 {
11083 return XRenderSetPictureTransform ();
11084   ;
11085   return 0;
11086 }
11087 _ACEOF
11088 rm -f conftest.$ac_objext conftest$ac_exeext
11089 if { (ac_try="$ac_link"
11090 case "(($ac_try" in
11091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092   *) ac_try_echo=$ac_try;;
11093 esac
11094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11095 $as_echo "$ac_try_echo") >&5
11096   (eval "$ac_link") 2>conftest.er1
11097   ac_status=$?
11098   grep -v '^ *+' conftest.er1 >conftest.err
11099   rm -f conftest.er1
11100   cat conftest.err >&5
11101   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102   (exit $ac_status); } && {
11103          test -z "$ac_c_werror_flag" ||
11104          test ! -s conftest.err
11105        } && test -s conftest$ac_exeext && {
11106          test "$cross_compiling" = yes ||
11107          $as_test_x conftest$ac_exeext
11108        }; then
11109   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11110 else
11111   $as_echo "$as_me: failed program was:" >&5
11112 sed 's/^/| /' conftest.$ac_ext >&5
11113
11114         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11115 fi
11116
11117 rm -rf conftest.dSYM
11118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11119       conftest$ac_exeext conftest.$ac_ext
11120 LIBS=$ac_check_lib_save_LIBS
11121 fi
11122 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11123 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11124 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11125
11126 cat >>confdefs.h <<\_ACEOF
11127 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11128 _ACEOF
11129
11130 fi
11131
11132 fi
11133
11134
11135         fi
11136         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11137   case "x$with_xrender" in
11138   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11139   xno) ;;
11140   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11141 This is an error since --with-xrender was requested." >&5
11142 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11143 This is an error since --with-xrender was requested." >&2;}
11144    { (exit 1); exit 1; }; } ;;
11145 esac
11146 fi
11147
11148
11149                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11150         then
11151                 cat >conftest.$ac_ext <<_ACEOF
11152 /* confdefs.h.  */
11153 _ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h.  */
11157 #include <X11/Xlib.h>
11158 #include <X11/extensions/Xrandr.h>
11159 int
11160 main ()
11161 {
11162 static typeof(XRRSetScreenConfigAndRate) * func;
11163   ;
11164   return 0;
11165 }
11166 _ACEOF
11167 rm -f conftest.$ac_objext
11168 if { (ac_try="$ac_compile"
11169 case "(($ac_try" in
11170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11171   *) ac_try_echo=$ac_try;;
11172 esac
11173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11174 $as_echo "$ac_try_echo") >&5
11175   (eval "$ac_compile") 2>conftest.er1
11176   ac_status=$?
11177   grep -v '^ *+' conftest.er1 >conftest.err
11178   rm -f conftest.er1
11179   cat conftest.err >&5
11180   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11181   (exit $ac_status); } && {
11182          test -z "$ac_c_werror_flag" ||
11183          test ! -s conftest.err
11184        } && test -s conftest.$ac_objext; then
11185   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11186 $as_echo_n "checking for -lXrandr... " >&6; }
11187 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11188   $as_echo_n "(cached) " >&6
11189 else
11190   ac_check_soname_save_LIBS=$LIBS
11191 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11192   cat >conftest.$ac_ext <<_ACEOF
11193 /* confdefs.h.  */
11194 _ACEOF
11195 cat confdefs.h >>conftest.$ac_ext
11196 cat >>conftest.$ac_ext <<_ACEOF
11197 /* end confdefs.h.  */
11198
11199 /* Override any GCC internal prototype to avoid an error.
11200    Use char because int might match the return type of a GCC
11201    builtin and then its argument prototype would still apply.  */
11202 #ifdef __cplusplus
11203 extern "C"
11204 #endif
11205 char XRRQueryExtension ();
11206 int
11207 main ()
11208 {
11209 return XRRQueryExtension ();
11210   ;
11211   return 0;
11212 }
11213 _ACEOF
11214 rm -f conftest.$ac_objext conftest$ac_exeext
11215 if { (ac_try="$ac_link"
11216 case "(($ac_try" in
11217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11218   *) ac_try_echo=$ac_try;;
11219 esac
11220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11221 $as_echo "$ac_try_echo") >&5
11222   (eval "$ac_link") 2>conftest.er1
11223   ac_status=$?
11224   grep -v '^ *+' conftest.er1 >conftest.err
11225   rm -f conftest.er1
11226   cat conftest.err >&5
11227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228   (exit $ac_status); } && {
11229          test -z "$ac_c_werror_flag" ||
11230          test ! -s conftest.err
11231        } && test -s conftest$ac_exeext && {
11232          test "$cross_compiling" = yes ||
11233          $as_test_x conftest$ac_exeext
11234        }; then
11235   case "$LIBEXT" in
11236     dll) ;;
11237     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'` ;;
11238     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11239   esac
11240 else
11241   $as_echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11243
11244
11245 fi
11246
11247 rm -rf conftest.dSYM
11248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11249       conftest$ac_exeext conftest.$ac_ext
11250   LIBS=$ac_check_soname_save_LIBS
11251 fi
11252 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11253   { $as_echo "$as_me:$LINENO: result: not found" >&5
11254 $as_echo "not found" >&6; }
11255
11256 else
11257   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11258 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11259
11260 cat >>confdefs.h <<_ACEOF
11261 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11262 _ACEOF
11263
11264
11265 fi
11266
11267 else
11268   $as_echo "$as_me: failed program was:" >&5
11269 sed 's/^/| /' conftest.$ac_ext >&5
11270
11271
11272 fi
11273
11274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11275         fi
11276         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11277   case "x$with_xrandr" in
11278   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11279   xno) ;;
11280   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11281 This is an error since --with-xrandr was requested." >&5
11282 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11283 This is an error since --with-xrandr was requested." >&2;}
11284    { (exit 1); exit 1; }; } ;;
11285 esac
11286 fi
11287
11288
11289                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11290         then
11291                 cat >conftest.$ac_ext <<_ACEOF
11292 /* confdefs.h.  */
11293 _ACEOF
11294 cat confdefs.h >>conftest.$ac_ext
11295 cat >>conftest.$ac_ext <<_ACEOF
11296 /* end confdefs.h.  */
11297 #include <X11/Xlib.h>
11298 #include <X11/extensions/Xinerama.h>
11299 int
11300 main ()
11301 {
11302 static typeof(XineramaQueryScreens) * func;
11303   ;
11304   return 0;
11305 }
11306 _ACEOF
11307 rm -f conftest.$ac_objext
11308 if { (ac_try="$ac_compile"
11309 case "(($ac_try" in
11310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11311   *) ac_try_echo=$ac_try;;
11312 esac
11313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11314 $as_echo "$ac_try_echo") >&5
11315   (eval "$ac_compile") 2>conftest.er1
11316   ac_status=$?
11317   grep -v '^ *+' conftest.er1 >conftest.err
11318   rm -f conftest.er1
11319   cat conftest.err >&5
11320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11321   (exit $ac_status); } && {
11322          test -z "$ac_c_werror_flag" ||
11323          test ! -s conftest.err
11324        } && test -s conftest.$ac_objext; then
11325   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11326 $as_echo_n "checking for -lXinerama... " >&6; }
11327 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11328   $as_echo_n "(cached) " >&6
11329 else
11330   ac_check_soname_save_LIBS=$LIBS
11331 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11332   cat >conftest.$ac_ext <<_ACEOF
11333 /* confdefs.h.  */
11334 _ACEOF
11335 cat confdefs.h >>conftest.$ac_ext
11336 cat >>conftest.$ac_ext <<_ACEOF
11337 /* end confdefs.h.  */
11338
11339 /* Override any GCC internal prototype to avoid an error.
11340    Use char because int might match the return type of a GCC
11341    builtin and then its argument prototype would still apply.  */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char XineramaQueryScreens ();
11346 int
11347 main ()
11348 {
11349 return XineramaQueryScreens ();
11350   ;
11351   return 0;
11352 }
11353 _ACEOF
11354 rm -f conftest.$ac_objext conftest$ac_exeext
11355 if { (ac_try="$ac_link"
11356 case "(($ac_try" in
11357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11358   *) ac_try_echo=$ac_try;;
11359 esac
11360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11361 $as_echo "$ac_try_echo") >&5
11362   (eval "$ac_link") 2>conftest.er1
11363   ac_status=$?
11364   grep -v '^ *+' conftest.er1 >conftest.err
11365   rm -f conftest.er1
11366   cat conftest.err >&5
11367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11368   (exit $ac_status); } && {
11369          test -z "$ac_c_werror_flag" ||
11370          test ! -s conftest.err
11371        } && test -s conftest$ac_exeext && {
11372          test "$cross_compiling" = yes ||
11373          $as_test_x conftest$ac_exeext
11374        }; then
11375   case "$LIBEXT" in
11376     dll) ;;
11377     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'` ;;
11378     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11379   esac
11380 else
11381   $as_echo "$as_me: failed program was:" >&5
11382 sed 's/^/| /' conftest.$ac_ext >&5
11383
11384
11385 fi
11386
11387 rm -rf conftest.dSYM
11388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11389       conftest$ac_exeext conftest.$ac_ext
11390   LIBS=$ac_check_soname_save_LIBS
11391 fi
11392 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11393   { $as_echo "$as_me:$LINENO: result: not found" >&5
11394 $as_echo "not found" >&6; }
11395
11396 else
11397   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11398 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11399
11400 cat >>confdefs.h <<_ACEOF
11401 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11402 _ACEOF
11403
11404
11405 fi
11406
11407 else
11408   $as_echo "$as_me: failed program was:" >&5
11409 sed 's/^/| /' conftest.$ac_ext >&5
11410
11411
11412 fi
11413
11414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11415         fi
11416         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11417   case "x$with_xinerama" in
11418   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11419   xno) ;;
11420   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11421 This is an error since --with-xinerama was requested." >&5
11422 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11423 This is an error since --with-xinerama was requested." >&2;}
11424    { (exit 1); exit 1; }; } ;;
11425 esac
11426 fi
11427
11428
11429                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11430         then
11431             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11432 $as_echo_n "checking for -lXcomposite... " >&6; }
11433 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11434   $as_echo_n "(cached) " >&6
11435 else
11436   ac_check_soname_save_LIBS=$LIBS
11437 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11438   cat >conftest.$ac_ext <<_ACEOF
11439 /* confdefs.h.  */
11440 _ACEOF
11441 cat confdefs.h >>conftest.$ac_ext
11442 cat >>conftest.$ac_ext <<_ACEOF
11443 /* end confdefs.h.  */
11444
11445 /* Override any GCC internal prototype to avoid an error.
11446    Use char because int might match the return type of a GCC
11447    builtin and then its argument prototype would still apply.  */
11448 #ifdef __cplusplus
11449 extern "C"
11450 #endif
11451 char XCompositeRedirectWindow ();
11452 int
11453 main ()
11454 {
11455 return XCompositeRedirectWindow ();
11456   ;
11457   return 0;
11458 }
11459 _ACEOF
11460 rm -f conftest.$ac_objext conftest$ac_exeext
11461 if { (ac_try="$ac_link"
11462 case "(($ac_try" in
11463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11464   *) ac_try_echo=$ac_try;;
11465 esac
11466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11467 $as_echo "$ac_try_echo") >&5
11468   (eval "$ac_link") 2>conftest.er1
11469   ac_status=$?
11470   grep -v '^ *+' conftest.er1 >conftest.err
11471   rm -f conftest.er1
11472   cat conftest.err >&5
11473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474   (exit $ac_status); } && {
11475          test -z "$ac_c_werror_flag" ||
11476          test ! -s conftest.err
11477        } && test -s conftest$ac_exeext && {
11478          test "$cross_compiling" = yes ||
11479          $as_test_x conftest$ac_exeext
11480        }; then
11481   case "$LIBEXT" in
11482     dll) ;;
11483     dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11484     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11485   esac
11486 else
11487   $as_echo "$as_me: failed program was:" >&5
11488 sed 's/^/| /' conftest.$ac_ext >&5
11489
11490
11491 fi
11492
11493 rm -rf conftest.dSYM
11494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11495       conftest$ac_exeext conftest.$ac_ext
11496   LIBS=$ac_check_soname_save_LIBS
11497 fi
11498 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11499   { $as_echo "$as_me:$LINENO: result: not found" >&5
11500 $as_echo "not found" >&6; }
11501
11502 else
11503   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11504 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11505
11506 cat >>confdefs.h <<_ACEOF
11507 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11508 _ACEOF
11509
11510
11511 fi
11512
11513         fi
11514         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11515   case "x$with_xcomposite" in
11516   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11517   xno) ;;
11518   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11519 This is an error since --with-xcomposite was requested." >&5
11520 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11521 This is an error since --with-xcomposite was requested." >&2;}
11522    { (exit 1); exit 1; }; } ;;
11523 esac
11524 fi
11525
11526
11527                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11528 $as_echo_n "checking for XICCallback.callback... " >&6; }
11529 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11530   $as_echo_n "(cached) " >&6
11531 else
11532   cat >conftest.$ac_ext <<_ACEOF
11533 /* confdefs.h.  */
11534 _ACEOF
11535 cat confdefs.h >>conftest.$ac_ext
11536 cat >>conftest.$ac_ext <<_ACEOF
11537 /* end confdefs.h.  */
11538 #ifdef HAVE_X11_XLIB_H
11539 #include <X11/Xlib.h>
11540 #endif
11541
11542 int
11543 main ()
11544 {
11545 static XICCallback ac_aggr;
11546 if (ac_aggr.callback)
11547 return 0;
11548   ;
11549   return 0;
11550 }
11551 _ACEOF
11552 rm -f conftest.$ac_objext
11553 if { (ac_try="$ac_compile"
11554 case "(($ac_try" in
11555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11556   *) ac_try_echo=$ac_try;;
11557 esac
11558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11559 $as_echo "$ac_try_echo") >&5
11560   (eval "$ac_compile") 2>conftest.er1
11561   ac_status=$?
11562   grep -v '^ *+' conftest.er1 >conftest.err
11563   rm -f conftest.er1
11564   cat conftest.err >&5
11565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11566   (exit $ac_status); } && {
11567          test -z "$ac_c_werror_flag" ||
11568          test ! -s conftest.err
11569        } && test -s conftest.$ac_objext; then
11570   ac_cv_member_XICCallback_callback=yes
11571 else
11572   $as_echo "$as_me: failed program was:" >&5
11573 sed 's/^/| /' conftest.$ac_ext >&5
11574
11575         cat >conftest.$ac_ext <<_ACEOF
11576 /* confdefs.h.  */
11577 _ACEOF
11578 cat confdefs.h >>conftest.$ac_ext
11579 cat >>conftest.$ac_ext <<_ACEOF
11580 /* end confdefs.h.  */
11581 #ifdef HAVE_X11_XLIB_H
11582 #include <X11/Xlib.h>
11583 #endif
11584
11585 int
11586 main ()
11587 {
11588 static XICCallback ac_aggr;
11589 if (sizeof ac_aggr.callback)
11590 return 0;
11591   ;
11592   return 0;
11593 }
11594 _ACEOF
11595 rm -f conftest.$ac_objext
11596 if { (ac_try="$ac_compile"
11597 case "(($ac_try" in
11598   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11599   *) ac_try_echo=$ac_try;;
11600 esac
11601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11602 $as_echo "$ac_try_echo") >&5
11603   (eval "$ac_compile") 2>conftest.er1
11604   ac_status=$?
11605   grep -v '^ *+' conftest.er1 >conftest.err
11606   rm -f conftest.er1
11607   cat conftest.err >&5
11608   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11609   (exit $ac_status); } && {
11610          test -z "$ac_c_werror_flag" ||
11611          test ! -s conftest.err
11612        } && test -s conftest.$ac_objext; then
11613   ac_cv_member_XICCallback_callback=yes
11614 else
11615   $as_echo "$as_me: failed program was:" >&5
11616 sed 's/^/| /' conftest.$ac_ext >&5
11617
11618         ac_cv_member_XICCallback_callback=no
11619 fi
11620
11621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11622 fi
11623
11624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11625 fi
11626 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11627 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11628 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11629
11630 cat >>confdefs.h <<_ACEOF
11631 #define HAVE_XICCALLBACK_CALLBACK 1
11632 _ACEOF
11633
11634
11635 fi
11636
11637
11638
11639         opengl_msg=""
11640     if test "x$with_opengl" != "xno"
11641     then
11642
11643
11644
11645
11646 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11647 do
11648 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11649 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11650 $as_echo_n "checking for $ac_header... " >&6; }
11651 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11652   $as_echo_n "(cached) " >&6
11653 else
11654   cat >conftest.$ac_ext <<_ACEOF
11655 /* confdefs.h.  */
11656 _ACEOF
11657 cat confdefs.h >>conftest.$ac_ext
11658 cat >>conftest.$ac_ext <<_ACEOF
11659 /* end confdefs.h.  */
11660 #ifdef HAVE_GL_GLX_H
11661 # include <GL/glx.h>
11662 #endif
11663
11664 #include <$ac_header>
11665 _ACEOF
11666 rm -f conftest.$ac_objext
11667 if { (ac_try="$ac_compile"
11668 case "(($ac_try" in
11669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11670   *) ac_try_echo=$ac_try;;
11671 esac
11672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11673 $as_echo "$ac_try_echo") >&5
11674   (eval "$ac_compile") 2>conftest.er1
11675   ac_status=$?
11676   grep -v '^ *+' conftest.er1 >conftest.err
11677   rm -f conftest.er1
11678   cat conftest.err >&5
11679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11680   (exit $ac_status); } && {
11681          test -z "$ac_c_werror_flag" ||
11682          test ! -s conftest.err
11683        } && test -s conftest.$ac_objext; then
11684   eval "$as_ac_Header=yes"
11685 else
11686   $as_echo "$as_me: failed program was:" >&5
11687 sed 's/^/| /' conftest.$ac_ext >&5
11688
11689         eval "$as_ac_Header=no"
11690 fi
11691
11692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11693 fi
11694 ac_res=`eval 'as_val=${'$as_ac_Header'}
11695                  $as_echo "$as_val"'`
11696                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11697 $as_echo "$ac_res" >&6; }
11698 as_val=`eval 'as_val=${'$as_ac_Header'}
11699                  $as_echo "$as_val"'`
11700    if test "x$as_val" = x""yes; then
11701   cat >>confdefs.h <<_ACEOF
11702 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11703 _ACEOF
11704
11705 fi
11706
11707 done
11708
11709         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11710         then
11711                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11712 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11713 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11714   $as_echo_n "(cached) " >&6
11715 else
11716   cat >conftest.$ac_ext <<_ACEOF
11717 /* confdefs.h.  */
11718 _ACEOF
11719 cat confdefs.h >>conftest.$ac_ext
11720 cat >>conftest.$ac_ext <<_ACEOF
11721 /* end confdefs.h.  */
11722 #include <GL/gl.h>
11723 int
11724 main ()
11725 {
11726 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11727   ;
11728   return 0;
11729 }
11730 _ACEOF
11731 rm -f conftest.$ac_objext
11732 if { (ac_try="$ac_compile"
11733 case "(($ac_try" in
11734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11735   *) ac_try_echo=$ac_try;;
11736 esac
11737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11738 $as_echo "$ac_try_echo") >&5
11739   (eval "$ac_compile") 2>conftest.er1
11740   ac_status=$?
11741   grep -v '^ *+' conftest.er1 >conftest.err
11742   rm -f conftest.er1
11743   cat conftest.err >&5
11744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745   (exit $ac_status); } && {
11746          test -z "$ac_c_werror_flag" ||
11747          test ! -s conftest.err
11748        } && test -s conftest.$ac_objext; then
11749   wine_cv_opengl_header_version_OK="yes"
11750 else
11751   $as_echo "$as_me: failed program was:" >&5
11752 sed 's/^/| /' conftest.$ac_ext >&5
11753
11754         wine_cv_opengl_header_version_OK="no"
11755 fi
11756
11757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11758 fi
11759 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11760 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11761
11762             if test "$wine_cv_opengl_header_version_OK" = "yes"
11763             then
11764                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11765 $as_echo_n "checking for -lGL... " >&6; }
11766 if test "${ac_cv_lib_soname_GL+set}" = set; then
11767   $as_echo_n "(cached) " >&6
11768 else
11769   ac_check_soname_save_LIBS=$LIBS
11770 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11771   cat >conftest.$ac_ext <<_ACEOF
11772 /* confdefs.h.  */
11773 _ACEOF
11774 cat confdefs.h >>conftest.$ac_ext
11775 cat >>conftest.$ac_ext <<_ACEOF
11776 /* end confdefs.h.  */
11777
11778 /* Override any GCC internal prototype to avoid an error.
11779    Use char because int might match the return type of a GCC
11780    builtin and then its argument prototype would still apply.  */
11781 #ifdef __cplusplus
11782 extern "C"
11783 #endif
11784 char glXCreateContext ();
11785 int
11786 main ()
11787 {
11788 return glXCreateContext ();
11789   ;
11790   return 0;
11791 }
11792 _ACEOF
11793 rm -f conftest.$ac_objext conftest$ac_exeext
11794 if { (ac_try="$ac_link"
11795 case "(($ac_try" in
11796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11797   *) ac_try_echo=$ac_try;;
11798 esac
11799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11800 $as_echo "$ac_try_echo") >&5
11801   (eval "$ac_link") 2>conftest.er1
11802   ac_status=$?
11803   grep -v '^ *+' conftest.er1 >conftest.err
11804   rm -f conftest.er1
11805   cat conftest.err >&5
11806   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11807   (exit $ac_status); } && {
11808          test -z "$ac_c_werror_flag" ||
11809          test ! -s conftest.err
11810        } && test -s conftest$ac_exeext && {
11811          test "$cross_compiling" = yes ||
11812          $as_test_x conftest$ac_exeext
11813        }; then
11814   case "$LIBEXT" in
11815     dll) ;;
11816     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'` ;;
11817     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11818   esac
11819 else
11820   $as_echo "$as_me: failed program was:" >&5
11821 sed 's/^/| /' conftest.$ac_ext >&5
11822
11823
11824 fi
11825
11826 rm -rf conftest.dSYM
11827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11828       conftest$ac_exeext conftest.$ac_ext
11829   LIBS=$ac_check_soname_save_LIBS
11830 fi
11831 if test "x$ac_cv_lib_soname_GL" = "x"; then
11832   { $as_echo "$as_me:$LINENO: result: not found" >&5
11833 $as_echo "not found" >&6; }
11834        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11835 $as_echo_n "checking for -lGL... " >&6; }
11836 if test "${ac_cv_lib_soname_GL+set}" = set; then
11837   $as_echo_n "(cached) " >&6
11838 else
11839   ac_check_soname_save_LIBS=$LIBS
11840 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11841   cat >conftest.$ac_ext <<_ACEOF
11842 /* confdefs.h.  */
11843 _ACEOF
11844 cat confdefs.h >>conftest.$ac_ext
11845 cat >>conftest.$ac_ext <<_ACEOF
11846 /* end confdefs.h.  */
11847
11848 /* Override any GCC internal prototype to avoid an error.
11849    Use char because int might match the return type of a GCC
11850    builtin and then its argument prototype would still apply.  */
11851 #ifdef __cplusplus
11852 extern "C"
11853 #endif
11854 char glXCreateContext ();
11855 int
11856 main ()
11857 {
11858 return glXCreateContext ();
11859   ;
11860   return 0;
11861 }
11862 _ACEOF
11863 rm -f conftest.$ac_objext conftest$ac_exeext
11864 if { (ac_try="$ac_link"
11865 case "(($ac_try" in
11866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11867   *) ac_try_echo=$ac_try;;
11868 esac
11869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11870 $as_echo "$ac_try_echo") >&5
11871   (eval "$ac_link") 2>conftest.er1
11872   ac_status=$?
11873   grep -v '^ *+' conftest.er1 >conftest.err
11874   rm -f conftest.er1
11875   cat conftest.err >&5
11876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877   (exit $ac_status); } && {
11878          test -z "$ac_c_werror_flag" ||
11879          test ! -s conftest.err
11880        } && test -s conftest$ac_exeext && {
11881          test "$cross_compiling" = yes ||
11882          $as_test_x conftest$ac_exeext
11883        }; then
11884   case "$LIBEXT" in
11885     dll) ;;
11886     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'` ;;
11887     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11888   esac
11889 else
11890   $as_echo "$as_me: failed program was:" >&5
11891 sed 's/^/| /' conftest.$ac_ext >&5
11892
11893
11894 fi
11895
11896 rm -rf conftest.dSYM
11897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11898       conftest$ac_exeext conftest.$ac_ext
11899   LIBS=$ac_check_soname_save_LIBS
11900 fi
11901 if test "x$ac_cv_lib_soname_GL" = "x"; then
11902   { $as_echo "$as_me:$LINENO: result: not found" >&5
11903 $as_echo "not found" >&6; }
11904        if test -f /usr/X11R6/lib/libGL.a
11905                                     then
11906                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11907 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11908                                     else
11909                                         opengl_msg="No OpenGL library found on this system."
11910                                     fi
11911 else
11912   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11913 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11914
11915 cat >>confdefs.h <<_ACEOF
11916 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11917 _ACEOF
11918
11919        OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11920
11921 cat >>confdefs.h <<\_ACEOF
11922 #define HAVE_OPENGL 1
11923 _ACEOF
11924
11925 fi
11926
11927 else
11928   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11929 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11930
11931 cat >>confdefs.h <<_ACEOF
11932 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11933 _ACEOF
11934
11935        OPENGL_LIBS="-lGL"
11936
11937 cat >>confdefs.h <<\_ACEOF
11938 #define HAVE_OPENGL 1
11939 _ACEOF
11940
11941 fi
11942
11943                  if test "$ac_cv_header_GL_glu_h" = "yes"
11944                  then
11945                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11946 $as_echo_n "checking for -lGLU... " >&6; }
11947 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11948   $as_echo_n "(cached) " >&6
11949 else
11950   ac_check_soname_save_LIBS=$LIBS
11951 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11952   cat >conftest.$ac_ext <<_ACEOF
11953 /* confdefs.h.  */
11954 _ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h.  */
11958
11959 /* Override any GCC internal prototype to avoid an error.
11960    Use char because int might match the return type of a GCC
11961    builtin and then its argument prototype would still apply.  */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char gluLookAt ();
11966 int
11967 main ()
11968 {
11969 return gluLookAt ();
11970   ;
11971   return 0;
11972 }
11973 _ACEOF
11974 rm -f conftest.$ac_objext conftest$ac_exeext
11975 if { (ac_try="$ac_link"
11976 case "(($ac_try" in
11977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11978   *) ac_try_echo=$ac_try;;
11979 esac
11980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11981 $as_echo "$ac_try_echo") >&5
11982   (eval "$ac_link") 2>conftest.er1
11983   ac_status=$?
11984   grep -v '^ *+' conftest.er1 >conftest.err
11985   rm -f conftest.er1
11986   cat conftest.err >&5
11987   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988   (exit $ac_status); } && {
11989          test -z "$ac_c_werror_flag" ||
11990          test ! -s conftest.err
11991        } && test -s conftest$ac_exeext && {
11992          test "$cross_compiling" = yes ||
11993          $as_test_x conftest$ac_exeext
11994        }; then
11995   case "$LIBEXT" in
11996     dll) ;;
11997     dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11998     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11999   esac
12000 else
12001   $as_echo "$as_me: failed program was:" >&5
12002 sed 's/^/| /' conftest.$ac_ext >&5
12003
12004
12005 fi
12006
12007 rm -rf conftest.dSYM
12008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12009       conftest$ac_exeext conftest.$ac_ext
12010   LIBS=$ac_check_soname_save_LIBS
12011 fi
12012 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12013   { $as_echo "$as_me:$LINENO: result: not found" >&5
12014 $as_echo "not found" >&6; }
12015
12016 else
12017   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12018 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12019
12020 cat >>confdefs.h <<_ACEOF
12021 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12022 _ACEOF
12023
12024
12025 fi
12026
12027                  fi
12028                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
12029   case "x$with_glu" in
12030   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12031   xno) ;;
12032   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12033 This is an error since --with-glu was requested." >&5
12034 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12035 This is an error since --with-glu was requested." >&2;}
12036    { (exit 1); exit 1; }; } ;;
12037 esac
12038 fi
12039
12040              else
12041                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12042              fi
12043          else
12044              opengl_msg="OpenGL development headers not found."
12045          fi
12046          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12047          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12048     else
12049          enable_opengl32=${enable_opengl32:-no}
12050          enable_glu32=${enable_glu32:-no}
12051     fi
12052     if test -n "$opengl_msg"; then
12053   case "x$with_opengl" in
12054   x)   wine_warnings="$wine_warnings|$opengl_msg
12055 OpenGL and Direct3D won't be supported." ;;
12056   xno) ;;
12057   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12058 OpenGL and Direct3D won't be supported.
12059 This is an error since --with-opengl was requested." >&5
12060 $as_echo "$as_me: error: $opengl_msg
12061 OpenGL and Direct3D won't be supported.
12062 This is an error since --with-opengl was requested." >&2;}
12063    { (exit 1); exit 1; }; } ;;
12064 esac
12065 fi
12066
12067
12068         NASLIBS=""
12069
12070
12071 for ac_header in audio/audiolib.h
12072 do
12073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12074 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12075   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12076 $as_echo_n "checking for $ac_header... " >&6; }
12077 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12078   $as_echo_n "(cached) " >&6
12079 fi
12080 ac_res=`eval 'as_val=${'$as_ac_Header'}
12081                  $as_echo "$as_val"'`
12082                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12083 $as_echo "$ac_res" >&6; }
12084 else
12085   # Is the header compilable?
12086 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12087 $as_echo_n "checking $ac_header usability... " >&6; }
12088 cat >conftest.$ac_ext <<_ACEOF
12089 /* confdefs.h.  */
12090 _ACEOF
12091 cat confdefs.h >>conftest.$ac_ext
12092 cat >>conftest.$ac_ext <<_ACEOF
12093 /* end confdefs.h.  */
12094 $ac_includes_default
12095 #include <$ac_header>
12096 _ACEOF
12097 rm -f conftest.$ac_objext
12098 if { (ac_try="$ac_compile"
12099 case "(($ac_try" in
12100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12101   *) ac_try_echo=$ac_try;;
12102 esac
12103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12104 $as_echo "$ac_try_echo") >&5
12105   (eval "$ac_compile") 2>conftest.er1
12106   ac_status=$?
12107   grep -v '^ *+' conftest.er1 >conftest.err
12108   rm -f conftest.er1
12109   cat conftest.err >&5
12110   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12111   (exit $ac_status); } && {
12112          test -z "$ac_c_werror_flag" ||
12113          test ! -s conftest.err
12114        } && test -s conftest.$ac_objext; then
12115   ac_header_compiler=yes
12116 else
12117   $as_echo "$as_me: failed program was:" >&5
12118 sed 's/^/| /' conftest.$ac_ext >&5
12119
12120         ac_header_compiler=no
12121 fi
12122
12123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12124 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12125 $as_echo "$ac_header_compiler" >&6; }
12126
12127 # Is the header present?
12128 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12129 $as_echo_n "checking $ac_header presence... " >&6; }
12130 cat >conftest.$ac_ext <<_ACEOF
12131 /* confdefs.h.  */
12132 _ACEOF
12133 cat confdefs.h >>conftest.$ac_ext
12134 cat >>conftest.$ac_ext <<_ACEOF
12135 /* end confdefs.h.  */
12136 #include <$ac_header>
12137 _ACEOF
12138 if { (ac_try="$ac_cpp conftest.$ac_ext"
12139 case "(($ac_try" in
12140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12141   *) ac_try_echo=$ac_try;;
12142 esac
12143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12144 $as_echo "$ac_try_echo") >&5
12145   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12146   ac_status=$?
12147   grep -v '^ *+' conftest.er1 >conftest.err
12148   rm -f conftest.er1
12149   cat conftest.err >&5
12150   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12151   (exit $ac_status); } >/dev/null && {
12152          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12153          test ! -s conftest.err
12154        }; then
12155   ac_header_preproc=yes
12156 else
12157   $as_echo "$as_me: failed program was:" >&5
12158 sed 's/^/| /' conftest.$ac_ext >&5
12159
12160   ac_header_preproc=no
12161 fi
12162
12163 rm -f conftest.err conftest.$ac_ext
12164 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12165 $as_echo "$ac_header_preproc" >&6; }
12166
12167 # So?  What about this header?
12168 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12169   yes:no: )
12170     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12171 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12172     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12173 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12174     ac_header_preproc=yes
12175     ;;
12176   no:yes:* )
12177     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12178 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12179     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12180 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12181     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12182 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12183     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12184 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12185     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12186 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12187     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12188 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12189     ( cat <<\_ASBOX
12190 ## ------------------------------------ ##
12191 ## Report this to wine-devel@winehq.org ##
12192 ## ------------------------------------ ##
12193 _ASBOX
12194      ) | sed "s/^/$as_me: WARNING:     /" >&2
12195     ;;
12196 esac
12197 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12198 $as_echo_n "checking for $ac_header... " >&6; }
12199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12200   $as_echo_n "(cached) " >&6
12201 else
12202   eval "$as_ac_Header=\$ac_header_preproc"
12203 fi
12204 ac_res=`eval 'as_val=${'$as_ac_Header'}
12205                  $as_echo "$as_val"'`
12206                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12207 $as_echo "$ac_res" >&6; }
12208
12209 fi
12210 as_val=`eval 'as_val=${'$as_ac_Header'}
12211                  $as_echo "$as_val"'`
12212    if test "x$as_val" = x""yes; then
12213   cat >>confdefs.h <<_ACEOF
12214 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12215 _ACEOF
12216
12217 for ac_header in audio/soundlib.h
12218 do
12219 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12220 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12221 $as_echo_n "checking for $ac_header... " >&6; }
12222 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12223   $as_echo_n "(cached) " >&6
12224 else
12225   cat >conftest.$ac_ext <<_ACEOF
12226 /* confdefs.h.  */
12227 _ACEOF
12228 cat confdefs.h >>conftest.$ac_ext
12229 cat >>conftest.$ac_ext <<_ACEOF
12230 /* end confdefs.h.  */
12231 #include <audio/audiolib.h>
12232
12233 #include <$ac_header>
12234 _ACEOF
12235 rm -f conftest.$ac_objext
12236 if { (ac_try="$ac_compile"
12237 case "(($ac_try" in
12238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239   *) ac_try_echo=$ac_try;;
12240 esac
12241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12242 $as_echo "$ac_try_echo") >&5
12243   (eval "$ac_compile") 2>conftest.er1
12244   ac_status=$?
12245   grep -v '^ *+' conftest.er1 >conftest.err
12246   rm -f conftest.er1
12247   cat conftest.err >&5
12248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249   (exit $ac_status); } && {
12250          test -z "$ac_c_werror_flag" ||
12251          test ! -s conftest.err
12252        } && test -s conftest.$ac_objext; then
12253   eval "$as_ac_Header=yes"
12254 else
12255   $as_echo "$as_me: failed program was:" >&5
12256 sed 's/^/| /' conftest.$ac_ext >&5
12257
12258         eval "$as_ac_Header=no"
12259 fi
12260
12261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12262 fi
12263 ac_res=`eval 'as_val=${'$as_ac_Header'}
12264                  $as_echo "$as_val"'`
12265                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12266 $as_echo "$ac_res" >&6; }
12267 as_val=`eval 'as_val=${'$as_ac_Header'}
12268                  $as_echo "$as_val"'`
12269    if test "x$as_val" = x""yes; then
12270   cat >>confdefs.h <<_ACEOF
12271 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12272 _ACEOF
12273
12274 fi
12275
12276 done
12277
12278           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12279 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12280 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12281   $as_echo_n "(cached) " >&6
12282 else
12283   ac_check_lib_save_LIBS=$LIBS
12284 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12285 cat >conftest.$ac_ext <<_ACEOF
12286 /* confdefs.h.  */
12287 _ACEOF
12288 cat confdefs.h >>conftest.$ac_ext
12289 cat >>conftest.$ac_ext <<_ACEOF
12290 /* end confdefs.h.  */
12291
12292 /* Override any GCC internal prototype to avoid an error.
12293    Use char because int might match the return type of a GCC
12294    builtin and then its argument prototype would still apply.  */
12295 #ifdef __cplusplus
12296 extern "C"
12297 #endif
12298 char AuCreateFlow ();
12299 int
12300 main ()
12301 {
12302 return AuCreateFlow ();
12303   ;
12304   return 0;
12305 }
12306 _ACEOF
12307 rm -f conftest.$ac_objext conftest$ac_exeext
12308 if { (ac_try="$ac_link"
12309 case "(($ac_try" in
12310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12311   *) ac_try_echo=$ac_try;;
12312 esac
12313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12314 $as_echo "$ac_try_echo") >&5
12315   (eval "$ac_link") 2>conftest.er1
12316   ac_status=$?
12317   grep -v '^ *+' conftest.er1 >conftest.err
12318   rm -f conftest.er1
12319   cat conftest.err >&5
12320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12321   (exit $ac_status); } && {
12322          test -z "$ac_c_werror_flag" ||
12323          test ! -s conftest.err
12324        } && test -s conftest$ac_exeext && {
12325          test "$cross_compiling" = yes ||
12326          $as_test_x conftest$ac_exeext
12327        }; then
12328   ac_cv_lib_audio_AuCreateFlow=yes
12329 else
12330   $as_echo "$as_me: failed program was:" >&5
12331 sed 's/^/| /' conftest.$ac_ext >&5
12332
12333         ac_cv_lib_audio_AuCreateFlow=no
12334 fi
12335
12336 rm -rf conftest.dSYM
12337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12338       conftest$ac_exeext conftest.$ac_ext
12339 LIBS=$ac_check_lib_save_LIBS
12340 fi
12341 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12342 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12343 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12344
12345 cat >>confdefs.h <<\_ACEOF
12346 #define HAVE_NAS 1
12347 _ACEOF
12348
12349                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12350 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12351 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12352   $as_echo_n "(cached) " >&6
12353 else
12354   ac_check_lib_save_LIBS=$LIBS
12355 LIBS="-lXau $X_LIBS $LIBS"
12356 cat >conftest.$ac_ext <<_ACEOF
12357 /* confdefs.h.  */
12358 _ACEOF
12359 cat confdefs.h >>conftest.$ac_ext
12360 cat >>conftest.$ac_ext <<_ACEOF
12361 /* end confdefs.h.  */
12362
12363 /* Override any GCC internal prototype to avoid an error.
12364    Use char because int might match the return type of a GCC
12365    builtin and then its argument prototype would still apply.  */
12366 #ifdef __cplusplus
12367 extern "C"
12368 #endif
12369 char XauGetBestAuthByAddr ();
12370 int
12371 main ()
12372 {
12373 return XauGetBestAuthByAddr ();
12374   ;
12375   return 0;
12376 }
12377 _ACEOF
12378 rm -f conftest.$ac_objext conftest$ac_exeext
12379 if { (ac_try="$ac_link"
12380 case "(($ac_try" in
12381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12382   *) ac_try_echo=$ac_try;;
12383 esac
12384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12385 $as_echo "$ac_try_echo") >&5
12386   (eval "$ac_link") 2>conftest.er1
12387   ac_status=$?
12388   grep -v '^ *+' conftest.er1 >conftest.err
12389   rm -f conftest.er1
12390   cat conftest.err >&5
12391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12392   (exit $ac_status); } && {
12393          test -z "$ac_c_werror_flag" ||
12394          test ! -s conftest.err
12395        } && test -s conftest$ac_exeext && {
12396          test "$cross_compiling" = yes ||
12397          $as_test_x conftest$ac_exeext
12398        }; then
12399   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12400 else
12401   $as_echo "$as_me: failed program was:" >&5
12402 sed 's/^/| /' conftest.$ac_ext >&5
12403
12404         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12405 fi
12406
12407 rm -rf conftest.dSYM
12408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12409       conftest$ac_exeext conftest.$ac_ext
12410 LIBS=$ac_check_lib_save_LIBS
12411 fi
12412 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12413 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12414 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12415   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12416 else
12417   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12418 fi
12419
12420
12421 fi
12422
12423 fi
12424
12425 done
12426
12427
12428     CPPFLAGS="$ac_save_CPPFLAGS"
12429 else
12430     XLIB=""
12431     X_CFLAGS=""
12432     X_LIBS=""
12433     enable_winex11_drv=${enable_winex11_drv:-no}
12434     enable_opengl32=${enable_opengl32:-no}
12435     enable_glu32=${enable_glu32:-no}
12436 fi
12437 if test "x$XLIB" = "x"; then
12438   case "x$with_x" in
12439   xno) ;;
12440   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12441 without X support, which probably isn't what you want. You will need to install
12442 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12443 Use the --without-x option if you really want this." >&5
12444 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12445 without X support, which probably isn't what you want. You will need to install
12446 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12447 Use the --without-x option if you really want this." >&2;}
12448    { (exit 1); exit 1; }; } ;;
12449 esac
12450 fi
12451
12452
12453
12454 XML2LIBS=""
12455
12456 XML2INCL=""
12457
12458 XSLTINCL=""
12459
12460 if test "x$with_xml" != "xno"
12461 then
12462     ac_save_CPPFLAGS="$CPPFLAGS"
12463     if test "$PKG_CONFIG" != "false"
12464     then
12465         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12466         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12467     else
12468         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12469         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12470     fi
12471     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12472
12473 for ac_header in libxml/parser.h
12474 do
12475 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12477   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12478 $as_echo_n "checking for $ac_header... " >&6; }
12479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12480   $as_echo_n "(cached) " >&6
12481 fi
12482 ac_res=`eval 'as_val=${'$as_ac_Header'}
12483                  $as_echo "$as_val"'`
12484                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12485 $as_echo "$ac_res" >&6; }
12486 else
12487   # Is the header compilable?
12488 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12489 $as_echo_n "checking $ac_header usability... " >&6; }
12490 cat >conftest.$ac_ext <<_ACEOF
12491 /* confdefs.h.  */
12492 _ACEOF
12493 cat confdefs.h >>conftest.$ac_ext
12494 cat >>conftest.$ac_ext <<_ACEOF
12495 /* end confdefs.h.  */
12496 $ac_includes_default
12497 #include <$ac_header>
12498 _ACEOF
12499 rm -f conftest.$ac_objext
12500 if { (ac_try="$ac_compile"
12501 case "(($ac_try" in
12502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12503   *) ac_try_echo=$ac_try;;
12504 esac
12505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12506 $as_echo "$ac_try_echo") >&5
12507   (eval "$ac_compile") 2>conftest.er1
12508   ac_status=$?
12509   grep -v '^ *+' conftest.er1 >conftest.err
12510   rm -f conftest.er1
12511   cat conftest.err >&5
12512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513   (exit $ac_status); } && {
12514          test -z "$ac_c_werror_flag" ||
12515          test ! -s conftest.err
12516        } && test -s conftest.$ac_objext; then
12517   ac_header_compiler=yes
12518 else
12519   $as_echo "$as_me: failed program was:" >&5
12520 sed 's/^/| /' conftest.$ac_ext >&5
12521
12522         ac_header_compiler=no
12523 fi
12524
12525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12526 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12527 $as_echo "$ac_header_compiler" >&6; }
12528
12529 # Is the header present?
12530 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12531 $as_echo_n "checking $ac_header presence... " >&6; }
12532 cat >conftest.$ac_ext <<_ACEOF
12533 /* confdefs.h.  */
12534 _ACEOF
12535 cat confdefs.h >>conftest.$ac_ext
12536 cat >>conftest.$ac_ext <<_ACEOF
12537 /* end confdefs.h.  */
12538 #include <$ac_header>
12539 _ACEOF
12540 if { (ac_try="$ac_cpp conftest.$ac_ext"
12541 case "(($ac_try" in
12542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12543   *) ac_try_echo=$ac_try;;
12544 esac
12545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12546 $as_echo "$ac_try_echo") >&5
12547   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12548   ac_status=$?
12549   grep -v '^ *+' conftest.er1 >conftest.err
12550   rm -f conftest.er1
12551   cat conftest.err >&5
12552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553   (exit $ac_status); } >/dev/null && {
12554          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12555          test ! -s conftest.err
12556        }; then
12557   ac_header_preproc=yes
12558 else
12559   $as_echo "$as_me: failed program was:" >&5
12560 sed 's/^/| /' conftest.$ac_ext >&5
12561
12562   ac_header_preproc=no
12563 fi
12564
12565 rm -f conftest.err conftest.$ac_ext
12566 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12567 $as_echo "$ac_header_preproc" >&6; }
12568
12569 # So?  What about this header?
12570 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12571   yes:no: )
12572     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12573 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12574     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12575 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12576     ac_header_preproc=yes
12577     ;;
12578   no:yes:* )
12579     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12580 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12581     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12582 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12583     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12584 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12585     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12586 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12587     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12588 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12589     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12590 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12591     ( cat <<\_ASBOX
12592 ## ------------------------------------ ##
12593 ## Report this to wine-devel@winehq.org ##
12594 ## ------------------------------------ ##
12595 _ASBOX
12596      ) | sed "s/^/$as_me: WARNING:     /" >&2
12597     ;;
12598 esac
12599 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12600 $as_echo_n "checking for $ac_header... " >&6; }
12601 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12602   $as_echo_n "(cached) " >&6
12603 else
12604   eval "$as_ac_Header=\$ac_header_preproc"
12605 fi
12606 ac_res=`eval 'as_val=${'$as_ac_Header'}
12607                  $as_echo "$as_val"'`
12608                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12609 $as_echo "$ac_res" >&6; }
12610
12611 fi
12612 as_val=`eval 'as_val=${'$as_ac_Header'}
12613                  $as_echo "$as_val"'`
12614    if test "x$as_val" = x""yes; then
12615   cat >>confdefs.h <<_ACEOF
12616 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12617 _ACEOF
12618  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12619 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12620 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12621   $as_echo_n "(cached) " >&6
12622 else
12623   ac_check_lib_save_LIBS=$LIBS
12624 LIBS="-lxml2 $ac_xml_libs $LIBS"
12625 cat >conftest.$ac_ext <<_ACEOF
12626 /* confdefs.h.  */
12627 _ACEOF
12628 cat confdefs.h >>conftest.$ac_ext
12629 cat >>conftest.$ac_ext <<_ACEOF
12630 /* end confdefs.h.  */
12631
12632 /* Override any GCC internal prototype to avoid an error.
12633    Use char because int might match the return type of a GCC
12634    builtin and then its argument prototype would still apply.  */
12635 #ifdef __cplusplus
12636 extern "C"
12637 #endif
12638 char xmlParseMemory ();
12639 int
12640 main ()
12641 {
12642 return xmlParseMemory ();
12643   ;
12644   return 0;
12645 }
12646 _ACEOF
12647 rm -f conftest.$ac_objext conftest$ac_exeext
12648 if { (ac_try="$ac_link"
12649 case "(($ac_try" in
12650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12651   *) ac_try_echo=$ac_try;;
12652 esac
12653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12654 $as_echo "$ac_try_echo") >&5
12655   (eval "$ac_link") 2>conftest.er1
12656   ac_status=$?
12657   grep -v '^ *+' conftest.er1 >conftest.err
12658   rm -f conftest.er1
12659   cat conftest.err >&5
12660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12661   (exit $ac_status); } && {
12662          test -z "$ac_c_werror_flag" ||
12663          test ! -s conftest.err
12664        } && test -s conftest$ac_exeext && {
12665          test "$cross_compiling" = yes ||
12666          $as_test_x conftest$ac_exeext
12667        }; then
12668   ac_cv_lib_xml2_xmlParseMemory=yes
12669 else
12670   $as_echo "$as_me: failed program was:" >&5
12671 sed 's/^/| /' conftest.$ac_ext >&5
12672
12673         ac_cv_lib_xml2_xmlParseMemory=no
12674 fi
12675
12676 rm -rf conftest.dSYM
12677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12678       conftest$ac_exeext conftest.$ac_ext
12679 LIBS=$ac_check_lib_save_LIBS
12680 fi
12681 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12682 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12683 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12684
12685 cat >>confdefs.h <<\_ACEOF
12686 #define HAVE_LIBXML2 1
12687 _ACEOF
12688
12689                  XML2LIBS="$ac_xml_libs"
12690                  XML2INCL="$ac_xml_cflags"
12691 fi
12692
12693              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12694 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12695 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12696   $as_echo_n "(cached) " >&6
12697 else
12698   ac_check_lib_save_LIBS=$LIBS
12699 LIBS="-lxml2 $ac_xml_libs $LIBS"
12700 cat >conftest.$ac_ext <<_ACEOF
12701 /* confdefs.h.  */
12702 _ACEOF
12703 cat confdefs.h >>conftest.$ac_ext
12704 cat >>conftest.$ac_ext <<_ACEOF
12705 /* end confdefs.h.  */
12706
12707 /* Override any GCC internal prototype to avoid an error.
12708    Use char because int might match the return type of a GCC
12709    builtin and then its argument prototype would still apply.  */
12710 #ifdef __cplusplus
12711 extern "C"
12712 #endif
12713 char xmlReadMemory ();
12714 int
12715 main ()
12716 {
12717 return xmlReadMemory ();
12718   ;
12719   return 0;
12720 }
12721 _ACEOF
12722 rm -f conftest.$ac_objext conftest$ac_exeext
12723 if { (ac_try="$ac_link"
12724 case "(($ac_try" in
12725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12726   *) ac_try_echo=$ac_try;;
12727 esac
12728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12729 $as_echo "$ac_try_echo") >&5
12730   (eval "$ac_link") 2>conftest.er1
12731   ac_status=$?
12732   grep -v '^ *+' conftest.er1 >conftest.err
12733   rm -f conftest.er1
12734   cat conftest.err >&5
12735   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12736   (exit $ac_status); } && {
12737          test -z "$ac_c_werror_flag" ||
12738          test ! -s conftest.err
12739        } && test -s conftest$ac_exeext && {
12740          test "$cross_compiling" = yes ||
12741          $as_test_x conftest$ac_exeext
12742        }; then
12743   ac_cv_lib_xml2_xmlReadMemory=yes
12744 else
12745   $as_echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5
12747
12748         ac_cv_lib_xml2_xmlReadMemory=no
12749 fi
12750
12751 rm -rf conftest.dSYM
12752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12753       conftest$ac_exeext conftest.$ac_ext
12754 LIBS=$ac_check_lib_save_LIBS
12755 fi
12756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12757 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12758 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12759
12760 cat >>confdefs.h <<\_ACEOF
12761 #define HAVE_XMLREADMEMORY 1
12762 _ACEOF
12763
12764 fi
12765
12766              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12767 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12768 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12769   $as_echo_n "(cached) " >&6
12770 else
12771   ac_check_lib_save_LIBS=$LIBS
12772 LIBS="-lxml2 $ac_xml_libs $LIBS"
12773 cat >conftest.$ac_ext <<_ACEOF
12774 /* confdefs.h.  */
12775 _ACEOF
12776 cat confdefs.h >>conftest.$ac_ext
12777 cat >>conftest.$ac_ext <<_ACEOF
12778 /* end confdefs.h.  */
12779
12780 /* Override any GCC internal prototype to avoid an error.
12781    Use char because int might match the return type of a GCC
12782    builtin and then its argument prototype would still apply.  */
12783 #ifdef __cplusplus
12784 extern "C"
12785 #endif
12786 char xmlNewDocPI ();
12787 int
12788 main ()
12789 {
12790 return xmlNewDocPI ();
12791   ;
12792   return 0;
12793 }
12794 _ACEOF
12795 rm -f conftest.$ac_objext conftest$ac_exeext
12796 if { (ac_try="$ac_link"
12797 case "(($ac_try" in
12798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12799   *) ac_try_echo=$ac_try;;
12800 esac
12801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12802 $as_echo "$ac_try_echo") >&5
12803   (eval "$ac_link") 2>conftest.er1
12804   ac_status=$?
12805   grep -v '^ *+' conftest.er1 >conftest.err
12806   rm -f conftest.er1
12807   cat conftest.err >&5
12808   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12809   (exit $ac_status); } && {
12810          test -z "$ac_c_werror_flag" ||
12811          test ! -s conftest.err
12812        } && test -s conftest$ac_exeext && {
12813          test "$cross_compiling" = yes ||
12814          $as_test_x conftest$ac_exeext
12815        }; then
12816   ac_cv_lib_xml2_xmlNewDocPI=yes
12817 else
12818   $as_echo "$as_me: failed program was:" >&5
12819 sed 's/^/| /' conftest.$ac_ext >&5
12820
12821         ac_cv_lib_xml2_xmlNewDocPI=no
12822 fi
12823
12824 rm -rf conftest.dSYM
12825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12826       conftest$ac_exeext conftest.$ac_ext
12827 LIBS=$ac_check_lib_save_LIBS
12828 fi
12829 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12830 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12831 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12832
12833 cat >>confdefs.h <<\_ACEOF
12834 #define HAVE_XMLNEWDOCPI 1
12835 _ACEOF
12836
12837 fi
12838
12839
12840 fi
12841
12842 done
12843
12844     CPPFLAGS="$ac_save_CPPFLAGS"
12845 fi
12846 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12847   case "x$with_xml" in
12848   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12849   xno) ;;
12850   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12851 This is an error since --with-xml was requested." >&5
12852 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12853 This is an error since --with-xml was requested." >&2;}
12854    { (exit 1); exit 1; }; } ;;
12855 esac
12856 fi
12857
12858
12859 if test "x$with_xslt" != "xno"
12860 then
12861     if test "$PKG_CONFIG" != "false"
12862     then
12863         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12864         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12865     else
12866         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12867         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12868     fi
12869     ac_save_CPPFLAGS="$CPPFLAGS"
12870     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12871
12872
12873 for ac_header in libxslt/pattern.h libxslt/transform.h
12874 do
12875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12876 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12877 $as_echo_n "checking for $ac_header... " >&6; }
12878 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12879   $as_echo_n "(cached) " >&6
12880 else
12881   cat >conftest.$ac_ext <<_ACEOF
12882 /* confdefs.h.  */
12883 _ACEOF
12884 cat confdefs.h >>conftest.$ac_ext
12885 cat >>conftest.$ac_ext <<_ACEOF
12886 /* end confdefs.h.  */
12887 #ifdef HAVE_LIBXSLT_PATTERN_H
12888 # include <libxslt/pattern.h>
12889 #endif
12890
12891 #include <$ac_header>
12892 _ACEOF
12893 rm -f conftest.$ac_objext
12894 if { (ac_try="$ac_compile"
12895 case "(($ac_try" in
12896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12897   *) ac_try_echo=$ac_try;;
12898 esac
12899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12900 $as_echo "$ac_try_echo") >&5
12901   (eval "$ac_compile") 2>conftest.er1
12902   ac_status=$?
12903   grep -v '^ *+' conftest.er1 >conftest.err
12904   rm -f conftest.er1
12905   cat conftest.err >&5
12906   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12907   (exit $ac_status); } && {
12908          test -z "$ac_c_werror_flag" ||
12909          test ! -s conftest.err
12910        } && test -s conftest.$ac_objext; then
12911   eval "$as_ac_Header=yes"
12912 else
12913   $as_echo "$as_me: failed program was:" >&5
12914 sed 's/^/| /' conftest.$ac_ext >&5
12915
12916         eval "$as_ac_Header=no"
12917 fi
12918
12919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12920 fi
12921 ac_res=`eval 'as_val=${'$as_ac_Header'}
12922                  $as_echo "$as_val"'`
12923                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12924 $as_echo "$ac_res" >&6; }
12925 as_val=`eval 'as_val=${'$as_ac_Header'}
12926                  $as_echo "$as_val"'`
12927    if test "x$as_val" = x""yes; then
12928   cat >>confdefs.h <<_ACEOF
12929 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12930 _ACEOF
12931
12932 fi
12933
12934 done
12935
12936     CPPFLAGS="$ac_save_CPPFLAGS"
12937     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12938     then
12939         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12940 $as_echo_n "checking for -lxslt... " >&6; }
12941 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12942   $as_echo_n "(cached) " >&6
12943 else
12944   ac_check_soname_save_LIBS=$LIBS
12945 LIBS="-lxslt $ac_xslt_libs $LIBS"
12946   cat >conftest.$ac_ext <<_ACEOF
12947 /* confdefs.h.  */
12948 _ACEOF
12949 cat confdefs.h >>conftest.$ac_ext
12950 cat >>conftest.$ac_ext <<_ACEOF
12951 /* end confdefs.h.  */
12952
12953 /* Override any GCC internal prototype to avoid an error.
12954    Use char because int might match the return type of a GCC
12955    builtin and then its argument prototype would still apply.  */
12956 #ifdef __cplusplus
12957 extern "C"
12958 #endif
12959 char xsltCompilePattern ();
12960 int
12961 main ()
12962 {
12963 return xsltCompilePattern ();
12964   ;
12965   return 0;
12966 }
12967 _ACEOF
12968 rm -f conftest.$ac_objext conftest$ac_exeext
12969 if { (ac_try="$ac_link"
12970 case "(($ac_try" in
12971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12972   *) ac_try_echo=$ac_try;;
12973 esac
12974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12975 $as_echo "$ac_try_echo") >&5
12976   (eval "$ac_link") 2>conftest.er1
12977   ac_status=$?
12978   grep -v '^ *+' conftest.er1 >conftest.err
12979   rm -f conftest.er1
12980   cat conftest.err >&5
12981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982   (exit $ac_status); } && {
12983          test -z "$ac_c_werror_flag" ||
12984          test ! -s conftest.err
12985        } && test -s conftest$ac_exeext && {
12986          test "$cross_compiling" = yes ||
12987          $as_test_x conftest$ac_exeext
12988        }; then
12989   case "$LIBEXT" in
12990     dll) ;;
12991     dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12992     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12993   esac
12994 else
12995   $as_echo "$as_me: failed program was:" >&5
12996 sed 's/^/| /' conftest.$ac_ext >&5
12997
12998
12999 fi
13000
13001 rm -rf conftest.dSYM
13002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13003       conftest$ac_exeext conftest.$ac_ext
13004   LIBS=$ac_check_soname_save_LIBS
13005 fi
13006 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13007   { $as_echo "$as_me:$LINENO: result: not found" >&5
13008 $as_echo "not found" >&6; }
13009
13010 else
13011   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13012 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13013
13014 cat >>confdefs.h <<_ACEOF
13015 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13016 _ACEOF
13017
13018        XSLTINCL="$ac_xslt_cflags"
13019 fi
13020
13021     fi
13022 fi
13023 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13024   case "x$with_xslt" in
13025   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13026   xno) ;;
13027   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13028 This is an error since --with-xslt was requested." >&5
13029 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13030 This is an error since --with-xslt was requested." >&2;}
13031    { (exit 1); exit 1; }; } ;;
13032 esac
13033 fi
13034
13035
13036 HALINCL=""
13037
13038 if test "x$with_hal" != "xno"
13039 then
13040     ac_save_CPPFLAGS="$CPPFLAGS"
13041     if test "$PKG_CONFIG" != "false"
13042     then
13043         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13044         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13045         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13046     fi
13047
13048
13049 for ac_header in dbus/dbus.h hal/libhal.h
13050 do
13051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13053   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13054 $as_echo_n "checking for $ac_header... " >&6; }
13055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13056   $as_echo_n "(cached) " >&6
13057 fi
13058 ac_res=`eval 'as_val=${'$as_ac_Header'}
13059                  $as_echo "$as_val"'`
13060                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13061 $as_echo "$ac_res" >&6; }
13062 else
13063   # Is the header compilable?
13064 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13065 $as_echo_n "checking $ac_header usability... " >&6; }
13066 cat >conftest.$ac_ext <<_ACEOF
13067 /* confdefs.h.  */
13068 _ACEOF
13069 cat confdefs.h >>conftest.$ac_ext
13070 cat >>conftest.$ac_ext <<_ACEOF
13071 /* end confdefs.h.  */
13072 $ac_includes_default
13073 #include <$ac_header>
13074 _ACEOF
13075 rm -f conftest.$ac_objext
13076 if { (ac_try="$ac_compile"
13077 case "(($ac_try" in
13078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13079   *) ac_try_echo=$ac_try;;
13080 esac
13081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13082 $as_echo "$ac_try_echo") >&5
13083   (eval "$ac_compile") 2>conftest.er1
13084   ac_status=$?
13085   grep -v '^ *+' conftest.er1 >conftest.err
13086   rm -f conftest.er1
13087   cat conftest.err >&5
13088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13089   (exit $ac_status); } && {
13090          test -z "$ac_c_werror_flag" ||
13091          test ! -s conftest.err
13092        } && test -s conftest.$ac_objext; then
13093   ac_header_compiler=yes
13094 else
13095   $as_echo "$as_me: failed program was:" >&5
13096 sed 's/^/| /' conftest.$ac_ext >&5
13097
13098         ac_header_compiler=no
13099 fi
13100
13101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13102 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13103 $as_echo "$ac_header_compiler" >&6; }
13104
13105 # Is the header present?
13106 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13107 $as_echo_n "checking $ac_header presence... " >&6; }
13108 cat >conftest.$ac_ext <<_ACEOF
13109 /* confdefs.h.  */
13110 _ACEOF
13111 cat confdefs.h >>conftest.$ac_ext
13112 cat >>conftest.$ac_ext <<_ACEOF
13113 /* end confdefs.h.  */
13114 #include <$ac_header>
13115 _ACEOF
13116 if { (ac_try="$ac_cpp conftest.$ac_ext"
13117 case "(($ac_try" in
13118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13119   *) ac_try_echo=$ac_try;;
13120 esac
13121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13122 $as_echo "$ac_try_echo") >&5
13123   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13124   ac_status=$?
13125   grep -v '^ *+' conftest.er1 >conftest.err
13126   rm -f conftest.er1
13127   cat conftest.err >&5
13128   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13129   (exit $ac_status); } >/dev/null && {
13130          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13131          test ! -s conftest.err
13132        }; then
13133   ac_header_preproc=yes
13134 else
13135   $as_echo "$as_me: failed program was:" >&5
13136 sed 's/^/| /' conftest.$ac_ext >&5
13137
13138   ac_header_preproc=no
13139 fi
13140
13141 rm -f conftest.err conftest.$ac_ext
13142 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13143 $as_echo "$ac_header_preproc" >&6; }
13144
13145 # So?  What about this header?
13146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13147   yes:no: )
13148     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13149 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13150     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13151 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13152     ac_header_preproc=yes
13153     ;;
13154   no:yes:* )
13155     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13156 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13157     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13158 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13159     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13160 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13161     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13162 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13163     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13164 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13165     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13166 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13167     ( cat <<\_ASBOX
13168 ## ------------------------------------ ##
13169 ## Report this to wine-devel@winehq.org ##
13170 ## ------------------------------------ ##
13171 _ASBOX
13172      ) | sed "s/^/$as_me: WARNING:     /" >&2
13173     ;;
13174 esac
13175 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13176 $as_echo_n "checking for $ac_header... " >&6; }
13177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13178   $as_echo_n "(cached) " >&6
13179 else
13180   eval "$as_ac_Header=\$ac_header_preproc"
13181 fi
13182 ac_res=`eval 'as_val=${'$as_ac_Header'}
13183                  $as_echo "$as_val"'`
13184                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13185 $as_echo "$ac_res" >&6; }
13186
13187 fi
13188 as_val=`eval 'as_val=${'$as_ac_Header'}
13189                  $as_echo "$as_val"'`
13190    if test "x$as_val" = x""yes; then
13191   cat >>confdefs.h <<_ACEOF
13192 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13193 _ACEOF
13194
13195 fi
13196
13197 done
13198
13199     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13200     then
13201         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13202 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13203 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13204   $as_echo_n "(cached) " >&6
13205 else
13206   ac_check_lib_save_LIBS=$LIBS
13207 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13208 cat >conftest.$ac_ext <<_ACEOF
13209 /* confdefs.h.  */
13210 _ACEOF
13211 cat confdefs.h >>conftest.$ac_ext
13212 cat >>conftest.$ac_ext <<_ACEOF
13213 /* end confdefs.h.  */
13214
13215 /* Override any GCC internal prototype to avoid an error.
13216    Use char because int might match the return type of a GCC
13217    builtin and then its argument prototype would still apply.  */
13218 #ifdef __cplusplus
13219 extern "C"
13220 #endif
13221 char dbus_connection_close ();
13222 int
13223 main ()
13224 {
13225 return dbus_connection_close ();
13226   ;
13227   return 0;
13228 }
13229 _ACEOF
13230 rm -f conftest.$ac_objext conftest$ac_exeext
13231 if { (ac_try="$ac_link"
13232 case "(($ac_try" in
13233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13234   *) ac_try_echo=$ac_try;;
13235 esac
13236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13237 $as_echo "$ac_try_echo") >&5
13238   (eval "$ac_link") 2>conftest.er1
13239   ac_status=$?
13240   grep -v '^ *+' conftest.er1 >conftest.err
13241   rm -f conftest.er1
13242   cat conftest.err >&5
13243   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13244   (exit $ac_status); } && {
13245          test -z "$ac_c_werror_flag" ||
13246          test ! -s conftest.err
13247        } && test -s conftest$ac_exeext && {
13248          test "$cross_compiling" = yes ||
13249          $as_test_x conftest$ac_exeext
13250        }; then
13251   ac_cv_lib_dbus_1_dbus_connection_close=yes
13252 else
13253   $as_echo "$as_me: failed program was:" >&5
13254 sed 's/^/| /' conftest.$ac_ext >&5
13255
13256         ac_cv_lib_dbus_1_dbus_connection_close=no
13257 fi
13258
13259 rm -rf conftest.dSYM
13260 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13261       conftest$ac_exeext conftest.$ac_ext
13262 LIBS=$ac_check_lib_save_LIBS
13263 fi
13264 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13265 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13266 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13267   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13268 $as_echo_n "checking for -lhal... " >&6; }
13269 if test "${ac_cv_lib_soname_hal+set}" = set; then
13270   $as_echo_n "(cached) " >&6
13271 else
13272   ac_check_soname_save_LIBS=$LIBS
13273 LIBS="-lhal $ac_hal_libs $LIBS"
13274   cat >conftest.$ac_ext <<_ACEOF
13275 /* confdefs.h.  */
13276 _ACEOF
13277 cat confdefs.h >>conftest.$ac_ext
13278 cat >>conftest.$ac_ext <<_ACEOF
13279 /* end confdefs.h.  */
13280
13281 /* Override any GCC internal prototype to avoid an error.
13282    Use char because int might match the return type of a GCC
13283    builtin and then its argument prototype would still apply.  */
13284 #ifdef __cplusplus
13285 extern "C"
13286 #endif
13287 char libhal_ctx_new ();
13288 int
13289 main ()
13290 {
13291 return libhal_ctx_new ();
13292   ;
13293   return 0;
13294 }
13295 _ACEOF
13296 rm -f conftest.$ac_objext conftest$ac_exeext
13297 if { (ac_try="$ac_link"
13298 case "(($ac_try" in
13299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13300   *) ac_try_echo=$ac_try;;
13301 esac
13302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13303 $as_echo "$ac_try_echo") >&5
13304   (eval "$ac_link") 2>conftest.er1
13305   ac_status=$?
13306   grep -v '^ *+' conftest.er1 >conftest.err
13307   rm -f conftest.er1
13308   cat conftest.err >&5
13309   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13310   (exit $ac_status); } && {
13311          test -z "$ac_c_werror_flag" ||
13312          test ! -s conftest.err
13313        } && test -s conftest$ac_exeext && {
13314          test "$cross_compiling" = yes ||
13315          $as_test_x conftest$ac_exeext
13316        }; then
13317   case "$LIBEXT" in
13318     dll) ;;
13319     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'` ;;
13320     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13321   esac
13322 else
13323   $as_echo "$as_me: failed program was:" >&5
13324 sed 's/^/| /' conftest.$ac_ext >&5
13325
13326
13327 fi
13328
13329 rm -rf conftest.dSYM
13330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13331       conftest$ac_exeext conftest.$ac_ext
13332   LIBS=$ac_check_soname_save_LIBS
13333 fi
13334 if test "x$ac_cv_lib_soname_hal" = "x"; then
13335   { $as_echo "$as_me:$LINENO: result: not found" >&5
13336 $as_echo "not found" >&6; }
13337
13338 else
13339   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13340 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13341
13342 cat >>confdefs.h <<_ACEOF
13343 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13344 _ACEOF
13345
13346        HALINCL="$ac_hal_cflags"
13347 fi
13348
13349 fi
13350
13351     fi
13352     CPPFLAGS="$ac_save_CPPFLAGS"
13353 fi
13354 if test "x$ac_cv_lib_soname_hal" = "x"; then
13355   case "x$with_hal" in
13356   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13357   xno) ;;
13358   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13359 This is an error since --with-hal was requested." >&5
13360 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13361 This is an error since --with-hal was requested." >&2;}
13362    { (exit 1); exit 1; }; } ;;
13363 esac
13364 fi
13365
13366
13367 if test "x$with_gnutls" != "xno"
13368 then
13369     ac_save_CPPFLAGS="$CPPFLAGS"
13370     if test "$PKG_CONFIG" != "false"
13371     then
13372         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13373         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13374         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13375     fi
13376     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13377   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13378 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13379 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13380   $as_echo_n "(cached) " >&6
13381 fi
13382 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13383 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13384 else
13385   # Is the header compilable?
13386 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13387 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13388 cat >conftest.$ac_ext <<_ACEOF
13389 /* confdefs.h.  */
13390 _ACEOF
13391 cat confdefs.h >>conftest.$ac_ext
13392 cat >>conftest.$ac_ext <<_ACEOF
13393 /* end confdefs.h.  */
13394 $ac_includes_default
13395 #include <gnutls/gnutls.h>
13396 _ACEOF
13397 rm -f conftest.$ac_objext
13398 if { (ac_try="$ac_compile"
13399 case "(($ac_try" in
13400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13401   *) ac_try_echo=$ac_try;;
13402 esac
13403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13404 $as_echo "$ac_try_echo") >&5
13405   (eval "$ac_compile") 2>conftest.er1
13406   ac_status=$?
13407   grep -v '^ *+' conftest.er1 >conftest.err
13408   rm -f conftest.er1
13409   cat conftest.err >&5
13410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13411   (exit $ac_status); } && {
13412          test -z "$ac_c_werror_flag" ||
13413          test ! -s conftest.err
13414        } && test -s conftest.$ac_objext; then
13415   ac_header_compiler=yes
13416 else
13417   $as_echo "$as_me: failed program was:" >&5
13418 sed 's/^/| /' conftest.$ac_ext >&5
13419
13420         ac_header_compiler=no
13421 fi
13422
13423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13424 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13425 $as_echo "$ac_header_compiler" >&6; }
13426
13427 # Is the header present?
13428 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13429 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13430 cat >conftest.$ac_ext <<_ACEOF
13431 /* confdefs.h.  */
13432 _ACEOF
13433 cat confdefs.h >>conftest.$ac_ext
13434 cat >>conftest.$ac_ext <<_ACEOF
13435 /* end confdefs.h.  */
13436 #include <gnutls/gnutls.h>
13437 _ACEOF
13438 if { (ac_try="$ac_cpp conftest.$ac_ext"
13439 case "(($ac_try" in
13440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13441   *) ac_try_echo=$ac_try;;
13442 esac
13443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13444 $as_echo "$ac_try_echo") >&5
13445   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13446   ac_status=$?
13447   grep -v '^ *+' conftest.er1 >conftest.err
13448   rm -f conftest.er1
13449   cat conftest.err >&5
13450   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13451   (exit $ac_status); } >/dev/null && {
13452          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13453          test ! -s conftest.err
13454        }; then
13455   ac_header_preproc=yes
13456 else
13457   $as_echo "$as_me: failed program was:" >&5
13458 sed 's/^/| /' conftest.$ac_ext >&5
13459
13460   ac_header_preproc=no
13461 fi
13462
13463 rm -f conftest.err conftest.$ac_ext
13464 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13465 $as_echo "$ac_header_preproc" >&6; }
13466
13467 # So?  What about this header?
13468 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13469   yes:no: )
13470     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13471 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13472     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13473 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13474     ac_header_preproc=yes
13475     ;;
13476   no:yes:* )
13477     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13478 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13479     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13480 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13481     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13482 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13483     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13484 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13485     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13486 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13487     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13488 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13489     ( cat <<\_ASBOX
13490 ## ------------------------------------ ##
13491 ## Report this to wine-devel@winehq.org ##
13492 ## ------------------------------------ ##
13493 _ASBOX
13494      ) | sed "s/^/$as_me: WARNING:     /" >&2
13495     ;;
13496 esac
13497 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13498 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13499 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13500   $as_echo_n "(cached) " >&6
13501 else
13502   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13503 fi
13504 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13505 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13506
13507 fi
13508 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13509   cat >conftest.$ac_ext <<_ACEOF
13510 /* confdefs.h.  */
13511 _ACEOF
13512 cat confdefs.h >>conftest.$ac_ext
13513 cat >>conftest.$ac_ext <<_ACEOF
13514 /* end confdefs.h.  */
13515 #include <gnutls/gnutls.h>
13516 int
13517 main ()
13518 {
13519 typeof(gnutls_mac_get_key_size) *pfunc;
13520   ;
13521   return 0;
13522 }
13523 _ACEOF
13524 rm -f conftest.$ac_objext
13525 if { (ac_try="$ac_compile"
13526 case "(($ac_try" in
13527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13528   *) ac_try_echo=$ac_try;;
13529 esac
13530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13531 $as_echo "$ac_try_echo") >&5
13532   (eval "$ac_compile") 2>conftest.er1
13533   ac_status=$?
13534   grep -v '^ *+' conftest.er1 >conftest.err
13535   rm -f conftest.er1
13536   cat conftest.err >&5
13537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13538   (exit $ac_status); } && {
13539          test -z "$ac_c_werror_flag" ||
13540          test ! -s conftest.err
13541        } && test -s conftest.$ac_objext; then
13542   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13543 $as_echo_n "checking for -lgnutls... " >&6; }
13544 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13545   $as_echo_n "(cached) " >&6
13546 else
13547   ac_check_soname_save_LIBS=$LIBS
13548 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13549   cat >conftest.$ac_ext <<_ACEOF
13550 /* confdefs.h.  */
13551 _ACEOF
13552 cat confdefs.h >>conftest.$ac_ext
13553 cat >>conftest.$ac_ext <<_ACEOF
13554 /* end confdefs.h.  */
13555
13556 /* Override any GCC internal prototype to avoid an error.
13557    Use char because int might match the return type of a GCC
13558    builtin and then its argument prototype would still apply.  */
13559 #ifdef __cplusplus
13560 extern "C"
13561 #endif
13562 char gnutls_global_init ();
13563 int
13564 main ()
13565 {
13566 return gnutls_global_init ();
13567   ;
13568   return 0;
13569 }
13570 _ACEOF
13571 rm -f conftest.$ac_objext conftest$ac_exeext
13572 if { (ac_try="$ac_link"
13573 case "(($ac_try" in
13574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13575   *) ac_try_echo=$ac_try;;
13576 esac
13577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13578 $as_echo "$ac_try_echo") >&5
13579   (eval "$ac_link") 2>conftest.er1
13580   ac_status=$?
13581   grep -v '^ *+' conftest.er1 >conftest.err
13582   rm -f conftest.er1
13583   cat conftest.err >&5
13584   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13585   (exit $ac_status); } && {
13586          test -z "$ac_c_werror_flag" ||
13587          test ! -s conftest.err
13588        } && test -s conftest$ac_exeext && {
13589          test "$cross_compiling" = yes ||
13590          $as_test_x conftest$ac_exeext
13591        }; then
13592   case "$LIBEXT" in
13593     dll) ;;
13594     dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13595     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13596   esac
13597 else
13598   $as_echo "$as_me: failed program was:" >&5
13599 sed 's/^/| /' conftest.$ac_ext >&5
13600
13601
13602 fi
13603
13604 rm -rf conftest.dSYM
13605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13606       conftest$ac_exeext conftest.$ac_ext
13607   LIBS=$ac_check_soname_save_LIBS
13608 fi
13609 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13610   { $as_echo "$as_me:$LINENO: result: not found" >&5
13611 $as_echo "not found" >&6; }
13612
13613 else
13614   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13615 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13616
13617 cat >>confdefs.h <<_ACEOF
13618 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13619 _ACEOF
13620
13621        GNUTLSINCL="$ac_gnutls_cflags"
13622
13623 fi
13624
13625 else
13626   $as_echo "$as_me: failed program was:" >&5
13627 sed 's/^/| /' conftest.$ac_ext >&5
13628
13629
13630 fi
13631
13632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13633 fi
13634
13635
13636     CPPFLAGS="$ac_save_CPPFLAGS"
13637 fi
13638 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13639   case "x$with_gnutls" in
13640   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13641   xno) ;;
13642   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13643 This is an error since --with-gnutls was requested." >&5
13644 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13645 This is an error since --with-gnutls was requested." >&2;}
13646    { (exit 1); exit 1; }; } ;;
13647 esac
13648 fi
13649
13650
13651 CURSESLIBS=""
13652 if test "$ac_cv_header_ncurses_h" = "yes"
13653 then
13654     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13655 $as_echo_n "checking for -lncurses... " >&6; }
13656 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13657   $as_echo_n "(cached) " >&6
13658 else
13659   ac_check_soname_save_LIBS=$LIBS
13660 LIBS="-lncurses  $LIBS"
13661   cat >conftest.$ac_ext <<_ACEOF
13662 /* confdefs.h.  */
13663 _ACEOF
13664 cat confdefs.h >>conftest.$ac_ext
13665 cat >>conftest.$ac_ext <<_ACEOF
13666 /* end confdefs.h.  */
13667
13668 /* Override any GCC internal prototype to avoid an error.
13669    Use char because int might match the return type of a GCC
13670    builtin and then its argument prototype would still apply.  */
13671 #ifdef __cplusplus
13672 extern "C"
13673 #endif
13674 char waddch ();
13675 int
13676 main ()
13677 {
13678 return waddch ();
13679   ;
13680   return 0;
13681 }
13682 _ACEOF
13683 rm -f conftest.$ac_objext conftest$ac_exeext
13684 if { (ac_try="$ac_link"
13685 case "(($ac_try" in
13686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13687   *) ac_try_echo=$ac_try;;
13688 esac
13689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13690 $as_echo "$ac_try_echo") >&5
13691   (eval "$ac_link") 2>conftest.er1
13692   ac_status=$?
13693   grep -v '^ *+' conftest.er1 >conftest.err
13694   rm -f conftest.er1
13695   cat conftest.err >&5
13696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13697   (exit $ac_status); } && {
13698          test -z "$ac_c_werror_flag" ||
13699          test ! -s conftest.err
13700        } && test -s conftest$ac_exeext && {
13701          test "$cross_compiling" = yes ||
13702          $as_test_x conftest$ac_exeext
13703        }; then
13704   case "$LIBEXT" in
13705     dll) ;;
13706     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'` ;;
13707     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13708   esac
13709 else
13710   $as_echo "$as_me: failed program was:" >&5
13711 sed 's/^/| /' conftest.$ac_ext >&5
13712
13713
13714 fi
13715
13716 rm -rf conftest.dSYM
13717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13718       conftest$ac_exeext conftest.$ac_ext
13719   LIBS=$ac_check_soname_save_LIBS
13720 fi
13721 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13722   { $as_echo "$as_me:$LINENO: result: not found" >&5
13723 $as_echo "not found" >&6; }
13724
13725 else
13726   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13727 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13728
13729 cat >>confdefs.h <<_ACEOF
13730 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13731 _ACEOF
13732
13733        CURSESLIBS="-lncurses"
13734 fi
13735
13736 elif test "$ac_cv_header_curses_h" = "yes"
13737 then
13738     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13739 $as_echo_n "checking for -lcurses... " >&6; }
13740 if test "${ac_cv_lib_soname_curses+set}" = set; then
13741   $as_echo_n "(cached) " >&6
13742 else
13743   ac_check_soname_save_LIBS=$LIBS
13744 LIBS="-lcurses  $LIBS"
13745   cat >conftest.$ac_ext <<_ACEOF
13746 /* confdefs.h.  */
13747 _ACEOF
13748 cat confdefs.h >>conftest.$ac_ext
13749 cat >>conftest.$ac_ext <<_ACEOF
13750 /* end confdefs.h.  */
13751
13752 /* Override any GCC internal prototype to avoid an error.
13753    Use char because int might match the return type of a GCC
13754    builtin and then its argument prototype would still apply.  */
13755 #ifdef __cplusplus
13756 extern "C"
13757 #endif
13758 char waddch ();
13759 int
13760 main ()
13761 {
13762 return waddch ();
13763   ;
13764   return 0;
13765 }
13766 _ACEOF
13767 rm -f conftest.$ac_objext conftest$ac_exeext
13768 if { (ac_try="$ac_link"
13769 case "(($ac_try" in
13770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13771   *) ac_try_echo=$ac_try;;
13772 esac
13773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13774 $as_echo "$ac_try_echo") >&5
13775   (eval "$ac_link") 2>conftest.er1
13776   ac_status=$?
13777   grep -v '^ *+' conftest.er1 >conftest.err
13778   rm -f conftest.er1
13779   cat conftest.err >&5
13780   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13781   (exit $ac_status); } && {
13782          test -z "$ac_c_werror_flag" ||
13783          test ! -s conftest.err
13784        } && test -s conftest$ac_exeext && {
13785          test "$cross_compiling" = yes ||
13786          $as_test_x conftest$ac_exeext
13787        }; then
13788   case "$LIBEXT" in
13789     dll) ;;
13790     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'` ;;
13791     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13792   esac
13793 else
13794   $as_echo "$as_me: failed program was:" >&5
13795 sed 's/^/| /' conftest.$ac_ext >&5
13796
13797
13798 fi
13799
13800 rm -rf conftest.dSYM
13801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13802       conftest$ac_exeext conftest.$ac_ext
13803   LIBS=$ac_check_soname_save_LIBS
13804 fi
13805 if test "x$ac_cv_lib_soname_curses" = "x"; then
13806   { $as_echo "$as_me:$LINENO: result: not found" >&5
13807 $as_echo "not found" >&6; }
13808
13809 else
13810   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13811 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13812
13813 cat >>confdefs.h <<_ACEOF
13814 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13815 _ACEOF
13816
13817        CURSESLIBS="-lcurses"
13818 fi
13819
13820 fi
13821 ac_save_LIBS="$LIBS"
13822 LIBS="$LIBS $CURSESLIBS"
13823
13824 for ac_func in mousemask
13825 do
13826 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13827 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13828 $as_echo_n "checking for $ac_func... " >&6; }
13829 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13830   $as_echo_n "(cached) " >&6
13831 else
13832   cat >conftest.$ac_ext <<_ACEOF
13833 /* confdefs.h.  */
13834 _ACEOF
13835 cat confdefs.h >>conftest.$ac_ext
13836 cat >>conftest.$ac_ext <<_ACEOF
13837 /* end confdefs.h.  */
13838 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13839    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13840 #define $ac_func innocuous_$ac_func
13841
13842 /* System header to define __stub macros and hopefully few prototypes,
13843     which can conflict with char $ac_func (); below.
13844     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13845     <limits.h> exists even on freestanding compilers.  */
13846
13847 #ifdef __STDC__
13848 # include <limits.h>
13849 #else
13850 # include <assert.h>
13851 #endif
13852
13853 #undef $ac_func
13854
13855 /* Override any GCC internal prototype to avoid an error.
13856    Use char because int might match the return type of a GCC
13857    builtin and then its argument prototype would still apply.  */
13858 #ifdef __cplusplus
13859 extern "C"
13860 #endif
13861 char $ac_func ();
13862 /* The GNU C library defines this for functions which it implements
13863     to always fail with ENOSYS.  Some functions are actually named
13864     something starting with __ and the normal name is an alias.  */
13865 #if defined __stub_$ac_func || defined __stub___$ac_func
13866 choke me
13867 #endif
13868
13869 int
13870 main ()
13871 {
13872 return $ac_func ();
13873   ;
13874   return 0;
13875 }
13876 _ACEOF
13877 rm -f conftest.$ac_objext conftest$ac_exeext
13878 if { (ac_try="$ac_link"
13879 case "(($ac_try" in
13880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13881   *) ac_try_echo=$ac_try;;
13882 esac
13883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13884 $as_echo "$ac_try_echo") >&5
13885   (eval "$ac_link") 2>conftest.er1
13886   ac_status=$?
13887   grep -v '^ *+' conftest.er1 >conftest.err
13888   rm -f conftest.er1
13889   cat conftest.err >&5
13890   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13891   (exit $ac_status); } && {
13892          test -z "$ac_c_werror_flag" ||
13893          test ! -s conftest.err
13894        } && test -s conftest$ac_exeext && {
13895          test "$cross_compiling" = yes ||
13896          $as_test_x conftest$ac_exeext
13897        }; then
13898   eval "$as_ac_var=yes"
13899 else
13900   $as_echo "$as_me: failed program was:" >&5
13901 sed 's/^/| /' conftest.$ac_ext >&5
13902
13903         eval "$as_ac_var=no"
13904 fi
13905
13906 rm -rf conftest.dSYM
13907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13908       conftest$ac_exeext conftest.$ac_ext
13909 fi
13910 ac_res=`eval 'as_val=${'$as_ac_var'}
13911                  $as_echo "$as_val"'`
13912                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13913 $as_echo "$ac_res" >&6; }
13914 as_val=`eval 'as_val=${'$as_ac_var'}
13915                  $as_echo "$as_val"'`
13916    if test "x$as_val" = x""yes; then
13917   cat >>confdefs.h <<_ACEOF
13918 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13919 _ACEOF
13920
13921 fi
13922 done
13923
13924 LIBS="$ac_save_LIBS"
13925 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13926   case "x$with_curses" in
13927   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13928   xno) ;;
13929   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13930 This is an error since --with-curses was requested." >&5
13931 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13932 This is an error since --with-curses was requested." >&2;}
13933    { (exit 1); exit 1; }; } ;;
13934 esac
13935 fi
13936
13937
13938 if test "x$with_sane" != "xno"
13939 then
13940     ac_save_CPPFLAGS="$CPPFLAGS"
13941     # Extract the first word of "sane-config", so it can be a program name with args.
13942 set dummy sane-config; ac_word=$2
13943 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13944 $as_echo_n "checking for $ac_word... " >&6; }
13945 if test "${ac_cv_prog_sane_devel+set}" = set; then
13946   $as_echo_n "(cached) " >&6
13947 else
13948   if test -n "$sane_devel"; then
13949   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13950 else
13951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13952 for as_dir in $PATH
13953 do
13954   IFS=$as_save_IFS
13955   test -z "$as_dir" && as_dir=.
13956   for ac_exec_ext in '' $ac_executable_extensions; do
13957   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13958     ac_cv_prog_sane_devel="sane-config"
13959     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13960     break 2
13961   fi
13962 done
13963 done
13964 IFS=$as_save_IFS
13965
13966   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13967 fi
13968 fi
13969 sane_devel=$ac_cv_prog_sane_devel
13970 if test -n "$sane_devel"; then
13971   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13972 $as_echo "$sane_devel" >&6; }
13973 else
13974   { $as_echo "$as_me:$LINENO: result: no" >&5
13975 $as_echo "no" >&6; }
13976 fi
13977
13978
13979     if test "$sane_devel" != "no"
13980     then
13981         ac_sane_incl="`$sane_devel --cflags`"
13982         ac_sane_libs="`$sane_devel --ldflags`"
13983         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13984     fi
13985     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13986   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13987 $as_echo_n "checking for sane/sane.h... " >&6; }
13988 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13989   $as_echo_n "(cached) " >&6
13990 fi
13991 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13992 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13993 else
13994   # Is the header compilable?
13995 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13996 $as_echo_n "checking sane/sane.h usability... " >&6; }
13997 cat >conftest.$ac_ext <<_ACEOF
13998 /* confdefs.h.  */
13999 _ACEOF
14000 cat confdefs.h >>conftest.$ac_ext
14001 cat >>conftest.$ac_ext <<_ACEOF
14002 /* end confdefs.h.  */
14003 $ac_includes_default
14004 #include <sane/sane.h>
14005 _ACEOF
14006 rm -f conftest.$ac_objext
14007 if { (ac_try="$ac_compile"
14008 case "(($ac_try" in
14009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14010   *) ac_try_echo=$ac_try;;
14011 esac
14012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14013 $as_echo "$ac_try_echo") >&5
14014   (eval "$ac_compile") 2>conftest.er1
14015   ac_status=$?
14016   grep -v '^ *+' conftest.er1 >conftest.err
14017   rm -f conftest.er1
14018   cat conftest.err >&5
14019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14020   (exit $ac_status); } && {
14021          test -z "$ac_c_werror_flag" ||
14022          test ! -s conftest.err
14023        } && test -s conftest.$ac_objext; then
14024   ac_header_compiler=yes
14025 else
14026   $as_echo "$as_me: failed program was:" >&5
14027 sed 's/^/| /' conftest.$ac_ext >&5
14028
14029         ac_header_compiler=no
14030 fi
14031
14032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14033 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14034 $as_echo "$ac_header_compiler" >&6; }
14035
14036 # Is the header present?
14037 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14038 $as_echo_n "checking sane/sane.h presence... " >&6; }
14039 cat >conftest.$ac_ext <<_ACEOF
14040 /* confdefs.h.  */
14041 _ACEOF
14042 cat confdefs.h >>conftest.$ac_ext
14043 cat >>conftest.$ac_ext <<_ACEOF
14044 /* end confdefs.h.  */
14045 #include <sane/sane.h>
14046 _ACEOF
14047 if { (ac_try="$ac_cpp conftest.$ac_ext"
14048 case "(($ac_try" in
14049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14050   *) ac_try_echo=$ac_try;;
14051 esac
14052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14053 $as_echo "$ac_try_echo") >&5
14054   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14055   ac_status=$?
14056   grep -v '^ *+' conftest.er1 >conftest.err
14057   rm -f conftest.er1
14058   cat conftest.err >&5
14059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14060   (exit $ac_status); } >/dev/null && {
14061          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14062          test ! -s conftest.err
14063        }; then
14064   ac_header_preproc=yes
14065 else
14066   $as_echo "$as_me: failed program was:" >&5
14067 sed 's/^/| /' conftest.$ac_ext >&5
14068
14069   ac_header_preproc=no
14070 fi
14071
14072 rm -f conftest.err conftest.$ac_ext
14073 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14074 $as_echo "$ac_header_preproc" >&6; }
14075
14076 # So?  What about this header?
14077 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14078   yes:no: )
14079     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14080 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14081     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14082 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14083     ac_header_preproc=yes
14084     ;;
14085   no:yes:* )
14086     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14087 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14088     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
14089 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
14090     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14091 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14092     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
14093 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14094     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14095 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14096     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14097 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14098     ( cat <<\_ASBOX
14099 ## ------------------------------------ ##
14100 ## Report this to wine-devel@winehq.org ##
14101 ## ------------------------------------ ##
14102 _ASBOX
14103      ) | sed "s/^/$as_me: WARNING:     /" >&2
14104     ;;
14105 esac
14106 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14107 $as_echo_n "checking for sane/sane.h... " >&6; }
14108 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14109   $as_echo_n "(cached) " >&6
14110 else
14111   ac_cv_header_sane_sane_h=$ac_header_preproc
14112 fi
14113 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14114 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14115
14116 fi
14117 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14118   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14119 $as_echo_n "checking for -lsane... " >&6; }
14120 if test "${ac_cv_lib_soname_sane+set}" = set; then
14121   $as_echo_n "(cached) " >&6
14122 else
14123   ac_check_soname_save_LIBS=$LIBS
14124 LIBS="-lsane $ac_sane_libs $LIBS"
14125   cat >conftest.$ac_ext <<_ACEOF
14126 /* confdefs.h.  */
14127 _ACEOF
14128 cat confdefs.h >>conftest.$ac_ext
14129 cat >>conftest.$ac_ext <<_ACEOF
14130 /* end confdefs.h.  */
14131
14132 /* Override any GCC internal prototype to avoid an error.
14133    Use char because int might match the return type of a GCC
14134    builtin and then its argument prototype would still apply.  */
14135 #ifdef __cplusplus
14136 extern "C"
14137 #endif
14138 char sane_init ();
14139 int
14140 main ()
14141 {
14142 return sane_init ();
14143   ;
14144   return 0;
14145 }
14146 _ACEOF
14147 rm -f conftest.$ac_objext conftest$ac_exeext
14148 if { (ac_try="$ac_link"
14149 case "(($ac_try" in
14150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14151   *) ac_try_echo=$ac_try;;
14152 esac
14153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14154 $as_echo "$ac_try_echo") >&5
14155   (eval "$ac_link") 2>conftest.er1
14156   ac_status=$?
14157   grep -v '^ *+' conftest.er1 >conftest.err
14158   rm -f conftest.er1
14159   cat conftest.err >&5
14160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14161   (exit $ac_status); } && {
14162          test -z "$ac_c_werror_flag" ||
14163          test ! -s conftest.err
14164        } && test -s conftest$ac_exeext && {
14165          test "$cross_compiling" = yes ||
14166          $as_test_x conftest$ac_exeext
14167        }; then
14168   case "$LIBEXT" in
14169     dll) ;;
14170     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'` ;;
14171     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14172   esac
14173 else
14174   $as_echo "$as_me: failed program was:" >&5
14175 sed 's/^/| /' conftest.$ac_ext >&5
14176
14177
14178 fi
14179
14180 rm -rf conftest.dSYM
14181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14182       conftest$ac_exeext conftest.$ac_ext
14183   LIBS=$ac_check_soname_save_LIBS
14184 fi
14185 if test "x$ac_cv_lib_soname_sane" = "x"; then
14186   { $as_echo "$as_me:$LINENO: result: not found" >&5
14187 $as_echo "not found" >&6; }
14188
14189 else
14190   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14191 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14192
14193 cat >>confdefs.h <<_ACEOF
14194 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14195 _ACEOF
14196
14197        SANEINCL="$ac_sane_incl"
14198
14199 fi
14200
14201 fi
14202
14203
14204     CPPFLAGS="$ac_save_CPPFLAGS"
14205 fi
14206 if test "x$ac_cv_lib_soname_sane" = "x"; then
14207   case "x$with_sane" in
14208   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14209   xno) ;;
14210   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14211 This is an error since --with-sane was requested." >&5
14212 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14213 This is an error since --with-sane was requested." >&2;}
14214    { (exit 1); exit 1; }; } ;;
14215 esac
14216 fi
14217
14218
14219 if test "x$with_gphoto" != "xno"
14220 then
14221     ac_save_CPPFLAGS="$CPPFLAGS"
14222     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14223 set dummy gphoto2-config; ac_word=$2
14224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14225 $as_echo_n "checking for $ac_word... " >&6; }
14226 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14227   $as_echo_n "(cached) " >&6
14228 else
14229   if test -n "$gphoto2_devel"; then
14230   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14231 else
14232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14233 for as_dir in $PATH
14234 do
14235   IFS=$as_save_IFS
14236   test -z "$as_dir" && as_dir=.
14237   for ac_exec_ext in '' $ac_executable_extensions; do
14238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14239     ac_cv_prog_gphoto2_devel="gphoto2-config"
14240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14241     break 2
14242   fi
14243 done
14244 done
14245 IFS=$as_save_IFS
14246
14247   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14248 fi
14249 fi
14250 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14251 if test -n "$gphoto2_devel"; then
14252   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14253 $as_echo "$gphoto2_devel" >&6; }
14254 else
14255   { $as_echo "$as_me:$LINENO: result: no" >&5
14256 $as_echo "no" >&6; }
14257 fi
14258
14259
14260     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14261 set dummy gphoto2-port-config; ac_word=$2
14262 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14263 $as_echo_n "checking for $ac_word... " >&6; }
14264 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14265   $as_echo_n "(cached) " >&6
14266 else
14267   if test -n "$gphoto2port_devel"; then
14268   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14269 else
14270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14271 for as_dir in $PATH
14272 do
14273   IFS=$as_save_IFS
14274   test -z "$as_dir" && as_dir=.
14275   for ac_exec_ext in '' $ac_executable_extensions; do
14276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14277     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14278     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14279     break 2
14280   fi
14281 done
14282 done
14283 IFS=$as_save_IFS
14284
14285   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14286 fi
14287 fi
14288 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14289 if test -n "$gphoto2port_devel"; then
14290   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14291 $as_echo "$gphoto2port_devel" >&6; }
14292 else
14293   { $as_echo "$as_me:$LINENO: result: no" >&5
14294 $as_echo "no" >&6; }
14295 fi
14296
14297
14298     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14299     then
14300         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14301         ac_gphoto2_libs=""
14302         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14303         do
14304             case "$i" in
14305             -L/usr/lib|-L/usr/lib64) ;;
14306             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14307             esac
14308         done
14309         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14310     fi
14311     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14312     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14313   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14314 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14315 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14316   $as_echo_n "(cached) " >&6
14317 fi
14318 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14319 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14320 else
14321   # Is the header compilable?
14322 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14323 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14324 cat >conftest.$ac_ext <<_ACEOF
14325 /* confdefs.h.  */
14326 _ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h.  */
14330 $ac_includes_default
14331 #include <gphoto2-camera.h>
14332 _ACEOF
14333 rm -f conftest.$ac_objext
14334 if { (ac_try="$ac_compile"
14335 case "(($ac_try" in
14336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14337   *) ac_try_echo=$ac_try;;
14338 esac
14339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14340 $as_echo "$ac_try_echo") >&5
14341   (eval "$ac_compile") 2>conftest.er1
14342   ac_status=$?
14343   grep -v '^ *+' conftest.er1 >conftest.err
14344   rm -f conftest.er1
14345   cat conftest.err >&5
14346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14347   (exit $ac_status); } && {
14348          test -z "$ac_c_werror_flag" ||
14349          test ! -s conftest.err
14350        } && test -s conftest.$ac_objext; then
14351   ac_header_compiler=yes
14352 else
14353   $as_echo "$as_me: failed program was:" >&5
14354 sed 's/^/| /' conftest.$ac_ext >&5
14355
14356         ac_header_compiler=no
14357 fi
14358
14359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14360 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14361 $as_echo "$ac_header_compiler" >&6; }
14362
14363 # Is the header present?
14364 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14365 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14366 cat >conftest.$ac_ext <<_ACEOF
14367 /* confdefs.h.  */
14368 _ACEOF
14369 cat confdefs.h >>conftest.$ac_ext
14370 cat >>conftest.$ac_ext <<_ACEOF
14371 /* end confdefs.h.  */
14372 #include <gphoto2-camera.h>
14373 _ACEOF
14374 if { (ac_try="$ac_cpp conftest.$ac_ext"
14375 case "(($ac_try" in
14376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14377   *) ac_try_echo=$ac_try;;
14378 esac
14379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14380 $as_echo "$ac_try_echo") >&5
14381   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14382   ac_status=$?
14383   grep -v '^ *+' conftest.er1 >conftest.err
14384   rm -f conftest.er1
14385   cat conftest.err >&5
14386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14387   (exit $ac_status); } >/dev/null && {
14388          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14389          test ! -s conftest.err
14390        }; then
14391   ac_header_preproc=yes
14392 else
14393   $as_echo "$as_me: failed program was:" >&5
14394 sed 's/^/| /' conftest.$ac_ext >&5
14395
14396   ac_header_preproc=no
14397 fi
14398
14399 rm -f conftest.err conftest.$ac_ext
14400 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14401 $as_echo "$ac_header_preproc" >&6; }
14402
14403 # So?  What about this header?
14404 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14405   yes:no: )
14406     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14407 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14408     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14409 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14410     ac_header_preproc=yes
14411     ;;
14412   no:yes:* )
14413     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14414 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14415     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14416 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14417     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14418 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14419     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14420 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14421     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14422 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14423     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14424 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14425     ( cat <<\_ASBOX
14426 ## ------------------------------------ ##
14427 ## Report this to wine-devel@winehq.org ##
14428 ## ------------------------------------ ##
14429 _ASBOX
14430      ) | sed "s/^/$as_me: WARNING:     /" >&2
14431     ;;
14432 esac
14433 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14434 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14435 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14436   $as_echo_n "(cached) " >&6
14437 else
14438   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14439 fi
14440 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14441 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14442
14443 fi
14444 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14445   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14446 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14447 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14448   $as_echo_n "(cached) " >&6
14449 else
14450   ac_check_lib_save_LIBS=$LIBS
14451 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14452 cat >conftest.$ac_ext <<_ACEOF
14453 /* confdefs.h.  */
14454 _ACEOF
14455 cat confdefs.h >>conftest.$ac_ext
14456 cat >>conftest.$ac_ext <<_ACEOF
14457 /* end confdefs.h.  */
14458
14459 /* Override any GCC internal prototype to avoid an error.
14460    Use char because int might match the return type of a GCC
14461    builtin and then its argument prototype would still apply.  */
14462 #ifdef __cplusplus
14463 extern "C"
14464 #endif
14465 char gp_camera_new ();
14466 int
14467 main ()
14468 {
14469 return gp_camera_new ();
14470   ;
14471   return 0;
14472 }
14473 _ACEOF
14474 rm -f conftest.$ac_objext conftest$ac_exeext
14475 if { (ac_try="$ac_link"
14476 case "(($ac_try" in
14477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14478   *) ac_try_echo=$ac_try;;
14479 esac
14480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14481 $as_echo "$ac_try_echo") >&5
14482   (eval "$ac_link") 2>conftest.er1
14483   ac_status=$?
14484   grep -v '^ *+' conftest.er1 >conftest.err
14485   rm -f conftest.er1
14486   cat conftest.err >&5
14487   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14488   (exit $ac_status); } && {
14489          test -z "$ac_c_werror_flag" ||
14490          test ! -s conftest.err
14491        } && test -s conftest$ac_exeext && {
14492          test "$cross_compiling" = yes ||
14493          $as_test_x conftest$ac_exeext
14494        }; then
14495   ac_cv_lib_gphoto2_gp_camera_new=yes
14496 else
14497   $as_echo "$as_me: failed program was:" >&5
14498 sed 's/^/| /' conftest.$ac_ext >&5
14499
14500         ac_cv_lib_gphoto2_gp_camera_new=no
14501 fi
14502
14503 rm -rf conftest.dSYM
14504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14505       conftest$ac_exeext conftest.$ac_ext
14506 LIBS=$ac_check_lib_save_LIBS
14507 fi
14508 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14509 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14510 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14511
14512 cat >>confdefs.h <<\_ACEOF
14513 #define HAVE_GPHOTO2 1
14514 _ACEOF
14515
14516                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14517
14518                                    GPHOTO2INCL="$ac_gphoto2_incl"
14519
14520 fi
14521
14522 fi
14523
14524
14525     CPPFLAGS="$ac_save_CPPFLAGS"
14526 fi
14527 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14528   case "x$with_gphoto" in
14529   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14530   xno) ;;
14531   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14532 This is an error since --with-gphoto was requested." >&5
14533 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14534 This is an error since --with-gphoto was requested." >&2;}
14535    { (exit 1); exit 1; }; } ;;
14536 esac
14537 fi
14538
14539
14540
14541 RESOLVLIBS=""
14542
14543 if test "$ac_cv_header_resolv_h" = "yes"
14544 then
14545     ac_save_LIBS="$LIBS"
14546     LIBS="$LIBS -lresolv"
14547     cat >conftest.$ac_ext <<_ACEOF
14548 /* confdefs.h.  */
14549 _ACEOF
14550 cat confdefs.h >>conftest.$ac_ext
14551 cat >>conftest.$ac_ext <<_ACEOF
14552 /* end confdefs.h.  */
14553 #ifdef HAVE_NETINET_IN_H
14554 #include <netinet/in.h>
14555 #endif
14556 #include <resolv.h>
14557 int
14558 main ()
14559 {
14560 res_init();
14561   ;
14562   return 0;
14563 }
14564 _ACEOF
14565 rm -f conftest.$ac_objext conftest$ac_exeext
14566 if { (ac_try="$ac_link"
14567 case "(($ac_try" in
14568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14569   *) ac_try_echo=$ac_try;;
14570 esac
14571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14572 $as_echo "$ac_try_echo") >&5
14573   (eval "$ac_link") 2>conftest.er1
14574   ac_status=$?
14575   grep -v '^ *+' conftest.er1 >conftest.err
14576   rm -f conftest.er1
14577   cat conftest.err >&5
14578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579   (exit $ac_status); } && {
14580          test -z "$ac_c_werror_flag" ||
14581          test ! -s conftest.err
14582        } && test -s conftest$ac_exeext && {
14583          test "$cross_compiling" = yes ||
14584          $as_test_x conftest$ac_exeext
14585        }; then
14586
14587 cat >>confdefs.h <<\_ACEOF
14588 #define HAVE_RESOLV 1
14589 _ACEOF
14590
14591          RESOLVLIBS="-lresolv"
14592 else
14593   $as_echo "$as_me: failed program was:" >&5
14594 sed 's/^/| /' conftest.$ac_ext >&5
14595
14596
14597 fi
14598
14599 rm -rf conftest.dSYM
14600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14601       conftest$ac_exeext conftest.$ac_ext
14602     LIBS="$ac_save_LIBS"
14603 fi
14604
14605 LCMSLIBS=""
14606
14607 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14608 then
14609     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14610 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14611 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14612   $as_echo_n "(cached) " >&6
14613 else
14614   ac_check_lib_save_LIBS=$LIBS
14615 LIBS="-llcms  $LIBS"
14616 cat >conftest.$ac_ext <<_ACEOF
14617 /* confdefs.h.  */
14618 _ACEOF
14619 cat confdefs.h >>conftest.$ac_ext
14620 cat >>conftest.$ac_ext <<_ACEOF
14621 /* end confdefs.h.  */
14622
14623 /* Override any GCC internal prototype to avoid an error.
14624    Use char because int might match the return type of a GCC
14625    builtin and then its argument prototype would still apply.  */
14626 #ifdef __cplusplus
14627 extern "C"
14628 #endif
14629 char cmsOpenProfileFromFile ();
14630 int
14631 main ()
14632 {
14633 return cmsOpenProfileFromFile ();
14634   ;
14635   return 0;
14636 }
14637 _ACEOF
14638 rm -f conftest.$ac_objext conftest$ac_exeext
14639 if { (ac_try="$ac_link"
14640 case "(($ac_try" in
14641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14642   *) ac_try_echo=$ac_try;;
14643 esac
14644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14645 $as_echo "$ac_try_echo") >&5
14646   (eval "$ac_link") 2>conftest.er1
14647   ac_status=$?
14648   grep -v '^ *+' conftest.er1 >conftest.err
14649   rm -f conftest.er1
14650   cat conftest.err >&5
14651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14652   (exit $ac_status); } && {
14653          test -z "$ac_c_werror_flag" ||
14654          test ! -s conftest.err
14655        } && test -s conftest$ac_exeext && {
14656          test "$cross_compiling" = yes ||
14657          $as_test_x conftest$ac_exeext
14658        }; then
14659   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14660 else
14661   $as_echo "$as_me: failed program was:" >&5
14662 sed 's/^/| /' conftest.$ac_ext >&5
14663
14664         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14665 fi
14666
14667 rm -rf conftest.dSYM
14668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14669       conftest$ac_exeext conftest.$ac_ext
14670 LIBS=$ac_check_lib_save_LIBS
14671 fi
14672 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14673 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14674 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14675
14676 cat >>confdefs.h <<\_ACEOF
14677 #define HAVE_LCMS 1
14678 _ACEOF
14679
14680          LCMSLIBS="-llcms"
14681 fi
14682
14683 fi
14684 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14685   case "x$with_cms" in
14686   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14687   xno) ;;
14688   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14689 This is an error since --with-cms was requested." >&5
14690 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14691 This is an error since --with-cms was requested." >&2;}
14692    { (exit 1); exit 1; }; } ;;
14693 esac
14694 fi
14695
14696
14697 if test "x$with_freetype" != "xno"
14698 then
14699     for ac_prog in freetype-config freetype2-config
14700 do
14701   # Extract the first word of "$ac_prog", so it can be a program name with args.
14702 set dummy $ac_prog; ac_word=$2
14703 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14704 $as_echo_n "checking for $ac_word... " >&6; }
14705 if test "${ac_cv_prog_ft_devel+set}" = set; then
14706   $as_echo_n "(cached) " >&6
14707 else
14708   if test -n "$ft_devel"; then
14709   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14710 else
14711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14712 for as_dir in $PATH
14713 do
14714   IFS=$as_save_IFS
14715   test -z "$as_dir" && as_dir=.
14716   for ac_exec_ext in '' $ac_executable_extensions; do
14717   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14718     ac_cv_prog_ft_devel="$ac_prog"
14719     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14720     break 2
14721   fi
14722 done
14723 done
14724 IFS=$as_save_IFS
14725
14726 fi
14727 fi
14728 ft_devel=$ac_cv_prog_ft_devel
14729 if test -n "$ft_devel"; then
14730   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14731 $as_echo "$ft_devel" >&6; }
14732 else
14733   { $as_echo "$as_me:$LINENO: result: no" >&5
14734 $as_echo "no" >&6; }
14735 fi
14736
14737
14738   test -n "$ft_devel" && break
14739 done
14740 test -n "$ft_devel" || ft_devel="no"
14741
14742     if test "$ft_devel" != "no"
14743     then
14744         ac_freetype_incl=`$ft_devel --cflags`
14745         ac_freetype_libs=`$ft_devel --libs`
14746     fi
14747     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14748     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14749 $as_echo_n "checking for -lfreetype... " >&6; }
14750 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14751   $as_echo_n "(cached) " >&6
14752 else
14753   ac_check_soname_save_LIBS=$LIBS
14754 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14755   cat >conftest.$ac_ext <<_ACEOF
14756 /* confdefs.h.  */
14757 _ACEOF
14758 cat confdefs.h >>conftest.$ac_ext
14759 cat >>conftest.$ac_ext <<_ACEOF
14760 /* end confdefs.h.  */
14761
14762 /* Override any GCC internal prototype to avoid an error.
14763    Use char because int might match the return type of a GCC
14764    builtin and then its argument prototype would still apply.  */
14765 #ifdef __cplusplus
14766 extern "C"
14767 #endif
14768 char FT_Init_FreeType ();
14769 int
14770 main ()
14771 {
14772 return FT_Init_FreeType ();
14773   ;
14774   return 0;
14775 }
14776 _ACEOF
14777 rm -f conftest.$ac_objext conftest$ac_exeext
14778 if { (ac_try="$ac_link"
14779 case "(($ac_try" in
14780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14781   *) ac_try_echo=$ac_try;;
14782 esac
14783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14784 $as_echo "$ac_try_echo") >&5
14785   (eval "$ac_link") 2>conftest.er1
14786   ac_status=$?
14787   grep -v '^ *+' conftest.er1 >conftest.err
14788   rm -f conftest.er1
14789   cat conftest.err >&5
14790   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14791   (exit $ac_status); } && {
14792          test -z "$ac_c_werror_flag" ||
14793          test ! -s conftest.err
14794        } && test -s conftest$ac_exeext && {
14795          test "$cross_compiling" = yes ||
14796          $as_test_x conftest$ac_exeext
14797        }; then
14798   case "$LIBEXT" in
14799     dll) ;;
14800     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'` ;;
14801     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14802   esac
14803 else
14804   $as_echo "$as_me: failed program was:" >&5
14805 sed 's/^/| /' conftest.$ac_ext >&5
14806
14807
14808 fi
14809
14810 rm -rf conftest.dSYM
14811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14812       conftest$ac_exeext conftest.$ac_ext
14813   LIBS=$ac_check_soname_save_LIBS
14814 fi
14815 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14816   { $as_echo "$as_me:$LINENO: result: not found" >&5
14817 $as_echo "not found" >&6; }
14818        ft_lib=no
14819 else
14820   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14821 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14822
14823 cat >>confdefs.h <<_ACEOF
14824 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14825 _ACEOF
14826
14827        ft_lib=yes
14828 fi
14829
14830     if test "$ft_lib" = "yes"
14831     then
14832         ac_save_CPPFLAGS="$CPPFLAGS"
14833         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14834
14835
14836
14837
14838
14839
14840
14841
14842
14843
14844
14845
14846
14847 for ac_header in ft2build.h \
14848                          freetype/freetype.h \
14849                          freetype/ftglyph.h \
14850                          freetype/fttypes.h \
14851                          freetype/tttables.h \
14852                          freetype/ftnames.h \
14853                          freetype/ftsnames.h \
14854                          freetype/ttnameid.h \
14855                          freetype/ftoutln.h \
14856                          freetype/ftwinfnt.h \
14857                          freetype/ftmodapi.h \
14858                          freetype/ftlcdfil.h \
14859                          freetype/internal/sfnt.h
14860 do
14861 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14862 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14863 $as_echo_n "checking for $ac_header... " >&6; }
14864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14865   $as_echo_n "(cached) " >&6
14866 else
14867   cat >conftest.$ac_ext <<_ACEOF
14868 /* confdefs.h.  */
14869 _ACEOF
14870 cat confdefs.h >>conftest.$ac_ext
14871 cat >>conftest.$ac_ext <<_ACEOF
14872 /* end confdefs.h.  */
14873 #ifdef HAVE_FT2BUILD_H
14874                           # include <ft2build.h>
14875                           #endif
14876
14877 #include <$ac_header>
14878 _ACEOF
14879 rm -f conftest.$ac_objext
14880 if { (ac_try="$ac_compile"
14881 case "(($ac_try" in
14882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14883   *) ac_try_echo=$ac_try;;
14884 esac
14885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14886 $as_echo "$ac_try_echo") >&5
14887   (eval "$ac_compile") 2>conftest.er1
14888   ac_status=$?
14889   grep -v '^ *+' conftest.er1 >conftest.err
14890   rm -f conftest.er1
14891   cat conftest.err >&5
14892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14893   (exit $ac_status); } && {
14894          test -z "$ac_c_werror_flag" ||
14895          test ! -s conftest.err
14896        } && test -s conftest.$ac_objext; then
14897   eval "$as_ac_Header=yes"
14898 else
14899   $as_echo "$as_me: failed program was:" >&5
14900 sed 's/^/| /' conftest.$ac_ext >&5
14901
14902         eval "$as_ac_Header=no"
14903 fi
14904
14905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14906 fi
14907 ac_res=`eval 'as_val=${'$as_ac_Header'}
14908                  $as_echo "$as_val"'`
14909                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14910 $as_echo "$ac_res" >&6; }
14911 as_val=`eval 'as_val=${'$as_ac_Header'}
14912                  $as_echo "$as_val"'`
14913    if test "x$as_val" = x""yes; then
14914   cat >>confdefs.h <<_ACEOF
14915 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14916 _ACEOF
14917
14918 fi
14919
14920 done
14921
14922         cat >conftest.$ac_ext <<_ACEOF
14923 /* confdefs.h.  */
14924 _ACEOF
14925 cat confdefs.h >>conftest.$ac_ext
14926 cat >>conftest.$ac_ext <<_ACEOF
14927 /* end confdefs.h.  */
14928 #include <ft2build.h>
14929                     #include <freetype/fttrigon.h>
14930 _ACEOF
14931 if { (ac_try="$ac_cpp conftest.$ac_ext"
14932 case "(($ac_try" in
14933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14934   *) ac_try_echo=$ac_try;;
14935 esac
14936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14937 $as_echo "$ac_try_echo") >&5
14938   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14939   ac_status=$?
14940   grep -v '^ *+' conftest.er1 >conftest.err
14941   rm -f conftest.er1
14942   cat conftest.err >&5
14943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944   (exit $ac_status); } >/dev/null && {
14945          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14946          test ! -s conftest.err
14947        }; then
14948
14949 cat >>confdefs.h <<\_ACEOF
14950 #define HAVE_FREETYPE_FTTRIGON_H 1
14951 _ACEOF
14952
14953                     wine_cv_fttrigon=yes
14954 else
14955   $as_echo "$as_me: failed program was:" >&5
14956 sed 's/^/| /' conftest.$ac_ext >&5
14957
14958   wine_cv_fttrigon=no
14959 fi
14960
14961 rm -f conftest.err conftest.$ac_ext
14962         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14963 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14964 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14965   $as_echo_n "(cached) " >&6
14966 else
14967   ac_cv_type_FT_TrueTypeEngineType=no
14968 cat >conftest.$ac_ext <<_ACEOF
14969 /* confdefs.h.  */
14970 _ACEOF
14971 cat confdefs.h >>conftest.$ac_ext
14972 cat >>conftest.$ac_ext <<_ACEOF
14973 /* end confdefs.h.  */
14974 #include <freetype/ftmodapi.h>
14975
14976 int
14977 main ()
14978 {
14979 if (sizeof (FT_TrueTypeEngineType))
14980        return 0;
14981   ;
14982   return 0;
14983 }
14984 _ACEOF
14985 rm -f conftest.$ac_objext
14986 if { (ac_try="$ac_compile"
14987 case "(($ac_try" in
14988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14989   *) ac_try_echo=$ac_try;;
14990 esac
14991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14992 $as_echo "$ac_try_echo") >&5
14993   (eval "$ac_compile") 2>conftest.er1
14994   ac_status=$?
14995   grep -v '^ *+' conftest.er1 >conftest.err
14996   rm -f conftest.er1
14997   cat conftest.err >&5
14998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14999   (exit $ac_status); } && {
15000          test -z "$ac_c_werror_flag" ||
15001          test ! -s conftest.err
15002        } && test -s conftest.$ac_objext; then
15003   cat >conftest.$ac_ext <<_ACEOF
15004 /* confdefs.h.  */
15005 _ACEOF
15006 cat confdefs.h >>conftest.$ac_ext
15007 cat >>conftest.$ac_ext <<_ACEOF
15008 /* end confdefs.h.  */
15009 #include <freetype/ftmodapi.h>
15010
15011 int
15012 main ()
15013 {
15014 if (sizeof ((FT_TrueTypeEngineType)))
15015           return 0;
15016   ;
15017   return 0;
15018 }
15019 _ACEOF
15020 rm -f conftest.$ac_objext
15021 if { (ac_try="$ac_compile"
15022 case "(($ac_try" in
15023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15024   *) ac_try_echo=$ac_try;;
15025 esac
15026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15027 $as_echo "$ac_try_echo") >&5
15028   (eval "$ac_compile") 2>conftest.er1
15029   ac_status=$?
15030   grep -v '^ *+' conftest.er1 >conftest.err
15031   rm -f conftest.er1
15032   cat conftest.err >&5
15033   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034   (exit $ac_status); } && {
15035          test -z "$ac_c_werror_flag" ||
15036          test ! -s conftest.err
15037        } && test -s conftest.$ac_objext; then
15038   :
15039 else
15040   $as_echo "$as_me: failed program was:" >&5
15041 sed 's/^/| /' conftest.$ac_ext >&5
15042
15043         ac_cv_type_FT_TrueTypeEngineType=yes
15044 fi
15045
15046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15047 else
15048   $as_echo "$as_me: failed program was:" >&5
15049 sed 's/^/| /' conftest.$ac_ext >&5
15050
15051
15052 fi
15053
15054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15055 fi
15056 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15057 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15058 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15059
15060 cat >>confdefs.h <<_ACEOF
15061 #define HAVE_FT_TRUETYPEENGINETYPE 1
15062 _ACEOF
15063
15064
15065 fi
15066
15067         ac_save_CFLAGS="$CFLAGS"
15068         CFLAGS="$CFLAGS $ac_freetype_libs"
15069
15070 for ac_func in FT_Load_Sfnt_Table
15071 do
15072 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15073 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15074 $as_echo_n "checking for $ac_func... " >&6; }
15075 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15076   $as_echo_n "(cached) " >&6
15077 else
15078   cat >conftest.$ac_ext <<_ACEOF
15079 /* confdefs.h.  */
15080 _ACEOF
15081 cat confdefs.h >>conftest.$ac_ext
15082 cat >>conftest.$ac_ext <<_ACEOF
15083 /* end confdefs.h.  */
15084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15085    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15086 #define $ac_func innocuous_$ac_func
15087
15088 /* System header to define __stub macros and hopefully few prototypes,
15089     which can conflict with char $ac_func (); below.
15090     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15091     <limits.h> exists even on freestanding compilers.  */
15092
15093 #ifdef __STDC__
15094 # include <limits.h>
15095 #else
15096 # include <assert.h>
15097 #endif
15098
15099 #undef $ac_func
15100
15101 /* Override any GCC internal prototype to avoid an error.
15102    Use char because int might match the return type of a GCC
15103    builtin and then its argument prototype would still apply.  */
15104 #ifdef __cplusplus
15105 extern "C"
15106 #endif
15107 char $ac_func ();
15108 /* The GNU C library defines this for functions which it implements
15109     to always fail with ENOSYS.  Some functions are actually named
15110     something starting with __ and the normal name is an alias.  */
15111 #if defined __stub_$ac_func || defined __stub___$ac_func
15112 choke me
15113 #endif
15114
15115 int
15116 main ()
15117 {
15118 return $ac_func ();
15119   ;
15120   return 0;
15121 }
15122 _ACEOF
15123 rm -f conftest.$ac_objext conftest$ac_exeext
15124 if { (ac_try="$ac_link"
15125 case "(($ac_try" in
15126   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15127   *) ac_try_echo=$ac_try;;
15128 esac
15129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15130 $as_echo "$ac_try_echo") >&5
15131   (eval "$ac_link") 2>conftest.er1
15132   ac_status=$?
15133   grep -v '^ *+' conftest.er1 >conftest.err
15134   rm -f conftest.er1
15135   cat conftest.err >&5
15136   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15137   (exit $ac_status); } && {
15138          test -z "$ac_c_werror_flag" ||
15139          test ! -s conftest.err
15140        } && test -s conftest$ac_exeext && {
15141          test "$cross_compiling" = yes ||
15142          $as_test_x conftest$ac_exeext
15143        }; then
15144   eval "$as_ac_var=yes"
15145 else
15146   $as_echo "$as_me: failed program was:" >&5
15147 sed 's/^/| /' conftest.$ac_ext >&5
15148
15149         eval "$as_ac_var=no"
15150 fi
15151
15152 rm -rf conftest.dSYM
15153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15154       conftest$ac_exeext conftest.$ac_ext
15155 fi
15156 ac_res=`eval 'as_val=${'$as_ac_var'}
15157                  $as_echo "$as_val"'`
15158                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15159 $as_echo "$ac_res" >&6; }
15160 as_val=`eval 'as_val=${'$as_ac_var'}
15161                  $as_echo "$as_val"'`
15162    if test "x$as_val" = x""yes; then
15163   cat >>confdefs.h <<_ACEOF
15164 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15165 _ACEOF
15166
15167 fi
15168 done
15169
15170         CFLAGS="$ac_save_CFLAGS"
15171         CPPFLAGS="$ac_save_CPPFLAGS"
15172                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15173         then
15174
15175 cat >>confdefs.h <<\_ACEOF
15176 #define HAVE_FREETYPE 1
15177 _ACEOF
15178
15179             FREETYPELIBS="$ac_freetype_libs"
15180
15181             FREETYPEINCL="$ac_freetype_incl"
15182
15183         fi
15184     fi
15185 fi
15186 if test "x$FREETYPELIBS" = "x"; then
15187   case "x$with_freetype" in
15188   xno) ;;
15189   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15190 Use the --without-freetype option if you really want this." >&5
15191 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15192 Use the --without-freetype option if you really want this." >&2;}
15193    { (exit 1); exit 1; }; } ;;
15194 esac
15195 fi
15196
15197 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15198
15199 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15200 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15201 if test "${ac_cv_c_ppdev+set}" = set; then
15202   $as_echo_n "(cached) " >&6
15203 else
15204   cat >conftest.$ac_ext <<_ACEOF
15205 /* confdefs.h.  */
15206 _ACEOF
15207 cat confdefs.h >>conftest.$ac_ext
15208 cat >>conftest.$ac_ext <<_ACEOF
15209 /* end confdefs.h.  */
15210 #include <linux/ppdev.h>
15211 int
15212 main ()
15213 {
15214 ioctl (1,PPCLAIM,0)
15215   ;
15216   return 0;
15217 }
15218 _ACEOF
15219 rm -f conftest.$ac_objext
15220 if { (ac_try="$ac_compile"
15221 case "(($ac_try" in
15222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15223   *) ac_try_echo=$ac_try;;
15224 esac
15225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15226 $as_echo "$ac_try_echo") >&5
15227   (eval "$ac_compile") 2>conftest.er1
15228   ac_status=$?
15229   grep -v '^ *+' conftest.er1 >conftest.err
15230   rm -f conftest.er1
15231   cat conftest.err >&5
15232   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15233   (exit $ac_status); } && {
15234          test -z "$ac_c_werror_flag" ||
15235          test ! -s conftest.err
15236        } && test -s conftest.$ac_objext; then
15237   ac_cv_c_ppdev="yes"
15238 else
15239   $as_echo "$as_me: failed program was:" >&5
15240 sed 's/^/| /' conftest.$ac_ext >&5
15241
15242         ac_cv_c_ppdev="no"
15243 fi
15244
15245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15246 fi
15247 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15248 $as_echo "$ac_cv_c_ppdev" >&6; }
15249 if test "$ac_cv_c_ppdev" = "yes"
15250 then
15251
15252 cat >>confdefs.h <<\_ACEOF
15253 #define HAVE_PPDEV 1
15254 _ACEOF
15255
15256 fi
15257
15258 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15259 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15260 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15261   $as_echo_n "(cached) " >&6
15262 else
15263   ac_cv_type_pthread_rwlock_t=no
15264 cat >conftest.$ac_ext <<_ACEOF
15265 /* confdefs.h.  */
15266 _ACEOF
15267 cat confdefs.h >>conftest.$ac_ext
15268 cat >>conftest.$ac_ext <<_ACEOF
15269 /* end confdefs.h.  */
15270 #define _GNU_SOURCE
15271 #include <pthread.h>
15272
15273 int
15274 main ()
15275 {
15276 if (sizeof (pthread_rwlock_t))
15277        return 0;
15278   ;
15279   return 0;
15280 }
15281 _ACEOF
15282 rm -f conftest.$ac_objext
15283 if { (ac_try="$ac_compile"
15284 case "(($ac_try" in
15285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15286   *) ac_try_echo=$ac_try;;
15287 esac
15288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15289 $as_echo "$ac_try_echo") >&5
15290   (eval "$ac_compile") 2>conftest.er1
15291   ac_status=$?
15292   grep -v '^ *+' conftest.er1 >conftest.err
15293   rm -f conftest.er1
15294   cat conftest.err >&5
15295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15296   (exit $ac_status); } && {
15297          test -z "$ac_c_werror_flag" ||
15298          test ! -s conftest.err
15299        } && test -s conftest.$ac_objext; then
15300   cat >conftest.$ac_ext <<_ACEOF
15301 /* confdefs.h.  */
15302 _ACEOF
15303 cat confdefs.h >>conftest.$ac_ext
15304 cat >>conftest.$ac_ext <<_ACEOF
15305 /* end confdefs.h.  */
15306 #define _GNU_SOURCE
15307 #include <pthread.h>
15308
15309 int
15310 main ()
15311 {
15312 if (sizeof ((pthread_rwlock_t)))
15313           return 0;
15314   ;
15315   return 0;
15316 }
15317 _ACEOF
15318 rm -f conftest.$ac_objext
15319 if { (ac_try="$ac_compile"
15320 case "(($ac_try" in
15321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15322   *) ac_try_echo=$ac_try;;
15323 esac
15324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15325 $as_echo "$ac_try_echo") >&5
15326   (eval "$ac_compile") 2>conftest.er1
15327   ac_status=$?
15328   grep -v '^ *+' conftest.er1 >conftest.err
15329   rm -f conftest.er1
15330   cat conftest.err >&5
15331   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15332   (exit $ac_status); } && {
15333          test -z "$ac_c_werror_flag" ||
15334          test ! -s conftest.err
15335        } && test -s conftest.$ac_objext; then
15336   :
15337 else
15338   $as_echo "$as_me: failed program was:" >&5
15339 sed 's/^/| /' conftest.$ac_ext >&5
15340
15341         ac_cv_type_pthread_rwlock_t=yes
15342 fi
15343
15344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15345 else
15346   $as_echo "$as_me: failed program was:" >&5
15347 sed 's/^/| /' conftest.$ac_ext >&5
15348
15349
15350 fi
15351
15352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15353 fi
15354 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15355 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15356 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15357
15358 cat >>confdefs.h <<_ACEOF
15359 #define HAVE_PTHREAD_RWLOCK_T 1
15360 _ACEOF
15361
15362
15363 fi
15364 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15365 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15366 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15367   $as_echo_n "(cached) " >&6
15368 else
15369   ac_cv_type_pthread_rwlockattr_t=no
15370 cat >conftest.$ac_ext <<_ACEOF
15371 /* confdefs.h.  */
15372 _ACEOF
15373 cat confdefs.h >>conftest.$ac_ext
15374 cat >>conftest.$ac_ext <<_ACEOF
15375 /* end confdefs.h.  */
15376 #define _GNU_SOURCE
15377 #include <pthread.h>
15378
15379 int
15380 main ()
15381 {
15382 if (sizeof (pthread_rwlockattr_t))
15383        return 0;
15384   ;
15385   return 0;
15386 }
15387 _ACEOF
15388 rm -f conftest.$ac_objext
15389 if { (ac_try="$ac_compile"
15390 case "(($ac_try" in
15391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15392   *) ac_try_echo=$ac_try;;
15393 esac
15394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15395 $as_echo "$ac_try_echo") >&5
15396   (eval "$ac_compile") 2>conftest.er1
15397   ac_status=$?
15398   grep -v '^ *+' conftest.er1 >conftest.err
15399   rm -f conftest.er1
15400   cat conftest.err >&5
15401   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402   (exit $ac_status); } && {
15403          test -z "$ac_c_werror_flag" ||
15404          test ! -s conftest.err
15405        } && test -s conftest.$ac_objext; then
15406   cat >conftest.$ac_ext <<_ACEOF
15407 /* confdefs.h.  */
15408 _ACEOF
15409 cat confdefs.h >>conftest.$ac_ext
15410 cat >>conftest.$ac_ext <<_ACEOF
15411 /* end confdefs.h.  */
15412 #define _GNU_SOURCE
15413 #include <pthread.h>
15414
15415 int
15416 main ()
15417 {
15418 if (sizeof ((pthread_rwlockattr_t)))
15419           return 0;
15420   ;
15421   return 0;
15422 }
15423 _ACEOF
15424 rm -f conftest.$ac_objext
15425 if { (ac_try="$ac_compile"
15426 case "(($ac_try" in
15427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15428   *) ac_try_echo=$ac_try;;
15429 esac
15430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15431 $as_echo "$ac_try_echo") >&5
15432   (eval "$ac_compile") 2>conftest.er1
15433   ac_status=$?
15434   grep -v '^ *+' conftest.er1 >conftest.err
15435   rm -f conftest.er1
15436   cat conftest.err >&5
15437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15438   (exit $ac_status); } && {
15439          test -z "$ac_c_werror_flag" ||
15440          test ! -s conftest.err
15441        } && test -s conftest.$ac_objext; then
15442   :
15443 else
15444   $as_echo "$as_me: failed program was:" >&5
15445 sed 's/^/| /' conftest.$ac_ext >&5
15446
15447         ac_cv_type_pthread_rwlockattr_t=yes
15448 fi
15449
15450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15451 else
15452   $as_echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15454
15455
15456 fi
15457
15458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15459 fi
15460 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15461 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15462 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15463
15464 cat >>confdefs.h <<_ACEOF
15465 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15466 _ACEOF
15467
15468
15469 fi
15470
15471
15472 ac_wine_check_funcs_save_LIBS="$LIBS"
15473 LIBS="$LIBS $LIBPTHREAD"
15474
15475
15476
15477
15478 for ac_func in \
15479         pthread_attr_get_np \
15480         pthread_getattr_np \
15481         pthread_get_stackaddr_np \
15482         pthread_get_stacksize_np
15483 do
15484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15485 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15486 $as_echo_n "checking for $ac_func... " >&6; }
15487 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15488   $as_echo_n "(cached) " >&6
15489 else
15490   cat >conftest.$ac_ext <<_ACEOF
15491 /* confdefs.h.  */
15492 _ACEOF
15493 cat confdefs.h >>conftest.$ac_ext
15494 cat >>conftest.$ac_ext <<_ACEOF
15495 /* end confdefs.h.  */
15496 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15497    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15498 #define $ac_func innocuous_$ac_func
15499
15500 /* System header to define __stub macros and hopefully few prototypes,
15501     which can conflict with char $ac_func (); below.
15502     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15503     <limits.h> exists even on freestanding compilers.  */
15504
15505 #ifdef __STDC__
15506 # include <limits.h>
15507 #else
15508 # include <assert.h>
15509 #endif
15510
15511 #undef $ac_func
15512
15513 /* Override any GCC internal prototype to avoid an error.
15514    Use char because int might match the return type of a GCC
15515    builtin and then its argument prototype would still apply.  */
15516 #ifdef __cplusplus
15517 extern "C"
15518 #endif
15519 char $ac_func ();
15520 /* The GNU C library defines this for functions which it implements
15521     to always fail with ENOSYS.  Some functions are actually named
15522     something starting with __ and the normal name is an alias.  */
15523 #if defined __stub_$ac_func || defined __stub___$ac_func
15524 choke me
15525 #endif
15526
15527 int
15528 main ()
15529 {
15530 return $ac_func ();
15531   ;
15532   return 0;
15533 }
15534 _ACEOF
15535 rm -f conftest.$ac_objext conftest$ac_exeext
15536 if { (ac_try="$ac_link"
15537 case "(($ac_try" in
15538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15539   *) ac_try_echo=$ac_try;;
15540 esac
15541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15542 $as_echo "$ac_try_echo") >&5
15543   (eval "$ac_link") 2>conftest.er1
15544   ac_status=$?
15545   grep -v '^ *+' conftest.er1 >conftest.err
15546   rm -f conftest.er1
15547   cat conftest.err >&5
15548   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15549   (exit $ac_status); } && {
15550          test -z "$ac_c_werror_flag" ||
15551          test ! -s conftest.err
15552        } && test -s conftest$ac_exeext && {
15553          test "$cross_compiling" = yes ||
15554          $as_test_x conftest$ac_exeext
15555        }; then
15556   eval "$as_ac_var=yes"
15557 else
15558   $as_echo "$as_me: failed program was:" >&5
15559 sed 's/^/| /' conftest.$ac_ext >&5
15560
15561         eval "$as_ac_var=no"
15562 fi
15563
15564 rm -rf conftest.dSYM
15565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15566       conftest$ac_exeext conftest.$ac_ext
15567 fi
15568 ac_res=`eval 'as_val=${'$as_ac_var'}
15569                  $as_echo "$as_val"'`
15570                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15571 $as_echo "$ac_res" >&6; }
15572 as_val=`eval 'as_val=${'$as_ac_var'}
15573                  $as_echo "$as_val"'`
15574    if test "x$as_val" = x""yes; then
15575   cat >>confdefs.h <<_ACEOF
15576 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15577 _ACEOF
15578
15579 fi
15580 done
15581
15582 LIBS="$ac_wine_check_funcs_save_LIBS"
15583
15584 if test "x$with_esd" != xno
15585 then
15586     save_CFLAGS="$CFLAGS"
15587     # Extract the first word of "esd-config", so it can be a program name with args.
15588 set dummy esd-config; ac_word=$2
15589 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15590 $as_echo_n "checking for $ac_word... " >&6; }
15591 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15592   $as_echo_n "(cached) " >&6
15593 else
15594   case $ESDCONFIG in
15595   [\\/]* | ?:[\\/]*)
15596   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15597   ;;
15598   *)
15599   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15600 for as_dir in $PATH
15601 do
15602   IFS=$as_save_IFS
15603   test -z "$as_dir" && as_dir=.
15604   for ac_exec_ext in '' $ac_executable_extensions; do
15605   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15606     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15607     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15608     break 2
15609   fi
15610 done
15611 done
15612 IFS=$as_save_IFS
15613
15614   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15615   ;;
15616 esac
15617 fi
15618 ESDCONFIG=$ac_cv_path_ESDCONFIG
15619 if test -n "$ESDCONFIG"; then
15620   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15621 $as_echo "$ESDCONFIG" >&6; }
15622 else
15623   { $as_echo "$as_me:$LINENO: result: no" >&5
15624 $as_echo "no" >&6; }
15625 fi
15626
15627
15628     if test "x$ESDCONFIG" != "xno"
15629     then
15630         ac_esd_incl=""
15631         for i in `$ESDCONFIG --cflags`
15632         do
15633             case "$i" in
15634                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15635             esac
15636         done
15637         ac_esd_libs=`$ESDCONFIG --libs`
15638         CFLAGS="$CFLAGS $ac_esd_incl"
15639     fi
15640     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15641     if test "${ac_cv_header_esd_h+set}" = set; then
15642   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15643 $as_echo_n "checking for esd.h... " >&6; }
15644 if test "${ac_cv_header_esd_h+set}" = set; then
15645   $as_echo_n "(cached) " >&6
15646 fi
15647 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15648 $as_echo "$ac_cv_header_esd_h" >&6; }
15649 else
15650   # Is the header compilable?
15651 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15652 $as_echo_n "checking esd.h usability... " >&6; }
15653 cat >conftest.$ac_ext <<_ACEOF
15654 /* confdefs.h.  */
15655 _ACEOF
15656 cat confdefs.h >>conftest.$ac_ext
15657 cat >>conftest.$ac_ext <<_ACEOF
15658 /* end confdefs.h.  */
15659 $ac_includes_default
15660 #include <esd.h>
15661 _ACEOF
15662 rm -f conftest.$ac_objext
15663 if { (ac_try="$ac_compile"
15664 case "(($ac_try" in
15665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15666   *) ac_try_echo=$ac_try;;
15667 esac
15668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15669 $as_echo "$ac_try_echo") >&5
15670   (eval "$ac_compile") 2>conftest.er1
15671   ac_status=$?
15672   grep -v '^ *+' conftest.er1 >conftest.err
15673   rm -f conftest.er1
15674   cat conftest.err >&5
15675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15676   (exit $ac_status); } && {
15677          test -z "$ac_c_werror_flag" ||
15678          test ! -s conftest.err
15679        } && test -s conftest.$ac_objext; then
15680   ac_header_compiler=yes
15681 else
15682   $as_echo "$as_me: failed program was:" >&5
15683 sed 's/^/| /' conftest.$ac_ext >&5
15684
15685         ac_header_compiler=no
15686 fi
15687
15688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15689 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15690 $as_echo "$ac_header_compiler" >&6; }
15691
15692 # Is the header present?
15693 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15694 $as_echo_n "checking esd.h presence... " >&6; }
15695 cat >conftest.$ac_ext <<_ACEOF
15696 /* confdefs.h.  */
15697 _ACEOF
15698 cat confdefs.h >>conftest.$ac_ext
15699 cat >>conftest.$ac_ext <<_ACEOF
15700 /* end confdefs.h.  */
15701 #include <esd.h>
15702 _ACEOF
15703 if { (ac_try="$ac_cpp conftest.$ac_ext"
15704 case "(($ac_try" in
15705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15706   *) ac_try_echo=$ac_try;;
15707 esac
15708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15709 $as_echo "$ac_try_echo") >&5
15710   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15711   ac_status=$?
15712   grep -v '^ *+' conftest.er1 >conftest.err
15713   rm -f conftest.er1
15714   cat conftest.err >&5
15715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716   (exit $ac_status); } >/dev/null && {
15717          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15718          test ! -s conftest.err
15719        }; then
15720   ac_header_preproc=yes
15721 else
15722   $as_echo "$as_me: failed program was:" >&5
15723 sed 's/^/| /' conftest.$ac_ext >&5
15724
15725   ac_header_preproc=no
15726 fi
15727
15728 rm -f conftest.err conftest.$ac_ext
15729 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15730 $as_echo "$ac_header_preproc" >&6; }
15731
15732 # So?  What about this header?
15733 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15734   yes:no: )
15735     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15736 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15737     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15738 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15739     ac_header_preproc=yes
15740     ;;
15741   no:yes:* )
15742     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15743 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15744     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15745 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15746     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15747 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15748     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15749 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15750     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15751 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15752     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15753 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15754     ( cat <<\_ASBOX
15755 ## ------------------------------------ ##
15756 ## Report this to wine-devel@winehq.org ##
15757 ## ------------------------------------ ##
15758 _ASBOX
15759      ) | sed "s/^/$as_me: WARNING:     /" >&2
15760     ;;
15761 esac
15762 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15763 $as_echo_n "checking for esd.h... " >&6; }
15764 if test "${ac_cv_header_esd_h+set}" = set; then
15765   $as_echo_n "(cached) " >&6
15766 else
15767   ac_cv_header_esd_h=$ac_header_preproc
15768 fi
15769 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15770 $as_echo "$ac_cv_header_esd_h" >&6; }
15771
15772 fi
15773 if test "x$ac_cv_header_esd_h" = x""yes; then
15774   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15775 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15776 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15777   $as_echo_n "(cached) " >&6
15778 else
15779   ac_check_lib_save_LIBS=$LIBS
15780 LIBS="-lesd $ac_esd_libs $LIBS"
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h.  */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h.  */
15787
15788 /* Override any GCC internal prototype to avoid an error.
15789    Use char because int might match the return type of a GCC
15790    builtin and then its argument prototype would still apply.  */
15791 #ifdef __cplusplus
15792 extern "C"
15793 #endif
15794 char esd_open_sound ();
15795 int
15796 main ()
15797 {
15798 return esd_open_sound ();
15799   ;
15800   return 0;
15801 }
15802 _ACEOF
15803 rm -f conftest.$ac_objext conftest$ac_exeext
15804 if { (ac_try="$ac_link"
15805 case "(($ac_try" in
15806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807   *) ac_try_echo=$ac_try;;
15808 esac
15809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15810 $as_echo "$ac_try_echo") >&5
15811   (eval "$ac_link") 2>conftest.er1
15812   ac_status=$?
15813   grep -v '^ *+' conftest.er1 >conftest.err
15814   rm -f conftest.er1
15815   cat conftest.err >&5
15816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817   (exit $ac_status); } && {
15818          test -z "$ac_c_werror_flag" ||
15819          test ! -s conftest.err
15820        } && test -s conftest$ac_exeext && {
15821          test "$cross_compiling" = yes ||
15822          $as_test_x conftest$ac_exeext
15823        }; then
15824   ac_cv_lib_esd_esd_open_sound=yes
15825 else
15826   $as_echo "$as_me: failed program was:" >&5
15827 sed 's/^/| /' conftest.$ac_ext >&5
15828
15829         ac_cv_lib_esd_esd_open_sound=no
15830 fi
15831
15832 rm -rf conftest.dSYM
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834       conftest$ac_exeext conftest.$ac_ext
15835 LIBS=$ac_check_lib_save_LIBS
15836 fi
15837 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15838 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15839 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15840   ESDINCL="$ac_esd_incl"
15841
15842              ESDLIBS="$ac_esd_libs"
15843
15844
15845 cat >>confdefs.h <<\_ACEOF
15846 #define HAVE_ESD 1
15847 _ACEOF
15848
15849 fi
15850
15851 fi
15852
15853
15854     CFLAGS="$save_CFLAGS"
15855 fi
15856
15857 ALSALIBS=""
15858
15859 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15860 then
15861     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15862 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15863 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15864   $as_echo_n "(cached) " >&6
15865 else
15866   ac_check_lib_save_LIBS=$LIBS
15867 LIBS="-lasound  $LIBS"
15868 cat >conftest.$ac_ext <<_ACEOF
15869 /* confdefs.h.  */
15870 _ACEOF
15871 cat confdefs.h >>conftest.$ac_ext
15872 cat >>conftest.$ac_ext <<_ACEOF
15873 /* end confdefs.h.  */
15874
15875 /* Override any GCC internal prototype to avoid an error.
15876    Use char because int might match the return type of a GCC
15877    builtin and then its argument prototype would still apply.  */
15878 #ifdef __cplusplus
15879 extern "C"
15880 #endif
15881 char snd_pcm_hw_params_get_access ();
15882 int
15883 main ()
15884 {
15885 return snd_pcm_hw_params_get_access ();
15886   ;
15887   return 0;
15888 }
15889 _ACEOF
15890 rm -f conftest.$ac_objext conftest$ac_exeext
15891 if { (ac_try="$ac_link"
15892 case "(($ac_try" in
15893   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15894   *) ac_try_echo=$ac_try;;
15895 esac
15896 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15897 $as_echo "$ac_try_echo") >&5
15898   (eval "$ac_link") 2>conftest.er1
15899   ac_status=$?
15900   grep -v '^ *+' conftest.er1 >conftest.err
15901   rm -f conftest.er1
15902   cat conftest.err >&5
15903   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15904   (exit $ac_status); } && {
15905          test -z "$ac_c_werror_flag" ||
15906          test ! -s conftest.err
15907        } && test -s conftest$ac_exeext && {
15908          test "$cross_compiling" = yes ||
15909          $as_test_x conftest$ac_exeext
15910        }; then
15911   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15912 else
15913   $as_echo "$as_me: failed program was:" >&5
15914 sed 's/^/| /' conftest.$ac_ext >&5
15915
15916         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15917 fi
15918
15919 rm -rf conftest.dSYM
15920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15921       conftest$ac_exeext conftest.$ac_ext
15922 LIBS=$ac_check_lib_save_LIBS
15923 fi
15924 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15925 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15926 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15927   cat >conftest.$ac_ext <<_ACEOF
15928 /* confdefs.h.  */
15929 _ACEOF
15930 cat confdefs.h >>conftest.$ac_ext
15931 cat >>conftest.$ac_ext <<_ACEOF
15932 /* end confdefs.h.  */
15933 #ifdef HAVE_ALSA_ASOUNDLIB_H
15934 #include <alsa/asoundlib.h>
15935 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15936 #include <sys/asoundlib.h>
15937 #endif
15938 int
15939 main ()
15940 {
15941 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15942   ;
15943   return 0;
15944 }
15945 _ACEOF
15946 rm -f conftest.$ac_objext
15947 if { (ac_try="$ac_compile"
15948 case "(($ac_try" in
15949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15950   *) ac_try_echo=$ac_try;;
15951 esac
15952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15953 $as_echo "$ac_try_echo") >&5
15954   (eval "$ac_compile") 2>conftest.er1
15955   ac_status=$?
15956   grep -v '^ *+' conftest.er1 >conftest.err
15957   rm -f conftest.er1
15958   cat conftest.err >&5
15959   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15960   (exit $ac_status); } && {
15961          test -z "$ac_c_werror_flag" ||
15962          test ! -s conftest.err
15963        } && test -s conftest.$ac_objext; then
15964
15965 cat >>confdefs.h <<\_ACEOF
15966 #define HAVE_ALSA 1
15967 _ACEOF
15968
15969                          ALSALIBS="-lasound"
15970 else
15971   $as_echo "$as_me: failed program was:" >&5
15972 sed 's/^/| /' conftest.$ac_ext >&5
15973
15974
15975 fi
15976
15977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15978 fi
15979
15980 fi
15981
15982 AUDIOIOLIBS=""
15983
15984 if test "$ac_cv_header_libaudioio_h" = "yes"
15985 then
15986     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15987 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15988 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15989   $as_echo_n "(cached) " >&6
15990 else
15991   ac_check_lib_save_LIBS=$LIBS
15992 LIBS="-laudioio  $LIBS"
15993 cat >conftest.$ac_ext <<_ACEOF
15994 /* confdefs.h.  */
15995 _ACEOF
15996 cat confdefs.h >>conftest.$ac_ext
15997 cat >>conftest.$ac_ext <<_ACEOF
15998 /* end confdefs.h.  */
15999
16000 /* Override any GCC internal prototype to avoid an error.
16001    Use char because int might match the return type of a GCC
16002    builtin and then its argument prototype would still apply.  */
16003 #ifdef __cplusplus
16004 extern "C"
16005 #endif
16006 char AudioIOGetVersion ();
16007 int
16008 main ()
16009 {
16010 return AudioIOGetVersion ();
16011   ;
16012   return 0;
16013 }
16014 _ACEOF
16015 rm -f conftest.$ac_objext conftest$ac_exeext
16016 if { (ac_try="$ac_link"
16017 case "(($ac_try" in
16018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16019   *) ac_try_echo=$ac_try;;
16020 esac
16021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16022 $as_echo "$ac_try_echo") >&5
16023   (eval "$ac_link") 2>conftest.er1
16024   ac_status=$?
16025   grep -v '^ *+' conftest.er1 >conftest.err
16026   rm -f conftest.er1
16027   cat conftest.err >&5
16028   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16029   (exit $ac_status); } && {
16030          test -z "$ac_c_werror_flag" ||
16031          test ! -s conftest.err
16032        } && test -s conftest$ac_exeext && {
16033          test "$cross_compiling" = yes ||
16034          $as_test_x conftest$ac_exeext
16035        }; then
16036   ac_cv_lib_audioio_AudioIOGetVersion=yes
16037 else
16038   $as_echo "$as_me: failed program was:" >&5
16039 sed 's/^/| /' conftest.$ac_ext >&5
16040
16041         ac_cv_lib_audioio_AudioIOGetVersion=no
16042 fi
16043
16044 rm -rf conftest.dSYM
16045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16046       conftest$ac_exeext conftest.$ac_ext
16047 LIBS=$ac_check_lib_save_LIBS
16048 fi
16049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16050 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16051 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16052   AUDIOIOLIBS="-laudioio"
16053
16054 cat >>confdefs.h <<\_ACEOF
16055 #define HAVE_LIBAUDIOIO 1
16056 _ACEOF
16057
16058 fi
16059
16060 fi
16061
16062
16063 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16064 then
16065     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16066 $as_echo_n "checking for -lcapi20... " >&6; }
16067 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16068   $as_echo_n "(cached) " >&6
16069 else
16070   ac_check_soname_save_LIBS=$LIBS
16071 LIBS="-lcapi20  $LIBS"
16072   cat >conftest.$ac_ext <<_ACEOF
16073 /* confdefs.h.  */
16074 _ACEOF
16075 cat confdefs.h >>conftest.$ac_ext
16076 cat >>conftest.$ac_ext <<_ACEOF
16077 /* end confdefs.h.  */
16078
16079 /* Override any GCC internal prototype to avoid an error.
16080    Use char because int might match the return type of a GCC
16081    builtin and then its argument prototype would still apply.  */
16082 #ifdef __cplusplus
16083 extern "C"
16084 #endif
16085 char capi20_register ();
16086 int
16087 main ()
16088 {
16089 return capi20_register ();
16090   ;
16091   return 0;
16092 }
16093 _ACEOF
16094 rm -f conftest.$ac_objext conftest$ac_exeext
16095 if { (ac_try="$ac_link"
16096 case "(($ac_try" in
16097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16098   *) ac_try_echo=$ac_try;;
16099 esac
16100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16101 $as_echo "$ac_try_echo") >&5
16102   (eval "$ac_link") 2>conftest.er1
16103   ac_status=$?
16104   grep -v '^ *+' conftest.er1 >conftest.err
16105   rm -f conftest.er1
16106   cat conftest.err >&5
16107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16108   (exit $ac_status); } && {
16109          test -z "$ac_c_werror_flag" ||
16110          test ! -s conftest.err
16111        } && test -s conftest$ac_exeext && {
16112          test "$cross_compiling" = yes ||
16113          $as_test_x conftest$ac_exeext
16114        }; then
16115   case "$LIBEXT" in
16116     dll) ;;
16117     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'` ;;
16118     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16119   esac
16120 else
16121   $as_echo "$as_me: failed program was:" >&5
16122 sed 's/^/| /' conftest.$ac_ext >&5
16123
16124
16125 fi
16126
16127 rm -rf conftest.dSYM
16128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16129       conftest$ac_exeext conftest.$ac_ext
16130   LIBS=$ac_check_soname_save_LIBS
16131 fi
16132 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16133   { $as_echo "$as_me:$LINENO: result: not found" >&5
16134 $as_echo "not found" >&6; }
16135
16136 else
16137   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16138 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16139
16140 cat >>confdefs.h <<_ACEOF
16141 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16142 _ACEOF
16143
16144
16145 fi
16146
16147 fi
16148 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16149   case "x$with_capi" in
16150   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16151   xno) ;;
16152   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16153 This is an error since --with-capi was requested." >&5
16154 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16155 This is an error since --with-capi was requested." >&2;}
16156    { (exit 1); exit 1; }; } ;;
16157 esac
16158 fi
16159
16160
16161 CUPSINCL=""
16162
16163 if test "x$with_cups" != "xno"
16164 then
16165     ac_save_CPPFLAGS="$CPPFLAGS"
16166     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16167     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16168     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16169
16170 for ac_header in cups/cups.h
16171 do
16172 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16174   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16175 $as_echo_n "checking for $ac_header... " >&6; }
16176 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16177   $as_echo_n "(cached) " >&6
16178 fi
16179 ac_res=`eval 'as_val=${'$as_ac_Header'}
16180                  $as_echo "$as_val"'`
16181                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16182 $as_echo "$ac_res" >&6; }
16183 else
16184   # Is the header compilable?
16185 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16186 $as_echo_n "checking $ac_header usability... " >&6; }
16187 cat >conftest.$ac_ext <<_ACEOF
16188 /* confdefs.h.  */
16189 _ACEOF
16190 cat confdefs.h >>conftest.$ac_ext
16191 cat >>conftest.$ac_ext <<_ACEOF
16192 /* end confdefs.h.  */
16193 $ac_includes_default
16194 #include <$ac_header>
16195 _ACEOF
16196 rm -f conftest.$ac_objext
16197 if { (ac_try="$ac_compile"
16198 case "(($ac_try" in
16199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16200   *) ac_try_echo=$ac_try;;
16201 esac
16202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16203 $as_echo "$ac_try_echo") >&5
16204   (eval "$ac_compile") 2>conftest.er1
16205   ac_status=$?
16206   grep -v '^ *+' conftest.er1 >conftest.err
16207   rm -f conftest.er1
16208   cat conftest.err >&5
16209   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210   (exit $ac_status); } && {
16211          test -z "$ac_c_werror_flag" ||
16212          test ! -s conftest.err
16213        } && test -s conftest.$ac_objext; then
16214   ac_header_compiler=yes
16215 else
16216   $as_echo "$as_me: failed program was:" >&5
16217 sed 's/^/| /' conftest.$ac_ext >&5
16218
16219         ac_header_compiler=no
16220 fi
16221
16222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16223 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16224 $as_echo "$ac_header_compiler" >&6; }
16225
16226 # Is the header present?
16227 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16228 $as_echo_n "checking $ac_header presence... " >&6; }
16229 cat >conftest.$ac_ext <<_ACEOF
16230 /* confdefs.h.  */
16231 _ACEOF
16232 cat confdefs.h >>conftest.$ac_ext
16233 cat >>conftest.$ac_ext <<_ACEOF
16234 /* end confdefs.h.  */
16235 #include <$ac_header>
16236 _ACEOF
16237 if { (ac_try="$ac_cpp conftest.$ac_ext"
16238 case "(($ac_try" in
16239   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16240   *) ac_try_echo=$ac_try;;
16241 esac
16242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16243 $as_echo "$ac_try_echo") >&5
16244   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16245   ac_status=$?
16246   grep -v '^ *+' conftest.er1 >conftest.err
16247   rm -f conftest.er1
16248   cat conftest.err >&5
16249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16250   (exit $ac_status); } >/dev/null && {
16251          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16252          test ! -s conftest.err
16253        }; then
16254   ac_header_preproc=yes
16255 else
16256   $as_echo "$as_me: failed program was:" >&5
16257 sed 's/^/| /' conftest.$ac_ext >&5
16258
16259   ac_header_preproc=no
16260 fi
16261
16262 rm -f conftest.err conftest.$ac_ext
16263 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16264 $as_echo "$ac_header_preproc" >&6; }
16265
16266 # So?  What about this header?
16267 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16268   yes:no: )
16269     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16270 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16271     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16272 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16273     ac_header_preproc=yes
16274     ;;
16275   no:yes:* )
16276     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16277 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16278     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16279 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16280     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16281 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16282     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16283 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16284     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16285 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16286     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16287 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16288     ( cat <<\_ASBOX
16289 ## ------------------------------------ ##
16290 ## Report this to wine-devel@winehq.org ##
16291 ## ------------------------------------ ##
16292 _ASBOX
16293      ) | sed "s/^/$as_me: WARNING:     /" >&2
16294     ;;
16295 esac
16296 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16297 $as_echo_n "checking for $ac_header... " >&6; }
16298 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16299   $as_echo_n "(cached) " >&6
16300 else
16301   eval "$as_ac_Header=\$ac_header_preproc"
16302 fi
16303 ac_res=`eval 'as_val=${'$as_ac_Header'}
16304                  $as_echo "$as_val"'`
16305                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16306 $as_echo "$ac_res" >&6; }
16307
16308 fi
16309 as_val=`eval 'as_val=${'$as_ac_Header'}
16310                  $as_echo "$as_val"'`
16311    if test "x$as_val" = x""yes; then
16312   cat >>confdefs.h <<_ACEOF
16313 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16314 _ACEOF
16315  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16316 $as_echo_n "checking for -lcups... " >&6; }
16317 if test "${ac_cv_lib_soname_cups+set}" = set; then
16318   $as_echo_n "(cached) " >&6
16319 else
16320   ac_check_soname_save_LIBS=$LIBS
16321 LIBS="-lcups $ac_cups_libs $LIBS"
16322   cat >conftest.$ac_ext <<_ACEOF
16323 /* confdefs.h.  */
16324 _ACEOF
16325 cat confdefs.h >>conftest.$ac_ext
16326 cat >>conftest.$ac_ext <<_ACEOF
16327 /* end confdefs.h.  */
16328
16329 /* Override any GCC internal prototype to avoid an error.
16330    Use char because int might match the return type of a GCC
16331    builtin and then its argument prototype would still apply.  */
16332 #ifdef __cplusplus
16333 extern "C"
16334 #endif
16335 char cupsGetDefault ();
16336 int
16337 main ()
16338 {
16339 return cupsGetDefault ();
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16351 $as_echo "$ac_try_echo") >&5
16352   (eval "$ac_link") 2>conftest.er1
16353   ac_status=$?
16354   grep -v '^ *+' conftest.er1 >conftest.err
16355   rm -f conftest.er1
16356   cat conftest.err >&5
16357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16358   (exit $ac_status); } && {
16359          test -z "$ac_c_werror_flag" ||
16360          test ! -s conftest.err
16361        } && test -s conftest$ac_exeext && {
16362          test "$cross_compiling" = yes ||
16363          $as_test_x conftest$ac_exeext
16364        }; then
16365   case "$LIBEXT" in
16366     dll) ;;
16367     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'` ;;
16368     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16369   esac
16370 else
16371   $as_echo "$as_me: failed program was:" >&5
16372 sed 's/^/| /' conftest.$ac_ext >&5
16373
16374
16375 fi
16376
16377 rm -rf conftest.dSYM
16378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16379       conftest$ac_exeext conftest.$ac_ext
16380   LIBS=$ac_check_soname_save_LIBS
16381 fi
16382 if test "x$ac_cv_lib_soname_cups" = "x"; then
16383   { $as_echo "$as_me:$LINENO: result: not found" >&5
16384 $as_echo "not found" >&6; }
16385
16386 else
16387   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16388 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16389
16390 cat >>confdefs.h <<_ACEOF
16391 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16392 _ACEOF
16393
16394        CUPSINCL="$ac_cups_cflags"
16395 fi
16396
16397 fi
16398
16399 done
16400
16401     CPPFLAGS="$ac_save_CPPFLAGS"
16402 fi
16403 if test "x$ac_cv_lib_soname_cups" = "x"; then
16404   case "x$with_cups" in
16405   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16406   xno) ;;
16407   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16408 This is an error since --with-cups was requested." >&5
16409 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16410 This is an error since --with-cups was requested." >&2;}
16411    { (exit 1); exit 1; }; } ;;
16412 esac
16413 fi
16414
16415
16416 if test "$ac_cv_header_jack_jack_h" = "yes"
16417 then
16418     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16419 $as_echo_n "checking for -ljack... " >&6; }
16420 if test "${ac_cv_lib_soname_jack+set}" = set; then
16421   $as_echo_n "(cached) " >&6
16422 else
16423   ac_check_soname_save_LIBS=$LIBS
16424 LIBS="-ljack  $LIBS"
16425   cat >conftest.$ac_ext <<_ACEOF
16426 /* confdefs.h.  */
16427 _ACEOF
16428 cat confdefs.h >>conftest.$ac_ext
16429 cat >>conftest.$ac_ext <<_ACEOF
16430 /* end confdefs.h.  */
16431
16432 /* Override any GCC internal prototype to avoid an error.
16433    Use char because int might match the return type of a GCC
16434    builtin and then its argument prototype would still apply.  */
16435 #ifdef __cplusplus
16436 extern "C"
16437 #endif
16438 char jack_client_new ();
16439 int
16440 main ()
16441 {
16442 return jack_client_new ();
16443   ;
16444   return 0;
16445 }
16446 _ACEOF
16447 rm -f conftest.$ac_objext conftest$ac_exeext
16448 if { (ac_try="$ac_link"
16449 case "(($ac_try" in
16450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16451   *) ac_try_echo=$ac_try;;
16452 esac
16453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16454 $as_echo "$ac_try_echo") >&5
16455   (eval "$ac_link") 2>conftest.er1
16456   ac_status=$?
16457   grep -v '^ *+' conftest.er1 >conftest.err
16458   rm -f conftest.er1
16459   cat conftest.err >&5
16460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16461   (exit $ac_status); } && {
16462          test -z "$ac_c_werror_flag" ||
16463          test ! -s conftest.err
16464        } && test -s conftest$ac_exeext && {
16465          test "$cross_compiling" = yes ||
16466          $as_test_x conftest$ac_exeext
16467        }; then
16468   case "$LIBEXT" in
16469     dll) ;;
16470     dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16471     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16472   esac
16473 else
16474   $as_echo "$as_me: failed program was:" >&5
16475 sed 's/^/| /' conftest.$ac_ext >&5
16476
16477
16478 fi
16479
16480 rm -rf conftest.dSYM
16481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16482       conftest$ac_exeext conftest.$ac_ext
16483   LIBS=$ac_check_soname_save_LIBS
16484 fi
16485 if test "x$ac_cv_lib_soname_jack" = "x"; then
16486   { $as_echo "$as_me:$LINENO: result: not found" >&5
16487 $as_echo "not found" >&6; }
16488
16489 else
16490   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16491 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16492
16493 cat >>confdefs.h <<_ACEOF
16494 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16495 _ACEOF
16496
16497
16498 fi
16499
16500 fi
16501
16502 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16503 then
16504     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16505 $as_echo_n "checking for -lfontconfig... " >&6; }
16506 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16507   $as_echo_n "(cached) " >&6
16508 else
16509   ac_check_soname_save_LIBS=$LIBS
16510 LIBS="-lfontconfig  $LIBS"
16511   cat >conftest.$ac_ext <<_ACEOF
16512 /* confdefs.h.  */
16513 _ACEOF
16514 cat confdefs.h >>conftest.$ac_ext
16515 cat >>conftest.$ac_ext <<_ACEOF
16516 /* end confdefs.h.  */
16517
16518 /* Override any GCC internal prototype to avoid an error.
16519    Use char because int might match the return type of a GCC
16520    builtin and then its argument prototype would still apply.  */
16521 #ifdef __cplusplus
16522 extern "C"
16523 #endif
16524 char FcInit ();
16525 int
16526 main ()
16527 {
16528 return FcInit ();
16529   ;
16530   return 0;
16531 }
16532 _ACEOF
16533 rm -f conftest.$ac_objext conftest$ac_exeext
16534 if { (ac_try="$ac_link"
16535 case "(($ac_try" in
16536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16537   *) ac_try_echo=$ac_try;;
16538 esac
16539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16540 $as_echo "$ac_try_echo") >&5
16541   (eval "$ac_link") 2>conftest.er1
16542   ac_status=$?
16543   grep -v '^ *+' conftest.er1 >conftest.err
16544   rm -f conftest.er1
16545   cat conftest.err >&5
16546   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16547   (exit $ac_status); } && {
16548          test -z "$ac_c_werror_flag" ||
16549          test ! -s conftest.err
16550        } && test -s conftest$ac_exeext && {
16551          test "$cross_compiling" = yes ||
16552          $as_test_x conftest$ac_exeext
16553        }; then
16554   case "$LIBEXT" in
16555     dll) ;;
16556     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'` ;;
16557     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16558   esac
16559 else
16560   $as_echo "$as_me: failed program was:" >&5
16561 sed 's/^/| /' conftest.$ac_ext >&5
16562
16563
16564 fi
16565
16566 rm -rf conftest.dSYM
16567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16568       conftest$ac_exeext conftest.$ac_ext
16569   LIBS=$ac_check_soname_save_LIBS
16570 fi
16571 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16572   { $as_echo "$as_me:$LINENO: result: not found" >&5
16573 $as_echo "not found" >&6; }
16574
16575 else
16576   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16577 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16578
16579 cat >>confdefs.h <<_ACEOF
16580 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16581 _ACEOF
16582
16583
16584 fi
16585
16586 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16587 then
16588         ac_save_CPPFLAGS="$CPPFLAGS"
16589     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16590     $as_unset ac_cv_header_fontconfig_fontconfig_h
16591
16592 for ac_header in fontconfig/fontconfig.h
16593 do
16594 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16596   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16597 $as_echo_n "checking for $ac_header... " >&6; }
16598 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16599   $as_echo_n "(cached) " >&6
16600 fi
16601 ac_res=`eval 'as_val=${'$as_ac_Header'}
16602                  $as_echo "$as_val"'`
16603                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16604 $as_echo "$ac_res" >&6; }
16605 else
16606   # Is the header compilable?
16607 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16608 $as_echo_n "checking $ac_header usability... " >&6; }
16609 cat >conftest.$ac_ext <<_ACEOF
16610 /* confdefs.h.  */
16611 _ACEOF
16612 cat confdefs.h >>conftest.$ac_ext
16613 cat >>conftest.$ac_ext <<_ACEOF
16614 /* end confdefs.h.  */
16615 $ac_includes_default
16616 #include <$ac_header>
16617 _ACEOF
16618 rm -f conftest.$ac_objext
16619 if { (ac_try="$ac_compile"
16620 case "(($ac_try" in
16621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16622   *) ac_try_echo=$ac_try;;
16623 esac
16624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16625 $as_echo "$ac_try_echo") >&5
16626   (eval "$ac_compile") 2>conftest.er1
16627   ac_status=$?
16628   grep -v '^ *+' conftest.er1 >conftest.err
16629   rm -f conftest.er1
16630   cat conftest.err >&5
16631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16632   (exit $ac_status); } && {
16633          test -z "$ac_c_werror_flag" ||
16634          test ! -s conftest.err
16635        } && test -s conftest.$ac_objext; then
16636   ac_header_compiler=yes
16637 else
16638   $as_echo "$as_me: failed program was:" >&5
16639 sed 's/^/| /' conftest.$ac_ext >&5
16640
16641         ac_header_compiler=no
16642 fi
16643
16644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16645 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16646 $as_echo "$ac_header_compiler" >&6; }
16647
16648 # Is the header present?
16649 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16650 $as_echo_n "checking $ac_header presence... " >&6; }
16651 cat >conftest.$ac_ext <<_ACEOF
16652 /* confdefs.h.  */
16653 _ACEOF
16654 cat confdefs.h >>conftest.$ac_ext
16655 cat >>conftest.$ac_ext <<_ACEOF
16656 /* end confdefs.h.  */
16657 #include <$ac_header>
16658 _ACEOF
16659 if { (ac_try="$ac_cpp conftest.$ac_ext"
16660 case "(($ac_try" in
16661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16662   *) ac_try_echo=$ac_try;;
16663 esac
16664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16665 $as_echo "$ac_try_echo") >&5
16666   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16667   ac_status=$?
16668   grep -v '^ *+' conftest.er1 >conftest.err
16669   rm -f conftest.er1
16670   cat conftest.err >&5
16671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672   (exit $ac_status); } >/dev/null && {
16673          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16674          test ! -s conftest.err
16675        }; then
16676   ac_header_preproc=yes
16677 else
16678   $as_echo "$as_me: failed program was:" >&5
16679 sed 's/^/| /' conftest.$ac_ext >&5
16680
16681   ac_header_preproc=no
16682 fi
16683
16684 rm -f conftest.err conftest.$ac_ext
16685 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16686 $as_echo "$ac_header_preproc" >&6; }
16687
16688 # So?  What about this header?
16689 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16690   yes:no: )
16691     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16692 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16693     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16694 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16695     ac_header_preproc=yes
16696     ;;
16697   no:yes:* )
16698     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16699 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16700     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16701 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16702     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16703 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16704     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16705 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16706     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16707 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16708     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16709 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16710     ( cat <<\_ASBOX
16711 ## ------------------------------------ ##
16712 ## Report this to wine-devel@winehq.org ##
16713 ## ------------------------------------ ##
16714 _ASBOX
16715      ) | sed "s/^/$as_me: WARNING:     /" >&2
16716     ;;
16717 esac
16718 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16719 $as_echo_n "checking for $ac_header... " >&6; }
16720 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16721   $as_echo_n "(cached) " >&6
16722 else
16723   eval "$as_ac_Header=\$ac_header_preproc"
16724 fi
16725 ac_res=`eval 'as_val=${'$as_ac_Header'}
16726                  $as_echo "$as_val"'`
16727                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16728 $as_echo "$ac_res" >&6; }
16729
16730 fi
16731 as_val=`eval 'as_val=${'$as_ac_Header'}
16732                  $as_echo "$as_val"'`
16733    if test "x$as_val" = x""yes; then
16734   cat >>confdefs.h <<_ACEOF
16735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16736 _ACEOF
16737
16738 fi
16739
16740 done
16741
16742     CPPFLAGS="$ac_save_CPPFLAGS"
16743     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16744     then
16745         FONTCONFIGINCL="$X_CFLAGS"
16746
16747         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16748 $as_echo_n "checking for -lfontconfig... " >&6; }
16749 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16750   $as_echo_n "(cached) " >&6
16751 else
16752   ac_check_soname_save_LIBS=$LIBS
16753 LIBS="-lfontconfig $X_LIBS $LIBS"
16754   cat >conftest.$ac_ext <<_ACEOF
16755 /* confdefs.h.  */
16756 _ACEOF
16757 cat confdefs.h >>conftest.$ac_ext
16758 cat >>conftest.$ac_ext <<_ACEOF
16759 /* end confdefs.h.  */
16760
16761 /* Override any GCC internal prototype to avoid an error.
16762    Use char because int might match the return type of a GCC
16763    builtin and then its argument prototype would still apply.  */
16764 #ifdef __cplusplus
16765 extern "C"
16766 #endif
16767 char FcInit ();
16768 int
16769 main ()
16770 {
16771 return FcInit ();
16772   ;
16773   return 0;
16774 }
16775 _ACEOF
16776 rm -f conftest.$ac_objext conftest$ac_exeext
16777 if { (ac_try="$ac_link"
16778 case "(($ac_try" in
16779   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16780   *) ac_try_echo=$ac_try;;
16781 esac
16782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16783 $as_echo "$ac_try_echo") >&5
16784   (eval "$ac_link") 2>conftest.er1
16785   ac_status=$?
16786   grep -v '^ *+' conftest.er1 >conftest.err
16787   rm -f conftest.er1
16788   cat conftest.err >&5
16789   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16790   (exit $ac_status); } && {
16791          test -z "$ac_c_werror_flag" ||
16792          test ! -s conftest.err
16793        } && test -s conftest$ac_exeext && {
16794          test "$cross_compiling" = yes ||
16795          $as_test_x conftest$ac_exeext
16796        }; then
16797   case "$LIBEXT" in
16798     dll) ;;
16799     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'` ;;
16800     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16801   esac
16802 else
16803   $as_echo "$as_me: failed program was:" >&5
16804 sed 's/^/| /' conftest.$ac_ext >&5
16805
16806
16807 fi
16808
16809 rm -rf conftest.dSYM
16810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16811       conftest$ac_exeext conftest.$ac_ext
16812   LIBS=$ac_check_soname_save_LIBS
16813 fi
16814 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16815   { $as_echo "$as_me:$LINENO: result: not found" >&5
16816 $as_echo "not found" >&6; }
16817
16818 else
16819   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16820 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16821
16822 cat >>confdefs.h <<_ACEOF
16823 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16824 _ACEOF
16825
16826
16827 fi
16828
16829     fi
16830 fi
16831 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16832   case "x$with_fontconfig" in
16833   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16834   xno) ;;
16835   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16836 This is an error since --with-fontconfig was requested." >&5
16837 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16838 This is an error since --with-fontconfig was requested." >&2;}
16839    { (exit 1); exit 1; }; } ;;
16840 esac
16841 fi
16842
16843
16844 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16845 then
16846     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16847 $as_echo_n "checking for -lssl... " >&6; }
16848 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16849   $as_echo_n "(cached) " >&6
16850 else
16851   ac_check_soname_save_LIBS=$LIBS
16852 LIBS="-lssl  $LIBS"
16853   cat >conftest.$ac_ext <<_ACEOF
16854 /* confdefs.h.  */
16855 _ACEOF
16856 cat confdefs.h >>conftest.$ac_ext
16857 cat >>conftest.$ac_ext <<_ACEOF
16858 /* end confdefs.h.  */
16859
16860 /* Override any GCC internal prototype to avoid an error.
16861    Use char because int might match the return type of a GCC
16862    builtin and then its argument prototype would still apply.  */
16863 #ifdef __cplusplus
16864 extern "C"
16865 #endif
16866 char SSL_library_init ();
16867 int
16868 main ()
16869 {
16870 return SSL_library_init ();
16871   ;
16872   return 0;
16873 }
16874 _ACEOF
16875 rm -f conftest.$ac_objext conftest$ac_exeext
16876 if { (ac_try="$ac_link"
16877 case "(($ac_try" in
16878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16879   *) ac_try_echo=$ac_try;;
16880 esac
16881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16882 $as_echo "$ac_try_echo") >&5
16883   (eval "$ac_link") 2>conftest.er1
16884   ac_status=$?
16885   grep -v '^ *+' conftest.er1 >conftest.err
16886   rm -f conftest.er1
16887   cat conftest.err >&5
16888   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16889   (exit $ac_status); } && {
16890          test -z "$ac_c_werror_flag" ||
16891          test ! -s conftest.err
16892        } && test -s conftest$ac_exeext && {
16893          test "$cross_compiling" = yes ||
16894          $as_test_x conftest$ac_exeext
16895        }; then
16896   case "$LIBEXT" in
16897     dll) ;;
16898     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'` ;;
16899     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16900   esac
16901 else
16902   $as_echo "$as_me: failed program was:" >&5
16903 sed 's/^/| /' conftest.$ac_ext >&5
16904
16905
16906 fi
16907
16908 rm -rf conftest.dSYM
16909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16910       conftest$ac_exeext conftest.$ac_ext
16911   LIBS=$ac_check_soname_save_LIBS
16912 fi
16913 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16914   { $as_echo "$as_me:$LINENO: result: not found" >&5
16915 $as_echo "not found" >&6; }
16916
16917 else
16918   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16919 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16920
16921 cat >>confdefs.h <<_ACEOF
16922 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16923 _ACEOF
16924
16925
16926 fi
16927
16928     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16929 $as_echo_n "checking for -lcrypto... " >&6; }
16930 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16931   $as_echo_n "(cached) " >&6
16932 else
16933   ac_check_soname_save_LIBS=$LIBS
16934 LIBS="-lcrypto  $LIBS"
16935   cat >conftest.$ac_ext <<_ACEOF
16936 /* confdefs.h.  */
16937 _ACEOF
16938 cat confdefs.h >>conftest.$ac_ext
16939 cat >>conftest.$ac_ext <<_ACEOF
16940 /* end confdefs.h.  */
16941
16942 /* Override any GCC internal prototype to avoid an error.
16943    Use char because int might match the return type of a GCC
16944    builtin and then its argument prototype would still apply.  */
16945 #ifdef __cplusplus
16946 extern "C"
16947 #endif
16948 char BIO_new_socket ();
16949 int
16950 main ()
16951 {
16952 return BIO_new_socket ();
16953   ;
16954   return 0;
16955 }
16956 _ACEOF
16957 rm -f conftest.$ac_objext conftest$ac_exeext
16958 if { (ac_try="$ac_link"
16959 case "(($ac_try" in
16960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16961   *) ac_try_echo=$ac_try;;
16962 esac
16963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16964 $as_echo "$ac_try_echo") >&5
16965   (eval "$ac_link") 2>conftest.er1
16966   ac_status=$?
16967   grep -v '^ *+' conftest.er1 >conftest.err
16968   rm -f conftest.er1
16969   cat conftest.err >&5
16970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16971   (exit $ac_status); } && {
16972          test -z "$ac_c_werror_flag" ||
16973          test ! -s conftest.err
16974        } && test -s conftest$ac_exeext && {
16975          test "$cross_compiling" = yes ||
16976          $as_test_x conftest$ac_exeext
16977        }; then
16978   case "$LIBEXT" in
16979     dll) ;;
16980     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'` ;;
16981     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16982   esac
16983 else
16984   $as_echo "$as_me: failed program was:" >&5
16985 sed 's/^/| /' conftest.$ac_ext >&5
16986
16987
16988 fi
16989
16990 rm -rf conftest.dSYM
16991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16992       conftest$ac_exeext conftest.$ac_ext
16993   LIBS=$ac_check_soname_save_LIBS
16994 fi
16995 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16996   { $as_echo "$as_me:$LINENO: result: not found" >&5
16997 $as_echo "not found" >&6; }
16998
16999 else
17000   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
17001 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
17002
17003 cat >>confdefs.h <<_ACEOF
17004 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17005 _ACEOF
17006
17007
17008 fi
17009
17010 fi
17011 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
17012   case "x$with_openssl" in
17013   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
17014   xno) ;;
17015   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17016 This is an error since --with-openssl was requested." >&5
17017 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17018 This is an error since --with-openssl was requested." >&2;}
17019    { (exit 1); exit 1; }; } ;;
17020 esac
17021 fi
17022
17023
17024 if test "$ac_cv_header_jpeglib_h" = "yes"
17025 then
17026     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
17027 $as_echo_n "checking for -ljpeg... " >&6; }
17028 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17029   $as_echo_n "(cached) " >&6
17030 else
17031   ac_check_soname_save_LIBS=$LIBS
17032 LIBS="-ljpeg  $LIBS"
17033   cat >conftest.$ac_ext <<_ACEOF
17034 /* confdefs.h.  */
17035 _ACEOF
17036 cat confdefs.h >>conftest.$ac_ext
17037 cat >>conftest.$ac_ext <<_ACEOF
17038 /* end confdefs.h.  */
17039
17040 /* Override any GCC internal prototype to avoid an error.
17041    Use char because int might match the return type of a GCC
17042    builtin and then its argument prototype would still apply.  */
17043 #ifdef __cplusplus
17044 extern "C"
17045 #endif
17046 char jpeg_start_decompress ();
17047 int
17048 main ()
17049 {
17050 return jpeg_start_decompress ();
17051   ;
17052   return 0;
17053 }
17054 _ACEOF
17055 rm -f conftest.$ac_objext conftest$ac_exeext
17056 if { (ac_try="$ac_link"
17057 case "(($ac_try" in
17058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17059   *) ac_try_echo=$ac_try;;
17060 esac
17061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17062 $as_echo "$ac_try_echo") >&5
17063   (eval "$ac_link") 2>conftest.er1
17064   ac_status=$?
17065   grep -v '^ *+' conftest.er1 >conftest.err
17066   rm -f conftest.er1
17067   cat conftest.err >&5
17068   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17069   (exit $ac_status); } && {
17070          test -z "$ac_c_werror_flag" ||
17071          test ! -s conftest.err
17072        } && test -s conftest$ac_exeext && {
17073          test "$cross_compiling" = yes ||
17074          $as_test_x conftest$ac_exeext
17075        }; then
17076   case "$LIBEXT" in
17077     dll) ;;
17078     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'` ;;
17079     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17080   esac
17081 else
17082   $as_echo "$as_me: failed program was:" >&5
17083 sed 's/^/| /' conftest.$ac_ext >&5
17084
17085
17086 fi
17087
17088 rm -rf conftest.dSYM
17089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17090       conftest$ac_exeext conftest.$ac_ext
17091   LIBS=$ac_check_soname_save_LIBS
17092 fi
17093 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17094   { $as_echo "$as_me:$LINENO: result: not found" >&5
17095 $as_echo "not found" >&6; }
17096
17097 else
17098   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17099 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17100
17101 cat >>confdefs.h <<_ACEOF
17102 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17103 _ACEOF
17104
17105
17106 fi
17107
17108 fi
17109 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17110   case "x$with_jpeg" in
17111   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17112   xno) ;;
17113   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17114 This is an error since --with-jpeg was requested." >&5
17115 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17116 This is an error since --with-jpeg was requested." >&2;}
17117    { (exit 1); exit 1; }; } ;;
17118 esac
17119 fi
17120
17121
17122 if test "$ac_cv_header_png_h" = "yes"
17123 then
17124     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17125 $as_echo_n "checking for -lpng... " >&6; }
17126 if test "${ac_cv_lib_soname_png+set}" = set; then
17127   $as_echo_n "(cached) " >&6
17128 else
17129   ac_check_soname_save_LIBS=$LIBS
17130 LIBS="-lpng -lm -lz $LIBS"
17131   cat >conftest.$ac_ext <<_ACEOF
17132 /* confdefs.h.  */
17133 _ACEOF
17134 cat confdefs.h >>conftest.$ac_ext
17135 cat >>conftest.$ac_ext <<_ACEOF
17136 /* end confdefs.h.  */
17137
17138 /* Override any GCC internal prototype to avoid an error.
17139    Use char because int might match the return type of a GCC
17140    builtin and then its argument prototype would still apply.  */
17141 #ifdef __cplusplus
17142 extern "C"
17143 #endif
17144 char png_create_read_struct ();
17145 int
17146 main ()
17147 {
17148 return png_create_read_struct ();
17149   ;
17150   return 0;
17151 }
17152 _ACEOF
17153 rm -f conftest.$ac_objext conftest$ac_exeext
17154 if { (ac_try="$ac_link"
17155 case "(($ac_try" in
17156   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17157   *) ac_try_echo=$ac_try;;
17158 esac
17159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17160 $as_echo "$ac_try_echo") >&5
17161   (eval "$ac_link") 2>conftest.er1
17162   ac_status=$?
17163   grep -v '^ *+' conftest.er1 >conftest.err
17164   rm -f conftest.er1
17165   cat conftest.err >&5
17166   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17167   (exit $ac_status); } && {
17168          test -z "$ac_c_werror_flag" ||
17169          test ! -s conftest.err
17170        } && test -s conftest$ac_exeext && {
17171          test "$cross_compiling" = yes ||
17172          $as_test_x conftest$ac_exeext
17173        }; then
17174   case "$LIBEXT" in
17175     dll) ;;
17176     dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17177     *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
17178   esac
17179 else
17180   $as_echo "$as_me: failed program was:" >&5
17181 sed 's/^/| /' conftest.$ac_ext >&5
17182
17183
17184 fi
17185
17186 rm -rf conftest.dSYM
17187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17188       conftest$ac_exeext conftest.$ac_ext
17189   LIBS=$ac_check_soname_save_LIBS
17190 fi
17191 if test "x$ac_cv_lib_soname_png" = "x"; then
17192   { $as_echo "$as_me:$LINENO: result: not found" >&5
17193 $as_echo "not found" >&6; }
17194
17195 else
17196   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17197 $as_echo "$ac_cv_lib_soname_png" >&6; }
17198
17199 cat >>confdefs.h <<_ACEOF
17200 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17201 _ACEOF
17202
17203
17204 fi
17205
17206 fi
17207 if test "x$ac_cv_lib_soname_png" = "x"; then
17208   case "x$with_png" in
17209   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17210   xno) ;;
17211   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17212 This is an error since --with-png was requested." >&5
17213 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17214 This is an error since --with-png was requested." >&2;}
17215    { (exit 1); exit 1; }; } ;;
17216 esac
17217 fi
17218
17219
17220 if test "$ac_cv_header_kstat_h" = "yes"
17221 then
17222     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17223 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17224 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17225   $as_echo_n "(cached) " >&6
17226 else
17227   ac_check_lib_save_LIBS=$LIBS
17228 LIBS="-lkstat  $LIBS"
17229 cat >conftest.$ac_ext <<_ACEOF
17230 /* confdefs.h.  */
17231 _ACEOF
17232 cat confdefs.h >>conftest.$ac_ext
17233 cat >>conftest.$ac_ext <<_ACEOF
17234 /* end confdefs.h.  */
17235
17236 /* Override any GCC internal prototype to avoid an error.
17237    Use char because int might match the return type of a GCC
17238    builtin and then its argument prototype would still apply.  */
17239 #ifdef __cplusplus
17240 extern "C"
17241 #endif
17242 char kstat_open ();
17243 int
17244 main ()
17245 {
17246 return kstat_open ();
17247   ;
17248   return 0;
17249 }
17250 _ACEOF
17251 rm -f conftest.$ac_objext conftest$ac_exeext
17252 if { (ac_try="$ac_link"
17253 case "(($ac_try" in
17254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17255   *) ac_try_echo=$ac_try;;
17256 esac
17257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17258 $as_echo "$ac_try_echo") >&5
17259   (eval "$ac_link") 2>conftest.er1
17260   ac_status=$?
17261   grep -v '^ *+' conftest.er1 >conftest.err
17262   rm -f conftest.er1
17263   cat conftest.err >&5
17264   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17265   (exit $ac_status); } && {
17266          test -z "$ac_c_werror_flag" ||
17267          test ! -s conftest.err
17268        } && test -s conftest$ac_exeext && {
17269          test "$cross_compiling" = yes ||
17270          $as_test_x conftest$ac_exeext
17271        }; then
17272   ac_cv_lib_kstat_kstat_open=yes
17273 else
17274   $as_echo "$as_me: failed program was:" >&5
17275 sed 's/^/| /' conftest.$ac_ext >&5
17276
17277         ac_cv_lib_kstat_kstat_open=no
17278 fi
17279
17280 rm -rf conftest.dSYM
17281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17282       conftest$ac_exeext conftest.$ac_ext
17283 LIBS=$ac_check_lib_save_LIBS
17284 fi
17285 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17286 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17287 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17288
17289 cat >>confdefs.h <<\_ACEOF
17290 #define HAVE_LIBKSTAT 1
17291 _ACEOF
17292
17293                   LIBKSTAT="-lkstat"
17294
17295 fi
17296
17297 fi
17298
17299 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17300 $as_echo_n "checking for -lodbc... " >&6; }
17301 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17302   $as_echo_n "(cached) " >&6
17303 else
17304   ac_check_soname_save_LIBS=$LIBS
17305 LIBS="-lodbc  $LIBS"
17306   cat >conftest.$ac_ext <<_ACEOF
17307 /* confdefs.h.  */
17308 _ACEOF
17309 cat confdefs.h >>conftest.$ac_ext
17310 cat >>conftest.$ac_ext <<_ACEOF
17311 /* end confdefs.h.  */
17312
17313 /* Override any GCC internal prototype to avoid an error.
17314    Use char because int might match the return type of a GCC
17315    builtin and then its argument prototype would still apply.  */
17316 #ifdef __cplusplus
17317 extern "C"
17318 #endif
17319 char SQLConnect ();
17320 int
17321 main ()
17322 {
17323 return SQLConnect ();
17324   ;
17325   return 0;
17326 }
17327 _ACEOF
17328 rm -f conftest.$ac_objext conftest$ac_exeext
17329 if { (ac_try="$ac_link"
17330 case "(($ac_try" in
17331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17332   *) ac_try_echo=$ac_try;;
17333 esac
17334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17335 $as_echo "$ac_try_echo") >&5
17336   (eval "$ac_link") 2>conftest.er1
17337   ac_status=$?
17338   grep -v '^ *+' conftest.er1 >conftest.err
17339   rm -f conftest.er1
17340   cat conftest.err >&5
17341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342   (exit $ac_status); } && {
17343          test -z "$ac_c_werror_flag" ||
17344          test ! -s conftest.err
17345        } && test -s conftest$ac_exeext && {
17346          test "$cross_compiling" = yes ||
17347          $as_test_x conftest$ac_exeext
17348        }; then
17349   case "$LIBEXT" in
17350     dll) ;;
17351     dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
17352     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17353   esac
17354 else
17355   $as_echo "$as_me: failed program was:" >&5
17356 sed 's/^/| /' conftest.$ac_ext >&5
17357
17358
17359 fi
17360
17361 rm -rf conftest.dSYM
17362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17363       conftest$ac_exeext conftest.$ac_ext
17364   LIBS=$ac_check_soname_save_LIBS
17365 fi
17366 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17367   { $as_echo "$as_me:$LINENO: result: not found" >&5
17368 $as_echo "not found" >&6; }
17369        cat >>confdefs.h <<_ACEOF
17370 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17371 _ACEOF
17372
17373 else
17374   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17375 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17376
17377 cat >>confdefs.h <<_ACEOF
17378 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17379 _ACEOF
17380
17381
17382 fi
17383
17384
17385 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17386         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17387         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17388         "$ac_cv_header_soundcard_h" != "yes" -a \
17389         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17390 then
17391     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17392 fi
17393
17394
17395 EXTRACFLAGS=""
17396
17397 if test "x${GCC}" = "xyes"
17398 then
17399   EXTRACFLAGS="-Wall -pipe"
17400
17401     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17402 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17403 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17404   $as_echo_n "(cached) " >&6
17405 else
17406   if test "$cross_compiling" = yes; then
17407   ac_cv_c_gcc_strength_bug="yes"
17408 else
17409   cat >conftest.$ac_ext <<_ACEOF
17410 /* confdefs.h.  */
17411 _ACEOF
17412 cat confdefs.h >>conftest.$ac_ext
17413 cat >>conftest.$ac_ext <<_ACEOF
17414 /* end confdefs.h.  */
17415 int L[4] = {0,1,2,3};
17416 int
17417 main ()
17418 {
17419 static int Array[3];
17420   unsigned int B = 3;
17421   int i;
17422   for(i=0; i<B; i++) Array[i] = i - 3;
17423   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17424   L[i] = 4;
17425   return (Array[1] != -2 || L[2] != 3)
17426   ;
17427   return 0;
17428 }
17429 _ACEOF
17430 rm -f conftest$ac_exeext
17431 if { (ac_try="$ac_link"
17432 case "(($ac_try" in
17433   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17434   *) ac_try_echo=$ac_try;;
17435 esac
17436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17437 $as_echo "$ac_try_echo") >&5
17438   (eval "$ac_link") 2>&5
17439   ac_status=$?
17440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17441   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17442   { (case "(($ac_try" in
17443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17444   *) ac_try_echo=$ac_try;;
17445 esac
17446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17447 $as_echo "$ac_try_echo") >&5
17448   (eval "$ac_try") 2>&5
17449   ac_status=$?
17450   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17451   (exit $ac_status); }; }; then
17452   ac_cv_c_gcc_strength_bug="no"
17453 else
17454   $as_echo "$as_me: program exited with status $ac_status" >&5
17455 $as_echo "$as_me: failed program was:" >&5
17456 sed 's/^/| /' conftest.$ac_ext >&5
17457
17458 ( exit $ac_status )
17459 ac_cv_c_gcc_strength_bug="yes"
17460 fi
17461 rm -rf conftest.dSYM
17462 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17463 fi
17464
17465
17466 fi
17467 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17468 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17469   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17470   then
17471     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17472   fi
17473
17474     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17475 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17476 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17477   $as_echo_n "(cached) " >&6
17478 else
17479   ac_wine_try_cflags_saved=$CFLAGS
17480 CFLAGS="$CFLAGS -fno-builtin"
17481 cat >conftest.$ac_ext <<_ACEOF
17482 /* confdefs.h.  */
17483 _ACEOF
17484 cat confdefs.h >>conftest.$ac_ext
17485 cat >>conftest.$ac_ext <<_ACEOF
17486 /* end confdefs.h.  */
17487
17488 int
17489 main ()
17490 {
17491
17492   ;
17493   return 0;
17494 }
17495 _ACEOF
17496 rm -f conftest.$ac_objext conftest$ac_exeext
17497 if { (ac_try="$ac_link"
17498 case "(($ac_try" in
17499   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17500   *) ac_try_echo=$ac_try;;
17501 esac
17502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17503 $as_echo "$ac_try_echo") >&5
17504   (eval "$ac_link") 2>conftest.er1
17505   ac_status=$?
17506   grep -v '^ *+' conftest.er1 >conftest.err
17507   rm -f conftest.er1
17508   cat conftest.err >&5
17509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510   (exit $ac_status); } && {
17511          test -z "$ac_c_werror_flag" ||
17512          test ! -s conftest.err
17513        } && test -s conftest$ac_exeext && {
17514          test "$cross_compiling" = yes ||
17515          $as_test_x conftest$ac_exeext
17516        }; then
17517   ac_cv_cflags__fno_builtin=yes
17518 else
17519   $as_echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17521
17522         ac_cv_cflags__fno_builtin=no
17523 fi
17524
17525 rm -rf conftest.dSYM
17526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17527       conftest$ac_exeext conftest.$ac_ext
17528 CFLAGS=$ac_wine_try_cflags_saved
17529 fi
17530 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17531 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17532 if test $ac_cv_cflags__fno_builtin = yes; then
17533   BUILTINFLAG="-fno-builtin"
17534
17535 fi
17536
17537   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17538 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17539 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17540   $as_echo_n "(cached) " >&6
17541 else
17542   ac_wine_try_cflags_saved=$CFLAGS
17543 CFLAGS="$CFLAGS -fno-strict-aliasing"
17544 cat >conftest.$ac_ext <<_ACEOF
17545 /* confdefs.h.  */
17546 _ACEOF
17547 cat confdefs.h >>conftest.$ac_ext
17548 cat >>conftest.$ac_ext <<_ACEOF
17549 /* end confdefs.h.  */
17550
17551 int
17552 main ()
17553 {
17554
17555   ;
17556   return 0;
17557 }
17558 _ACEOF
17559 rm -f conftest.$ac_objext conftest$ac_exeext
17560 if { (ac_try="$ac_link"
17561 case "(($ac_try" in
17562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17563   *) ac_try_echo=$ac_try;;
17564 esac
17565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17566 $as_echo "$ac_try_echo") >&5
17567   (eval "$ac_link") 2>conftest.er1
17568   ac_status=$?
17569   grep -v '^ *+' conftest.er1 >conftest.err
17570   rm -f conftest.er1
17571   cat conftest.err >&5
17572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17573   (exit $ac_status); } && {
17574          test -z "$ac_c_werror_flag" ||
17575          test ! -s conftest.err
17576        } && test -s conftest$ac_exeext && {
17577          test "$cross_compiling" = yes ||
17578          $as_test_x conftest$ac_exeext
17579        }; then
17580   ac_cv_cflags__fno_strict_aliasing=yes
17581 else
17582   $as_echo "$as_me: failed program was:" >&5
17583 sed 's/^/| /' conftest.$ac_ext >&5
17584
17585         ac_cv_cflags__fno_strict_aliasing=no
17586 fi
17587
17588 rm -rf conftest.dSYM
17589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17590       conftest$ac_exeext conftest.$ac_ext
17591 CFLAGS=$ac_wine_try_cflags_saved
17592 fi
17593 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17594 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17595 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17596   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17597 fi
17598
17599   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17600 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17601 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17602   $as_echo_n "(cached) " >&6
17603 else
17604   ac_wine_try_cflags_saved=$CFLAGS
17605 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17606 cat >conftest.$ac_ext <<_ACEOF
17607 /* confdefs.h.  */
17608 _ACEOF
17609 cat confdefs.h >>conftest.$ac_ext
17610 cat >>conftest.$ac_ext <<_ACEOF
17611 /* end confdefs.h.  */
17612
17613 int
17614 main ()
17615 {
17616
17617   ;
17618   return 0;
17619 }
17620 _ACEOF
17621 rm -f conftest.$ac_objext conftest$ac_exeext
17622 if { (ac_try="$ac_link"
17623 case "(($ac_try" in
17624   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17625   *) ac_try_echo=$ac_try;;
17626 esac
17627 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17628 $as_echo "$ac_try_echo") >&5
17629   (eval "$ac_link") 2>conftest.er1
17630   ac_status=$?
17631   grep -v '^ *+' conftest.er1 >conftest.err
17632   rm -f conftest.er1
17633   cat conftest.err >&5
17634   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17635   (exit $ac_status); } && {
17636          test -z "$ac_c_werror_flag" ||
17637          test ! -s conftest.err
17638        } && test -s conftest$ac_exeext && {
17639          test "$cross_compiling" = yes ||
17640          $as_test_x conftest$ac_exeext
17641        }; then
17642   ac_cv_cflags__Wdeclaration_after_statement=yes
17643 else
17644   $as_echo "$as_me: failed program was:" >&5
17645 sed 's/^/| /' conftest.$ac_ext >&5
17646
17647         ac_cv_cflags__Wdeclaration_after_statement=no
17648 fi
17649
17650 rm -rf conftest.dSYM
17651 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17652       conftest$ac_exeext conftest.$ac_ext
17653 CFLAGS=$ac_wine_try_cflags_saved
17654 fi
17655 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17656 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17657 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17658   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17659 fi
17660
17661   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17662 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17663 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17664   $as_echo_n "(cached) " >&6
17665 else
17666   ac_wine_try_cflags_saved=$CFLAGS
17667 CFLAGS="$CFLAGS -Wwrite-strings"
17668 cat >conftest.$ac_ext <<_ACEOF
17669 /* confdefs.h.  */
17670 _ACEOF
17671 cat confdefs.h >>conftest.$ac_ext
17672 cat >>conftest.$ac_ext <<_ACEOF
17673 /* end confdefs.h.  */
17674
17675 int
17676 main ()
17677 {
17678
17679   ;
17680   return 0;
17681 }
17682 _ACEOF
17683 rm -f conftest.$ac_objext conftest$ac_exeext
17684 if { (ac_try="$ac_link"
17685 case "(($ac_try" in
17686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17687   *) ac_try_echo=$ac_try;;
17688 esac
17689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17690 $as_echo "$ac_try_echo") >&5
17691   (eval "$ac_link") 2>conftest.er1
17692   ac_status=$?
17693   grep -v '^ *+' conftest.er1 >conftest.err
17694   rm -f conftest.er1
17695   cat conftest.err >&5
17696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17697   (exit $ac_status); } && {
17698          test -z "$ac_c_werror_flag" ||
17699          test ! -s conftest.err
17700        } && test -s conftest$ac_exeext && {
17701          test "$cross_compiling" = yes ||
17702          $as_test_x conftest$ac_exeext
17703        }; then
17704   ac_cv_cflags__Wwrite_strings=yes
17705 else
17706   $as_echo "$as_me: failed program was:" >&5
17707 sed 's/^/| /' conftest.$ac_ext >&5
17708
17709         ac_cv_cflags__Wwrite_strings=no
17710 fi
17711
17712 rm -rf conftest.dSYM
17713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17714       conftest$ac_exeext conftest.$ac_ext
17715 CFLAGS=$ac_wine_try_cflags_saved
17716 fi
17717 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17718 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17719 if test $ac_cv_cflags__Wwrite_strings = yes; then
17720   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17721 fi
17722
17723   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17724 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17725 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17726   $as_echo_n "(cached) " >&6
17727 else
17728   ac_wine_try_cflags_saved=$CFLAGS
17729 CFLAGS="$CFLAGS -Wtype-limits"
17730 cat >conftest.$ac_ext <<_ACEOF
17731 /* confdefs.h.  */
17732 _ACEOF
17733 cat confdefs.h >>conftest.$ac_ext
17734 cat >>conftest.$ac_ext <<_ACEOF
17735 /* end confdefs.h.  */
17736
17737 int
17738 main ()
17739 {
17740
17741   ;
17742   return 0;
17743 }
17744 _ACEOF
17745 rm -f conftest.$ac_objext conftest$ac_exeext
17746 if { (ac_try="$ac_link"
17747 case "(($ac_try" in
17748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17749   *) ac_try_echo=$ac_try;;
17750 esac
17751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17752 $as_echo "$ac_try_echo") >&5
17753   (eval "$ac_link") 2>conftest.er1
17754   ac_status=$?
17755   grep -v '^ *+' conftest.er1 >conftest.err
17756   rm -f conftest.er1
17757   cat conftest.err >&5
17758   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17759   (exit $ac_status); } && {
17760          test -z "$ac_c_werror_flag" ||
17761          test ! -s conftest.err
17762        } && test -s conftest$ac_exeext && {
17763          test "$cross_compiling" = yes ||
17764          $as_test_x conftest$ac_exeext
17765        }; then
17766   ac_cv_cflags__Wtype_limits=yes
17767 else
17768   $as_echo "$as_me: failed program was:" >&5
17769 sed 's/^/| /' conftest.$ac_ext >&5
17770
17771         ac_cv_cflags__Wtype_limits=no
17772 fi
17773
17774 rm -rf conftest.dSYM
17775 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17776       conftest$ac_exeext conftest.$ac_ext
17777 CFLAGS=$ac_wine_try_cflags_saved
17778 fi
17779 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17780 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17781 if test $ac_cv_cflags__Wtype_limits = yes; then
17782   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17783 fi
17784
17785
17786     saved_CFLAGS="$CFLAGS"
17787   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17788   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17789 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17790 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17791   $as_echo_n "(cached) " >&6
17792 else
17793   cat >conftest.$ac_ext <<_ACEOF
17794 /* confdefs.h.  */
17795 _ACEOF
17796 cat confdefs.h >>conftest.$ac_ext
17797 cat >>conftest.$ac_ext <<_ACEOF
17798 /* end confdefs.h.  */
17799 #include <string.h>
17800 int
17801 main ()
17802 {
17803
17804   ;
17805   return 0;
17806 }
17807 _ACEOF
17808 rm -f conftest.$ac_objext
17809 if { (ac_try="$ac_compile"
17810 case "(($ac_try" in
17811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17812   *) ac_try_echo=$ac_try;;
17813 esac
17814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17815 $as_echo "$ac_try_echo") >&5
17816   (eval "$ac_compile") 2>conftest.er1
17817   ac_status=$?
17818   grep -v '^ *+' conftest.er1 >conftest.err
17819   rm -f conftest.er1
17820   cat conftest.err >&5
17821   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17822   (exit $ac_status); } && {
17823          test -z "$ac_c_werror_flag" ||
17824          test ! -s conftest.err
17825        } && test -s conftest.$ac_objext; then
17826   ac_cv_c_string_h_warnings=no
17827 else
17828   $as_echo "$as_me: failed program was:" >&5
17829 sed 's/^/| /' conftest.$ac_ext >&5
17830
17831         ac_cv_c_string_h_warnings=yes
17832 fi
17833
17834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17835 fi
17836 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17837 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17838   CFLAGS="$saved_CFLAGS"
17839   if test "$ac_cv_c_string_h_warnings" = "no"
17840   then
17841     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17842   fi
17843 fi
17844
17845
17846 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17847 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17848 if test "${ac_cv_asm_func_def+set}" = set; then
17849   $as_echo_n "(cached) " >&6
17850 else
17851   cat >conftest.$ac_ext <<_ACEOF
17852 /* confdefs.h.  */
17853 _ACEOF
17854 cat confdefs.h >>conftest.$ac_ext
17855 cat >>conftest.$ac_ext <<_ACEOF
17856 /* end confdefs.h.  */
17857
17858 int
17859 main ()
17860 {
17861 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17862   ;
17863   return 0;
17864 }
17865 _ACEOF
17866 rm -f conftest.$ac_objext conftest$ac_exeext
17867 if { (ac_try="$ac_link"
17868 case "(($ac_try" in
17869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17870   *) ac_try_echo=$ac_try;;
17871 esac
17872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17873 $as_echo "$ac_try_echo") >&5
17874   (eval "$ac_link") 2>conftest.er1
17875   ac_status=$?
17876   grep -v '^ *+' conftest.er1 >conftest.err
17877   rm -f conftest.er1
17878   cat conftest.err >&5
17879   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17880   (exit $ac_status); } && {
17881          test -z "$ac_c_werror_flag" ||
17882          test ! -s conftest.err
17883        } && test -s conftest$ac_exeext && {
17884          test "$cross_compiling" = yes ||
17885          $as_test_x conftest$ac_exeext
17886        }; then
17887   ac_cv_asm_func_def=".def"
17888 else
17889   $as_echo "$as_me: failed program was:" >&5
17890 sed 's/^/| /' conftest.$ac_ext >&5
17891
17892         cat >conftest.$ac_ext <<_ACEOF
17893 /* confdefs.h.  */
17894 _ACEOF
17895 cat confdefs.h >>conftest.$ac_ext
17896 cat >>conftest.$ac_ext <<_ACEOF
17897 /* end confdefs.h.  */
17898
17899 int
17900 main ()
17901 {
17902 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17903   ;
17904   return 0;
17905 }
17906 _ACEOF
17907 rm -f conftest.$ac_objext conftest$ac_exeext
17908 if { (ac_try="$ac_link"
17909 case "(($ac_try" in
17910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17911   *) ac_try_echo=$ac_try;;
17912 esac
17913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17914 $as_echo "$ac_try_echo") >&5
17915   (eval "$ac_link") 2>conftest.er1
17916   ac_status=$?
17917   grep -v '^ *+' conftest.er1 >conftest.err
17918   rm -f conftest.er1
17919   cat conftest.err >&5
17920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17921   (exit $ac_status); } && {
17922          test -z "$ac_c_werror_flag" ||
17923          test ! -s conftest.err
17924        } && test -s conftest$ac_exeext && {
17925          test "$cross_compiling" = yes ||
17926          $as_test_x conftest$ac_exeext
17927        }; then
17928   ac_cv_asm_func_def=".type @function"
17929 else
17930   $as_echo "$as_me: failed program was:" >&5
17931 sed 's/^/| /' conftest.$ac_ext >&5
17932
17933         cat >conftest.$ac_ext <<_ACEOF
17934 /* confdefs.h.  */
17935 _ACEOF
17936 cat confdefs.h >>conftest.$ac_ext
17937 cat >>conftest.$ac_ext <<_ACEOF
17938 /* end confdefs.h.  */
17939
17940 int
17941 main ()
17942 {
17943 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17944   ;
17945   return 0;
17946 }
17947 _ACEOF
17948 rm -f conftest.$ac_objext conftest$ac_exeext
17949 if { (ac_try="$ac_link"
17950 case "(($ac_try" in
17951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17952   *) ac_try_echo=$ac_try;;
17953 esac
17954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17955 $as_echo "$ac_try_echo") >&5
17956   (eval "$ac_link") 2>conftest.er1
17957   ac_status=$?
17958   grep -v '^ *+' conftest.er1 >conftest.err
17959   rm -f conftest.er1
17960   cat conftest.err >&5
17961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17962   (exit $ac_status); } && {
17963          test -z "$ac_c_werror_flag" ||
17964          test ! -s conftest.err
17965        } && test -s conftest$ac_exeext && {
17966          test "$cross_compiling" = yes ||
17967          $as_test_x conftest$ac_exeext
17968        }; then
17969   ac_cv_asm_func_def=".type 2"
17970 else
17971   $as_echo "$as_me: failed program was:" >&5
17972 sed 's/^/| /' conftest.$ac_ext >&5
17973
17974         ac_cv_asm_func_def="unknown"
17975 fi
17976
17977 rm -rf conftest.dSYM
17978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17979       conftest$ac_exeext conftest.$ac_ext
17980 fi
17981
17982 rm -rf conftest.dSYM
17983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17984       conftest$ac_exeext conftest.$ac_ext
17985 fi
17986
17987 rm -rf conftest.dSYM
17988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17989       conftest$ac_exeext conftest.$ac_ext
17990 fi
17991 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17992 $as_echo "$ac_cv_asm_func_def" >&6; }
17993
17994
17995
17996 case "$ac_cv_asm_func_def" in
17997   ".def")
17998      cat >>confdefs.h <<\_ACEOF
17999 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18000 _ACEOF
18001  ;;
18002   ".type @function")
18003      cat >>confdefs.h <<\_ACEOF
18004 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18005 _ACEOF
18006  ;;
18007   ".type 2")
18008      cat >>confdefs.h <<\_ACEOF
18009 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18010 _ACEOF
18011  ;;
18012   *)
18013      cat >>confdefs.h <<\_ACEOF
18014 #define __ASM_FUNC(name) ""
18015 _ACEOF
18016  ;;
18017 esac
18018
18019
18020 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18021 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18022 if test "${ac_cv_c_extern_prefix+set}" = set; then
18023   $as_echo_n "(cached) " >&6
18024 else
18025   cat >conftest.$ac_ext <<_ACEOF
18026 /* confdefs.h.  */
18027 _ACEOF
18028 cat confdefs.h >>conftest.$ac_ext
18029 cat >>conftest.$ac_ext <<_ACEOF
18030 /* end confdefs.h.  */
18031 extern int ac_test;
18032 int
18033 main ()
18034 {
18035 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18036   ;
18037   return 0;
18038 }
18039 _ACEOF
18040 rm -f conftest.$ac_objext conftest$ac_exeext
18041 if { (ac_try="$ac_link"
18042 case "(($ac_try" in
18043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18044   *) ac_try_echo=$ac_try;;
18045 esac
18046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18047 $as_echo "$ac_try_echo") >&5
18048   (eval "$ac_link") 2>conftest.er1
18049   ac_status=$?
18050   grep -v '^ *+' conftest.er1 >conftest.err
18051   rm -f conftest.er1
18052   cat conftest.err >&5
18053   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18054   (exit $ac_status); } && {
18055          test -z "$ac_c_werror_flag" ||
18056          test ! -s conftest.err
18057        } && test -s conftest$ac_exeext && {
18058          test "$cross_compiling" = yes ||
18059          $as_test_x conftest$ac_exeext
18060        }; then
18061   ac_cv_c_extern_prefix="yes"
18062 else
18063   $as_echo "$as_me: failed program was:" >&5
18064 sed 's/^/| /' conftest.$ac_ext >&5
18065
18066         ac_cv_c_extern_prefix="no"
18067 fi
18068
18069 rm -rf conftest.dSYM
18070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18071       conftest$ac_exeext conftest.$ac_ext
18072 fi
18073 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18074 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18075
18076
18077
18078 if test "$ac_cv_c_extern_prefix" = "yes"
18079 then
18080   cat >>confdefs.h <<\_ACEOF
18081 #define __ASM_NAME(name) "_" name
18082 _ACEOF
18083
18084 else
18085   cat >>confdefs.h <<\_ACEOF
18086 #define __ASM_NAME(name) name
18087 _ACEOF
18088
18089 fi
18090
18091
18092 LDPATH=""
18093
18094 case $build_os in
18095   cygwin*|mingw32*)
18096     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18097     ;;
18098   darwin*|macosx*)
18099     ;;
18100   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
18101     then
18102       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18103     fi
18104     ;;
18105   *)
18106     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18107     ;;
18108 esac
18109
18110 case $host_os in
18111   mingw32*)
18112     CRTLIBS="-lmsvcrt"
18113
18114     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18115
18116     ;;
18117 esac
18118
18119 case $host_cpu in
18120   *i[3456789]86*)
18121     case $host_os in
18122       linux* | k*bsd*-gnu)
18123         EXTRA_BINARIES="wine-preloader"
18124  ;;
18125     esac
18126     ;;
18127 esac
18128
18129
18130 ac_save_CFLAGS="$CFLAGS"
18131 CFLAGS="$CFLAGS $BUILTINFLAG"
18132
18133
18134
18135
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
18154
18155
18156
18157
18158
18159
18160
18161
18162
18163
18164
18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
18175
18176
18177
18178
18179
18180
18181
18182
18183
18184
18185
18186
18187
18188
18189
18190
18191
18192
18193
18194
18195
18196
18197
18198
18199
18200
18201
18202
18203 for ac_func in \
18204         _pclose \
18205         _popen \
18206         _snprintf \
18207         _spawnvp \
18208         _strdup \
18209         _stricmp \
18210         _strnicmp \
18211         _strtoi64 \
18212         _strtoui64 \
18213         _vsnprintf \
18214         asctime_r \
18215         chsize \
18216         dlopen \
18217         epoll_create \
18218         ffs \
18219         finite \
18220         fork \
18221         fpclass \
18222         fstatfs \
18223         fstatvfs \
18224         ftruncate \
18225         futimes \
18226         futimesat \
18227         getdirentries \
18228         getopt_long \
18229         getpagesize \
18230         getpwuid \
18231         gettid \
18232         gettimeofday \
18233         getuid \
18234         inet_ntop \
18235         inet_pton \
18236         kqueue \
18237         lstat \
18238         memmove \
18239         mmap \
18240         pclose \
18241         poll \
18242         popen \
18243         prctl \
18244         pread \
18245         pwrite \
18246         readdir \
18247         readlink \
18248         sched_yield \
18249         select \
18250         setproctitle \
18251         setrlimit \
18252         settimeofday \
18253         sigaltstack \
18254         sigprocmask \
18255         snprintf \
18256         socketpair \
18257         spawnvp \
18258         statfs \
18259         statvfs \
18260         strcasecmp \
18261         strdup \
18262         strerror \
18263         strncasecmp \
18264         strtold \
18265         strtoll \
18266         strtoull \
18267         symlink \
18268         tcgetattr \
18269         thr_kill2 \
18270         timegm \
18271         usleep \
18272         vsnprintf \
18273         wait4 \
18274         waitpid \
18275
18276 do
18277 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18278 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18279 $as_echo_n "checking for $ac_func... " >&6; }
18280 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18281   $as_echo_n "(cached) " >&6
18282 else
18283   cat >conftest.$ac_ext <<_ACEOF
18284 /* confdefs.h.  */
18285 _ACEOF
18286 cat confdefs.h >>conftest.$ac_ext
18287 cat >>conftest.$ac_ext <<_ACEOF
18288 /* end confdefs.h.  */
18289 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18290    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18291 #define $ac_func innocuous_$ac_func
18292
18293 /* System header to define __stub macros and hopefully few prototypes,
18294     which can conflict with char $ac_func (); below.
18295     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18296     <limits.h> exists even on freestanding compilers.  */
18297
18298 #ifdef __STDC__
18299 # include <limits.h>
18300 #else
18301 # include <assert.h>
18302 #endif
18303
18304 #undef $ac_func
18305
18306 /* Override any GCC internal prototype to avoid an error.
18307    Use char because int might match the return type of a GCC
18308    builtin and then its argument prototype would still apply.  */
18309 #ifdef __cplusplus
18310 extern "C"
18311 #endif
18312 char $ac_func ();
18313 /* The GNU C library defines this for functions which it implements
18314     to always fail with ENOSYS.  Some functions are actually named
18315     something starting with __ and the normal name is an alias.  */
18316 #if defined __stub_$ac_func || defined __stub___$ac_func
18317 choke me
18318 #endif
18319
18320 int
18321 main ()
18322 {
18323 return $ac_func ();
18324   ;
18325   return 0;
18326 }
18327 _ACEOF
18328 rm -f conftest.$ac_objext conftest$ac_exeext
18329 if { (ac_try="$ac_link"
18330 case "(($ac_try" in
18331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18332   *) ac_try_echo=$ac_try;;
18333 esac
18334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18335 $as_echo "$ac_try_echo") >&5
18336   (eval "$ac_link") 2>conftest.er1
18337   ac_status=$?
18338   grep -v '^ *+' conftest.er1 >conftest.err
18339   rm -f conftest.er1
18340   cat conftest.err >&5
18341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18342   (exit $ac_status); } && {
18343          test -z "$ac_c_werror_flag" ||
18344          test ! -s conftest.err
18345        } && test -s conftest$ac_exeext && {
18346          test "$cross_compiling" = yes ||
18347          $as_test_x conftest$ac_exeext
18348        }; then
18349   eval "$as_ac_var=yes"
18350 else
18351   $as_echo "$as_me: failed program was:" >&5
18352 sed 's/^/| /' conftest.$ac_ext >&5
18353
18354         eval "$as_ac_var=no"
18355 fi
18356
18357 rm -rf conftest.dSYM
18358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18359       conftest$ac_exeext conftest.$ac_ext
18360 fi
18361 ac_res=`eval 'as_val=${'$as_ac_var'}
18362                  $as_echo "$as_val"'`
18363                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18364 $as_echo "$ac_res" >&6; }
18365 as_val=`eval 'as_val=${'$as_ac_var'}
18366                  $as_echo "$as_val"'`
18367    if test "x$as_val" = x""yes; then
18368   cat >>confdefs.h <<_ACEOF
18369 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18370 _ACEOF
18371
18372 fi
18373 done
18374
18375 CFLAGS="$ac_save_CFLAGS"
18376
18377 if test "$ac_cv_func_dlopen" = no
18378 then
18379     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18380 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18381 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18382   $as_echo_n "(cached) " >&6
18383 else
18384   ac_check_lib_save_LIBS=$LIBS
18385 LIBS="-ldl  $LIBS"
18386 cat >conftest.$ac_ext <<_ACEOF
18387 /* confdefs.h.  */
18388 _ACEOF
18389 cat confdefs.h >>conftest.$ac_ext
18390 cat >>conftest.$ac_ext <<_ACEOF
18391 /* end confdefs.h.  */
18392
18393 /* Override any GCC internal prototype to avoid an error.
18394    Use char because int might match the return type of a GCC
18395    builtin and then its argument prototype would still apply.  */
18396 #ifdef __cplusplus
18397 extern "C"
18398 #endif
18399 char dlopen ();
18400 int
18401 main ()
18402 {
18403 return dlopen ();
18404   ;
18405   return 0;
18406 }
18407 _ACEOF
18408 rm -f conftest.$ac_objext conftest$ac_exeext
18409 if { (ac_try="$ac_link"
18410 case "(($ac_try" in
18411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18412   *) ac_try_echo=$ac_try;;
18413 esac
18414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18415 $as_echo "$ac_try_echo") >&5
18416   (eval "$ac_link") 2>conftest.er1
18417   ac_status=$?
18418   grep -v '^ *+' conftest.er1 >conftest.err
18419   rm -f conftest.er1
18420   cat conftest.err >&5
18421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422   (exit $ac_status); } && {
18423          test -z "$ac_c_werror_flag" ||
18424          test ! -s conftest.err
18425        } && test -s conftest$ac_exeext && {
18426          test "$cross_compiling" = yes ||
18427          $as_test_x conftest$ac_exeext
18428        }; then
18429   ac_cv_lib_dl_dlopen=yes
18430 else
18431   $as_echo "$as_me: failed program was:" >&5
18432 sed 's/^/| /' conftest.$ac_ext >&5
18433
18434         ac_cv_lib_dl_dlopen=no
18435 fi
18436
18437 rm -rf conftest.dSYM
18438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18439       conftest$ac_exeext conftest.$ac_ext
18440 LIBS=$ac_check_lib_save_LIBS
18441 fi
18442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18443 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18444 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18445   cat >>confdefs.h <<\_ACEOF
18446 #define HAVE_DLOPEN 1
18447 _ACEOF
18448  LIBDL="-ldl"
18449
18450 fi
18451
18452 fi
18453 ac_wine_check_funcs_save_LIBS="$LIBS"
18454 LIBS="$LIBS $LIBDL"
18455
18456 for ac_func in dladdr
18457 do
18458 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18459 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18460 $as_echo_n "checking for $ac_func... " >&6; }
18461 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18462   $as_echo_n "(cached) " >&6
18463 else
18464   cat >conftest.$ac_ext <<_ACEOF
18465 /* confdefs.h.  */
18466 _ACEOF
18467 cat confdefs.h >>conftest.$ac_ext
18468 cat >>conftest.$ac_ext <<_ACEOF
18469 /* end confdefs.h.  */
18470 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18471    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18472 #define $ac_func innocuous_$ac_func
18473
18474 /* System header to define __stub macros and hopefully few prototypes,
18475     which can conflict with char $ac_func (); below.
18476     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18477     <limits.h> exists even on freestanding compilers.  */
18478
18479 #ifdef __STDC__
18480 # include <limits.h>
18481 #else
18482 # include <assert.h>
18483 #endif
18484
18485 #undef $ac_func
18486
18487 /* Override any GCC internal prototype to avoid an error.
18488    Use char because int might match the return type of a GCC
18489    builtin and then its argument prototype would still apply.  */
18490 #ifdef __cplusplus
18491 extern "C"
18492 #endif
18493 char $ac_func ();
18494 /* The GNU C library defines this for functions which it implements
18495     to always fail with ENOSYS.  Some functions are actually named
18496     something starting with __ and the normal name is an alias.  */
18497 #if defined __stub_$ac_func || defined __stub___$ac_func
18498 choke me
18499 #endif
18500
18501 int
18502 main ()
18503 {
18504 return $ac_func ();
18505   ;
18506   return 0;
18507 }
18508 _ACEOF
18509 rm -f conftest.$ac_objext conftest$ac_exeext
18510 if { (ac_try="$ac_link"
18511 case "(($ac_try" in
18512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18513   *) ac_try_echo=$ac_try;;
18514 esac
18515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18516 $as_echo "$ac_try_echo") >&5
18517   (eval "$ac_link") 2>conftest.er1
18518   ac_status=$?
18519   grep -v '^ *+' conftest.er1 >conftest.err
18520   rm -f conftest.er1
18521   cat conftest.err >&5
18522   $as_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_exeext && {
18527          test "$cross_compiling" = yes ||
18528          $as_test_x conftest$ac_exeext
18529        }; then
18530   eval "$as_ac_var=yes"
18531 else
18532   $as_echo "$as_me: failed program was:" >&5
18533 sed 's/^/| /' conftest.$ac_ext >&5
18534
18535         eval "$as_ac_var=no"
18536 fi
18537
18538 rm -rf conftest.dSYM
18539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18540       conftest$ac_exeext conftest.$ac_ext
18541 fi
18542 ac_res=`eval 'as_val=${'$as_ac_var'}
18543                  $as_echo "$as_val"'`
18544                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18545 $as_echo "$ac_res" >&6; }
18546 as_val=`eval 'as_val=${'$as_ac_var'}
18547                  $as_echo "$as_val"'`
18548    if test "x$as_val" = x""yes; then
18549   cat >>confdefs.h <<_ACEOF
18550 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18551 _ACEOF
18552
18553 fi
18554 done
18555
18556 LIBS="$ac_wine_check_funcs_save_LIBS"
18557
18558 if test "$ac_cv_func_poll" = no
18559 then
18560     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18561 $as_echo_n "checking for poll in -lpoll... " >&6; }
18562 if test "${ac_cv_lib_poll_poll+set}" = set; then
18563   $as_echo_n "(cached) " >&6
18564 else
18565   ac_check_lib_save_LIBS=$LIBS
18566 LIBS="-lpoll  $LIBS"
18567 cat >conftest.$ac_ext <<_ACEOF
18568 /* confdefs.h.  */
18569 _ACEOF
18570 cat confdefs.h >>conftest.$ac_ext
18571 cat >>conftest.$ac_ext <<_ACEOF
18572 /* end confdefs.h.  */
18573
18574 /* Override any GCC internal prototype to avoid an error.
18575    Use char because int might match the return type of a GCC
18576    builtin and then its argument prototype would still apply.  */
18577 #ifdef __cplusplus
18578 extern "C"
18579 #endif
18580 char poll ();
18581 int
18582 main ()
18583 {
18584 return poll ();
18585   ;
18586   return 0;
18587 }
18588 _ACEOF
18589 rm -f conftest.$ac_objext conftest$ac_exeext
18590 if { (ac_try="$ac_link"
18591 case "(($ac_try" in
18592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18593   *) ac_try_echo=$ac_try;;
18594 esac
18595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18596 $as_echo "$ac_try_echo") >&5
18597   (eval "$ac_link") 2>conftest.er1
18598   ac_status=$?
18599   grep -v '^ *+' conftest.er1 >conftest.err
18600   rm -f conftest.er1
18601   cat conftest.err >&5
18602   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18603   (exit $ac_status); } && {
18604          test -z "$ac_c_werror_flag" ||
18605          test ! -s conftest.err
18606        } && test -s conftest$ac_exeext && {
18607          test "$cross_compiling" = yes ||
18608          $as_test_x conftest$ac_exeext
18609        }; then
18610   ac_cv_lib_poll_poll=yes
18611 else
18612   $as_echo "$as_me: failed program was:" >&5
18613 sed 's/^/| /' conftest.$ac_ext >&5
18614
18615         ac_cv_lib_poll_poll=no
18616 fi
18617
18618 rm -rf conftest.dSYM
18619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18620       conftest$ac_exeext conftest.$ac_ext
18621 LIBS=$ac_check_lib_save_LIBS
18622 fi
18623 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18624 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18625 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18626   cat >>confdefs.h <<\_ACEOF
18627 #define HAVE_POLL 1
18628 _ACEOF
18629  LIBPOLL="-lpoll"
18630
18631 fi
18632
18633 fi
18634
18635 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18636 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18637 if test "${ac_cv_search_gethostbyname+set}" = set; then
18638   $as_echo_n "(cached) " >&6
18639 else
18640   ac_func_search_save_LIBS=$LIBS
18641 cat >conftest.$ac_ext <<_ACEOF
18642 /* confdefs.h.  */
18643 _ACEOF
18644 cat confdefs.h >>conftest.$ac_ext
18645 cat >>conftest.$ac_ext <<_ACEOF
18646 /* end confdefs.h.  */
18647
18648 /* Override any GCC internal prototype to avoid an error.
18649    Use char because int might match the return type of a GCC
18650    builtin and then its argument prototype would still apply.  */
18651 #ifdef __cplusplus
18652 extern "C"
18653 #endif
18654 char gethostbyname ();
18655 int
18656 main ()
18657 {
18658 return gethostbyname ();
18659   ;
18660   return 0;
18661 }
18662 _ACEOF
18663 for ac_lib in '' nsl; do
18664   if test -z "$ac_lib"; then
18665     ac_res="none required"
18666   else
18667     ac_res=-l$ac_lib
18668     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18669   fi
18670   rm -f conftest.$ac_objext conftest$ac_exeext
18671 if { (ac_try="$ac_link"
18672 case "(($ac_try" in
18673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18674   *) ac_try_echo=$ac_try;;
18675 esac
18676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18677 $as_echo "$ac_try_echo") >&5
18678   (eval "$ac_link") 2>conftest.er1
18679   ac_status=$?
18680   grep -v '^ *+' conftest.er1 >conftest.err
18681   rm -f conftest.er1
18682   cat conftest.err >&5
18683   $as_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_exeext && {
18688          test "$cross_compiling" = yes ||
18689          $as_test_x conftest$ac_exeext
18690        }; then
18691   ac_cv_search_gethostbyname=$ac_res
18692 else
18693   $as_echo "$as_me: failed program was:" >&5
18694 sed 's/^/| /' conftest.$ac_ext >&5
18695
18696
18697 fi
18698
18699 rm -rf conftest.dSYM
18700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18701       conftest$ac_exeext
18702   if test "${ac_cv_search_gethostbyname+set}" = set; then
18703   break
18704 fi
18705 done
18706 if test "${ac_cv_search_gethostbyname+set}" = set; then
18707   :
18708 else
18709   ac_cv_search_gethostbyname=no
18710 fi
18711 rm conftest.$ac_ext
18712 LIBS=$ac_func_search_save_LIBS
18713 fi
18714 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18715 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18716 ac_res=$ac_cv_search_gethostbyname
18717 if test "$ac_res" != no; then
18718   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18719
18720 fi
18721
18722
18723 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18724 $as_echo_n "checking for library containing connect... " >&6; }
18725 if test "${ac_cv_search_connect+set}" = set; then
18726   $as_echo_n "(cached) " >&6
18727 else
18728   ac_func_search_save_LIBS=$LIBS
18729 cat >conftest.$ac_ext <<_ACEOF
18730 /* confdefs.h.  */
18731 _ACEOF
18732 cat confdefs.h >>conftest.$ac_ext
18733 cat >>conftest.$ac_ext <<_ACEOF
18734 /* end confdefs.h.  */
18735
18736 /* Override any GCC internal prototype to avoid an error.
18737    Use char because int might match the return type of a GCC
18738    builtin and then its argument prototype would still apply.  */
18739 #ifdef __cplusplus
18740 extern "C"
18741 #endif
18742 char connect ();
18743 int
18744 main ()
18745 {
18746 return connect ();
18747   ;
18748   return 0;
18749 }
18750 _ACEOF
18751 for ac_lib in '' socket; do
18752   if test -z "$ac_lib"; then
18753     ac_res="none required"
18754   else
18755     ac_res=-l$ac_lib
18756     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18757   fi
18758   rm -f conftest.$ac_objext conftest$ac_exeext
18759 if { (ac_try="$ac_link"
18760 case "(($ac_try" in
18761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18762   *) ac_try_echo=$ac_try;;
18763 esac
18764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18765 $as_echo "$ac_try_echo") >&5
18766   (eval "$ac_link") 2>conftest.er1
18767   ac_status=$?
18768   grep -v '^ *+' conftest.er1 >conftest.err
18769   rm -f conftest.er1
18770   cat conftest.err >&5
18771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18772   (exit $ac_status); } && {
18773          test -z "$ac_c_werror_flag" ||
18774          test ! -s conftest.err
18775        } && test -s conftest$ac_exeext && {
18776          test "$cross_compiling" = yes ||
18777          $as_test_x conftest$ac_exeext
18778        }; then
18779   ac_cv_search_connect=$ac_res
18780 else
18781   $as_echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.$ac_ext >&5
18783
18784
18785 fi
18786
18787 rm -rf conftest.dSYM
18788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18789       conftest$ac_exeext
18790   if test "${ac_cv_search_connect+set}" = set; then
18791   break
18792 fi
18793 done
18794 if test "${ac_cv_search_connect+set}" = set; then
18795   :
18796 else
18797   ac_cv_search_connect=no
18798 fi
18799 rm conftest.$ac_ext
18800 LIBS=$ac_func_search_save_LIBS
18801 fi
18802 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18803 $as_echo "$ac_cv_search_connect" >&6; }
18804 ac_res=$ac_cv_search_connect
18805 if test "$ac_res" != no; then
18806   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18807
18808 fi
18809
18810
18811 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18812 $as_echo_n "checking for library containing inet_aton... " >&6; }
18813 if test "${ac_cv_search_inet_aton+set}" = set; then
18814   $as_echo_n "(cached) " >&6
18815 else
18816   ac_func_search_save_LIBS=$LIBS
18817 cat >conftest.$ac_ext <<_ACEOF
18818 /* confdefs.h.  */
18819 _ACEOF
18820 cat confdefs.h >>conftest.$ac_ext
18821 cat >>conftest.$ac_ext <<_ACEOF
18822 /* end confdefs.h.  */
18823
18824 /* Override any GCC internal prototype to avoid an error.
18825    Use char because int might match the return type of a GCC
18826    builtin and then its argument prototype would still apply.  */
18827 #ifdef __cplusplus
18828 extern "C"
18829 #endif
18830 char inet_aton ();
18831 int
18832 main ()
18833 {
18834 return inet_aton ();
18835   ;
18836   return 0;
18837 }
18838 _ACEOF
18839 for ac_lib in '' resolv; do
18840   if test -z "$ac_lib"; then
18841     ac_res="none required"
18842   else
18843     ac_res=-l$ac_lib
18844     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18845   fi
18846   rm -f conftest.$ac_objext conftest$ac_exeext
18847 if { (ac_try="$ac_link"
18848 case "(($ac_try" in
18849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18850   *) ac_try_echo=$ac_try;;
18851 esac
18852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18853 $as_echo "$ac_try_echo") >&5
18854   (eval "$ac_link") 2>conftest.er1
18855   ac_status=$?
18856   grep -v '^ *+' conftest.er1 >conftest.err
18857   rm -f conftest.er1
18858   cat conftest.err >&5
18859   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18860   (exit $ac_status); } && {
18861          test -z "$ac_c_werror_flag" ||
18862          test ! -s conftest.err
18863        } && test -s conftest$ac_exeext && {
18864          test "$cross_compiling" = yes ||
18865          $as_test_x conftest$ac_exeext
18866        }; then
18867   ac_cv_search_inet_aton=$ac_res
18868 else
18869   $as_echo "$as_me: failed program was:" >&5
18870 sed 's/^/| /' conftest.$ac_ext >&5
18871
18872
18873 fi
18874
18875 rm -rf conftest.dSYM
18876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18877       conftest$ac_exeext
18878   if test "${ac_cv_search_inet_aton+set}" = set; then
18879   break
18880 fi
18881 done
18882 if test "${ac_cv_search_inet_aton+set}" = set; then
18883   :
18884 else
18885   ac_cv_search_inet_aton=no
18886 fi
18887 rm conftest.$ac_ext
18888 LIBS=$ac_func_search_save_LIBS
18889 fi
18890 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18891 $as_echo "$ac_cv_search_inet_aton" >&6; }
18892 ac_res=$ac_cv_search_inet_aton
18893 if test "$ac_res" != no; then
18894   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18895
18896 fi
18897
18898
18899
18900
18901
18902
18903
18904
18905
18906
18907 for ac_func in \
18908         getaddrinfo \
18909         getnameinfo \
18910         getnetbyname \
18911         getprotobyname \
18912         getprotobynumber \
18913         getservbyport \
18914         inet_network \
18915         sendmsg \
18916
18917 do
18918 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18919 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18920 $as_echo_n "checking for $ac_func... " >&6; }
18921 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18922   $as_echo_n "(cached) " >&6
18923 else
18924   cat >conftest.$ac_ext <<_ACEOF
18925 /* confdefs.h.  */
18926 _ACEOF
18927 cat confdefs.h >>conftest.$ac_ext
18928 cat >>conftest.$ac_ext <<_ACEOF
18929 /* end confdefs.h.  */
18930 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18931    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18932 #define $ac_func innocuous_$ac_func
18933
18934 /* System header to define __stub macros and hopefully few prototypes,
18935     which can conflict with char $ac_func (); below.
18936     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18937     <limits.h> exists even on freestanding compilers.  */
18938
18939 #ifdef __STDC__
18940 # include <limits.h>
18941 #else
18942 # include <assert.h>
18943 #endif
18944
18945 #undef $ac_func
18946
18947 /* Override any GCC internal prototype to avoid an error.
18948    Use char because int might match the return type of a GCC
18949    builtin and then its argument prototype would still apply.  */
18950 #ifdef __cplusplus
18951 extern "C"
18952 #endif
18953 char $ac_func ();
18954 /* The GNU C library defines this for functions which it implements
18955     to always fail with ENOSYS.  Some functions are actually named
18956     something starting with __ and the normal name is an alias.  */
18957 #if defined __stub_$ac_func || defined __stub___$ac_func
18958 choke me
18959 #endif
18960
18961 int
18962 main ()
18963 {
18964 return $ac_func ();
18965   ;
18966   return 0;
18967 }
18968 _ACEOF
18969 rm -f conftest.$ac_objext conftest$ac_exeext
18970 if { (ac_try="$ac_link"
18971 case "(($ac_try" in
18972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18973   *) ac_try_echo=$ac_try;;
18974 esac
18975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18976 $as_echo "$ac_try_echo") >&5
18977   (eval "$ac_link") 2>conftest.er1
18978   ac_status=$?
18979   grep -v '^ *+' conftest.er1 >conftest.err
18980   rm -f conftest.er1
18981   cat conftest.err >&5
18982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18983   (exit $ac_status); } && {
18984          test -z "$ac_c_werror_flag" ||
18985          test ! -s conftest.err
18986        } && test -s conftest$ac_exeext && {
18987          test "$cross_compiling" = yes ||
18988          $as_test_x conftest$ac_exeext
18989        }; then
18990   eval "$as_ac_var=yes"
18991 else
18992   $as_echo "$as_me: failed program was:" >&5
18993 sed 's/^/| /' conftest.$ac_ext >&5
18994
18995         eval "$as_ac_var=no"
18996 fi
18997
18998 rm -rf conftest.dSYM
18999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19000       conftest$ac_exeext conftest.$ac_ext
19001 fi
19002 ac_res=`eval 'as_val=${'$as_ac_var'}
19003                  $as_echo "$as_val"'`
19004                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19005 $as_echo "$ac_res" >&6; }
19006 as_val=`eval 'as_val=${'$as_ac_var'}
19007                  $as_echo "$as_val"'`
19008    if test "x$as_val" = x""yes; then
19009   cat >>confdefs.h <<_ACEOF
19010 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19011 _ACEOF
19012
19013 fi
19014 done
19015
19016
19017 LDAPLIBS=""
19018
19019 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19020 then
19021     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19022 $as_echo_n "checking for LDAPSortKey... " >&6; }
19023 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19024   $as_echo_n "(cached) " >&6
19025 else
19026   ac_cv_type_LDAPSortKey=no
19027 cat >conftest.$ac_ext <<_ACEOF
19028 /* confdefs.h.  */
19029 _ACEOF
19030 cat confdefs.h >>conftest.$ac_ext
19031 cat >>conftest.$ac_ext <<_ACEOF
19032 /* end confdefs.h.  */
19033 #include <ldap.h>
19034
19035 int
19036 main ()
19037 {
19038 if (sizeof (LDAPSortKey))
19039        return 0;
19040   ;
19041   return 0;
19042 }
19043 _ACEOF
19044 rm -f conftest.$ac_objext
19045 if { (ac_try="$ac_compile"
19046 case "(($ac_try" in
19047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19048   *) ac_try_echo=$ac_try;;
19049 esac
19050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19051 $as_echo "$ac_try_echo") >&5
19052   (eval "$ac_compile") 2>conftest.er1
19053   ac_status=$?
19054   grep -v '^ *+' conftest.er1 >conftest.err
19055   rm -f conftest.er1
19056   cat conftest.err >&5
19057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19058   (exit $ac_status); } && {
19059          test -z "$ac_c_werror_flag" ||
19060          test ! -s conftest.err
19061        } && test -s conftest.$ac_objext; then
19062   cat >conftest.$ac_ext <<_ACEOF
19063 /* confdefs.h.  */
19064 _ACEOF
19065 cat confdefs.h >>conftest.$ac_ext
19066 cat >>conftest.$ac_ext <<_ACEOF
19067 /* end confdefs.h.  */
19068 #include <ldap.h>
19069
19070 int
19071 main ()
19072 {
19073 if (sizeof ((LDAPSortKey)))
19074           return 0;
19075   ;
19076   return 0;
19077 }
19078 _ACEOF
19079 rm -f conftest.$ac_objext
19080 if { (ac_try="$ac_compile"
19081 case "(($ac_try" in
19082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19083   *) ac_try_echo=$ac_try;;
19084 esac
19085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19086 $as_echo "$ac_try_echo") >&5
19087   (eval "$ac_compile") 2>conftest.er1
19088   ac_status=$?
19089   grep -v '^ *+' conftest.er1 >conftest.err
19090   rm -f conftest.er1
19091   cat conftest.err >&5
19092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19093   (exit $ac_status); } && {
19094          test -z "$ac_c_werror_flag" ||
19095          test ! -s conftest.err
19096        } && test -s conftest.$ac_objext; then
19097   :
19098 else
19099   $as_echo "$as_me: failed program was:" >&5
19100 sed 's/^/| /' conftest.$ac_ext >&5
19101
19102         ac_cv_type_LDAPSortKey=yes
19103 fi
19104
19105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19106 else
19107   $as_echo "$as_me: failed program was:" >&5
19108 sed 's/^/| /' conftest.$ac_ext >&5
19109
19110
19111 fi
19112
19113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19114 fi
19115 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19116 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19117 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19118   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19119 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19120 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19121   $as_echo_n "(cached) " >&6
19122 else
19123   ac_check_lib_save_LIBS=$LIBS
19124 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19125 cat >conftest.$ac_ext <<_ACEOF
19126 /* confdefs.h.  */
19127 _ACEOF
19128 cat confdefs.h >>conftest.$ac_ext
19129 cat >>conftest.$ac_ext <<_ACEOF
19130 /* end confdefs.h.  */
19131
19132 /* Override any GCC internal prototype to avoid an error.
19133    Use char because int might match the return type of a GCC
19134    builtin and then its argument prototype would still apply.  */
19135 #ifdef __cplusplus
19136 extern "C"
19137 #endif
19138 char ldap_initialize ();
19139 int
19140 main ()
19141 {
19142 return ldap_initialize ();
19143   ;
19144   return 0;
19145 }
19146 _ACEOF
19147 rm -f conftest.$ac_objext conftest$ac_exeext
19148 if { (ac_try="$ac_link"
19149 case "(($ac_try" in
19150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19151   *) ac_try_echo=$ac_try;;
19152 esac
19153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19154 $as_echo "$ac_try_echo") >&5
19155   (eval "$ac_link") 2>conftest.er1
19156   ac_status=$?
19157   grep -v '^ *+' conftest.er1 >conftest.err
19158   rm -f conftest.er1
19159   cat conftest.err >&5
19160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19161   (exit $ac_status); } && {
19162          test -z "$ac_c_werror_flag" ||
19163          test ! -s conftest.err
19164        } && test -s conftest$ac_exeext && {
19165          test "$cross_compiling" = yes ||
19166          $as_test_x conftest$ac_exeext
19167        }; then
19168   ac_cv_lib_ldap_r_ldap_initialize=yes
19169 else
19170   $as_echo "$as_me: failed program was:" >&5
19171 sed 's/^/| /' conftest.$ac_ext >&5
19172
19173         ac_cv_lib_ldap_r_ldap_initialize=no
19174 fi
19175
19176 rm -rf conftest.dSYM
19177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19178       conftest$ac_exeext conftest.$ac_ext
19179 LIBS=$ac_check_lib_save_LIBS
19180 fi
19181 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19182 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19183 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19184   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19185 $as_echo_n "checking for ber_init in -llber... " >&6; }
19186 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19187   $as_echo_n "(cached) " >&6
19188 else
19189   ac_check_lib_save_LIBS=$LIBS
19190 LIBS="-llber $LIBPTHREAD $LIBS"
19191 cat >conftest.$ac_ext <<_ACEOF
19192 /* confdefs.h.  */
19193 _ACEOF
19194 cat confdefs.h >>conftest.$ac_ext
19195 cat >>conftest.$ac_ext <<_ACEOF
19196 /* end confdefs.h.  */
19197
19198 /* Override any GCC internal prototype to avoid an error.
19199    Use char because int might match the return type of a GCC
19200    builtin and then its argument prototype would still apply.  */
19201 #ifdef __cplusplus
19202 extern "C"
19203 #endif
19204 char ber_init ();
19205 int
19206 main ()
19207 {
19208 return ber_init ();
19209   ;
19210   return 0;
19211 }
19212 _ACEOF
19213 rm -f conftest.$ac_objext conftest$ac_exeext
19214 if { (ac_try="$ac_link"
19215 case "(($ac_try" in
19216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19217   *) ac_try_echo=$ac_try;;
19218 esac
19219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19220 $as_echo "$ac_try_echo") >&5
19221   (eval "$ac_link") 2>conftest.er1
19222   ac_status=$?
19223   grep -v '^ *+' conftest.er1 >conftest.err
19224   rm -f conftest.er1
19225   cat conftest.err >&5
19226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19227   (exit $ac_status); } && {
19228          test -z "$ac_c_werror_flag" ||
19229          test ! -s conftest.err
19230        } && test -s conftest$ac_exeext && {
19231          test "$cross_compiling" = yes ||
19232          $as_test_x conftest$ac_exeext
19233        }; then
19234   ac_cv_lib_lber_ber_init=yes
19235 else
19236   $as_echo "$as_me: failed program was:" >&5
19237 sed 's/^/| /' conftest.$ac_ext >&5
19238
19239         ac_cv_lib_lber_ber_init=no
19240 fi
19241
19242 rm -rf conftest.dSYM
19243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19244       conftest$ac_exeext conftest.$ac_ext
19245 LIBS=$ac_check_lib_save_LIBS
19246 fi
19247 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19248 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19249 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19250
19251 cat >>confdefs.h <<\_ACEOF
19252 #define HAVE_LDAP 1
19253 _ACEOF
19254
19255                  LDAPLIBS="-lldap_r -llber"
19256 fi
19257
19258 fi
19259
19260 fi
19261
19262     ac_wine_check_funcs_save_LIBS="$LIBS"
19263 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19264
19265
19266
19267
19268
19269
19270
19271
19272 for ac_func in \
19273         ldap_count_references \
19274         ldap_first_reference \
19275         ldap_next_reference \
19276         ldap_parse_reference \
19277         ldap_parse_sort_control \
19278         ldap_parse_sortresponse_control \
19279         ldap_parse_vlv_control \
19280         ldap_parse_vlvresponse_control
19281 do
19282 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19283 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19284 $as_echo_n "checking for $ac_func... " >&6; }
19285 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19286   $as_echo_n "(cached) " >&6
19287 else
19288   cat >conftest.$ac_ext <<_ACEOF
19289 /* confdefs.h.  */
19290 _ACEOF
19291 cat confdefs.h >>conftest.$ac_ext
19292 cat >>conftest.$ac_ext <<_ACEOF
19293 /* end confdefs.h.  */
19294 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19295    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19296 #define $ac_func innocuous_$ac_func
19297
19298 /* System header to define __stub macros and hopefully few prototypes,
19299     which can conflict with char $ac_func (); below.
19300     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19301     <limits.h> exists even on freestanding compilers.  */
19302
19303 #ifdef __STDC__
19304 # include <limits.h>
19305 #else
19306 # include <assert.h>
19307 #endif
19308
19309 #undef $ac_func
19310
19311 /* Override any GCC internal prototype to avoid an error.
19312    Use char because int might match the return type of a GCC
19313    builtin and then its argument prototype would still apply.  */
19314 #ifdef __cplusplus
19315 extern "C"
19316 #endif
19317 char $ac_func ();
19318 /* The GNU C library defines this for functions which it implements
19319     to always fail with ENOSYS.  Some functions are actually named
19320     something starting with __ and the normal name is an alias.  */
19321 #if defined __stub_$ac_func || defined __stub___$ac_func
19322 choke me
19323 #endif
19324
19325 int
19326 main ()
19327 {
19328 return $ac_func ();
19329   ;
19330   return 0;
19331 }
19332 _ACEOF
19333 rm -f conftest.$ac_objext conftest$ac_exeext
19334 if { (ac_try="$ac_link"
19335 case "(($ac_try" in
19336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19337   *) ac_try_echo=$ac_try;;
19338 esac
19339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19340 $as_echo "$ac_try_echo") >&5
19341   (eval "$ac_link") 2>conftest.er1
19342   ac_status=$?
19343   grep -v '^ *+' conftest.er1 >conftest.err
19344   rm -f conftest.er1
19345   cat conftest.err >&5
19346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347   (exit $ac_status); } && {
19348          test -z "$ac_c_werror_flag" ||
19349          test ! -s conftest.err
19350        } && test -s conftest$ac_exeext && {
19351          test "$cross_compiling" = yes ||
19352          $as_test_x conftest$ac_exeext
19353        }; then
19354   eval "$as_ac_var=yes"
19355 else
19356   $as_echo "$as_me: failed program was:" >&5
19357 sed 's/^/| /' conftest.$ac_ext >&5
19358
19359         eval "$as_ac_var=no"
19360 fi
19361
19362 rm -rf conftest.dSYM
19363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19364       conftest$ac_exeext conftest.$ac_ext
19365 fi
19366 ac_res=`eval 'as_val=${'$as_ac_var'}
19367                  $as_echo "$as_val"'`
19368                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19369 $as_echo "$ac_res" >&6; }
19370 as_val=`eval 'as_val=${'$as_ac_var'}
19371                  $as_echo "$as_val"'`
19372    if test "x$as_val" = x""yes; then
19373   cat >>confdefs.h <<_ACEOF
19374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19375 _ACEOF
19376
19377 fi
19378 done
19379
19380 LIBS="$ac_wine_check_funcs_save_LIBS"
19381 fi
19382 if test "x$LDAPLIBS" = "x"; then
19383   case "x$with_ldap" in
19384   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19385   xno) ;;
19386   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19387 This is an error since --with-ldap was requested." >&5
19388 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19389 This is an error since --with-ldap was requested." >&2;}
19390    { (exit 1); exit 1; }; } ;;
19391 esac
19392 fi
19393
19394
19395 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19396 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19397 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19398   $as_echo_n "(cached) " >&6
19399 else
19400   cat >conftest.$ac_ext <<_ACEOF
19401 /* confdefs.h.  */
19402 _ACEOF
19403 cat confdefs.h >>conftest.$ac_ext
19404 cat >>conftest.$ac_ext <<_ACEOF
19405 /* end confdefs.h.  */
19406 #include <sys/stat.h>
19407 int
19408 main ()
19409 {
19410 mkdir("foo");
19411   ;
19412   return 0;
19413 }
19414 _ACEOF
19415 rm -f conftest.$ac_objext
19416 if { (ac_try="$ac_compile"
19417 case "(($ac_try" in
19418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19419   *) ac_try_echo=$ac_try;;
19420 esac
19421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19422 $as_echo "$ac_try_echo") >&5
19423   (eval "$ac_compile") 2>conftest.er1
19424   ac_status=$?
19425   grep -v '^ *+' conftest.er1 >conftest.err
19426   rm -f conftest.er1
19427   cat conftest.err >&5
19428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19429   (exit $ac_status); } && {
19430          test -z "$ac_c_werror_flag" ||
19431          test ! -s conftest.err
19432        } && test -s conftest.$ac_objext; then
19433   wine_cv_one_arg_mkdir=yes
19434 else
19435   $as_echo "$as_me: failed program was:" >&5
19436 sed 's/^/| /' conftest.$ac_ext >&5
19437
19438         wine_cv_one_arg_mkdir=no
19439 fi
19440
19441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19442 fi
19443 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19444 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19445 if test "$wine_cv_one_arg_mkdir" = "yes"
19446 then
19447
19448 cat >>confdefs.h <<\_ACEOF
19449 #define HAVE_ONE_ARG_MKDIR 1
19450 _ACEOF
19451
19452 fi
19453
19454
19455 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19456 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19457 if test "${ac_cv_c_const+set}" = set; then
19458   $as_echo_n "(cached) " >&6
19459 else
19460   cat >conftest.$ac_ext <<_ACEOF
19461 /* confdefs.h.  */
19462 _ACEOF
19463 cat confdefs.h >>conftest.$ac_ext
19464 cat >>conftest.$ac_ext <<_ACEOF
19465 /* end confdefs.h.  */
19466
19467 int
19468 main ()
19469 {
19470 /* FIXME: Include the comments suggested by Paul. */
19471 #ifndef __cplusplus
19472   /* Ultrix mips cc rejects this.  */
19473   typedef int charset[2];
19474   const charset cs;
19475   /* SunOS 4.1.1 cc rejects this.  */
19476   char const *const *pcpcc;
19477   char **ppc;
19478   /* NEC SVR4.0.2 mips cc rejects this.  */
19479   struct point {int x, y;};
19480   static struct point const zero = {0,0};
19481   /* AIX XL C 1.02.0.0 rejects this.
19482      It does not let you subtract one const X* pointer from another in
19483      an arm of an if-expression whose if-part is not a constant
19484      expression */
19485   const char *g = "string";
19486   pcpcc = &g + (g ? g-g : 0);
19487   /* HPUX 7.0 cc rejects these. */
19488   ++pcpcc;
19489   ppc = (char**) pcpcc;
19490   pcpcc = (char const *const *) ppc;
19491   { /* SCO 3.2v4 cc rejects this.  */
19492     char *t;
19493     char const *s = 0 ? (char *) 0 : (char const *) 0;
19494
19495     *t++ = 0;
19496     if (s) return 0;
19497   }
19498   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19499     int x[] = {25, 17};
19500     const int *foo = &x[0];
19501     ++foo;
19502   }
19503   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19504     typedef const int *iptr;
19505     iptr p = 0;
19506     ++p;
19507   }
19508   { /* AIX XL C 1.02.0.0 rejects this saying
19509        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19510     struct s { int j; const int *ap[3]; };
19511     struct s *b; b->j = 5;
19512   }
19513   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19514     const int foo = 10;
19515     if (!foo) return 0;
19516   }
19517   return !cs[0] && !zero.x;
19518 #endif
19519
19520   ;
19521   return 0;
19522 }
19523 _ACEOF
19524 rm -f conftest.$ac_objext
19525 if { (ac_try="$ac_compile"
19526 case "(($ac_try" in
19527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19528   *) ac_try_echo=$ac_try;;
19529 esac
19530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19531 $as_echo "$ac_try_echo") >&5
19532   (eval "$ac_compile") 2>conftest.er1
19533   ac_status=$?
19534   grep -v '^ *+' conftest.er1 >conftest.err
19535   rm -f conftest.er1
19536   cat conftest.err >&5
19537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19538   (exit $ac_status); } && {
19539          test -z "$ac_c_werror_flag" ||
19540          test ! -s conftest.err
19541        } && test -s conftest.$ac_objext; then
19542   ac_cv_c_const=yes
19543 else
19544   $as_echo "$as_me: failed program was:" >&5
19545 sed 's/^/| /' conftest.$ac_ext >&5
19546
19547         ac_cv_c_const=no
19548 fi
19549
19550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19551 fi
19552 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19553 $as_echo "$ac_cv_c_const" >&6; }
19554 if test $ac_cv_c_const = no; then
19555
19556 cat >>confdefs.h <<\_ACEOF
19557 #define const /**/
19558 _ACEOF
19559
19560 fi
19561
19562 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19563 $as_echo_n "checking for inline... " >&6; }
19564 if test "${ac_cv_c_inline+set}" = set; then
19565   $as_echo_n "(cached) " >&6
19566 else
19567   ac_cv_c_inline=no
19568 for ac_kw in inline __inline__ __inline; do
19569   cat >conftest.$ac_ext <<_ACEOF
19570 /* confdefs.h.  */
19571 _ACEOF
19572 cat confdefs.h >>conftest.$ac_ext
19573 cat >>conftest.$ac_ext <<_ACEOF
19574 /* end confdefs.h.  */
19575 #ifndef __cplusplus
19576 typedef int foo_t;
19577 static $ac_kw foo_t static_foo () {return 0; }
19578 $ac_kw foo_t foo () {return 0; }
19579 #endif
19580
19581 _ACEOF
19582 rm -f conftest.$ac_objext
19583 if { (ac_try="$ac_compile"
19584 case "(($ac_try" in
19585   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19586   *) ac_try_echo=$ac_try;;
19587 esac
19588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19589 $as_echo "$ac_try_echo") >&5
19590   (eval "$ac_compile") 2>conftest.er1
19591   ac_status=$?
19592   grep -v '^ *+' conftest.er1 >conftest.err
19593   rm -f conftest.er1
19594   cat conftest.err >&5
19595   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19596   (exit $ac_status); } && {
19597          test -z "$ac_c_werror_flag" ||
19598          test ! -s conftest.err
19599        } && test -s conftest.$ac_objext; then
19600   ac_cv_c_inline=$ac_kw
19601 else
19602   $as_echo "$as_me: failed program was:" >&5
19603 sed 's/^/| /' conftest.$ac_ext >&5
19604
19605
19606 fi
19607
19608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19609   test "$ac_cv_c_inline" != no && break
19610 done
19611
19612 fi
19613 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19614 $as_echo "$ac_cv_c_inline" >&6; }
19615
19616
19617 case $ac_cv_c_inline in
19618   inline | yes) ;;
19619   *)
19620     case $ac_cv_c_inline in
19621       no) ac_val=;;
19622       *) ac_val=$ac_cv_c_inline;;
19623     esac
19624     cat >>confdefs.h <<_ACEOF
19625 #ifndef __cplusplus
19626 #define inline $ac_val
19627 #endif
19628 _ACEOF
19629     ;;
19630 esac
19631
19632 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19633 $as_echo_n "checking for mode_t... " >&6; }
19634 if test "${ac_cv_type_mode_t+set}" = set; then
19635   $as_echo_n "(cached) " >&6
19636 else
19637   ac_cv_type_mode_t=no
19638 cat >conftest.$ac_ext <<_ACEOF
19639 /* confdefs.h.  */
19640 _ACEOF
19641 cat confdefs.h >>conftest.$ac_ext
19642 cat >>conftest.$ac_ext <<_ACEOF
19643 /* end confdefs.h.  */
19644 $ac_includes_default
19645 int
19646 main ()
19647 {
19648 if (sizeof (mode_t))
19649        return 0;
19650   ;
19651   return 0;
19652 }
19653 _ACEOF
19654 rm -f conftest.$ac_objext
19655 if { (ac_try="$ac_compile"
19656 case "(($ac_try" in
19657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19658   *) ac_try_echo=$ac_try;;
19659 esac
19660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19661 $as_echo "$ac_try_echo") >&5
19662   (eval "$ac_compile") 2>conftest.er1
19663   ac_status=$?
19664   grep -v '^ *+' conftest.er1 >conftest.err
19665   rm -f conftest.er1
19666   cat conftest.err >&5
19667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19668   (exit $ac_status); } && {
19669          test -z "$ac_c_werror_flag" ||
19670          test ! -s conftest.err
19671        } && test -s conftest.$ac_objext; then
19672   cat >conftest.$ac_ext <<_ACEOF
19673 /* confdefs.h.  */
19674 _ACEOF
19675 cat confdefs.h >>conftest.$ac_ext
19676 cat >>conftest.$ac_ext <<_ACEOF
19677 /* end confdefs.h.  */
19678 $ac_includes_default
19679 int
19680 main ()
19681 {
19682 if (sizeof ((mode_t)))
19683           return 0;
19684   ;
19685   return 0;
19686 }
19687 _ACEOF
19688 rm -f conftest.$ac_objext
19689 if { (ac_try="$ac_compile"
19690 case "(($ac_try" in
19691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19692   *) ac_try_echo=$ac_try;;
19693 esac
19694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19695 $as_echo "$ac_try_echo") >&5
19696   (eval "$ac_compile") 2>conftest.er1
19697   ac_status=$?
19698   grep -v '^ *+' conftest.er1 >conftest.err
19699   rm -f conftest.er1
19700   cat conftest.err >&5
19701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19702   (exit $ac_status); } && {
19703          test -z "$ac_c_werror_flag" ||
19704          test ! -s conftest.err
19705        } && test -s conftest.$ac_objext; then
19706   :
19707 else
19708   $as_echo "$as_me: failed program was:" >&5
19709 sed 's/^/| /' conftest.$ac_ext >&5
19710
19711         ac_cv_type_mode_t=yes
19712 fi
19713
19714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19715 else
19716   $as_echo "$as_me: failed program was:" >&5
19717 sed 's/^/| /' conftest.$ac_ext >&5
19718
19719
19720 fi
19721
19722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19723 fi
19724 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19725 $as_echo "$ac_cv_type_mode_t" >&6; }
19726 if test "x$ac_cv_type_mode_t" = x""yes; then
19727
19728 cat >>confdefs.h <<_ACEOF
19729 #define HAVE_MODE_T 1
19730 _ACEOF
19731
19732
19733 fi
19734 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19735 $as_echo_n "checking for off_t... " >&6; }
19736 if test "${ac_cv_type_off_t+set}" = set; then
19737   $as_echo_n "(cached) " >&6
19738 else
19739   ac_cv_type_off_t=no
19740 cat >conftest.$ac_ext <<_ACEOF
19741 /* confdefs.h.  */
19742 _ACEOF
19743 cat confdefs.h >>conftest.$ac_ext
19744 cat >>conftest.$ac_ext <<_ACEOF
19745 /* end confdefs.h.  */
19746 $ac_includes_default
19747 int
19748 main ()
19749 {
19750 if (sizeof (off_t))
19751        return 0;
19752   ;
19753   return 0;
19754 }
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19760   *) ac_try_echo=$ac_try;;
19761 esac
19762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19763 $as_echo "$ac_try_echo") >&5
19764   (eval "$ac_compile") 2>conftest.er1
19765   ac_status=$?
19766   grep -v '^ *+' conftest.er1 >conftest.err
19767   rm -f conftest.er1
19768   cat conftest.err >&5
19769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770   (exit $ac_status); } && {
19771          test -z "$ac_c_werror_flag" ||
19772          test ! -s conftest.err
19773        } && test -s conftest.$ac_objext; then
19774   cat >conftest.$ac_ext <<_ACEOF
19775 /* confdefs.h.  */
19776 _ACEOF
19777 cat confdefs.h >>conftest.$ac_ext
19778 cat >>conftest.$ac_ext <<_ACEOF
19779 /* end confdefs.h.  */
19780 $ac_includes_default
19781 int
19782 main ()
19783 {
19784 if (sizeof ((off_t)))
19785           return 0;
19786   ;
19787   return 0;
19788 }
19789 _ACEOF
19790 rm -f conftest.$ac_objext
19791 if { (ac_try="$ac_compile"
19792 case "(($ac_try" in
19793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19794   *) ac_try_echo=$ac_try;;
19795 esac
19796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19797 $as_echo "$ac_try_echo") >&5
19798   (eval "$ac_compile") 2>conftest.er1
19799   ac_status=$?
19800   grep -v '^ *+' conftest.er1 >conftest.err
19801   rm -f conftest.er1
19802   cat conftest.err >&5
19803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19804   (exit $ac_status); } && {
19805          test -z "$ac_c_werror_flag" ||
19806          test ! -s conftest.err
19807        } && test -s conftest.$ac_objext; then
19808   :
19809 else
19810   $as_echo "$as_me: failed program was:" >&5
19811 sed 's/^/| /' conftest.$ac_ext >&5
19812
19813         ac_cv_type_off_t=yes
19814 fi
19815
19816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19817 else
19818   $as_echo "$as_me: failed program was:" >&5
19819 sed 's/^/| /' conftest.$ac_ext >&5
19820
19821
19822 fi
19823
19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 fi
19826 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19827 $as_echo "$ac_cv_type_off_t" >&6; }
19828 if test "x$ac_cv_type_off_t" = x""yes; then
19829
19830 cat >>confdefs.h <<_ACEOF
19831 #define HAVE_OFF_T 1
19832 _ACEOF
19833
19834
19835 fi
19836 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19837 $as_echo_n "checking for pid_t... " >&6; }
19838 if test "${ac_cv_type_pid_t+set}" = set; then
19839   $as_echo_n "(cached) " >&6
19840 else
19841   ac_cv_type_pid_t=no
19842 cat >conftest.$ac_ext <<_ACEOF
19843 /* confdefs.h.  */
19844 _ACEOF
19845 cat confdefs.h >>conftest.$ac_ext
19846 cat >>conftest.$ac_ext <<_ACEOF
19847 /* end confdefs.h.  */
19848 $ac_includes_default
19849 int
19850 main ()
19851 {
19852 if (sizeof (pid_t))
19853        return 0;
19854   ;
19855   return 0;
19856 }
19857 _ACEOF
19858 rm -f conftest.$ac_objext
19859 if { (ac_try="$ac_compile"
19860 case "(($ac_try" in
19861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862   *) ac_try_echo=$ac_try;;
19863 esac
19864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19865 $as_echo "$ac_try_echo") >&5
19866   (eval "$ac_compile") 2>conftest.er1
19867   ac_status=$?
19868   grep -v '^ *+' conftest.er1 >conftest.err
19869   rm -f conftest.er1
19870   cat conftest.err >&5
19871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19872   (exit $ac_status); } && {
19873          test -z "$ac_c_werror_flag" ||
19874          test ! -s conftest.err
19875        } && test -s conftest.$ac_objext; then
19876   cat >conftest.$ac_ext <<_ACEOF
19877 /* confdefs.h.  */
19878 _ACEOF
19879 cat confdefs.h >>conftest.$ac_ext
19880 cat >>conftest.$ac_ext <<_ACEOF
19881 /* end confdefs.h.  */
19882 $ac_includes_default
19883 int
19884 main ()
19885 {
19886 if (sizeof ((pid_t)))
19887           return 0;
19888   ;
19889   return 0;
19890 }
19891 _ACEOF
19892 rm -f conftest.$ac_objext
19893 if { (ac_try="$ac_compile"
19894 case "(($ac_try" in
19895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19896   *) ac_try_echo=$ac_try;;
19897 esac
19898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19899 $as_echo "$ac_try_echo") >&5
19900   (eval "$ac_compile") 2>conftest.er1
19901   ac_status=$?
19902   grep -v '^ *+' conftest.er1 >conftest.err
19903   rm -f conftest.er1
19904   cat conftest.err >&5
19905   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906   (exit $ac_status); } && {
19907          test -z "$ac_c_werror_flag" ||
19908          test ! -s conftest.err
19909        } && test -s conftest.$ac_objext; then
19910   :
19911 else
19912   $as_echo "$as_me: failed program was:" >&5
19913 sed 's/^/| /' conftest.$ac_ext >&5
19914
19915         ac_cv_type_pid_t=yes
19916 fi
19917
19918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19919 else
19920   $as_echo "$as_me: failed program was:" >&5
19921 sed 's/^/| /' conftest.$ac_ext >&5
19922
19923
19924 fi
19925
19926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19927 fi
19928 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19929 $as_echo "$ac_cv_type_pid_t" >&6; }
19930 if test "x$ac_cv_type_pid_t" = x""yes; then
19931
19932 cat >>confdefs.h <<_ACEOF
19933 #define HAVE_PID_T 1
19934 _ACEOF
19935
19936
19937 fi
19938 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19939 $as_echo_n "checking for size_t... " >&6; }
19940 if test "${ac_cv_type_size_t+set}" = set; then
19941   $as_echo_n "(cached) " >&6
19942 else
19943   ac_cv_type_size_t=no
19944 cat >conftest.$ac_ext <<_ACEOF
19945 /* confdefs.h.  */
19946 _ACEOF
19947 cat confdefs.h >>conftest.$ac_ext
19948 cat >>conftest.$ac_ext <<_ACEOF
19949 /* end confdefs.h.  */
19950 $ac_includes_default
19951 int
19952 main ()
19953 {
19954 if (sizeof (size_t))
19955        return 0;
19956   ;
19957   return 0;
19958 }
19959 _ACEOF
19960 rm -f conftest.$ac_objext
19961 if { (ac_try="$ac_compile"
19962 case "(($ac_try" in
19963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19964   *) ac_try_echo=$ac_try;;
19965 esac
19966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19967 $as_echo "$ac_try_echo") >&5
19968   (eval "$ac_compile") 2>conftest.er1
19969   ac_status=$?
19970   grep -v '^ *+' conftest.er1 >conftest.err
19971   rm -f conftest.er1
19972   cat conftest.err >&5
19973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19974   (exit $ac_status); } && {
19975          test -z "$ac_c_werror_flag" ||
19976          test ! -s conftest.err
19977        } && test -s conftest.$ac_objext; then
19978   cat >conftest.$ac_ext <<_ACEOF
19979 /* confdefs.h.  */
19980 _ACEOF
19981 cat confdefs.h >>conftest.$ac_ext
19982 cat >>conftest.$ac_ext <<_ACEOF
19983 /* end confdefs.h.  */
19984 $ac_includes_default
19985 int
19986 main ()
19987 {
19988 if (sizeof ((size_t)))
19989           return 0;
19990   ;
19991   return 0;
19992 }
19993 _ACEOF
19994 rm -f conftest.$ac_objext
19995 if { (ac_try="$ac_compile"
19996 case "(($ac_try" in
19997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19998   *) ac_try_echo=$ac_try;;
19999 esac
20000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20001 $as_echo "$ac_try_echo") >&5
20002   (eval "$ac_compile") 2>conftest.er1
20003   ac_status=$?
20004   grep -v '^ *+' conftest.er1 >conftest.err
20005   rm -f conftest.er1
20006   cat conftest.err >&5
20007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20008   (exit $ac_status); } && {
20009          test -z "$ac_c_werror_flag" ||
20010          test ! -s conftest.err
20011        } && test -s conftest.$ac_objext; then
20012   :
20013 else
20014   $as_echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.$ac_ext >&5
20016
20017         ac_cv_type_size_t=yes
20018 fi
20019
20020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20021 else
20022   $as_echo "$as_me: failed program was:" >&5
20023 sed 's/^/| /' conftest.$ac_ext >&5
20024
20025
20026 fi
20027
20028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20029 fi
20030 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20031 $as_echo "$ac_cv_type_size_t" >&6; }
20032 if test "x$ac_cv_type_size_t" = x""yes; then
20033
20034 cat >>confdefs.h <<_ACEOF
20035 #define HAVE_SIZE_T 1
20036 _ACEOF
20037
20038
20039 fi
20040 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20041 $as_echo_n "checking for ssize_t... " >&6; }
20042 if test "${ac_cv_type_ssize_t+set}" = set; then
20043   $as_echo_n "(cached) " >&6
20044 else
20045   ac_cv_type_ssize_t=no
20046 cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h.  */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h.  */
20052 $ac_includes_default
20053 int
20054 main ()
20055 {
20056 if (sizeof (ssize_t))
20057        return 0;
20058   ;
20059   return 0;
20060 }
20061 _ACEOF
20062 rm -f conftest.$ac_objext
20063 if { (ac_try="$ac_compile"
20064 case "(($ac_try" in
20065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20066   *) ac_try_echo=$ac_try;;
20067 esac
20068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20069 $as_echo "$ac_try_echo") >&5
20070   (eval "$ac_compile") 2>conftest.er1
20071   ac_status=$?
20072   grep -v '^ *+' conftest.er1 >conftest.err
20073   rm -f conftest.er1
20074   cat conftest.err >&5
20075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076   (exit $ac_status); } && {
20077          test -z "$ac_c_werror_flag" ||
20078          test ! -s conftest.err
20079        } && test -s conftest.$ac_objext; then
20080   cat >conftest.$ac_ext <<_ACEOF
20081 /* confdefs.h.  */
20082 _ACEOF
20083 cat confdefs.h >>conftest.$ac_ext
20084 cat >>conftest.$ac_ext <<_ACEOF
20085 /* end confdefs.h.  */
20086 $ac_includes_default
20087 int
20088 main ()
20089 {
20090 if (sizeof ((ssize_t)))
20091           return 0;
20092   ;
20093   return 0;
20094 }
20095 _ACEOF
20096 rm -f conftest.$ac_objext
20097 if { (ac_try="$ac_compile"
20098 case "(($ac_try" in
20099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20100   *) ac_try_echo=$ac_try;;
20101 esac
20102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20103 $as_echo "$ac_try_echo") >&5
20104   (eval "$ac_compile") 2>conftest.er1
20105   ac_status=$?
20106   grep -v '^ *+' conftest.er1 >conftest.err
20107   rm -f conftest.er1
20108   cat conftest.err >&5
20109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20110   (exit $ac_status); } && {
20111          test -z "$ac_c_werror_flag" ||
20112          test ! -s conftest.err
20113        } && test -s conftest.$ac_objext; then
20114   :
20115 else
20116   $as_echo "$as_me: failed program was:" >&5
20117 sed 's/^/| /' conftest.$ac_ext >&5
20118
20119         ac_cv_type_ssize_t=yes
20120 fi
20121
20122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20123 else
20124   $as_echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20126
20127
20128 fi
20129
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20131 fi
20132 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20133 $as_echo "$ac_cv_type_ssize_t" >&6; }
20134 if test "x$ac_cv_type_ssize_t" = x""yes; then
20135
20136 cat >>confdefs.h <<_ACEOF
20137 #define HAVE_SSIZE_T 1
20138 _ACEOF
20139
20140
20141 fi
20142 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20143 $as_echo_n "checking for long long... " >&6; }
20144 if test "${ac_cv_type_long_long+set}" = set; then
20145   $as_echo_n "(cached) " >&6
20146 else
20147   ac_cv_type_long_long=no
20148 cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h.  */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h.  */
20154 $ac_includes_default
20155 int
20156 main ()
20157 {
20158 if (sizeof (long long))
20159        return 0;
20160   ;
20161   return 0;
20162 }
20163 _ACEOF
20164 rm -f conftest.$ac_objext
20165 if { (ac_try="$ac_compile"
20166 case "(($ac_try" in
20167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168   *) ac_try_echo=$ac_try;;
20169 esac
20170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20171 $as_echo "$ac_try_echo") >&5
20172   (eval "$ac_compile") 2>conftest.er1
20173   ac_status=$?
20174   grep -v '^ *+' conftest.er1 >conftest.err
20175   rm -f conftest.er1
20176   cat conftest.err >&5
20177   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178   (exit $ac_status); } && {
20179          test -z "$ac_c_werror_flag" ||
20180          test ! -s conftest.err
20181        } && test -s conftest.$ac_objext; then
20182   cat >conftest.$ac_ext <<_ACEOF
20183 /* confdefs.h.  */
20184 _ACEOF
20185 cat confdefs.h >>conftest.$ac_ext
20186 cat >>conftest.$ac_ext <<_ACEOF
20187 /* end confdefs.h.  */
20188 $ac_includes_default
20189 int
20190 main ()
20191 {
20192 if (sizeof ((long long)))
20193           return 0;
20194   ;
20195   return 0;
20196 }
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202   *) ac_try_echo=$ac_try;;
20203 esac
20204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20205 $as_echo "$ac_try_echo") >&5
20206   (eval "$ac_compile") 2>conftest.er1
20207   ac_status=$?
20208   grep -v '^ *+' conftest.er1 >conftest.err
20209   rm -f conftest.er1
20210   cat conftest.err >&5
20211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20212   (exit $ac_status); } && {
20213          test -z "$ac_c_werror_flag" ||
20214          test ! -s conftest.err
20215        } && test -s conftest.$ac_objext; then
20216   :
20217 else
20218   $as_echo "$as_me: failed program was:" >&5
20219 sed 's/^/| /' conftest.$ac_ext >&5
20220
20221         ac_cv_type_long_long=yes
20222 fi
20223
20224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20225 else
20226   $as_echo "$as_me: failed program was:" >&5
20227 sed 's/^/| /' conftest.$ac_ext >&5
20228
20229
20230 fi
20231
20232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20233 fi
20234 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20235 $as_echo "$ac_cv_type_long_long" >&6; }
20236 if test "x$ac_cv_type_long_long" = x""yes; then
20237
20238 cat >>confdefs.h <<_ACEOF
20239 #define HAVE_LONG_LONG 1
20240 _ACEOF
20241
20242
20243 fi
20244 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20245 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20246 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20247   $as_echo_n "(cached) " >&6
20248 else
20249   ac_cv_type_fsblkcnt_t=no
20250 cat >conftest.$ac_ext <<_ACEOF
20251 /* confdefs.h.  */
20252 _ACEOF
20253 cat confdefs.h >>conftest.$ac_ext
20254 cat >>conftest.$ac_ext <<_ACEOF
20255 /* end confdefs.h.  */
20256 $ac_includes_default
20257 int
20258 main ()
20259 {
20260 if (sizeof (fsblkcnt_t))
20261        return 0;
20262   ;
20263   return 0;
20264 }
20265 _ACEOF
20266 rm -f conftest.$ac_objext
20267 if { (ac_try="$ac_compile"
20268 case "(($ac_try" in
20269   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20270   *) ac_try_echo=$ac_try;;
20271 esac
20272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20273 $as_echo "$ac_try_echo") >&5
20274   (eval "$ac_compile") 2>conftest.er1
20275   ac_status=$?
20276   grep -v '^ *+' conftest.er1 >conftest.err
20277   rm -f conftest.er1
20278   cat conftest.err >&5
20279   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20280   (exit $ac_status); } && {
20281          test -z "$ac_c_werror_flag" ||
20282          test ! -s conftest.err
20283        } && test -s conftest.$ac_objext; then
20284   cat >conftest.$ac_ext <<_ACEOF
20285 /* confdefs.h.  */
20286 _ACEOF
20287 cat confdefs.h >>conftest.$ac_ext
20288 cat >>conftest.$ac_ext <<_ACEOF
20289 /* end confdefs.h.  */
20290 $ac_includes_default
20291 int
20292 main ()
20293 {
20294 if (sizeof ((fsblkcnt_t)))
20295           return 0;
20296   ;
20297   return 0;
20298 }
20299 _ACEOF
20300 rm -f conftest.$ac_objext
20301 if { (ac_try="$ac_compile"
20302 case "(($ac_try" in
20303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20304   *) ac_try_echo=$ac_try;;
20305 esac
20306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20307 $as_echo "$ac_try_echo") >&5
20308   (eval "$ac_compile") 2>conftest.er1
20309   ac_status=$?
20310   grep -v '^ *+' conftest.er1 >conftest.err
20311   rm -f conftest.er1
20312   cat conftest.err >&5
20313   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20314   (exit $ac_status); } && {
20315          test -z "$ac_c_werror_flag" ||
20316          test ! -s conftest.err
20317        } && test -s conftest.$ac_objext; then
20318   :
20319 else
20320   $as_echo "$as_me: failed program was:" >&5
20321 sed 's/^/| /' conftest.$ac_ext >&5
20322
20323         ac_cv_type_fsblkcnt_t=yes
20324 fi
20325
20326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20327 else
20328   $as_echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.$ac_ext >&5
20330
20331
20332 fi
20333
20334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20335 fi
20336 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20337 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20338 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20339
20340 cat >>confdefs.h <<_ACEOF
20341 #define HAVE_FSBLKCNT_T 1
20342 _ACEOF
20343
20344
20345 fi
20346 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20347 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20348 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20349   $as_echo_n "(cached) " >&6
20350 else
20351   ac_cv_type_fsfilcnt_t=no
20352 cat >conftest.$ac_ext <<_ACEOF
20353 /* confdefs.h.  */
20354 _ACEOF
20355 cat confdefs.h >>conftest.$ac_ext
20356 cat >>conftest.$ac_ext <<_ACEOF
20357 /* end confdefs.h.  */
20358 $ac_includes_default
20359 int
20360 main ()
20361 {
20362 if (sizeof (fsfilcnt_t))
20363        return 0;
20364   ;
20365   return 0;
20366 }
20367 _ACEOF
20368 rm -f conftest.$ac_objext
20369 if { (ac_try="$ac_compile"
20370 case "(($ac_try" in
20371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20372   *) ac_try_echo=$ac_try;;
20373 esac
20374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20375 $as_echo "$ac_try_echo") >&5
20376   (eval "$ac_compile") 2>conftest.er1
20377   ac_status=$?
20378   grep -v '^ *+' conftest.er1 >conftest.err
20379   rm -f conftest.er1
20380   cat conftest.err >&5
20381   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20382   (exit $ac_status); } && {
20383          test -z "$ac_c_werror_flag" ||
20384          test ! -s conftest.err
20385        } && test -s conftest.$ac_objext; then
20386   cat >conftest.$ac_ext <<_ACEOF
20387 /* confdefs.h.  */
20388 _ACEOF
20389 cat confdefs.h >>conftest.$ac_ext
20390 cat >>conftest.$ac_ext <<_ACEOF
20391 /* end confdefs.h.  */
20392 $ac_includes_default
20393 int
20394 main ()
20395 {
20396 if (sizeof ((fsfilcnt_t)))
20397           return 0;
20398   ;
20399   return 0;
20400 }
20401 _ACEOF
20402 rm -f conftest.$ac_objext
20403 if { (ac_try="$ac_compile"
20404 case "(($ac_try" in
20405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20406   *) ac_try_echo=$ac_try;;
20407 esac
20408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20409 $as_echo "$ac_try_echo") >&5
20410   (eval "$ac_compile") 2>conftest.er1
20411   ac_status=$?
20412   grep -v '^ *+' conftest.er1 >conftest.err
20413   rm -f conftest.er1
20414   cat conftest.err >&5
20415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20416   (exit $ac_status); } && {
20417          test -z "$ac_c_werror_flag" ||
20418          test ! -s conftest.err
20419        } && test -s conftest.$ac_objext; then
20420   :
20421 else
20422   $as_echo "$as_me: failed program was:" >&5
20423 sed 's/^/| /' conftest.$ac_ext >&5
20424
20425         ac_cv_type_fsfilcnt_t=yes
20426 fi
20427
20428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20429 else
20430   $as_echo "$as_me: failed program was:" >&5
20431 sed 's/^/| /' conftest.$ac_ext >&5
20432
20433
20434 fi
20435
20436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20437 fi
20438 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20439 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20440 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20441
20442 cat >>confdefs.h <<_ACEOF
20443 #define HAVE_FSFILCNT_T 1
20444 _ACEOF
20445
20446
20447 fi
20448
20449 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20450 $as_echo_n "checking for sigset_t... " >&6; }
20451 if test "${ac_cv_type_sigset_t+set}" = set; then
20452   $as_echo_n "(cached) " >&6
20453 else
20454   ac_cv_type_sigset_t=no
20455 cat >conftest.$ac_ext <<_ACEOF
20456 /* confdefs.h.  */
20457 _ACEOF
20458 cat confdefs.h >>conftest.$ac_ext
20459 cat >>conftest.$ac_ext <<_ACEOF
20460 /* end confdefs.h.  */
20461 #include <sys/types.h>
20462 #include <signal.h>
20463
20464 int
20465 main ()
20466 {
20467 if (sizeof (sigset_t))
20468        return 0;
20469   ;
20470   return 0;
20471 }
20472 _ACEOF
20473 rm -f conftest.$ac_objext
20474 if { (ac_try="$ac_compile"
20475 case "(($ac_try" in
20476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20477   *) ac_try_echo=$ac_try;;
20478 esac
20479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20480 $as_echo "$ac_try_echo") >&5
20481   (eval "$ac_compile") 2>conftest.er1
20482   ac_status=$?
20483   grep -v '^ *+' conftest.er1 >conftest.err
20484   rm -f conftest.er1
20485   cat conftest.err >&5
20486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20487   (exit $ac_status); } && {
20488          test -z "$ac_c_werror_flag" ||
20489          test ! -s conftest.err
20490        } && test -s conftest.$ac_objext; then
20491   cat >conftest.$ac_ext <<_ACEOF
20492 /* confdefs.h.  */
20493 _ACEOF
20494 cat confdefs.h >>conftest.$ac_ext
20495 cat >>conftest.$ac_ext <<_ACEOF
20496 /* end confdefs.h.  */
20497 #include <sys/types.h>
20498 #include <signal.h>
20499
20500 int
20501 main ()
20502 {
20503 if (sizeof ((sigset_t)))
20504           return 0;
20505   ;
20506   return 0;
20507 }
20508 _ACEOF
20509 rm -f conftest.$ac_objext
20510 if { (ac_try="$ac_compile"
20511 case "(($ac_try" in
20512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513   *) ac_try_echo=$ac_try;;
20514 esac
20515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20516 $as_echo "$ac_try_echo") >&5
20517   (eval "$ac_compile") 2>conftest.er1
20518   ac_status=$?
20519   grep -v '^ *+' conftest.er1 >conftest.err
20520   rm -f conftest.er1
20521   cat conftest.err >&5
20522   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20523   (exit $ac_status); } && {
20524          test -z "$ac_c_werror_flag" ||
20525          test ! -s conftest.err
20526        } && test -s conftest.$ac_objext; then
20527   :
20528 else
20529   $as_echo "$as_me: failed program was:" >&5
20530 sed 's/^/| /' conftest.$ac_ext >&5
20531
20532         ac_cv_type_sigset_t=yes
20533 fi
20534
20535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20536 else
20537   $as_echo "$as_me: failed program was:" >&5
20538 sed 's/^/| /' conftest.$ac_ext >&5
20539
20540
20541 fi
20542
20543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20544 fi
20545 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20546 $as_echo "$ac_cv_type_sigset_t" >&6; }
20547 if test "x$ac_cv_type_sigset_t" = x""yes; then
20548
20549 cat >>confdefs.h <<_ACEOF
20550 #define HAVE_SIGSET_T 1
20551 _ACEOF
20552
20553
20554 fi
20555
20556 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20557 $as_echo_n "checking for request_sense... " >&6; }
20558 if test "${ac_cv_type_request_sense+set}" = set; then
20559   $as_echo_n "(cached) " >&6
20560 else
20561   ac_cv_type_request_sense=no
20562 cat >conftest.$ac_ext <<_ACEOF
20563 /* confdefs.h.  */
20564 _ACEOF
20565 cat confdefs.h >>conftest.$ac_ext
20566 cat >>conftest.$ac_ext <<_ACEOF
20567 /* end confdefs.h.  */
20568 #include <linux/cdrom.h>
20569
20570 int
20571 main ()
20572 {
20573 if (sizeof (request_sense))
20574        return 0;
20575   ;
20576   return 0;
20577 }
20578 _ACEOF
20579 rm -f conftest.$ac_objext
20580 if { (ac_try="$ac_compile"
20581 case "(($ac_try" in
20582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20583   *) ac_try_echo=$ac_try;;
20584 esac
20585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20586 $as_echo "$ac_try_echo") >&5
20587   (eval "$ac_compile") 2>conftest.er1
20588   ac_status=$?
20589   grep -v '^ *+' conftest.er1 >conftest.err
20590   rm -f conftest.er1
20591   cat conftest.err >&5
20592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20593   (exit $ac_status); } && {
20594          test -z "$ac_c_werror_flag" ||
20595          test ! -s conftest.err
20596        } && test -s conftest.$ac_objext; then
20597   cat >conftest.$ac_ext <<_ACEOF
20598 /* confdefs.h.  */
20599 _ACEOF
20600 cat confdefs.h >>conftest.$ac_ext
20601 cat >>conftest.$ac_ext <<_ACEOF
20602 /* end confdefs.h.  */
20603 #include <linux/cdrom.h>
20604
20605 int
20606 main ()
20607 {
20608 if (sizeof ((request_sense)))
20609           return 0;
20610   ;
20611   return 0;
20612 }
20613 _ACEOF
20614 rm -f conftest.$ac_objext
20615 if { (ac_try="$ac_compile"
20616 case "(($ac_try" in
20617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20618   *) ac_try_echo=$ac_try;;
20619 esac
20620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20621 $as_echo "$ac_try_echo") >&5
20622   (eval "$ac_compile") 2>conftest.er1
20623   ac_status=$?
20624   grep -v '^ *+' conftest.er1 >conftest.err
20625   rm -f conftest.er1
20626   cat conftest.err >&5
20627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20628   (exit $ac_status); } && {
20629          test -z "$ac_c_werror_flag" ||
20630          test ! -s conftest.err
20631        } && test -s conftest.$ac_objext; then
20632   :
20633 else
20634   $as_echo "$as_me: failed program was:" >&5
20635 sed 's/^/| /' conftest.$ac_ext >&5
20636
20637         ac_cv_type_request_sense=yes
20638 fi
20639
20640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20641 else
20642   $as_echo "$as_me: failed program was:" >&5
20643 sed 's/^/| /' conftest.$ac_ext >&5
20644
20645
20646 fi
20647
20648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20649 fi
20650 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20651 $as_echo "$ac_cv_type_request_sense" >&6; }
20652 if test "x$ac_cv_type_request_sense" = x""yes; then
20653
20654 cat >>confdefs.h <<_ACEOF
20655 #define HAVE_REQUEST_SENSE 1
20656 _ACEOF
20657
20658
20659 fi
20660
20661
20662 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20663 $as_echo_n "checking for struct xinpgen... " >&6; }
20664 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20665   $as_echo_n "(cached) " >&6
20666 else
20667   ac_cv_type_struct_xinpgen=no
20668 cat >conftest.$ac_ext <<_ACEOF
20669 /* confdefs.h.  */
20670 _ACEOF
20671 cat confdefs.h >>conftest.$ac_ext
20672 cat >>conftest.$ac_ext <<_ACEOF
20673 /* end confdefs.h.  */
20674 #include <sys/types.h>
20675 #ifdef HAVE_SYS_SOCKET_H
20676 #include <sys/socket.h>
20677 #endif
20678 #ifdef HAVE_SYS_SOCKETVAR_H
20679 #include <sys/socketvar.h>
20680 #endif
20681 #ifdef HAVE_NET_ROUTE_H
20682 #include <net/route.h>
20683 #endif
20684 #ifdef HAVE_NETINET_IN_H
20685 #include <netinet/in.h>
20686 #endif
20687 #ifdef HAVE_NETINET_IN_SYSTM_H
20688 #include <netinet/in_systm.h>
20689 #endif
20690 #ifdef HAVE_NETINET_IP_H
20691 #include <netinet/ip.h>
20692 #endif
20693 #ifdef HAVE_NETINET_IN_PCB_H
20694 #include <netinet/in_pcb.h>
20695 #endif
20696
20697 int
20698 main ()
20699 {
20700 if (sizeof (struct xinpgen))
20701        return 0;
20702   ;
20703   return 0;
20704 }
20705 _ACEOF
20706 rm -f conftest.$ac_objext
20707 if { (ac_try="$ac_compile"
20708 case "(($ac_try" in
20709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20710   *) ac_try_echo=$ac_try;;
20711 esac
20712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20713 $as_echo "$ac_try_echo") >&5
20714   (eval "$ac_compile") 2>conftest.er1
20715   ac_status=$?
20716   grep -v '^ *+' conftest.er1 >conftest.err
20717   rm -f conftest.er1
20718   cat conftest.err >&5
20719   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20720   (exit $ac_status); } && {
20721          test -z "$ac_c_werror_flag" ||
20722          test ! -s conftest.err
20723        } && test -s conftest.$ac_objext; then
20724   cat >conftest.$ac_ext <<_ACEOF
20725 /* confdefs.h.  */
20726 _ACEOF
20727 cat confdefs.h >>conftest.$ac_ext
20728 cat >>conftest.$ac_ext <<_ACEOF
20729 /* end confdefs.h.  */
20730 #include <sys/types.h>
20731 #ifdef HAVE_SYS_SOCKET_H
20732 #include <sys/socket.h>
20733 #endif
20734 #ifdef HAVE_SYS_SOCKETVAR_H
20735 #include <sys/socketvar.h>
20736 #endif
20737 #ifdef HAVE_NET_ROUTE_H
20738 #include <net/route.h>
20739 #endif
20740 #ifdef HAVE_NETINET_IN_H
20741 #include <netinet/in.h>
20742 #endif
20743 #ifdef HAVE_NETINET_IN_SYSTM_H
20744 #include <netinet/in_systm.h>
20745 #endif
20746 #ifdef HAVE_NETINET_IP_H
20747 #include <netinet/ip.h>
20748 #endif
20749 #ifdef HAVE_NETINET_IN_PCB_H
20750 #include <netinet/in_pcb.h>
20751 #endif
20752
20753 int
20754 main ()
20755 {
20756 if (sizeof ((struct xinpgen)))
20757           return 0;
20758   ;
20759   return 0;
20760 }
20761 _ACEOF
20762 rm -f conftest.$ac_objext
20763 if { (ac_try="$ac_compile"
20764 case "(($ac_try" in
20765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20766   *) ac_try_echo=$ac_try;;
20767 esac
20768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20769 $as_echo "$ac_try_echo") >&5
20770   (eval "$ac_compile") 2>conftest.er1
20771   ac_status=$?
20772   grep -v '^ *+' conftest.er1 >conftest.err
20773   rm -f conftest.er1
20774   cat conftest.err >&5
20775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776   (exit $ac_status); } && {
20777          test -z "$ac_c_werror_flag" ||
20778          test ! -s conftest.err
20779        } && test -s conftest.$ac_objext; then
20780   :
20781 else
20782   $as_echo "$as_me: failed program was:" >&5
20783 sed 's/^/| /' conftest.$ac_ext >&5
20784
20785         ac_cv_type_struct_xinpgen=yes
20786 fi
20787
20788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20789 else
20790   $as_echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20792
20793
20794 fi
20795
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20797 fi
20798 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20799 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20800 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20801
20802 cat >>confdefs.h <<_ACEOF
20803 #define HAVE_STRUCT_XINPGEN 1
20804 _ACEOF
20805
20806
20807 fi
20808
20809
20810 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20811 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20812 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20813   $as_echo_n "(cached) " >&6
20814 else
20815   cat >conftest.$ac_ext <<_ACEOF
20816 /* confdefs.h.  */
20817 _ACEOF
20818 cat confdefs.h >>conftest.$ac_ext
20819 cat >>conftest.$ac_ext <<_ACEOF
20820 /* end confdefs.h.  */
20821 #ifdef HAVE_LINUX_INPUT_H
20822 #include <linux/input.h>
20823 #endif
20824
20825 int
20826 main ()
20827 {
20828 static struct ff_effect ac_aggr;
20829 if (ac_aggr.direction)
20830 return 0;
20831   ;
20832   return 0;
20833 }
20834 _ACEOF
20835 rm -f conftest.$ac_objext
20836 if { (ac_try="$ac_compile"
20837 case "(($ac_try" in
20838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20839   *) ac_try_echo=$ac_try;;
20840 esac
20841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20842 $as_echo "$ac_try_echo") >&5
20843   (eval "$ac_compile") 2>conftest.er1
20844   ac_status=$?
20845   grep -v '^ *+' conftest.er1 >conftest.err
20846   rm -f conftest.er1
20847   cat conftest.err >&5
20848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20849   (exit $ac_status); } && {
20850          test -z "$ac_c_werror_flag" ||
20851          test ! -s conftest.err
20852        } && test -s conftest.$ac_objext; then
20853   ac_cv_member_struct_ff_effect_direction=yes
20854 else
20855   $as_echo "$as_me: failed program was:" >&5
20856 sed 's/^/| /' conftest.$ac_ext >&5
20857
20858         cat >conftest.$ac_ext <<_ACEOF
20859 /* confdefs.h.  */
20860 _ACEOF
20861 cat confdefs.h >>conftest.$ac_ext
20862 cat >>conftest.$ac_ext <<_ACEOF
20863 /* end confdefs.h.  */
20864 #ifdef HAVE_LINUX_INPUT_H
20865 #include <linux/input.h>
20866 #endif
20867
20868 int
20869 main ()
20870 {
20871 static struct ff_effect ac_aggr;
20872 if (sizeof ac_aggr.direction)
20873 return 0;
20874   ;
20875   return 0;
20876 }
20877 _ACEOF
20878 rm -f conftest.$ac_objext
20879 if { (ac_try="$ac_compile"
20880 case "(($ac_try" in
20881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20882   *) ac_try_echo=$ac_try;;
20883 esac
20884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20885 $as_echo "$ac_try_echo") >&5
20886   (eval "$ac_compile") 2>conftest.er1
20887   ac_status=$?
20888   grep -v '^ *+' conftest.er1 >conftest.err
20889   rm -f conftest.er1
20890   cat conftest.err >&5
20891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892   (exit $ac_status); } && {
20893          test -z "$ac_c_werror_flag" ||
20894          test ! -s conftest.err
20895        } && test -s conftest.$ac_objext; then
20896   ac_cv_member_struct_ff_effect_direction=yes
20897 else
20898   $as_echo "$as_me: failed program was:" >&5
20899 sed 's/^/| /' conftest.$ac_ext >&5
20900
20901         ac_cv_member_struct_ff_effect_direction=no
20902 fi
20903
20904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20905 fi
20906
20907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20908 fi
20909 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20910 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20911 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20912
20913 cat >>confdefs.h <<_ACEOF
20914 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20915 _ACEOF
20916
20917
20918 fi
20919
20920
20921 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20922 $as_echo_n "checking for sigaddset... " >&6; }
20923 if test "${wine_cv_have_sigaddset+set}" = set; then
20924   $as_echo_n "(cached) " >&6
20925 else
20926   cat >conftest.$ac_ext <<_ACEOF
20927 /* confdefs.h.  */
20928 _ACEOF
20929 cat confdefs.h >>conftest.$ac_ext
20930 cat >>conftest.$ac_ext <<_ACEOF
20931 /* end confdefs.h.  */
20932 #include <signal.h>
20933 int
20934 main ()
20935 {
20936 sigset_t set; sigaddset(&set,SIGTERM);
20937   ;
20938   return 0;
20939 }
20940 _ACEOF
20941 rm -f conftest.$ac_objext conftest$ac_exeext
20942 if { (ac_try="$ac_link"
20943 case "(($ac_try" in
20944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20945   *) ac_try_echo=$ac_try;;
20946 esac
20947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20948 $as_echo "$ac_try_echo") >&5
20949   (eval "$ac_link") 2>conftest.er1
20950   ac_status=$?
20951   grep -v '^ *+' conftest.er1 >conftest.err
20952   rm -f conftest.er1
20953   cat conftest.err >&5
20954   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20955   (exit $ac_status); } && {
20956          test -z "$ac_c_werror_flag" ||
20957          test ! -s conftest.err
20958        } && test -s conftest$ac_exeext && {
20959          test "$cross_compiling" = yes ||
20960          $as_test_x conftest$ac_exeext
20961        }; then
20962   wine_cv_have_sigaddset=yes
20963 else
20964   $as_echo "$as_me: failed program was:" >&5
20965 sed 's/^/| /' conftest.$ac_ext >&5
20966
20967         wine_cv_have_sigaddset=no
20968 fi
20969
20970 rm -rf conftest.dSYM
20971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20972       conftest$ac_exeext conftest.$ac_ext
20973 fi
20974 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20975 $as_echo "$wine_cv_have_sigaddset" >&6; }
20976 if test "$wine_cv_have_sigaddset" = "yes"
20977 then
20978
20979 cat >>confdefs.h <<\_ACEOF
20980 #define HAVE_SIGADDSET 1
20981 _ACEOF
20982
20983 fi
20984
20985
20986 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20987 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20988 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20989   $as_echo_n "(cached) " >&6
20990 else
20991   cat >conftest.$ac_ext <<_ACEOF
20992 /* confdefs.h.  */
20993 _ACEOF
20994 cat confdefs.h >>conftest.$ac_ext
20995 cat >>conftest.$ac_ext <<_ACEOF
20996 /* end confdefs.h.  */
20997 #include <netdb.h>
20998 int
20999 main ()
21000 {
21001
21002     char *name=0;
21003     struct hostent he;
21004     struct hostent *result;
21005     char *buf=0;
21006     int bufsize=0;
21007     int res,errnr;
21008     char *addr=0;
21009     int addrlen=0;
21010     int addrtype=0;
21011     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21012     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21013
21014   ;
21015   return 0;
21016 }
21017 _ACEOF
21018 rm -f conftest.$ac_objext conftest$ac_exeext
21019 if { (ac_try="$ac_link"
21020 case "(($ac_try" in
21021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21022   *) ac_try_echo=$ac_try;;
21023 esac
21024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21025 $as_echo "$ac_try_echo") >&5
21026   (eval "$ac_link") 2>conftest.er1
21027   ac_status=$?
21028   grep -v '^ *+' conftest.er1 >conftest.err
21029   rm -f conftest.er1
21030   cat conftest.err >&5
21031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21032   (exit $ac_status); } && {
21033          test -z "$ac_c_werror_flag" ||
21034          test ! -s conftest.err
21035        } && test -s conftest$ac_exeext && {
21036          test "$cross_compiling" = yes ||
21037          $as_test_x conftest$ac_exeext
21038        }; then
21039   wine_cv_linux_gethostbyname_r_6=yes
21040 else
21041   $as_echo "$as_me: failed program was:" >&5
21042 sed 's/^/| /' conftest.$ac_ext >&5
21043
21044         wine_cv_linux_gethostbyname_r_6=no
21045
21046 fi
21047
21048 rm -rf conftest.dSYM
21049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21050       conftest$ac_exeext conftest.$ac_ext
21051
21052 fi
21053 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21054 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21055    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21056    then
21057
21058 cat >>confdefs.h <<\_ACEOF
21059 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21060 _ACEOF
21061
21062    fi
21063
21064 if test "$ac_cv_header_linux_joystick_h" = "yes"
21065 then
21066    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21067 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21068 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21069   $as_echo_n "(cached) " >&6
21070 else
21071   cat >conftest.$ac_ext <<_ACEOF
21072 /* confdefs.h.  */
21073 _ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h.  */
21077
21078         #include <sys/ioctl.h>
21079         #include <sys/types.h>
21080         #include <linux/joystick.h>
21081
21082         struct js_event blub;
21083         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21084         #error "no 2.2 header"
21085         #endif
21086
21087 int
21088 main ()
21089 {
21090 /*empty*/
21091   ;
21092   return 0;
21093 }
21094 _ACEOF
21095 rm -f conftest.$ac_objext
21096 if { (ac_try="$ac_compile"
21097 case "(($ac_try" in
21098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21099   *) ac_try_echo=$ac_try;;
21100 esac
21101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21102 $as_echo "$ac_try_echo") >&5
21103   (eval "$ac_compile") 2>conftest.er1
21104   ac_status=$?
21105   grep -v '^ *+' conftest.er1 >conftest.err
21106   rm -f conftest.er1
21107   cat conftest.err >&5
21108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109   (exit $ac_status); } && {
21110          test -z "$ac_c_werror_flag" ||
21111          test ! -s conftest.err
21112        } && test -s conftest.$ac_objext; then
21113   wine_cv_linux_joystick_22_api=yes
21114 else
21115   $as_echo "$as_me: failed program was:" >&5
21116 sed 's/^/| /' conftest.$ac_ext >&5
21117
21118         wine_cv_linux_joystick_22_api=no
21119 fi
21120
21121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21122
21123 fi
21124 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21125 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21126    if test "$wine_cv_linux_joystick_22_api" = "yes"
21127    then
21128
21129 cat >>confdefs.h <<\_ACEOF
21130 #define HAVE_LINUX_22_JOYSTICK_API 1
21131 _ACEOF
21132
21133    fi
21134 fi
21135
21136
21137 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21138 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21139 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21140   $as_echo_n "(cached) " >&6
21141 else
21142   cat >conftest.$ac_ext <<_ACEOF
21143 /* confdefs.h.  */
21144 _ACEOF
21145 cat confdefs.h >>conftest.$ac_ext
21146 cat >>conftest.$ac_ext <<_ACEOF
21147 /* end confdefs.h.  */
21148 #include <sys/types.h>
21149 #ifdef HAVE_SYS_PARAM_H
21150 # include <sys/param.h>
21151 #endif
21152 #ifdef HAVE_SYS_MOUNT_H
21153 # include <sys/mount.h>
21154 #endif
21155 #ifdef HAVE_SYS_VFS_H
21156 # include <sys/vfs.h>
21157 #endif
21158 #ifdef HAVE_SYS_STATFS_H
21159 # include <sys/statfs.h>
21160 #endif
21161
21162 int
21163 main ()
21164 {
21165 static struct statfs ac_aggr;
21166 if (ac_aggr.f_bfree)
21167 return 0;
21168   ;
21169   return 0;
21170 }
21171 _ACEOF
21172 rm -f conftest.$ac_objext
21173 if { (ac_try="$ac_compile"
21174 case "(($ac_try" in
21175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21176   *) ac_try_echo=$ac_try;;
21177 esac
21178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21179 $as_echo "$ac_try_echo") >&5
21180   (eval "$ac_compile") 2>conftest.er1
21181   ac_status=$?
21182   grep -v '^ *+' conftest.er1 >conftest.err
21183   rm -f conftest.er1
21184   cat conftest.err >&5
21185   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21186   (exit $ac_status); } && {
21187          test -z "$ac_c_werror_flag" ||
21188          test ! -s conftest.err
21189        } && test -s conftest.$ac_objext; then
21190   ac_cv_member_struct_statfs_f_bfree=yes
21191 else
21192   $as_echo "$as_me: failed program was:" >&5
21193 sed 's/^/| /' conftest.$ac_ext >&5
21194
21195         cat >conftest.$ac_ext <<_ACEOF
21196 /* confdefs.h.  */
21197 _ACEOF
21198 cat confdefs.h >>conftest.$ac_ext
21199 cat >>conftest.$ac_ext <<_ACEOF
21200 /* end confdefs.h.  */
21201 #include <sys/types.h>
21202 #ifdef HAVE_SYS_PARAM_H
21203 # include <sys/param.h>
21204 #endif
21205 #ifdef HAVE_SYS_MOUNT_H
21206 # include <sys/mount.h>
21207 #endif
21208 #ifdef HAVE_SYS_VFS_H
21209 # include <sys/vfs.h>
21210 #endif
21211 #ifdef HAVE_SYS_STATFS_H
21212 # include <sys/statfs.h>
21213 #endif
21214
21215 int
21216 main ()
21217 {
21218 static struct statfs ac_aggr;
21219 if (sizeof ac_aggr.f_bfree)
21220 return 0;
21221   ;
21222   return 0;
21223 }
21224 _ACEOF
21225 rm -f conftest.$ac_objext
21226 if { (ac_try="$ac_compile"
21227 case "(($ac_try" in
21228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21229   *) ac_try_echo=$ac_try;;
21230 esac
21231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21232 $as_echo "$ac_try_echo") >&5
21233   (eval "$ac_compile") 2>conftest.er1
21234   ac_status=$?
21235   grep -v '^ *+' conftest.er1 >conftest.err
21236   rm -f conftest.er1
21237   cat conftest.err >&5
21238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21239   (exit $ac_status); } && {
21240          test -z "$ac_c_werror_flag" ||
21241          test ! -s conftest.err
21242        } && test -s conftest.$ac_objext; then
21243   ac_cv_member_struct_statfs_f_bfree=yes
21244 else
21245   $as_echo "$as_me: failed program was:" >&5
21246 sed 's/^/| /' conftest.$ac_ext >&5
21247
21248         ac_cv_member_struct_statfs_f_bfree=no
21249 fi
21250
21251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21252 fi
21253
21254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21255 fi
21256 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21257 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21258 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21259
21260 cat >>confdefs.h <<_ACEOF
21261 #define HAVE_STRUCT_STATFS_F_BFREE 1
21262 _ACEOF
21263
21264
21265 fi
21266 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21267 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21268 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21269   $as_echo_n "(cached) " >&6
21270 else
21271   cat >conftest.$ac_ext <<_ACEOF
21272 /* confdefs.h.  */
21273 _ACEOF
21274 cat confdefs.h >>conftest.$ac_ext
21275 cat >>conftest.$ac_ext <<_ACEOF
21276 /* end confdefs.h.  */
21277 #include <sys/types.h>
21278 #ifdef HAVE_SYS_PARAM_H
21279 # include <sys/param.h>
21280 #endif
21281 #ifdef HAVE_SYS_MOUNT_H
21282 # include <sys/mount.h>
21283 #endif
21284 #ifdef HAVE_SYS_VFS_H
21285 # include <sys/vfs.h>
21286 #endif
21287 #ifdef HAVE_SYS_STATFS_H
21288 # include <sys/statfs.h>
21289 #endif
21290
21291 int
21292 main ()
21293 {
21294 static struct statfs ac_aggr;
21295 if (ac_aggr.f_bavail)
21296 return 0;
21297   ;
21298   return 0;
21299 }
21300 _ACEOF
21301 rm -f conftest.$ac_objext
21302 if { (ac_try="$ac_compile"
21303 case "(($ac_try" in
21304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21305   *) ac_try_echo=$ac_try;;
21306 esac
21307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21308 $as_echo "$ac_try_echo") >&5
21309   (eval "$ac_compile") 2>conftest.er1
21310   ac_status=$?
21311   grep -v '^ *+' conftest.er1 >conftest.err
21312   rm -f conftest.er1
21313   cat conftest.err >&5
21314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21315   (exit $ac_status); } && {
21316          test -z "$ac_c_werror_flag" ||
21317          test ! -s conftest.err
21318        } && test -s conftest.$ac_objext; then
21319   ac_cv_member_struct_statfs_f_bavail=yes
21320 else
21321   $as_echo "$as_me: failed program was:" >&5
21322 sed 's/^/| /' conftest.$ac_ext >&5
21323
21324         cat >conftest.$ac_ext <<_ACEOF
21325 /* confdefs.h.  */
21326 _ACEOF
21327 cat confdefs.h >>conftest.$ac_ext
21328 cat >>conftest.$ac_ext <<_ACEOF
21329 /* end confdefs.h.  */
21330 #include <sys/types.h>
21331 #ifdef HAVE_SYS_PARAM_H
21332 # include <sys/param.h>
21333 #endif
21334 #ifdef HAVE_SYS_MOUNT_H
21335 # include <sys/mount.h>
21336 #endif
21337 #ifdef HAVE_SYS_VFS_H
21338 # include <sys/vfs.h>
21339 #endif
21340 #ifdef HAVE_SYS_STATFS_H
21341 # include <sys/statfs.h>
21342 #endif
21343
21344 int
21345 main ()
21346 {
21347 static struct statfs ac_aggr;
21348 if (sizeof ac_aggr.f_bavail)
21349 return 0;
21350   ;
21351   return 0;
21352 }
21353 _ACEOF
21354 rm -f conftest.$ac_objext
21355 if { (ac_try="$ac_compile"
21356 case "(($ac_try" in
21357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21358   *) ac_try_echo=$ac_try;;
21359 esac
21360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21361 $as_echo "$ac_try_echo") >&5
21362   (eval "$ac_compile") 2>conftest.er1
21363   ac_status=$?
21364   grep -v '^ *+' conftest.er1 >conftest.err
21365   rm -f conftest.er1
21366   cat conftest.err >&5
21367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21368   (exit $ac_status); } && {
21369          test -z "$ac_c_werror_flag" ||
21370          test ! -s conftest.err
21371        } && test -s conftest.$ac_objext; then
21372   ac_cv_member_struct_statfs_f_bavail=yes
21373 else
21374   $as_echo "$as_me: failed program was:" >&5
21375 sed 's/^/| /' conftest.$ac_ext >&5
21376
21377         ac_cv_member_struct_statfs_f_bavail=no
21378 fi
21379
21380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21381 fi
21382
21383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21384 fi
21385 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21386 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21387 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21388
21389 cat >>confdefs.h <<_ACEOF
21390 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21391 _ACEOF
21392
21393
21394 fi
21395 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21396 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21397 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21398   $as_echo_n "(cached) " >&6
21399 else
21400   cat >conftest.$ac_ext <<_ACEOF
21401 /* confdefs.h.  */
21402 _ACEOF
21403 cat confdefs.h >>conftest.$ac_ext
21404 cat >>conftest.$ac_ext <<_ACEOF
21405 /* end confdefs.h.  */
21406 #include <sys/types.h>
21407 #ifdef HAVE_SYS_PARAM_H
21408 # include <sys/param.h>
21409 #endif
21410 #ifdef HAVE_SYS_MOUNT_H
21411 # include <sys/mount.h>
21412 #endif
21413 #ifdef HAVE_SYS_VFS_H
21414 # include <sys/vfs.h>
21415 #endif
21416 #ifdef HAVE_SYS_STATFS_H
21417 # include <sys/statfs.h>
21418 #endif
21419
21420 int
21421 main ()
21422 {
21423 static struct statfs ac_aggr;
21424 if (ac_aggr.f_frsize)
21425 return 0;
21426   ;
21427   return 0;
21428 }
21429 _ACEOF
21430 rm -f conftest.$ac_objext
21431 if { (ac_try="$ac_compile"
21432 case "(($ac_try" in
21433   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21434   *) ac_try_echo=$ac_try;;
21435 esac
21436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21437 $as_echo "$ac_try_echo") >&5
21438   (eval "$ac_compile") 2>conftest.er1
21439   ac_status=$?
21440   grep -v '^ *+' conftest.er1 >conftest.err
21441   rm -f conftest.er1
21442   cat conftest.err >&5
21443   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21444   (exit $ac_status); } && {
21445          test -z "$ac_c_werror_flag" ||
21446          test ! -s conftest.err
21447        } && test -s conftest.$ac_objext; then
21448   ac_cv_member_struct_statfs_f_frsize=yes
21449 else
21450   $as_echo "$as_me: failed program was:" >&5
21451 sed 's/^/| /' conftest.$ac_ext >&5
21452
21453         cat >conftest.$ac_ext <<_ACEOF
21454 /* confdefs.h.  */
21455 _ACEOF
21456 cat confdefs.h >>conftest.$ac_ext
21457 cat >>conftest.$ac_ext <<_ACEOF
21458 /* end confdefs.h.  */
21459 #include <sys/types.h>
21460 #ifdef HAVE_SYS_PARAM_H
21461 # include <sys/param.h>
21462 #endif
21463 #ifdef HAVE_SYS_MOUNT_H
21464 # include <sys/mount.h>
21465 #endif
21466 #ifdef HAVE_SYS_VFS_H
21467 # include <sys/vfs.h>
21468 #endif
21469 #ifdef HAVE_SYS_STATFS_H
21470 # include <sys/statfs.h>
21471 #endif
21472
21473 int
21474 main ()
21475 {
21476 static struct statfs ac_aggr;
21477 if (sizeof ac_aggr.f_frsize)
21478 return 0;
21479   ;
21480   return 0;
21481 }
21482 _ACEOF
21483 rm -f conftest.$ac_objext
21484 if { (ac_try="$ac_compile"
21485 case "(($ac_try" in
21486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21487   *) ac_try_echo=$ac_try;;
21488 esac
21489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21490 $as_echo "$ac_try_echo") >&5
21491   (eval "$ac_compile") 2>conftest.er1
21492   ac_status=$?
21493   grep -v '^ *+' conftest.er1 >conftest.err
21494   rm -f conftest.er1
21495   cat conftest.err >&5
21496   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497   (exit $ac_status); } && {
21498          test -z "$ac_c_werror_flag" ||
21499          test ! -s conftest.err
21500        } && test -s conftest.$ac_objext; then
21501   ac_cv_member_struct_statfs_f_frsize=yes
21502 else
21503   $as_echo "$as_me: failed program was:" >&5
21504 sed 's/^/| /' conftest.$ac_ext >&5
21505
21506         ac_cv_member_struct_statfs_f_frsize=no
21507 fi
21508
21509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21510 fi
21511
21512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21513 fi
21514 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21515 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21516 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21517
21518 cat >>confdefs.h <<_ACEOF
21519 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21520 _ACEOF
21521
21522
21523 fi
21524 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21525 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21526 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21527   $as_echo_n "(cached) " >&6
21528 else
21529   cat >conftest.$ac_ext <<_ACEOF
21530 /* confdefs.h.  */
21531 _ACEOF
21532 cat confdefs.h >>conftest.$ac_ext
21533 cat >>conftest.$ac_ext <<_ACEOF
21534 /* end confdefs.h.  */
21535 #include <sys/types.h>
21536 #ifdef HAVE_SYS_PARAM_H
21537 # include <sys/param.h>
21538 #endif
21539 #ifdef HAVE_SYS_MOUNT_H
21540 # include <sys/mount.h>
21541 #endif
21542 #ifdef HAVE_SYS_VFS_H
21543 # include <sys/vfs.h>
21544 #endif
21545 #ifdef HAVE_SYS_STATFS_H
21546 # include <sys/statfs.h>
21547 #endif
21548
21549 int
21550 main ()
21551 {
21552 static struct statfs ac_aggr;
21553 if (ac_aggr.f_ffree)
21554 return 0;
21555   ;
21556   return 0;
21557 }
21558 _ACEOF
21559 rm -f conftest.$ac_objext
21560 if { (ac_try="$ac_compile"
21561 case "(($ac_try" in
21562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21563   *) ac_try_echo=$ac_try;;
21564 esac
21565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21566 $as_echo "$ac_try_echo") >&5
21567   (eval "$ac_compile") 2>conftest.er1
21568   ac_status=$?
21569   grep -v '^ *+' conftest.er1 >conftest.err
21570   rm -f conftest.er1
21571   cat conftest.err >&5
21572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21573   (exit $ac_status); } && {
21574          test -z "$ac_c_werror_flag" ||
21575          test ! -s conftest.err
21576        } && test -s conftest.$ac_objext; then
21577   ac_cv_member_struct_statfs_f_ffree=yes
21578 else
21579   $as_echo "$as_me: failed program was:" >&5
21580 sed 's/^/| /' conftest.$ac_ext >&5
21581
21582         cat >conftest.$ac_ext <<_ACEOF
21583 /* confdefs.h.  */
21584 _ACEOF
21585 cat confdefs.h >>conftest.$ac_ext
21586 cat >>conftest.$ac_ext <<_ACEOF
21587 /* end confdefs.h.  */
21588 #include <sys/types.h>
21589 #ifdef HAVE_SYS_PARAM_H
21590 # include <sys/param.h>
21591 #endif
21592 #ifdef HAVE_SYS_MOUNT_H
21593 # include <sys/mount.h>
21594 #endif
21595 #ifdef HAVE_SYS_VFS_H
21596 # include <sys/vfs.h>
21597 #endif
21598 #ifdef HAVE_SYS_STATFS_H
21599 # include <sys/statfs.h>
21600 #endif
21601
21602 int
21603 main ()
21604 {
21605 static struct statfs ac_aggr;
21606 if (sizeof ac_aggr.f_ffree)
21607 return 0;
21608   ;
21609   return 0;
21610 }
21611 _ACEOF
21612 rm -f conftest.$ac_objext
21613 if { (ac_try="$ac_compile"
21614 case "(($ac_try" in
21615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21616   *) ac_try_echo=$ac_try;;
21617 esac
21618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21619 $as_echo "$ac_try_echo") >&5
21620   (eval "$ac_compile") 2>conftest.er1
21621   ac_status=$?
21622   grep -v '^ *+' conftest.er1 >conftest.err
21623   rm -f conftest.er1
21624   cat conftest.err >&5
21625   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21626   (exit $ac_status); } && {
21627          test -z "$ac_c_werror_flag" ||
21628          test ! -s conftest.err
21629        } && test -s conftest.$ac_objext; then
21630   ac_cv_member_struct_statfs_f_ffree=yes
21631 else
21632   $as_echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21634
21635         ac_cv_member_struct_statfs_f_ffree=no
21636 fi
21637
21638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21639 fi
21640
21641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21642 fi
21643 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21644 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21645 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21646
21647 cat >>confdefs.h <<_ACEOF
21648 #define HAVE_STRUCT_STATFS_F_FFREE 1
21649 _ACEOF
21650
21651
21652 fi
21653 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21654 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21655 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21656   $as_echo_n "(cached) " >&6
21657 else
21658   cat >conftest.$ac_ext <<_ACEOF
21659 /* confdefs.h.  */
21660 _ACEOF
21661 cat confdefs.h >>conftest.$ac_ext
21662 cat >>conftest.$ac_ext <<_ACEOF
21663 /* end confdefs.h.  */
21664 #include <sys/types.h>
21665 #ifdef HAVE_SYS_PARAM_H
21666 # include <sys/param.h>
21667 #endif
21668 #ifdef HAVE_SYS_MOUNT_H
21669 # include <sys/mount.h>
21670 #endif
21671 #ifdef HAVE_SYS_VFS_H
21672 # include <sys/vfs.h>
21673 #endif
21674 #ifdef HAVE_SYS_STATFS_H
21675 # include <sys/statfs.h>
21676 #endif
21677
21678 int
21679 main ()
21680 {
21681 static struct statfs ac_aggr;
21682 if (ac_aggr.f_favail)
21683 return 0;
21684   ;
21685   return 0;
21686 }
21687 _ACEOF
21688 rm -f conftest.$ac_objext
21689 if { (ac_try="$ac_compile"
21690 case "(($ac_try" in
21691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21692   *) ac_try_echo=$ac_try;;
21693 esac
21694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21695 $as_echo "$ac_try_echo") >&5
21696   (eval "$ac_compile") 2>conftest.er1
21697   ac_status=$?
21698   grep -v '^ *+' conftest.er1 >conftest.err
21699   rm -f conftest.er1
21700   cat conftest.err >&5
21701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21702   (exit $ac_status); } && {
21703          test -z "$ac_c_werror_flag" ||
21704          test ! -s conftest.err
21705        } && test -s conftest.$ac_objext; then
21706   ac_cv_member_struct_statfs_f_favail=yes
21707 else
21708   $as_echo "$as_me: failed program was:" >&5
21709 sed 's/^/| /' conftest.$ac_ext >&5
21710
21711         cat >conftest.$ac_ext <<_ACEOF
21712 /* confdefs.h.  */
21713 _ACEOF
21714 cat confdefs.h >>conftest.$ac_ext
21715 cat >>conftest.$ac_ext <<_ACEOF
21716 /* end confdefs.h.  */
21717 #include <sys/types.h>
21718 #ifdef HAVE_SYS_PARAM_H
21719 # include <sys/param.h>
21720 #endif
21721 #ifdef HAVE_SYS_MOUNT_H
21722 # include <sys/mount.h>
21723 #endif
21724 #ifdef HAVE_SYS_VFS_H
21725 # include <sys/vfs.h>
21726 #endif
21727 #ifdef HAVE_SYS_STATFS_H
21728 # include <sys/statfs.h>
21729 #endif
21730
21731 int
21732 main ()
21733 {
21734 static struct statfs ac_aggr;
21735 if (sizeof ac_aggr.f_favail)
21736 return 0;
21737   ;
21738   return 0;
21739 }
21740 _ACEOF
21741 rm -f conftest.$ac_objext
21742 if { (ac_try="$ac_compile"
21743 case "(($ac_try" in
21744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21745   *) ac_try_echo=$ac_try;;
21746 esac
21747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21748 $as_echo "$ac_try_echo") >&5
21749   (eval "$ac_compile") 2>conftest.er1
21750   ac_status=$?
21751   grep -v '^ *+' conftest.er1 >conftest.err
21752   rm -f conftest.er1
21753   cat conftest.err >&5
21754   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21755   (exit $ac_status); } && {
21756          test -z "$ac_c_werror_flag" ||
21757          test ! -s conftest.err
21758        } && test -s conftest.$ac_objext; then
21759   ac_cv_member_struct_statfs_f_favail=yes
21760 else
21761   $as_echo "$as_me: failed program was:" >&5
21762 sed 's/^/| /' conftest.$ac_ext >&5
21763
21764         ac_cv_member_struct_statfs_f_favail=no
21765 fi
21766
21767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21768 fi
21769
21770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21771 fi
21772 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21773 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21774 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21775
21776 cat >>confdefs.h <<_ACEOF
21777 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21778 _ACEOF
21779
21780
21781 fi
21782 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21783 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21784 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21785   $as_echo_n "(cached) " >&6
21786 else
21787   cat >conftest.$ac_ext <<_ACEOF
21788 /* confdefs.h.  */
21789 _ACEOF
21790 cat confdefs.h >>conftest.$ac_ext
21791 cat >>conftest.$ac_ext <<_ACEOF
21792 /* end confdefs.h.  */
21793 #include <sys/types.h>
21794 #ifdef HAVE_SYS_PARAM_H
21795 # include <sys/param.h>
21796 #endif
21797 #ifdef HAVE_SYS_MOUNT_H
21798 # include <sys/mount.h>
21799 #endif
21800 #ifdef HAVE_SYS_VFS_H
21801 # include <sys/vfs.h>
21802 #endif
21803 #ifdef HAVE_SYS_STATFS_H
21804 # include <sys/statfs.h>
21805 #endif
21806
21807 int
21808 main ()
21809 {
21810 static struct statfs ac_aggr;
21811 if (ac_aggr.f_namelen)
21812 return 0;
21813   ;
21814   return 0;
21815 }
21816 _ACEOF
21817 rm -f conftest.$ac_objext
21818 if { (ac_try="$ac_compile"
21819 case "(($ac_try" in
21820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21821   *) ac_try_echo=$ac_try;;
21822 esac
21823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21824 $as_echo "$ac_try_echo") >&5
21825   (eval "$ac_compile") 2>conftest.er1
21826   ac_status=$?
21827   grep -v '^ *+' conftest.er1 >conftest.err
21828   rm -f conftest.er1
21829   cat conftest.err >&5
21830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831   (exit $ac_status); } && {
21832          test -z "$ac_c_werror_flag" ||
21833          test ! -s conftest.err
21834        } && test -s conftest.$ac_objext; then
21835   ac_cv_member_struct_statfs_f_namelen=yes
21836 else
21837   $as_echo "$as_me: failed program was:" >&5
21838 sed 's/^/| /' conftest.$ac_ext >&5
21839
21840         cat >conftest.$ac_ext <<_ACEOF
21841 /* confdefs.h.  */
21842 _ACEOF
21843 cat confdefs.h >>conftest.$ac_ext
21844 cat >>conftest.$ac_ext <<_ACEOF
21845 /* end confdefs.h.  */
21846 #include <sys/types.h>
21847 #ifdef HAVE_SYS_PARAM_H
21848 # include <sys/param.h>
21849 #endif
21850 #ifdef HAVE_SYS_MOUNT_H
21851 # include <sys/mount.h>
21852 #endif
21853 #ifdef HAVE_SYS_VFS_H
21854 # include <sys/vfs.h>
21855 #endif
21856 #ifdef HAVE_SYS_STATFS_H
21857 # include <sys/statfs.h>
21858 #endif
21859
21860 int
21861 main ()
21862 {
21863 static struct statfs ac_aggr;
21864 if (sizeof ac_aggr.f_namelen)
21865 return 0;
21866   ;
21867   return 0;
21868 }
21869 _ACEOF
21870 rm -f conftest.$ac_objext
21871 if { (ac_try="$ac_compile"
21872 case "(($ac_try" in
21873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21874   *) ac_try_echo=$ac_try;;
21875 esac
21876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21877 $as_echo "$ac_try_echo") >&5
21878   (eval "$ac_compile") 2>conftest.er1
21879   ac_status=$?
21880   grep -v '^ *+' conftest.er1 >conftest.err
21881   rm -f conftest.er1
21882   cat conftest.err >&5
21883   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884   (exit $ac_status); } && {
21885          test -z "$ac_c_werror_flag" ||
21886          test ! -s conftest.err
21887        } && test -s conftest.$ac_objext; then
21888   ac_cv_member_struct_statfs_f_namelen=yes
21889 else
21890   $as_echo "$as_me: failed program was:" >&5
21891 sed 's/^/| /' conftest.$ac_ext >&5
21892
21893         ac_cv_member_struct_statfs_f_namelen=no
21894 fi
21895
21896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21897 fi
21898
21899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21900 fi
21901 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21902 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21903 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21904
21905 cat >>confdefs.h <<_ACEOF
21906 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21907 _ACEOF
21908
21909
21910 fi
21911
21912
21913 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21914 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21915 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21916   $as_echo_n "(cached) " >&6
21917 else
21918   cat >conftest.$ac_ext <<_ACEOF
21919 /* confdefs.h.  */
21920 _ACEOF
21921 cat confdefs.h >>conftest.$ac_ext
21922 cat >>conftest.$ac_ext <<_ACEOF
21923 /* end confdefs.h.  */
21924 #ifdef HAVE_SYS_STATVFS_H
21925 #include <sys/statvfs.h>
21926 #endif
21927
21928 int
21929 main ()
21930 {
21931 static struct statvfs ac_aggr;
21932 if (ac_aggr.f_blocks)
21933 return 0;
21934   ;
21935   return 0;
21936 }
21937 _ACEOF
21938 rm -f conftest.$ac_objext
21939 if { (ac_try="$ac_compile"
21940 case "(($ac_try" in
21941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21942   *) ac_try_echo=$ac_try;;
21943 esac
21944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21945 $as_echo "$ac_try_echo") >&5
21946   (eval "$ac_compile") 2>conftest.er1
21947   ac_status=$?
21948   grep -v '^ *+' conftest.er1 >conftest.err
21949   rm -f conftest.er1
21950   cat conftest.err >&5
21951   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21952   (exit $ac_status); } && {
21953          test -z "$ac_c_werror_flag" ||
21954          test ! -s conftest.err
21955        } && test -s conftest.$ac_objext; then
21956   ac_cv_member_struct_statvfs_f_blocks=yes
21957 else
21958   $as_echo "$as_me: failed program was:" >&5
21959 sed 's/^/| /' conftest.$ac_ext >&5
21960
21961         cat >conftest.$ac_ext <<_ACEOF
21962 /* confdefs.h.  */
21963 _ACEOF
21964 cat confdefs.h >>conftest.$ac_ext
21965 cat >>conftest.$ac_ext <<_ACEOF
21966 /* end confdefs.h.  */
21967 #ifdef HAVE_SYS_STATVFS_H
21968 #include <sys/statvfs.h>
21969 #endif
21970
21971 int
21972 main ()
21973 {
21974 static struct statvfs ac_aggr;
21975 if (sizeof ac_aggr.f_blocks)
21976 return 0;
21977   ;
21978   return 0;
21979 }
21980 _ACEOF
21981 rm -f conftest.$ac_objext
21982 if { (ac_try="$ac_compile"
21983 case "(($ac_try" in
21984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21985   *) ac_try_echo=$ac_try;;
21986 esac
21987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21988 $as_echo "$ac_try_echo") >&5
21989   (eval "$ac_compile") 2>conftest.er1
21990   ac_status=$?
21991   grep -v '^ *+' conftest.er1 >conftest.err
21992   rm -f conftest.er1
21993   cat conftest.err >&5
21994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21995   (exit $ac_status); } && {
21996          test -z "$ac_c_werror_flag" ||
21997          test ! -s conftest.err
21998        } && test -s conftest.$ac_objext; then
21999   ac_cv_member_struct_statvfs_f_blocks=yes
22000 else
22001   $as_echo "$as_me: failed program was:" >&5
22002 sed 's/^/| /' conftest.$ac_ext >&5
22003
22004         ac_cv_member_struct_statvfs_f_blocks=no
22005 fi
22006
22007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22008 fi
22009
22010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22011 fi
22012 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22013 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22014 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22015
22016 cat >>confdefs.h <<_ACEOF
22017 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22018 _ACEOF
22019
22020
22021 fi
22022
22023
22024 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22025 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22026 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22027   $as_echo_n "(cached) " >&6
22028 else
22029   cat >conftest.$ac_ext <<_ACEOF
22030 /* confdefs.h.  */
22031 _ACEOF
22032 cat confdefs.h >>conftest.$ac_ext
22033 cat >>conftest.$ac_ext <<_ACEOF
22034 /* end confdefs.h.  */
22035 #include <sys/types.h>
22036 #ifdef HAVE_SYS_SOCKET_H
22037 # include <sys/socket.h>
22038 #endif
22039 #ifdef HAVE_SYS_UN_H
22040 # include <sys/un.h>
22041 #endif
22042
22043 int
22044 main ()
22045 {
22046 static struct msghdr ac_aggr;
22047 if (ac_aggr.msg_accrights)
22048 return 0;
22049   ;
22050   return 0;
22051 }
22052 _ACEOF
22053 rm -f conftest.$ac_objext
22054 if { (ac_try="$ac_compile"
22055 case "(($ac_try" in
22056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22057   *) ac_try_echo=$ac_try;;
22058 esac
22059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22060 $as_echo "$ac_try_echo") >&5
22061   (eval "$ac_compile") 2>conftest.er1
22062   ac_status=$?
22063   grep -v '^ *+' conftest.er1 >conftest.err
22064   rm -f conftest.er1
22065   cat conftest.err >&5
22066   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22067   (exit $ac_status); } && {
22068          test -z "$ac_c_werror_flag" ||
22069          test ! -s conftest.err
22070        } && test -s conftest.$ac_objext; then
22071   ac_cv_member_struct_msghdr_msg_accrights=yes
22072 else
22073   $as_echo "$as_me: failed program was:" >&5
22074 sed 's/^/| /' conftest.$ac_ext >&5
22075
22076         cat >conftest.$ac_ext <<_ACEOF
22077 /* confdefs.h.  */
22078 _ACEOF
22079 cat confdefs.h >>conftest.$ac_ext
22080 cat >>conftest.$ac_ext <<_ACEOF
22081 /* end confdefs.h.  */
22082 #include <sys/types.h>
22083 #ifdef HAVE_SYS_SOCKET_H
22084 # include <sys/socket.h>
22085 #endif
22086 #ifdef HAVE_SYS_UN_H
22087 # include <sys/un.h>
22088 #endif
22089
22090 int
22091 main ()
22092 {
22093 static struct msghdr ac_aggr;
22094 if (sizeof ac_aggr.msg_accrights)
22095 return 0;
22096   ;
22097   return 0;
22098 }
22099 _ACEOF
22100 rm -f conftest.$ac_objext
22101 if { (ac_try="$ac_compile"
22102 case "(($ac_try" in
22103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22104   *) ac_try_echo=$ac_try;;
22105 esac
22106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22107 $as_echo "$ac_try_echo") >&5
22108   (eval "$ac_compile") 2>conftest.er1
22109   ac_status=$?
22110   grep -v '^ *+' conftest.er1 >conftest.err
22111   rm -f conftest.er1
22112   cat conftest.err >&5
22113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114   (exit $ac_status); } && {
22115          test -z "$ac_c_werror_flag" ||
22116          test ! -s conftest.err
22117        } && test -s conftest.$ac_objext; then
22118   ac_cv_member_struct_msghdr_msg_accrights=yes
22119 else
22120   $as_echo "$as_me: failed program was:" >&5
22121 sed 's/^/| /' conftest.$ac_ext >&5
22122
22123         ac_cv_member_struct_msghdr_msg_accrights=no
22124 fi
22125
22126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22127 fi
22128
22129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22130 fi
22131 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22132 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22133 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22134
22135 cat >>confdefs.h <<_ACEOF
22136 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22137 _ACEOF
22138
22139
22140 fi
22141 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22142 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22143 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22144   $as_echo_n "(cached) " >&6
22145 else
22146   cat >conftest.$ac_ext <<_ACEOF
22147 /* confdefs.h.  */
22148 _ACEOF
22149 cat confdefs.h >>conftest.$ac_ext
22150 cat >>conftest.$ac_ext <<_ACEOF
22151 /* end confdefs.h.  */
22152 #include <sys/types.h>
22153 #ifdef HAVE_SYS_SOCKET_H
22154 # include <sys/socket.h>
22155 #endif
22156 #ifdef HAVE_SYS_UN_H
22157 # include <sys/un.h>
22158 #endif
22159
22160 int
22161 main ()
22162 {
22163 static struct sockaddr ac_aggr;
22164 if (ac_aggr.sa_len)
22165 return 0;
22166   ;
22167   return 0;
22168 }
22169 _ACEOF
22170 rm -f conftest.$ac_objext
22171 if { (ac_try="$ac_compile"
22172 case "(($ac_try" in
22173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22174   *) ac_try_echo=$ac_try;;
22175 esac
22176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22177 $as_echo "$ac_try_echo") >&5
22178   (eval "$ac_compile") 2>conftest.er1
22179   ac_status=$?
22180   grep -v '^ *+' conftest.er1 >conftest.err
22181   rm -f conftest.er1
22182   cat conftest.err >&5
22183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184   (exit $ac_status); } && {
22185          test -z "$ac_c_werror_flag" ||
22186          test ! -s conftest.err
22187        } && test -s conftest.$ac_objext; then
22188   ac_cv_member_struct_sockaddr_sa_len=yes
22189 else
22190   $as_echo "$as_me: failed program was:" >&5
22191 sed 's/^/| /' conftest.$ac_ext >&5
22192
22193         cat >conftest.$ac_ext <<_ACEOF
22194 /* confdefs.h.  */
22195 _ACEOF
22196 cat confdefs.h >>conftest.$ac_ext
22197 cat >>conftest.$ac_ext <<_ACEOF
22198 /* end confdefs.h.  */
22199 #include <sys/types.h>
22200 #ifdef HAVE_SYS_SOCKET_H
22201 # include <sys/socket.h>
22202 #endif
22203 #ifdef HAVE_SYS_UN_H
22204 # include <sys/un.h>
22205 #endif
22206
22207 int
22208 main ()
22209 {
22210 static struct sockaddr ac_aggr;
22211 if (sizeof ac_aggr.sa_len)
22212 return 0;
22213   ;
22214   return 0;
22215 }
22216 _ACEOF
22217 rm -f conftest.$ac_objext
22218 if { (ac_try="$ac_compile"
22219 case "(($ac_try" in
22220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22221   *) ac_try_echo=$ac_try;;
22222 esac
22223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22224 $as_echo "$ac_try_echo") >&5
22225   (eval "$ac_compile") 2>conftest.er1
22226   ac_status=$?
22227   grep -v '^ *+' conftest.er1 >conftest.err
22228   rm -f conftest.er1
22229   cat conftest.err >&5
22230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22231   (exit $ac_status); } && {
22232          test -z "$ac_c_werror_flag" ||
22233          test ! -s conftest.err
22234        } && test -s conftest.$ac_objext; then
22235   ac_cv_member_struct_sockaddr_sa_len=yes
22236 else
22237   $as_echo "$as_me: failed program was:" >&5
22238 sed 's/^/| /' conftest.$ac_ext >&5
22239
22240         ac_cv_member_struct_sockaddr_sa_len=no
22241 fi
22242
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22244 fi
22245
22246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22247 fi
22248 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22249 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22250 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22251
22252 cat >>confdefs.h <<_ACEOF
22253 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22254 _ACEOF
22255
22256
22257 fi
22258 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22259 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22260 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22261   $as_echo_n "(cached) " >&6
22262 else
22263   cat >conftest.$ac_ext <<_ACEOF
22264 /* confdefs.h.  */
22265 _ACEOF
22266 cat confdefs.h >>conftest.$ac_ext
22267 cat >>conftest.$ac_ext <<_ACEOF
22268 /* end confdefs.h.  */
22269 #include <sys/types.h>
22270 #ifdef HAVE_SYS_SOCKET_H
22271 # include <sys/socket.h>
22272 #endif
22273 #ifdef HAVE_SYS_UN_H
22274 # include <sys/un.h>
22275 #endif
22276
22277 int
22278 main ()
22279 {
22280 static struct sockaddr_un ac_aggr;
22281 if (ac_aggr.sun_len)
22282 return 0;
22283   ;
22284   return 0;
22285 }
22286 _ACEOF
22287 rm -f conftest.$ac_objext
22288 if { (ac_try="$ac_compile"
22289 case "(($ac_try" in
22290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22291   *) ac_try_echo=$ac_try;;
22292 esac
22293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22294 $as_echo "$ac_try_echo") >&5
22295   (eval "$ac_compile") 2>conftest.er1
22296   ac_status=$?
22297   grep -v '^ *+' conftest.er1 >conftest.err
22298   rm -f conftest.er1
22299   cat conftest.err >&5
22300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301   (exit $ac_status); } && {
22302          test -z "$ac_c_werror_flag" ||
22303          test ! -s conftest.err
22304        } && test -s conftest.$ac_objext; then
22305   ac_cv_member_struct_sockaddr_un_sun_len=yes
22306 else
22307   $as_echo "$as_me: failed program was:" >&5
22308 sed 's/^/| /' conftest.$ac_ext >&5
22309
22310         cat >conftest.$ac_ext <<_ACEOF
22311 /* confdefs.h.  */
22312 _ACEOF
22313 cat confdefs.h >>conftest.$ac_ext
22314 cat >>conftest.$ac_ext <<_ACEOF
22315 /* end confdefs.h.  */
22316 #include <sys/types.h>
22317 #ifdef HAVE_SYS_SOCKET_H
22318 # include <sys/socket.h>
22319 #endif
22320 #ifdef HAVE_SYS_UN_H
22321 # include <sys/un.h>
22322 #endif
22323
22324 int
22325 main ()
22326 {
22327 static struct sockaddr_un ac_aggr;
22328 if (sizeof ac_aggr.sun_len)
22329 return 0;
22330   ;
22331   return 0;
22332 }
22333 _ACEOF
22334 rm -f conftest.$ac_objext
22335 if { (ac_try="$ac_compile"
22336 case "(($ac_try" in
22337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22338   *) ac_try_echo=$ac_try;;
22339 esac
22340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22341 $as_echo "$ac_try_echo") >&5
22342   (eval "$ac_compile") 2>conftest.er1
22343   ac_status=$?
22344   grep -v '^ *+' conftest.er1 >conftest.err
22345   rm -f conftest.er1
22346   cat conftest.err >&5
22347   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22348   (exit $ac_status); } && {
22349          test -z "$ac_c_werror_flag" ||
22350          test ! -s conftest.err
22351        } && test -s conftest.$ac_objext; then
22352   ac_cv_member_struct_sockaddr_un_sun_len=yes
22353 else
22354   $as_echo "$as_me: failed program was:" >&5
22355 sed 's/^/| /' conftest.$ac_ext >&5
22356
22357         ac_cv_member_struct_sockaddr_un_sun_len=no
22358 fi
22359
22360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22361 fi
22362
22363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22364 fi
22365 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22366 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22367 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22368
22369 cat >>confdefs.h <<_ACEOF
22370 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22371 _ACEOF
22372
22373
22374 fi
22375
22376
22377 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22378 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22379 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22380   $as_echo_n "(cached) " >&6
22381 else
22382   cat >conftest.$ac_ext <<_ACEOF
22383 /* confdefs.h.  */
22384 _ACEOF
22385 cat confdefs.h >>conftest.$ac_ext
22386 cat >>conftest.$ac_ext <<_ACEOF
22387 /* end confdefs.h.  */
22388 #include <sys/types.h>
22389 #ifdef HAVE_SCSI_SG_H
22390 #include <scsi/sg.h>
22391 #endif
22392
22393 int
22394 main ()
22395 {
22396 static scsireq_t ac_aggr;
22397 if (ac_aggr.cmd)
22398 return 0;
22399   ;
22400   return 0;
22401 }
22402 _ACEOF
22403 rm -f conftest.$ac_objext
22404 if { (ac_try="$ac_compile"
22405 case "(($ac_try" in
22406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22407   *) ac_try_echo=$ac_try;;
22408 esac
22409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22410 $as_echo "$ac_try_echo") >&5
22411   (eval "$ac_compile") 2>conftest.er1
22412   ac_status=$?
22413   grep -v '^ *+' conftest.er1 >conftest.err
22414   rm -f conftest.er1
22415   cat conftest.err >&5
22416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22417   (exit $ac_status); } && {
22418          test -z "$ac_c_werror_flag" ||
22419          test ! -s conftest.err
22420        } && test -s conftest.$ac_objext; then
22421   ac_cv_member_scsireq_t_cmd=yes
22422 else
22423   $as_echo "$as_me: failed program was:" >&5
22424 sed 's/^/| /' conftest.$ac_ext >&5
22425
22426         cat >conftest.$ac_ext <<_ACEOF
22427 /* confdefs.h.  */
22428 _ACEOF
22429 cat confdefs.h >>conftest.$ac_ext
22430 cat >>conftest.$ac_ext <<_ACEOF
22431 /* end confdefs.h.  */
22432 #include <sys/types.h>
22433 #ifdef HAVE_SCSI_SG_H
22434 #include <scsi/sg.h>
22435 #endif
22436
22437 int
22438 main ()
22439 {
22440 static scsireq_t ac_aggr;
22441 if (sizeof ac_aggr.cmd)
22442 return 0;
22443   ;
22444   return 0;
22445 }
22446 _ACEOF
22447 rm -f conftest.$ac_objext
22448 if { (ac_try="$ac_compile"
22449 case "(($ac_try" in
22450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22451   *) ac_try_echo=$ac_try;;
22452 esac
22453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22454 $as_echo "$ac_try_echo") >&5
22455   (eval "$ac_compile") 2>conftest.er1
22456   ac_status=$?
22457   grep -v '^ *+' conftest.er1 >conftest.err
22458   rm -f conftest.er1
22459   cat conftest.err >&5
22460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22461   (exit $ac_status); } && {
22462          test -z "$ac_c_werror_flag" ||
22463          test ! -s conftest.err
22464        } && test -s conftest.$ac_objext; then
22465   ac_cv_member_scsireq_t_cmd=yes
22466 else
22467   $as_echo "$as_me: failed program was:" >&5
22468 sed 's/^/| /' conftest.$ac_ext >&5
22469
22470         ac_cv_member_scsireq_t_cmd=no
22471 fi
22472
22473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22474 fi
22475
22476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22477 fi
22478 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22479 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22480 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22481
22482 cat >>confdefs.h <<_ACEOF
22483 #define HAVE_SCSIREQ_T_CMD 1
22484 _ACEOF
22485
22486
22487 fi
22488 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22489 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22490 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22491   $as_echo_n "(cached) " >&6
22492 else
22493   cat >conftest.$ac_ext <<_ACEOF
22494 /* confdefs.h.  */
22495 _ACEOF
22496 cat confdefs.h >>conftest.$ac_ext
22497 cat >>conftest.$ac_ext <<_ACEOF
22498 /* end confdefs.h.  */
22499 #include <sys/types.h>
22500 #ifdef HAVE_SCSI_SG_H
22501 #include <scsi/sg.h>
22502 #endif
22503
22504 int
22505 main ()
22506 {
22507 static sg_io_hdr_t ac_aggr;
22508 if (ac_aggr.interface_id)
22509 return 0;
22510   ;
22511   return 0;
22512 }
22513 _ACEOF
22514 rm -f conftest.$ac_objext
22515 if { (ac_try="$ac_compile"
22516 case "(($ac_try" in
22517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22518   *) ac_try_echo=$ac_try;;
22519 esac
22520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22521 $as_echo "$ac_try_echo") >&5
22522   (eval "$ac_compile") 2>conftest.er1
22523   ac_status=$?
22524   grep -v '^ *+' conftest.er1 >conftest.err
22525   rm -f conftest.er1
22526   cat conftest.err >&5
22527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22528   (exit $ac_status); } && {
22529          test -z "$ac_c_werror_flag" ||
22530          test ! -s conftest.err
22531        } && test -s conftest.$ac_objext; then
22532   ac_cv_member_sg_io_hdr_t_interface_id=yes
22533 else
22534   $as_echo "$as_me: failed program was:" >&5
22535 sed 's/^/| /' conftest.$ac_ext >&5
22536
22537         cat >conftest.$ac_ext <<_ACEOF
22538 /* confdefs.h.  */
22539 _ACEOF
22540 cat confdefs.h >>conftest.$ac_ext
22541 cat >>conftest.$ac_ext <<_ACEOF
22542 /* end confdefs.h.  */
22543 #include <sys/types.h>
22544 #ifdef HAVE_SCSI_SG_H
22545 #include <scsi/sg.h>
22546 #endif
22547
22548 int
22549 main ()
22550 {
22551 static sg_io_hdr_t ac_aggr;
22552 if (sizeof ac_aggr.interface_id)
22553 return 0;
22554   ;
22555   return 0;
22556 }
22557 _ACEOF
22558 rm -f conftest.$ac_objext
22559 if { (ac_try="$ac_compile"
22560 case "(($ac_try" in
22561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22562   *) ac_try_echo=$ac_try;;
22563 esac
22564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22565 $as_echo "$ac_try_echo") >&5
22566   (eval "$ac_compile") 2>conftest.er1
22567   ac_status=$?
22568   grep -v '^ *+' conftest.er1 >conftest.err
22569   rm -f conftest.er1
22570   cat conftest.err >&5
22571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22572   (exit $ac_status); } && {
22573          test -z "$ac_c_werror_flag" ||
22574          test ! -s conftest.err
22575        } && test -s conftest.$ac_objext; then
22576   ac_cv_member_sg_io_hdr_t_interface_id=yes
22577 else
22578   $as_echo "$as_me: failed program was:" >&5
22579 sed 's/^/| /' conftest.$ac_ext >&5
22580
22581         ac_cv_member_sg_io_hdr_t_interface_id=no
22582 fi
22583
22584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22585 fi
22586
22587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22588 fi
22589 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22590 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22591 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22592
22593 cat >>confdefs.h <<_ACEOF
22594 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22595 _ACEOF
22596
22597
22598 fi
22599
22600
22601 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22602 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22603 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22604   $as_echo_n "(cached) " >&6
22605 else
22606   cat >conftest.$ac_ext <<_ACEOF
22607 /* confdefs.h.  */
22608 _ACEOF
22609 cat confdefs.h >>conftest.$ac_ext
22610 cat >>conftest.$ac_ext <<_ACEOF
22611 /* end confdefs.h.  */
22612 #include <signal.h>
22613
22614 int
22615 main ()
22616 {
22617 static siginfo_t ac_aggr;
22618 if (ac_aggr.si_fd)
22619 return 0;
22620   ;
22621   return 0;
22622 }
22623 _ACEOF
22624 rm -f conftest.$ac_objext
22625 if { (ac_try="$ac_compile"
22626 case "(($ac_try" in
22627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22628   *) ac_try_echo=$ac_try;;
22629 esac
22630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22631 $as_echo "$ac_try_echo") >&5
22632   (eval "$ac_compile") 2>conftest.er1
22633   ac_status=$?
22634   grep -v '^ *+' conftest.er1 >conftest.err
22635   rm -f conftest.er1
22636   cat conftest.err >&5
22637   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22638   (exit $ac_status); } && {
22639          test -z "$ac_c_werror_flag" ||
22640          test ! -s conftest.err
22641        } && test -s conftest.$ac_objext; then
22642   ac_cv_member_siginfo_t_si_fd=yes
22643 else
22644   $as_echo "$as_me: failed program was:" >&5
22645 sed 's/^/| /' conftest.$ac_ext >&5
22646
22647         cat >conftest.$ac_ext <<_ACEOF
22648 /* confdefs.h.  */
22649 _ACEOF
22650 cat confdefs.h >>conftest.$ac_ext
22651 cat >>conftest.$ac_ext <<_ACEOF
22652 /* end confdefs.h.  */
22653 #include <signal.h>
22654
22655 int
22656 main ()
22657 {
22658 static siginfo_t ac_aggr;
22659 if (sizeof ac_aggr.si_fd)
22660 return 0;
22661   ;
22662   return 0;
22663 }
22664 _ACEOF
22665 rm -f conftest.$ac_objext
22666 if { (ac_try="$ac_compile"
22667 case "(($ac_try" in
22668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22669   *) ac_try_echo=$ac_try;;
22670 esac
22671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22672 $as_echo "$ac_try_echo") >&5
22673   (eval "$ac_compile") 2>conftest.er1
22674   ac_status=$?
22675   grep -v '^ *+' conftest.er1 >conftest.err
22676   rm -f conftest.er1
22677   cat conftest.err >&5
22678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22679   (exit $ac_status); } && {
22680          test -z "$ac_c_werror_flag" ||
22681          test ! -s conftest.err
22682        } && test -s conftest.$ac_objext; then
22683   ac_cv_member_siginfo_t_si_fd=yes
22684 else
22685   $as_echo "$as_me: failed program was:" >&5
22686 sed 's/^/| /' conftest.$ac_ext >&5
22687
22688         ac_cv_member_siginfo_t_si_fd=no
22689 fi
22690
22691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22692 fi
22693
22694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22695 fi
22696 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22697 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22698 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22699
22700 cat >>confdefs.h <<_ACEOF
22701 #define HAVE_SIGINFO_T_SI_FD 1
22702 _ACEOF
22703
22704
22705 fi
22706
22707
22708 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22709 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22710 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22711   $as_echo_n "(cached) " >&6
22712 else
22713   cat >conftest.$ac_ext <<_ACEOF
22714 /* confdefs.h.  */
22715 _ACEOF
22716 cat confdefs.h >>conftest.$ac_ext
22717 cat >>conftest.$ac_ext <<_ACEOF
22718 /* end confdefs.h.  */
22719 #include <sys/types.h>
22720 #ifdef HAVE_SYS_MTIO_H
22721 #include <sys/mtio.h>
22722 #endif
22723
22724 int
22725 main ()
22726 {
22727 static struct mtget ac_aggr;
22728 if (ac_aggr.mt_blksiz)
22729 return 0;
22730   ;
22731   return 0;
22732 }
22733 _ACEOF
22734 rm -f conftest.$ac_objext
22735 if { (ac_try="$ac_compile"
22736 case "(($ac_try" in
22737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22738   *) ac_try_echo=$ac_try;;
22739 esac
22740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22741 $as_echo "$ac_try_echo") >&5
22742   (eval "$ac_compile") 2>conftest.er1
22743   ac_status=$?
22744   grep -v '^ *+' conftest.er1 >conftest.err
22745   rm -f conftest.er1
22746   cat conftest.err >&5
22747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22748   (exit $ac_status); } && {
22749          test -z "$ac_c_werror_flag" ||
22750          test ! -s conftest.err
22751        } && test -s conftest.$ac_objext; then
22752   ac_cv_member_struct_mtget_mt_blksiz=yes
22753 else
22754   $as_echo "$as_me: failed program was:" >&5
22755 sed 's/^/| /' conftest.$ac_ext >&5
22756
22757         cat >conftest.$ac_ext <<_ACEOF
22758 /* confdefs.h.  */
22759 _ACEOF
22760 cat confdefs.h >>conftest.$ac_ext
22761 cat >>conftest.$ac_ext <<_ACEOF
22762 /* end confdefs.h.  */
22763 #include <sys/types.h>
22764 #ifdef HAVE_SYS_MTIO_H
22765 #include <sys/mtio.h>
22766 #endif
22767
22768 int
22769 main ()
22770 {
22771 static struct mtget ac_aggr;
22772 if (sizeof ac_aggr.mt_blksiz)
22773 return 0;
22774   ;
22775   return 0;
22776 }
22777 _ACEOF
22778 rm -f conftest.$ac_objext
22779 if { (ac_try="$ac_compile"
22780 case "(($ac_try" in
22781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22782   *) ac_try_echo=$ac_try;;
22783 esac
22784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22785 $as_echo "$ac_try_echo") >&5
22786   (eval "$ac_compile") 2>conftest.er1
22787   ac_status=$?
22788   grep -v '^ *+' conftest.er1 >conftest.err
22789   rm -f conftest.er1
22790   cat conftest.err >&5
22791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22792   (exit $ac_status); } && {
22793          test -z "$ac_c_werror_flag" ||
22794          test ! -s conftest.err
22795        } && test -s conftest.$ac_objext; then
22796   ac_cv_member_struct_mtget_mt_blksiz=yes
22797 else
22798   $as_echo "$as_me: failed program was:" >&5
22799 sed 's/^/| /' conftest.$ac_ext >&5
22800
22801         ac_cv_member_struct_mtget_mt_blksiz=no
22802 fi
22803
22804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22805 fi
22806
22807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22808 fi
22809 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22810 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22811 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22812
22813 cat >>confdefs.h <<_ACEOF
22814 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22815 _ACEOF
22816
22817
22818 fi
22819 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22820 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22821 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22822   $as_echo_n "(cached) " >&6
22823 else
22824   cat >conftest.$ac_ext <<_ACEOF
22825 /* confdefs.h.  */
22826 _ACEOF
22827 cat confdefs.h >>conftest.$ac_ext
22828 cat >>conftest.$ac_ext <<_ACEOF
22829 /* end confdefs.h.  */
22830 #include <sys/types.h>
22831 #ifdef HAVE_SYS_MTIO_H
22832 #include <sys/mtio.h>
22833 #endif
22834
22835 int
22836 main ()
22837 {
22838 static struct mtget ac_aggr;
22839 if (ac_aggr.mt_gstat)
22840 return 0;
22841   ;
22842   return 0;
22843 }
22844 _ACEOF
22845 rm -f conftest.$ac_objext
22846 if { (ac_try="$ac_compile"
22847 case "(($ac_try" in
22848   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22849   *) ac_try_echo=$ac_try;;
22850 esac
22851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22852 $as_echo "$ac_try_echo") >&5
22853   (eval "$ac_compile") 2>conftest.er1
22854   ac_status=$?
22855   grep -v '^ *+' conftest.er1 >conftest.err
22856   rm -f conftest.er1
22857   cat conftest.err >&5
22858   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22859   (exit $ac_status); } && {
22860          test -z "$ac_c_werror_flag" ||
22861          test ! -s conftest.err
22862        } && test -s conftest.$ac_objext; then
22863   ac_cv_member_struct_mtget_mt_gstat=yes
22864 else
22865   $as_echo "$as_me: failed program was:" >&5
22866 sed 's/^/| /' conftest.$ac_ext >&5
22867
22868         cat >conftest.$ac_ext <<_ACEOF
22869 /* confdefs.h.  */
22870 _ACEOF
22871 cat confdefs.h >>conftest.$ac_ext
22872 cat >>conftest.$ac_ext <<_ACEOF
22873 /* end confdefs.h.  */
22874 #include <sys/types.h>
22875 #ifdef HAVE_SYS_MTIO_H
22876 #include <sys/mtio.h>
22877 #endif
22878
22879 int
22880 main ()
22881 {
22882 static struct mtget ac_aggr;
22883 if (sizeof ac_aggr.mt_gstat)
22884 return 0;
22885   ;
22886   return 0;
22887 }
22888 _ACEOF
22889 rm -f conftest.$ac_objext
22890 if { (ac_try="$ac_compile"
22891 case "(($ac_try" in
22892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22893   *) ac_try_echo=$ac_try;;
22894 esac
22895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22896 $as_echo "$ac_try_echo") >&5
22897   (eval "$ac_compile") 2>conftest.er1
22898   ac_status=$?
22899   grep -v '^ *+' conftest.er1 >conftest.err
22900   rm -f conftest.er1
22901   cat conftest.err >&5
22902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22903   (exit $ac_status); } && {
22904          test -z "$ac_c_werror_flag" ||
22905          test ! -s conftest.err
22906        } && test -s conftest.$ac_objext; then
22907   ac_cv_member_struct_mtget_mt_gstat=yes
22908 else
22909   $as_echo "$as_me: failed program was:" >&5
22910 sed 's/^/| /' conftest.$ac_ext >&5
22911
22912         ac_cv_member_struct_mtget_mt_gstat=no
22913 fi
22914
22915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22916 fi
22917
22918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22919 fi
22920 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22921 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22922 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22923
22924 cat >>confdefs.h <<_ACEOF
22925 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22926 _ACEOF
22927
22928
22929 fi
22930 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22931 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22932 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22933   $as_echo_n "(cached) " >&6
22934 else
22935   cat >conftest.$ac_ext <<_ACEOF
22936 /* confdefs.h.  */
22937 _ACEOF
22938 cat confdefs.h >>conftest.$ac_ext
22939 cat >>conftest.$ac_ext <<_ACEOF
22940 /* end confdefs.h.  */
22941 #include <sys/types.h>
22942 #ifdef HAVE_SYS_MTIO_H
22943 #include <sys/mtio.h>
22944 #endif
22945
22946 int
22947 main ()
22948 {
22949 static struct mtget ac_aggr;
22950 if (ac_aggr.mt_blkno)
22951 return 0;
22952   ;
22953   return 0;
22954 }
22955 _ACEOF
22956 rm -f conftest.$ac_objext
22957 if { (ac_try="$ac_compile"
22958 case "(($ac_try" in
22959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22960   *) ac_try_echo=$ac_try;;
22961 esac
22962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22963 $as_echo "$ac_try_echo") >&5
22964   (eval "$ac_compile") 2>conftest.er1
22965   ac_status=$?
22966   grep -v '^ *+' conftest.er1 >conftest.err
22967   rm -f conftest.er1
22968   cat conftest.err >&5
22969   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22970   (exit $ac_status); } && {
22971          test -z "$ac_c_werror_flag" ||
22972          test ! -s conftest.err
22973        } && test -s conftest.$ac_objext; then
22974   ac_cv_member_struct_mtget_mt_blkno=yes
22975 else
22976   $as_echo "$as_me: failed program was:" >&5
22977 sed 's/^/| /' conftest.$ac_ext >&5
22978
22979         cat >conftest.$ac_ext <<_ACEOF
22980 /* confdefs.h.  */
22981 _ACEOF
22982 cat confdefs.h >>conftest.$ac_ext
22983 cat >>conftest.$ac_ext <<_ACEOF
22984 /* end confdefs.h.  */
22985 #include <sys/types.h>
22986 #ifdef HAVE_SYS_MTIO_H
22987 #include <sys/mtio.h>
22988 #endif
22989
22990 int
22991 main ()
22992 {
22993 static struct mtget ac_aggr;
22994 if (sizeof ac_aggr.mt_blkno)
22995 return 0;
22996   ;
22997   return 0;
22998 }
22999 _ACEOF
23000 rm -f conftest.$ac_objext
23001 if { (ac_try="$ac_compile"
23002 case "(($ac_try" in
23003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23004   *) ac_try_echo=$ac_try;;
23005 esac
23006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23007 $as_echo "$ac_try_echo") >&5
23008   (eval "$ac_compile") 2>conftest.er1
23009   ac_status=$?
23010   grep -v '^ *+' conftest.er1 >conftest.err
23011   rm -f conftest.er1
23012   cat conftest.err >&5
23013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23014   (exit $ac_status); } && {
23015          test -z "$ac_c_werror_flag" ||
23016          test ! -s conftest.err
23017        } && test -s conftest.$ac_objext; then
23018   ac_cv_member_struct_mtget_mt_blkno=yes
23019 else
23020   $as_echo "$as_me: failed program was:" >&5
23021 sed 's/^/| /' conftest.$ac_ext >&5
23022
23023         ac_cv_member_struct_mtget_mt_blkno=no
23024 fi
23025
23026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23027 fi
23028
23029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23030 fi
23031 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23032 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23033 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23034
23035 cat >>confdefs.h <<_ACEOF
23036 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23037 _ACEOF
23038
23039
23040 fi
23041
23042
23043 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23044 $as_echo_n "checking for struct option.name... " >&6; }
23045 if test "${ac_cv_member_struct_option_name+set}" = set; then
23046   $as_echo_n "(cached) " >&6
23047 else
23048   cat >conftest.$ac_ext <<_ACEOF
23049 /* confdefs.h.  */
23050 _ACEOF
23051 cat confdefs.h >>conftest.$ac_ext
23052 cat >>conftest.$ac_ext <<_ACEOF
23053 /* end confdefs.h.  */
23054 #ifdef HAVE_GETOPT_H
23055 #include <getopt.h>
23056 #endif
23057
23058 int
23059 main ()
23060 {
23061 static struct option ac_aggr;
23062 if (ac_aggr.name)
23063 return 0;
23064   ;
23065   return 0;
23066 }
23067 _ACEOF
23068 rm -f conftest.$ac_objext
23069 if { (ac_try="$ac_compile"
23070 case "(($ac_try" in
23071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23072   *) ac_try_echo=$ac_try;;
23073 esac
23074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23075 $as_echo "$ac_try_echo") >&5
23076   (eval "$ac_compile") 2>conftest.er1
23077   ac_status=$?
23078   grep -v '^ *+' conftest.er1 >conftest.err
23079   rm -f conftest.er1
23080   cat conftest.err >&5
23081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23082   (exit $ac_status); } && {
23083          test -z "$ac_c_werror_flag" ||
23084          test ! -s conftest.err
23085        } && test -s conftest.$ac_objext; then
23086   ac_cv_member_struct_option_name=yes
23087 else
23088   $as_echo "$as_me: failed program was:" >&5
23089 sed 's/^/| /' conftest.$ac_ext >&5
23090
23091         cat >conftest.$ac_ext <<_ACEOF
23092 /* confdefs.h.  */
23093 _ACEOF
23094 cat confdefs.h >>conftest.$ac_ext
23095 cat >>conftest.$ac_ext <<_ACEOF
23096 /* end confdefs.h.  */
23097 #ifdef HAVE_GETOPT_H
23098 #include <getopt.h>
23099 #endif
23100
23101 int
23102 main ()
23103 {
23104 static struct option ac_aggr;
23105 if (sizeof ac_aggr.name)
23106 return 0;
23107   ;
23108   return 0;
23109 }
23110 _ACEOF
23111 rm -f conftest.$ac_objext
23112 if { (ac_try="$ac_compile"
23113 case "(($ac_try" in
23114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23115   *) ac_try_echo=$ac_try;;
23116 esac
23117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23118 $as_echo "$ac_try_echo") >&5
23119   (eval "$ac_compile") 2>conftest.er1
23120   ac_status=$?
23121   grep -v '^ *+' conftest.er1 >conftest.err
23122   rm -f conftest.er1
23123   cat conftest.err >&5
23124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23125   (exit $ac_status); } && {
23126          test -z "$ac_c_werror_flag" ||
23127          test ! -s conftest.err
23128        } && test -s conftest.$ac_objext; then
23129   ac_cv_member_struct_option_name=yes
23130 else
23131   $as_echo "$as_me: failed program was:" >&5
23132 sed 's/^/| /' conftest.$ac_ext >&5
23133
23134         ac_cv_member_struct_option_name=no
23135 fi
23136
23137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23138 fi
23139
23140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23141 fi
23142 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23143 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23144 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23145
23146 cat >>confdefs.h <<_ACEOF
23147 #define HAVE_STRUCT_OPTION_NAME 1
23148 _ACEOF
23149
23150
23151 fi
23152
23153
23154 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23155 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23156 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23157   $as_echo_n "(cached) " >&6
23158 else
23159   cat >conftest.$ac_ext <<_ACEOF
23160 /* confdefs.h.  */
23161 _ACEOF
23162 cat confdefs.h >>conftest.$ac_ext
23163 cat >>conftest.$ac_ext <<_ACEOF
23164 /* end confdefs.h.  */
23165 $ac_includes_default
23166 int
23167 main ()
23168 {
23169 static struct stat ac_aggr;
23170 if (ac_aggr.st_blocks)
23171 return 0;
23172   ;
23173   return 0;
23174 }
23175 _ACEOF
23176 rm -f conftest.$ac_objext
23177 if { (ac_try="$ac_compile"
23178 case "(($ac_try" in
23179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23180   *) ac_try_echo=$ac_try;;
23181 esac
23182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23183 $as_echo "$ac_try_echo") >&5
23184   (eval "$ac_compile") 2>conftest.er1
23185   ac_status=$?
23186   grep -v '^ *+' conftest.er1 >conftest.err
23187   rm -f conftest.er1
23188   cat conftest.err >&5
23189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23190   (exit $ac_status); } && {
23191          test -z "$ac_c_werror_flag" ||
23192          test ! -s conftest.err
23193        } && test -s conftest.$ac_objext; then
23194   ac_cv_member_struct_stat_st_blocks=yes
23195 else
23196   $as_echo "$as_me: failed program was:" >&5
23197 sed 's/^/| /' conftest.$ac_ext >&5
23198
23199         cat >conftest.$ac_ext <<_ACEOF
23200 /* confdefs.h.  */
23201 _ACEOF
23202 cat confdefs.h >>conftest.$ac_ext
23203 cat >>conftest.$ac_ext <<_ACEOF
23204 /* end confdefs.h.  */
23205 $ac_includes_default
23206 int
23207 main ()
23208 {
23209 static struct stat ac_aggr;
23210 if (sizeof ac_aggr.st_blocks)
23211 return 0;
23212   ;
23213   return 0;
23214 }
23215 _ACEOF
23216 rm -f conftest.$ac_objext
23217 if { (ac_try="$ac_compile"
23218 case "(($ac_try" in
23219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23220   *) ac_try_echo=$ac_try;;
23221 esac
23222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23223 $as_echo "$ac_try_echo") >&5
23224   (eval "$ac_compile") 2>conftest.er1
23225   ac_status=$?
23226   grep -v '^ *+' conftest.er1 >conftest.err
23227   rm -f conftest.er1
23228   cat conftest.err >&5
23229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23230   (exit $ac_status); } && {
23231          test -z "$ac_c_werror_flag" ||
23232          test ! -s conftest.err
23233        } && test -s conftest.$ac_objext; then
23234   ac_cv_member_struct_stat_st_blocks=yes
23235 else
23236   $as_echo "$as_me: failed program was:" >&5
23237 sed 's/^/| /' conftest.$ac_ext >&5
23238
23239         ac_cv_member_struct_stat_st_blocks=no
23240 fi
23241
23242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23243 fi
23244
23245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23246 fi
23247 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23248 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23249 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23250
23251 cat >>confdefs.h <<_ACEOF
23252 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23253 _ACEOF
23254
23255
23256 fi
23257 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23258 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23259 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23260   $as_echo_n "(cached) " >&6
23261 else
23262   cat >conftest.$ac_ext <<_ACEOF
23263 /* confdefs.h.  */
23264 _ACEOF
23265 cat confdefs.h >>conftest.$ac_ext
23266 cat >>conftest.$ac_ext <<_ACEOF
23267 /* end confdefs.h.  */
23268 $ac_includes_default
23269 int
23270 main ()
23271 {
23272 static struct stat ac_aggr;
23273 if (ac_aggr.st_mtim)
23274 return 0;
23275   ;
23276   return 0;
23277 }
23278 _ACEOF
23279 rm -f conftest.$ac_objext
23280 if { (ac_try="$ac_compile"
23281 case "(($ac_try" in
23282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23283   *) ac_try_echo=$ac_try;;
23284 esac
23285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23286 $as_echo "$ac_try_echo") >&5
23287   (eval "$ac_compile") 2>conftest.er1
23288   ac_status=$?
23289   grep -v '^ *+' conftest.er1 >conftest.err
23290   rm -f conftest.er1
23291   cat conftest.err >&5
23292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23293   (exit $ac_status); } && {
23294          test -z "$ac_c_werror_flag" ||
23295          test ! -s conftest.err
23296        } && test -s conftest.$ac_objext; then
23297   ac_cv_member_struct_stat_st_mtim=yes
23298 else
23299   $as_echo "$as_me: failed program was:" >&5
23300 sed 's/^/| /' conftest.$ac_ext >&5
23301
23302         cat >conftest.$ac_ext <<_ACEOF
23303 /* confdefs.h.  */
23304 _ACEOF
23305 cat confdefs.h >>conftest.$ac_ext
23306 cat >>conftest.$ac_ext <<_ACEOF
23307 /* end confdefs.h.  */
23308 $ac_includes_default
23309 int
23310 main ()
23311 {
23312 static struct stat ac_aggr;
23313 if (sizeof ac_aggr.st_mtim)
23314 return 0;
23315   ;
23316   return 0;
23317 }
23318 _ACEOF
23319 rm -f conftest.$ac_objext
23320 if { (ac_try="$ac_compile"
23321 case "(($ac_try" in
23322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23323   *) ac_try_echo=$ac_try;;
23324 esac
23325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23326 $as_echo "$ac_try_echo") >&5
23327   (eval "$ac_compile") 2>conftest.er1
23328   ac_status=$?
23329   grep -v '^ *+' conftest.er1 >conftest.err
23330   rm -f conftest.er1
23331   cat conftest.err >&5
23332   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23333   (exit $ac_status); } && {
23334          test -z "$ac_c_werror_flag" ||
23335          test ! -s conftest.err
23336        } && test -s conftest.$ac_objext; then
23337   ac_cv_member_struct_stat_st_mtim=yes
23338 else
23339   $as_echo "$as_me: failed program was:" >&5
23340 sed 's/^/| /' conftest.$ac_ext >&5
23341
23342         ac_cv_member_struct_stat_st_mtim=no
23343 fi
23344
23345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23346 fi
23347
23348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23349 fi
23350 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23351 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23352 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23353
23354 cat >>confdefs.h <<_ACEOF
23355 #define HAVE_STRUCT_STAT_ST_MTIM 1
23356 _ACEOF
23357
23358
23359 fi
23360 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23361 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23362 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23363   $as_echo_n "(cached) " >&6
23364 else
23365   cat >conftest.$ac_ext <<_ACEOF
23366 /* confdefs.h.  */
23367 _ACEOF
23368 cat confdefs.h >>conftest.$ac_ext
23369 cat >>conftest.$ac_ext <<_ACEOF
23370 /* end confdefs.h.  */
23371 $ac_includes_default
23372 int
23373 main ()
23374 {
23375 static struct stat ac_aggr;
23376 if (ac_aggr.st_ctim)
23377 return 0;
23378   ;
23379   return 0;
23380 }
23381 _ACEOF
23382 rm -f conftest.$ac_objext
23383 if { (ac_try="$ac_compile"
23384 case "(($ac_try" in
23385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23386   *) ac_try_echo=$ac_try;;
23387 esac
23388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23389 $as_echo "$ac_try_echo") >&5
23390   (eval "$ac_compile") 2>conftest.er1
23391   ac_status=$?
23392   grep -v '^ *+' conftest.er1 >conftest.err
23393   rm -f conftest.er1
23394   cat conftest.err >&5
23395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23396   (exit $ac_status); } && {
23397          test -z "$ac_c_werror_flag" ||
23398          test ! -s conftest.err
23399        } && test -s conftest.$ac_objext; then
23400   ac_cv_member_struct_stat_st_ctim=yes
23401 else
23402   $as_echo "$as_me: failed program was:" >&5
23403 sed 's/^/| /' conftest.$ac_ext >&5
23404
23405         cat >conftest.$ac_ext <<_ACEOF
23406 /* confdefs.h.  */
23407 _ACEOF
23408 cat confdefs.h >>conftest.$ac_ext
23409 cat >>conftest.$ac_ext <<_ACEOF
23410 /* end confdefs.h.  */
23411 $ac_includes_default
23412 int
23413 main ()
23414 {
23415 static struct stat ac_aggr;
23416 if (sizeof ac_aggr.st_ctim)
23417 return 0;
23418   ;
23419   return 0;
23420 }
23421 _ACEOF
23422 rm -f conftest.$ac_objext
23423 if { (ac_try="$ac_compile"
23424 case "(($ac_try" in
23425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23426   *) ac_try_echo=$ac_try;;
23427 esac
23428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23429 $as_echo "$ac_try_echo") >&5
23430   (eval "$ac_compile") 2>conftest.er1
23431   ac_status=$?
23432   grep -v '^ *+' conftest.er1 >conftest.err
23433   rm -f conftest.er1
23434   cat conftest.err >&5
23435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436   (exit $ac_status); } && {
23437          test -z "$ac_c_werror_flag" ||
23438          test ! -s conftest.err
23439        } && test -s conftest.$ac_objext; then
23440   ac_cv_member_struct_stat_st_ctim=yes
23441 else
23442   $as_echo "$as_me: failed program was:" >&5
23443 sed 's/^/| /' conftest.$ac_ext >&5
23444
23445         ac_cv_member_struct_stat_st_ctim=no
23446 fi
23447
23448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23449 fi
23450
23451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23452 fi
23453 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23454 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23455 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23456
23457 cat >>confdefs.h <<_ACEOF
23458 #define HAVE_STRUCT_STAT_ST_CTIM 1
23459 _ACEOF
23460
23461
23462 fi
23463 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23464 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23465 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23466   $as_echo_n "(cached) " >&6
23467 else
23468   cat >conftest.$ac_ext <<_ACEOF
23469 /* confdefs.h.  */
23470 _ACEOF
23471 cat confdefs.h >>conftest.$ac_ext
23472 cat >>conftest.$ac_ext <<_ACEOF
23473 /* end confdefs.h.  */
23474 $ac_includes_default
23475 int
23476 main ()
23477 {
23478 static struct stat ac_aggr;
23479 if (ac_aggr.st_atim)
23480 return 0;
23481   ;
23482   return 0;
23483 }
23484 _ACEOF
23485 rm -f conftest.$ac_objext
23486 if { (ac_try="$ac_compile"
23487 case "(($ac_try" in
23488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23489   *) ac_try_echo=$ac_try;;
23490 esac
23491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23492 $as_echo "$ac_try_echo") >&5
23493   (eval "$ac_compile") 2>conftest.er1
23494   ac_status=$?
23495   grep -v '^ *+' conftest.er1 >conftest.err
23496   rm -f conftest.er1
23497   cat conftest.err >&5
23498   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23499   (exit $ac_status); } && {
23500          test -z "$ac_c_werror_flag" ||
23501          test ! -s conftest.err
23502        } && test -s conftest.$ac_objext; then
23503   ac_cv_member_struct_stat_st_atim=yes
23504 else
23505   $as_echo "$as_me: failed program was:" >&5
23506 sed 's/^/| /' conftest.$ac_ext >&5
23507
23508         cat >conftest.$ac_ext <<_ACEOF
23509 /* confdefs.h.  */
23510 _ACEOF
23511 cat confdefs.h >>conftest.$ac_ext
23512 cat >>conftest.$ac_ext <<_ACEOF
23513 /* end confdefs.h.  */
23514 $ac_includes_default
23515 int
23516 main ()
23517 {
23518 static struct stat ac_aggr;
23519 if (sizeof ac_aggr.st_atim)
23520 return 0;
23521   ;
23522   return 0;
23523 }
23524 _ACEOF
23525 rm -f conftest.$ac_objext
23526 if { (ac_try="$ac_compile"
23527 case "(($ac_try" in
23528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23529   *) ac_try_echo=$ac_try;;
23530 esac
23531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23532 $as_echo "$ac_try_echo") >&5
23533   (eval "$ac_compile") 2>conftest.er1
23534   ac_status=$?
23535   grep -v '^ *+' conftest.er1 >conftest.err
23536   rm -f conftest.er1
23537   cat conftest.err >&5
23538   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23539   (exit $ac_status); } && {
23540          test -z "$ac_c_werror_flag" ||
23541          test ! -s conftest.err
23542        } && test -s conftest.$ac_objext; then
23543   ac_cv_member_struct_stat_st_atim=yes
23544 else
23545   $as_echo "$as_me: failed program was:" >&5
23546 sed 's/^/| /' conftest.$ac_ext >&5
23547
23548         ac_cv_member_struct_stat_st_atim=no
23549 fi
23550
23551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23552 fi
23553
23554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23555 fi
23556 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23557 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23558 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23559
23560 cat >>confdefs.h <<_ACEOF
23561 #define HAVE_STRUCT_STAT_ST_ATIM 1
23562 _ACEOF
23563
23564
23565 fi
23566
23567
23568 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23569 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23570 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23571   $as_echo_n "(cached) " >&6
23572 else
23573   cat >conftest.$ac_ext <<_ACEOF
23574 /* confdefs.h.  */
23575 _ACEOF
23576 cat confdefs.h >>conftest.$ac_ext
23577 cat >>conftest.$ac_ext <<_ACEOF
23578 /* end confdefs.h.  */
23579 #ifdef HAVE_SYS_TYPES_H
23580 #include <sys/types.h>
23581 #endif
23582 #ifdef HAVE_NETINET_IN_H
23583 #include <netinet/in.h>
23584 #endif
23585
23586 int
23587 main ()
23588 {
23589 static struct sockaddr_in6 ac_aggr;
23590 if (ac_aggr.sin6_scope_id)
23591 return 0;
23592   ;
23593   return 0;
23594 }
23595 _ACEOF
23596 rm -f conftest.$ac_objext
23597 if { (ac_try="$ac_compile"
23598 case "(($ac_try" in
23599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23600   *) ac_try_echo=$ac_try;;
23601 esac
23602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23603 $as_echo "$ac_try_echo") >&5
23604   (eval "$ac_compile") 2>conftest.er1
23605   ac_status=$?
23606   grep -v '^ *+' conftest.er1 >conftest.err
23607   rm -f conftest.er1
23608   cat conftest.err >&5
23609   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23610   (exit $ac_status); } && {
23611          test -z "$ac_c_werror_flag" ||
23612          test ! -s conftest.err
23613        } && test -s conftest.$ac_objext; then
23614   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23615 else
23616   $as_echo "$as_me: failed program was:" >&5
23617 sed 's/^/| /' conftest.$ac_ext >&5
23618
23619         cat >conftest.$ac_ext <<_ACEOF
23620 /* confdefs.h.  */
23621 _ACEOF
23622 cat confdefs.h >>conftest.$ac_ext
23623 cat >>conftest.$ac_ext <<_ACEOF
23624 /* end confdefs.h.  */
23625 #ifdef HAVE_SYS_TYPES_H
23626 #include <sys/types.h>
23627 #endif
23628 #ifdef HAVE_NETINET_IN_H
23629 #include <netinet/in.h>
23630 #endif
23631
23632 int
23633 main ()
23634 {
23635 static struct sockaddr_in6 ac_aggr;
23636 if (sizeof ac_aggr.sin6_scope_id)
23637 return 0;
23638   ;
23639   return 0;
23640 }
23641 _ACEOF
23642 rm -f conftest.$ac_objext
23643 if { (ac_try="$ac_compile"
23644 case "(($ac_try" in
23645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23646   *) ac_try_echo=$ac_try;;
23647 esac
23648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23649 $as_echo "$ac_try_echo") >&5
23650   (eval "$ac_compile") 2>conftest.er1
23651   ac_status=$?
23652   grep -v '^ *+' conftest.er1 >conftest.err
23653   rm -f conftest.er1
23654   cat conftest.err >&5
23655   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23656   (exit $ac_status); } && {
23657          test -z "$ac_c_werror_flag" ||
23658          test ! -s conftest.err
23659        } && test -s conftest.$ac_objext; then
23660   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23661 else
23662   $as_echo "$as_me: failed program was:" >&5
23663 sed 's/^/| /' conftest.$ac_ext >&5
23664
23665         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23666 fi
23667
23668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23669 fi
23670
23671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23672 fi
23673 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23674 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23675 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23676
23677 cat >>confdefs.h <<_ACEOF
23678 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23679 _ACEOF
23680
23681
23682 fi
23683
23684
23685 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23686 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23687 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23688   $as_echo_n "(cached) " >&6
23689 else
23690   cat >conftest.$ac_ext <<_ACEOF
23691 /* confdefs.h.  */
23692 _ACEOF
23693 cat confdefs.h >>conftest.$ac_ext
23694 cat >>conftest.$ac_ext <<_ACEOF
23695 /* end confdefs.h.  */
23696 #ifdef HAVE_SYS_TYPES_H
23697 #include <sys/types.h>
23698 #endif
23699 #ifdef HAVE_NETINET_IN_H
23700 # include <netinet/in.h>
23701 #endif
23702 #ifdef HAVE_ARPA_NAMESER_H
23703 # include <arpa/nameser.h>
23704 #endif
23705
23706 int
23707 main ()
23708 {
23709 static ns_msg ac_aggr;
23710 if (ac_aggr._msg_ptr)
23711 return 0;
23712   ;
23713   return 0;
23714 }
23715 _ACEOF
23716 rm -f conftest.$ac_objext
23717 if { (ac_try="$ac_compile"
23718 case "(($ac_try" in
23719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23720   *) ac_try_echo=$ac_try;;
23721 esac
23722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23723 $as_echo "$ac_try_echo") >&5
23724   (eval "$ac_compile") 2>conftest.er1
23725   ac_status=$?
23726   grep -v '^ *+' conftest.er1 >conftest.err
23727   rm -f conftest.er1
23728   cat conftest.err >&5
23729   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23730   (exit $ac_status); } && {
23731          test -z "$ac_c_werror_flag" ||
23732          test ! -s conftest.err
23733        } && test -s conftest.$ac_objext; then
23734   ac_cv_member_ns_msg__msg_ptr=yes
23735 else
23736   $as_echo "$as_me: failed program was:" >&5
23737 sed 's/^/| /' conftest.$ac_ext >&5
23738
23739         cat >conftest.$ac_ext <<_ACEOF
23740 /* confdefs.h.  */
23741 _ACEOF
23742 cat confdefs.h >>conftest.$ac_ext
23743 cat >>conftest.$ac_ext <<_ACEOF
23744 /* end confdefs.h.  */
23745 #ifdef HAVE_SYS_TYPES_H
23746 #include <sys/types.h>
23747 #endif
23748 #ifdef HAVE_NETINET_IN_H
23749 # include <netinet/in.h>
23750 #endif
23751 #ifdef HAVE_ARPA_NAMESER_H
23752 # include <arpa/nameser.h>
23753 #endif
23754
23755 int
23756 main ()
23757 {
23758 static ns_msg ac_aggr;
23759 if (sizeof ac_aggr._msg_ptr)
23760 return 0;
23761   ;
23762   return 0;
23763 }
23764 _ACEOF
23765 rm -f conftest.$ac_objext
23766 if { (ac_try="$ac_compile"
23767 case "(($ac_try" in
23768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23769   *) ac_try_echo=$ac_try;;
23770 esac
23771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23772 $as_echo "$ac_try_echo") >&5
23773   (eval "$ac_compile") 2>conftest.er1
23774   ac_status=$?
23775   grep -v '^ *+' conftest.er1 >conftest.err
23776   rm -f conftest.er1
23777   cat conftest.err >&5
23778   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23779   (exit $ac_status); } && {
23780          test -z "$ac_c_werror_flag" ||
23781          test ! -s conftest.err
23782        } && test -s conftest.$ac_objext; then
23783   ac_cv_member_ns_msg__msg_ptr=yes
23784 else
23785   $as_echo "$as_me: failed program was:" >&5
23786 sed 's/^/| /' conftest.$ac_ext >&5
23787
23788         ac_cv_member_ns_msg__msg_ptr=no
23789 fi
23790
23791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23792 fi
23793
23794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23795 fi
23796 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23797 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23798 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23799
23800 cat >>confdefs.h <<_ACEOF
23801 #define HAVE_NS_MSG__MSG_PTR 1
23802 _ACEOF
23803
23804
23805 fi
23806
23807
23808 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23809 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23810 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23811   $as_echo_n "(cached) " >&6
23812 else
23813   cat >conftest.$ac_ext <<_ACEOF
23814 /* confdefs.h.  */
23815 _ACEOF
23816 cat confdefs.h >>conftest.$ac_ext
23817 cat >>conftest.$ac_ext <<_ACEOF
23818 /* end confdefs.h.  */
23819 #ifdef HAVE_SYS_TYPES_H
23820 #include <sys/types.h>
23821 #endif
23822 #ifdef HAVE_ALIAS_H
23823 #include <alias.h>
23824 #endif
23825 #ifdef HAVE_SYS_SOCKET_H
23826 #include <sys/socket.h>
23827 #endif
23828 #ifdef HAVE_SYS_SOCKETVAR_H
23829 #include <sys/socketvar.h>
23830 #endif
23831 #ifdef HAVE_SYS_TIMEOUT_H
23832 #include <sys/timeout.h>
23833 #endif
23834 #ifdef HAVE_NETINET_IN_H
23835 #include <netinet/in.h>
23836 #endif
23837 #ifdef HAVE_NETINET_IN_SYSTM_H
23838 #include <netinet/in_systm.h>
23839 #endif
23840 #ifdef HAVE_NETINET_IP_H
23841 #include <netinet/ip.h>
23842 #endif
23843 #ifdef HAVE_NETINET_IP_VAR_H
23844 #include <netinet/ip_var.h>
23845 #endif
23846 #ifdef HAVE_NETINET_IP_ICMP_H
23847 #include <netinet/ip_icmp.h>
23848 #endif
23849 #ifdef HAVE_NETINET_ICMP_VAR
23850 #include <netinet/icmp_var.h>
23851 #endif
23852
23853 int
23854 main ()
23855 {
23856 static struct icmpstat ac_aggr;
23857 if (ac_aggr.icps_outhist)
23858 return 0;
23859   ;
23860   return 0;
23861 }
23862 _ACEOF
23863 rm -f conftest.$ac_objext
23864 if { (ac_try="$ac_compile"
23865 case "(($ac_try" in
23866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23867   *) ac_try_echo=$ac_try;;
23868 esac
23869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23870 $as_echo "$ac_try_echo") >&5
23871   (eval "$ac_compile") 2>conftest.er1
23872   ac_status=$?
23873   grep -v '^ *+' conftest.er1 >conftest.err
23874   rm -f conftest.er1
23875   cat conftest.err >&5
23876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23877   (exit $ac_status); } && {
23878          test -z "$ac_c_werror_flag" ||
23879          test ! -s conftest.err
23880        } && test -s conftest.$ac_objext; then
23881   ac_cv_member_struct_icmpstat_icps_outhist=yes
23882 else
23883   $as_echo "$as_me: failed program was:" >&5
23884 sed 's/^/| /' conftest.$ac_ext >&5
23885
23886         cat >conftest.$ac_ext <<_ACEOF
23887 /* confdefs.h.  */
23888 _ACEOF
23889 cat confdefs.h >>conftest.$ac_ext
23890 cat >>conftest.$ac_ext <<_ACEOF
23891 /* end confdefs.h.  */
23892 #ifdef HAVE_SYS_TYPES_H
23893 #include <sys/types.h>
23894 #endif
23895 #ifdef HAVE_ALIAS_H
23896 #include <alias.h>
23897 #endif
23898 #ifdef HAVE_SYS_SOCKET_H
23899 #include <sys/socket.h>
23900 #endif
23901 #ifdef HAVE_SYS_SOCKETVAR_H
23902 #include <sys/socketvar.h>
23903 #endif
23904 #ifdef HAVE_SYS_TIMEOUT_H
23905 #include <sys/timeout.h>
23906 #endif
23907 #ifdef HAVE_NETINET_IN_H
23908 #include <netinet/in.h>
23909 #endif
23910 #ifdef HAVE_NETINET_IN_SYSTM_H
23911 #include <netinet/in_systm.h>
23912 #endif
23913 #ifdef HAVE_NETINET_IP_H
23914 #include <netinet/ip.h>
23915 #endif
23916 #ifdef HAVE_NETINET_IP_VAR_H
23917 #include <netinet/ip_var.h>
23918 #endif
23919 #ifdef HAVE_NETINET_IP_ICMP_H
23920 #include <netinet/ip_icmp.h>
23921 #endif
23922 #ifdef HAVE_NETINET_ICMP_VAR
23923 #include <netinet/icmp_var.h>
23924 #endif
23925
23926 int
23927 main ()
23928 {
23929 static struct icmpstat ac_aggr;
23930 if (sizeof ac_aggr.icps_outhist)
23931 return 0;
23932   ;
23933   return 0;
23934 }
23935 _ACEOF
23936 rm -f conftest.$ac_objext
23937 if { (ac_try="$ac_compile"
23938 case "(($ac_try" in
23939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23940   *) ac_try_echo=$ac_try;;
23941 esac
23942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23943 $as_echo "$ac_try_echo") >&5
23944   (eval "$ac_compile") 2>conftest.er1
23945   ac_status=$?
23946   grep -v '^ *+' conftest.er1 >conftest.err
23947   rm -f conftest.er1
23948   cat conftest.err >&5
23949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23950   (exit $ac_status); } && {
23951          test -z "$ac_c_werror_flag" ||
23952          test ! -s conftest.err
23953        } && test -s conftest.$ac_objext; then
23954   ac_cv_member_struct_icmpstat_icps_outhist=yes
23955 else
23956   $as_echo "$as_me: failed program was:" >&5
23957 sed 's/^/| /' conftest.$ac_ext >&5
23958
23959         ac_cv_member_struct_icmpstat_icps_outhist=no
23960 fi
23961
23962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23963 fi
23964
23965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23966 fi
23967 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23968 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23969 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23970
23971 cat >>confdefs.h <<_ACEOF
23972 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23973 _ACEOF
23974
23975
23976 fi
23977
23978
23979 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23980 $as_echo_n "checking for timezone variable... " >&6; }
23981 if test "${ac_cv_have_timezone+set}" = set; then
23982   $as_echo_n "(cached) " >&6
23983 else
23984   cat >conftest.$ac_ext <<_ACEOF
23985 /* confdefs.h.  */
23986 _ACEOF
23987 cat confdefs.h >>conftest.$ac_ext
23988 cat >>conftest.$ac_ext <<_ACEOF
23989 /* end confdefs.h.  */
23990 #include <time.h>
23991 int
23992 main ()
23993 {
23994 timezone = 1
23995   ;
23996   return 0;
23997 }
23998 _ACEOF
23999 rm -f conftest.$ac_objext conftest$ac_exeext
24000 if { (ac_try="$ac_link"
24001 case "(($ac_try" in
24002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24003   *) ac_try_echo=$ac_try;;
24004 esac
24005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24006 $as_echo "$ac_try_echo") >&5
24007   (eval "$ac_link") 2>conftest.er1
24008   ac_status=$?
24009   grep -v '^ *+' conftest.er1 >conftest.err
24010   rm -f conftest.er1
24011   cat conftest.err >&5
24012   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24013   (exit $ac_status); } && {
24014          test -z "$ac_c_werror_flag" ||
24015          test ! -s conftest.err
24016        } && test -s conftest$ac_exeext && {
24017          test "$cross_compiling" = yes ||
24018          $as_test_x conftest$ac_exeext
24019        }; then
24020   ac_cv_have_timezone="yes"
24021 else
24022   $as_echo "$as_me: failed program was:" >&5
24023 sed 's/^/| /' conftest.$ac_ext >&5
24024
24025         ac_cv_have_timezone="no"
24026 fi
24027
24028 rm -rf conftest.dSYM
24029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24030       conftest$ac_exeext conftest.$ac_ext
24031 fi
24032 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24033 $as_echo "$ac_cv_have_timezone" >&6; }
24034 if test "$ac_cv_have_timezone" = "yes"
24035 then
24036
24037 cat >>confdefs.h <<\_ACEOF
24038 #define HAVE_TIMEZONE 1
24039 _ACEOF
24040
24041 fi
24042 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24043 $as_echo_n "checking for daylight variable... " >&6; }
24044 if test "${ac_cv_have_daylight+set}" = set; then
24045   $as_echo_n "(cached) " >&6
24046 else
24047   cat >conftest.$ac_ext <<_ACEOF
24048 /* confdefs.h.  */
24049 _ACEOF
24050 cat confdefs.h >>conftest.$ac_ext
24051 cat >>conftest.$ac_ext <<_ACEOF
24052 /* end confdefs.h.  */
24053 #include <time.h>
24054 int
24055 main ()
24056 {
24057 daylight = 1
24058   ;
24059   return 0;
24060 }
24061 _ACEOF
24062 rm -f conftest.$ac_objext conftest$ac_exeext
24063 if { (ac_try="$ac_link"
24064 case "(($ac_try" in
24065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24066   *) ac_try_echo=$ac_try;;
24067 esac
24068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24069 $as_echo "$ac_try_echo") >&5
24070   (eval "$ac_link") 2>conftest.er1
24071   ac_status=$?
24072   grep -v '^ *+' conftest.er1 >conftest.err
24073   rm -f conftest.er1
24074   cat conftest.err >&5
24075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24076   (exit $ac_status); } && {
24077          test -z "$ac_c_werror_flag" ||
24078          test ! -s conftest.err
24079        } && test -s conftest$ac_exeext && {
24080          test "$cross_compiling" = yes ||
24081          $as_test_x conftest$ac_exeext
24082        }; then
24083   ac_cv_have_daylight="yes"
24084 else
24085   $as_echo "$as_me: failed program was:" >&5
24086 sed 's/^/| /' conftest.$ac_ext >&5
24087
24088         ac_cv_have_daylight="no"
24089 fi
24090
24091 rm -rf conftest.dSYM
24092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24093       conftest$ac_exeext conftest.$ac_ext
24094 fi
24095 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24096 $as_echo "$ac_cv_have_daylight" >&6; }
24097 if test "$ac_cv_have_daylight" = "yes"
24098 then
24099
24100 cat >>confdefs.h <<\_ACEOF
24101 #define HAVE_DAYLIGHT 1
24102 _ACEOF
24103
24104 fi
24105
24106 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24107 $as_echo_n "checking for isinf... " >&6; }
24108 if test "${ac_cv_have_isinf+set}" = set; then
24109   $as_echo_n "(cached) " >&6
24110 else
24111   cat >conftest.$ac_ext <<_ACEOF
24112 /* confdefs.h.  */
24113 _ACEOF
24114 cat confdefs.h >>conftest.$ac_ext
24115 cat >>conftest.$ac_ext <<_ACEOF
24116 /* end confdefs.h.  */
24117 #include <math.h>
24118 int
24119 main ()
24120 {
24121 float f = 0.0; int i=isinf(f)
24122   ;
24123   return 0;
24124 }
24125 _ACEOF
24126 rm -f conftest.$ac_objext conftest$ac_exeext
24127 if { (ac_try="$ac_link"
24128 case "(($ac_try" in
24129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24130   *) ac_try_echo=$ac_try;;
24131 esac
24132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24133 $as_echo "$ac_try_echo") >&5
24134   (eval "$ac_link") 2>conftest.er1
24135   ac_status=$?
24136   grep -v '^ *+' conftest.er1 >conftest.err
24137   rm -f conftest.er1
24138   cat conftest.err >&5
24139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24140   (exit $ac_status); } && {
24141          test -z "$ac_c_werror_flag" ||
24142          test ! -s conftest.err
24143        } && test -s conftest$ac_exeext && {
24144          test "$cross_compiling" = yes ||
24145          $as_test_x conftest$ac_exeext
24146        }; then
24147   ac_cv_have_isinf="yes"
24148 else
24149   $as_echo "$as_me: failed program was:" >&5
24150 sed 's/^/| /' conftest.$ac_ext >&5
24151
24152         ac_cv_have_isinf="no"
24153 fi
24154
24155 rm -rf conftest.dSYM
24156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24157       conftest$ac_exeext conftest.$ac_ext
24158 fi
24159 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24160 $as_echo "$ac_cv_have_isinf" >&6; }
24161 if test "$ac_cv_have_isinf" = "yes"
24162 then
24163
24164 cat >>confdefs.h <<\_ACEOF
24165 #define HAVE_ISINF 1
24166 _ACEOF
24167
24168 fi
24169
24170 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24171 $as_echo_n "checking for isnan... " >&6; }
24172 if test "${ac_cv_have_isnan+set}" = set; then
24173   $as_echo_n "(cached) " >&6
24174 else
24175   cat >conftest.$ac_ext <<_ACEOF
24176 /* confdefs.h.  */
24177 _ACEOF
24178 cat confdefs.h >>conftest.$ac_ext
24179 cat >>conftest.$ac_ext <<_ACEOF
24180 /* end confdefs.h.  */
24181 #include <math.h>
24182 int
24183 main ()
24184 {
24185 float f = 0.0; int i=isnan(f)
24186   ;
24187   return 0;
24188 }
24189 _ACEOF
24190 rm -f conftest.$ac_objext conftest$ac_exeext
24191 if { (ac_try="$ac_link"
24192 case "(($ac_try" in
24193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24194   *) ac_try_echo=$ac_try;;
24195 esac
24196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24197 $as_echo "$ac_try_echo") >&5
24198   (eval "$ac_link") 2>conftest.er1
24199   ac_status=$?
24200   grep -v '^ *+' conftest.er1 >conftest.err
24201   rm -f conftest.er1
24202   cat conftest.err >&5
24203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24204   (exit $ac_status); } && {
24205          test -z "$ac_c_werror_flag" ||
24206          test ! -s conftest.err
24207        } && test -s conftest$ac_exeext && {
24208          test "$cross_compiling" = yes ||
24209          $as_test_x conftest$ac_exeext
24210        }; then
24211   ac_cv_have_isnan="yes"
24212 else
24213   $as_echo "$as_me: failed program was:" >&5
24214 sed 's/^/| /' conftest.$ac_ext >&5
24215
24216         ac_cv_have_isnan="no"
24217 fi
24218
24219 rm -rf conftest.dSYM
24220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24221       conftest$ac_exeext conftest.$ac_ext
24222 fi
24223 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24224 $as_echo "$ac_cv_have_isnan" >&6; }
24225 if test "$ac_cv_have_isnan" = "yes"
24226 then
24227
24228 cat >>confdefs.h <<\_ACEOF
24229 #define HAVE_ISNAN 1
24230 _ACEOF
24231
24232 fi
24233
24234
24235 case $host_cpu in
24236   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24237 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24238 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24239   $as_echo_n "(cached) " >&6
24240 else
24241   cat >conftest.$ac_ext <<_ACEOF
24242 /* confdefs.h.  */
24243 _ACEOF
24244 cat confdefs.h >>conftest.$ac_ext
24245 cat >>conftest.$ac_ext <<_ACEOF
24246 /* end confdefs.h.  */
24247 #ifndef __i386__
24248 yes
24249 #endif
24250 _ACEOF
24251 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24252   $EGREP "yes" >/dev/null 2>&1; then
24253   ac_cv_cpp_def___i386__=yes
24254 else
24255   ac_cv_cpp_def___i386__=no
24256 fi
24257 rm -f conftest*
24258
24259 fi
24260 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24261 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24262 if test $ac_cv_cpp_def___i386__ = yes; then
24263   CFLAGS="$CFLAGS -D__i386__"
24264   LINTFLAGS="$LINTFLAGS -D__i386__"
24265 fi
24266  ;;
24267   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24268 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24269 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24270   $as_echo_n "(cached) " >&6
24271 else
24272   cat >conftest.$ac_ext <<_ACEOF
24273 /* confdefs.h.  */
24274 _ACEOF
24275 cat confdefs.h >>conftest.$ac_ext
24276 cat >>conftest.$ac_ext <<_ACEOF
24277 /* end confdefs.h.  */
24278 #ifndef __x86_64__
24279 yes
24280 #endif
24281 _ACEOF
24282 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24283   $EGREP "yes" >/dev/null 2>&1; then
24284   ac_cv_cpp_def___x86_64__=yes
24285 else
24286   ac_cv_cpp_def___x86_64__=no
24287 fi
24288 rm -f conftest*
24289
24290 fi
24291 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24292 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24293 if test $ac_cv_cpp_def___x86_64__ = yes; then
24294   CFLAGS="$CFLAGS -D__x86_64__"
24295   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24296 fi
24297  ;;
24298   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24299 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24300 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24301   $as_echo_n "(cached) " >&6
24302 else
24303   cat >conftest.$ac_ext <<_ACEOF
24304 /* confdefs.h.  */
24305 _ACEOF
24306 cat confdefs.h >>conftest.$ac_ext
24307 cat >>conftest.$ac_ext <<_ACEOF
24308 /* end confdefs.h.  */
24309 #ifndef __ALPHA__
24310 yes
24311 #endif
24312 _ACEOF
24313 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24314   $EGREP "yes" >/dev/null 2>&1; then
24315   ac_cv_cpp_def___ALPHA__=yes
24316 else
24317   ac_cv_cpp_def___ALPHA__=no
24318 fi
24319 rm -f conftest*
24320
24321 fi
24322 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24323 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24324 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24325   CFLAGS="$CFLAGS -D__ALPHA__"
24326   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24327 fi
24328  ;;
24329   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24330 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24331 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24332   $as_echo_n "(cached) " >&6
24333 else
24334   cat >conftest.$ac_ext <<_ACEOF
24335 /* confdefs.h.  */
24336 _ACEOF
24337 cat confdefs.h >>conftest.$ac_ext
24338 cat >>conftest.$ac_ext <<_ACEOF
24339 /* end confdefs.h.  */
24340 #ifndef __sparc__
24341 yes
24342 #endif
24343 _ACEOF
24344 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24345   $EGREP "yes" >/dev/null 2>&1; then
24346   ac_cv_cpp_def___sparc__=yes
24347 else
24348   ac_cv_cpp_def___sparc__=no
24349 fi
24350 rm -f conftest*
24351
24352 fi
24353 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24354 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24355 if test $ac_cv_cpp_def___sparc__ = yes; then
24356   CFLAGS="$CFLAGS -D__sparc__"
24357   LINTFLAGS="$LINTFLAGS -D__sparc__"
24358 fi
24359  ;;
24360   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24361 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24362 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24363   $as_echo_n "(cached) " >&6
24364 else
24365   cat >conftest.$ac_ext <<_ACEOF
24366 /* confdefs.h.  */
24367 _ACEOF
24368 cat confdefs.h >>conftest.$ac_ext
24369 cat >>conftest.$ac_ext <<_ACEOF
24370 /* end confdefs.h.  */
24371 #ifndef __powerpc__
24372 yes
24373 #endif
24374 _ACEOF
24375 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24376   $EGREP "yes" >/dev/null 2>&1; then
24377   ac_cv_cpp_def___powerpc__=yes
24378 else
24379   ac_cv_cpp_def___powerpc__=no
24380 fi
24381 rm -f conftest*
24382
24383 fi
24384 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24385 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24386 if test $ac_cv_cpp_def___powerpc__ = yes; then
24387   CFLAGS="$CFLAGS -D__powerpc__"
24388   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24389 fi
24390  ;;
24391 esac
24392
24393 case $host_vendor in
24394   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24395 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24396 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24397   $as_echo_n "(cached) " >&6
24398 else
24399   cat >conftest.$ac_ext <<_ACEOF
24400 /* confdefs.h.  */
24401 _ACEOF
24402 cat confdefs.h >>conftest.$ac_ext
24403 cat >>conftest.$ac_ext <<_ACEOF
24404 /* end confdefs.h.  */
24405 #ifndef __sun__
24406 yes
24407 #endif
24408 _ACEOF
24409 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24410   $EGREP "yes" >/dev/null 2>&1; then
24411   ac_cv_cpp_def___sun__=yes
24412 else
24413   ac_cv_cpp_def___sun__=no
24414 fi
24415 rm -f conftest*
24416
24417 fi
24418 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24419 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24420 if test $ac_cv_cpp_def___sun__ = yes; then
24421   CFLAGS="$CFLAGS -D__sun__"
24422   LINTFLAGS="$LINTFLAGS -D__sun__"
24423 fi
24424  ;;
24425 esac
24426
24427
24428 DEPENDENCIES="### Dependencies:
24429
24430 .INIT: Makefile
24431 .BEGIN: Makefile
24432 .MAKEFILEDEPS:
24433 Makefile: dummy
24434         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24435
24436 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24437 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24438 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24439 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24440 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24441
24442
24443 ALL_MAKERULES=""
24444
24445 ALL_MAKEFILES=""
24446
24447 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24448
24449
24450 ALL_TOP_DIRS=""
24451
24452 ALL_DLL_DIRS=""
24453
24454 ALL_IMPLIB_DIRS=""
24455
24456 ALL_TEST_DIRS=""
24457
24458 ALL_PROGRAM_DIRS=""
24459
24460 ALL_PROGRAM_INSTALL_DIRS=""
24461
24462 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24463
24464
24465
24466
24467
24468 ac_config_commands="$ac_config_commands include/stamp-h"
24469
24470
24471 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24472
24473 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24474
24475 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24476
24477 ac_config_commands="$ac_config_commands dlls/user32/resources"
24478
24479 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24480
24481 ac_config_commands="$ac_config_commands include/wine"
24482
24483
24484 ALL_MAKERULES="$ALL_MAKERULES \\
24485         Make.rules"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 Make.rules: Make.rules.in"
24488 MAKE_RULES=Make.rules
24489 ac_config_files="$ac_config_files Make.rules"
24490
24491 ALL_MAKERULES="$ALL_MAKERULES \\
24492         dlls/Makedll.rules"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24495 MAKE_DLL_RULES=dlls/Makedll.rules
24496 ac_config_files="$ac_config_files dlls/Makedll.rules"
24497
24498 ALL_MAKERULES="$ALL_MAKERULES \\
24499         dlls/Makeimplib.rules"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24502 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24503 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24504
24505 ALL_MAKERULES="$ALL_MAKERULES \\
24506         dlls/Maketest.rules"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24509 MAKE_TEST_RULES=dlls/Maketest.rules
24510 ac_config_files="$ac_config_files dlls/Maketest.rules"
24511
24512 ALL_MAKERULES="$ALL_MAKERULES \\
24513         programs/Makeprog.rules"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24516 MAKE_PROG_RULES=programs/Makeprog.rules
24517 ac_config_files="$ac_config_files programs/Makeprog.rules"
24518
24519
24520
24521
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 Makefile: Makefile.in Make.rules"
24524 ac_config_files="$ac_config_files Makefile"
24525
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527         dlls/Makefile"
24528 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24529         dlls"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/Makefile: dlls/Makefile.in Make.rules"
24532 ac_config_files="$ac_config_files dlls/Makefile"
24533
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535         dlls/acledit/Makefile"
24536 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537         acledit"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24541
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543         dlls/aclui/Makefile"
24544 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545         aclui"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24549
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551         dlls/activeds/Makefile"
24552 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553         activeds"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24557
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559         dlls/actxprxy/Makefile"
24560 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561         actxprxy"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24565
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567         dlls/adsiid/Makefile"
24568 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24569         adsiid"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24572 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24573
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575         dlls/advapi32/Makefile"
24576 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577         advapi32"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24581
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583         dlls/advapi32/tests/Makefile"
24584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24585         advapi32/tests"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24588 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24589
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591         dlls/advpack/Makefile"
24592 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593         advpack"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24597
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599         dlls/advpack/tests/Makefile"
24600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24601         advpack/tests"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24604 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24605
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607         dlls/amstream/Makefile"
24608 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609         amstream"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24613
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615         dlls/appwiz.cpl/Makefile"
24616 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617         appwiz.cpl"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24621
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623         dlls/atl/Makefile"
24624 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625         atl"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/atl/Makefile"
24629
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631         dlls/authz/Makefile"
24632 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633         authz"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/authz/Makefile"
24637
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639         dlls/avicap32/Makefile"
24640 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641         avicap32"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24645
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647         dlls/avifil32/Makefile"
24648 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649         avifil32"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24653
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655         dlls/browseui/Makefile"
24656 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657         browseui"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24661
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663         dlls/browseui/tests/Makefile"
24664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24665         browseui/tests"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24668 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24669
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671         dlls/cabinet/Makefile"
24672 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673         cabinet"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24677
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679         dlls/cabinet/tests/Makefile"
24680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24681         cabinet/tests"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24684 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24685
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687         dlls/capi2032/Makefile"
24688 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689         capi2032"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24693
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695         dlls/cards/Makefile"
24696 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697         cards"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/cards/Makefile"
24701
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703         dlls/cfgmgr32/Makefile"
24704 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705         cfgmgr32"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24709
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711         dlls/clusapi/Makefile"
24712 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24713         clusapi"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24717
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719         dlls/comcat/Makefile"
24720 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721         comcat"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24725
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727         dlls/comcat/tests/Makefile"
24728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24729         comcat/tests"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24732 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24733
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735         dlls/comctl32/Makefile"
24736 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737         comctl32"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24741
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743         dlls/comctl32/tests/Makefile"
24744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24745         comctl32/tests"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24748 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24749
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751         dlls/comdlg32/Makefile"
24752 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753         comdlg32"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24757
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759         dlls/comdlg32/tests/Makefile"
24760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24761         comdlg32/tests"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24764 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24765
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767         dlls/comm.drv16/Makefile"
24768 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769         comm.drv16"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24773
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775         dlls/compobj.dll16/Makefile"
24776 test "x$enable_compobj_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777         compobj.dll16"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24781
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783         dlls/compstui/Makefile"
24784 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785         compstui"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24789
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791         dlls/credui/Makefile"
24792 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793         credui"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/credui/Makefile"
24797
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799         dlls/credui/tests/Makefile"
24800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24801         credui/tests"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24804 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24805
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807         dlls/crtdll/Makefile"
24808 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809         crtdll"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24813
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815         dlls/crypt32/Makefile"
24816 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817         crypt32"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24821
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823         dlls/crypt32/tests/Makefile"
24824 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24825         crypt32/tests"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24828 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24829
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831         dlls/cryptdlg/Makefile"
24832 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833         cryptdlg"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24837
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839         dlls/cryptdll/Makefile"
24840 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841         cryptdll"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24845
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847         dlls/cryptnet/Makefile"
24848 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849         cryptnet"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24853
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855         dlls/cryptnet/tests/Makefile"
24856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24857         cryptnet/tests"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24860 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24861
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863         dlls/cryptui/Makefile"
24864 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865         cryptui"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24869
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871         dlls/cryptui/tests/Makefile"
24872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24873         cryptui/tests"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24876 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24877
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879         dlls/ctapi32/Makefile"
24880 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881         ctapi32"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24885
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887         dlls/ctl3d32/Makefile"
24888 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889         ctl3d32"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24893
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895         dlls/d3d10/Makefile"
24896 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897         d3d10"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24901
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903         dlls/d3d10/tests/Makefile"
24904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24905         d3d10/tests"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24908 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24909
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911         dlls/d3d10core/Makefile"
24912 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913         d3d10core"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24917
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919         dlls/d3d10core/tests/Makefile"
24920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24921         d3d10core/tests"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24924 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24925
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927         dlls/d3d8/Makefile"
24928 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929         d3d8"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24933
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935         dlls/d3d8/tests/Makefile"
24936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24937         d3d8/tests"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24940 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24941
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943         dlls/d3d9/Makefile"
24944 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945         d3d9"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24949
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951         dlls/d3d9/tests/Makefile"
24952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24953         d3d9/tests"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24956 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24957
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959         dlls/d3dim/Makefile"
24960 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961         d3dim"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24965
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967         dlls/d3drm/Makefile"
24968 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969         d3drm"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24973
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975         dlls/d3drm/tests/Makefile"
24976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24977         d3drm/tests"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24980 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24981
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983         dlls/d3dx8/Makefile"
24984 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985         d3dx8"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24989
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991         dlls/d3dx8/tests/Makefile"
24992 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24993         d3dx8/tests"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24996 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24997
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999         dlls/d3dx9_24/Makefile"
25000 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001         d3dx9_24"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25005
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007         dlls/d3dx9_25/Makefile"
25008 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009         d3dx9_25"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25013
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015         dlls/d3dx9_26/Makefile"
25016 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017         d3dx9_26"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25021
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023         dlls/d3dx9_27/Makefile"
25024 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025         d3dx9_27"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25029
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031         dlls/d3dx9_28/Makefile"
25032 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033         d3dx9_28"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25037
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039         dlls/d3dx9_29/Makefile"
25040 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041         d3dx9_29"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25045
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047         dlls/d3dx9_30/Makefile"
25048 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049         d3dx9_30"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25053
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055         dlls/d3dx9_31/Makefile"
25056 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057         d3dx9_31"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25061
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063         dlls/d3dx9_32/Makefile"
25064 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065         d3dx9_32"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25069
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071         dlls/d3dx9_33/Makefile"
25072 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073         d3dx9_33"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25077
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079         dlls/d3dx9_34/Makefile"
25080 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081         d3dx9_34"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25085
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087         dlls/d3dx9_35/Makefile"
25088 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089         d3dx9_35"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25093
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095         dlls/d3dx9_36/Makefile"
25096 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097         d3dx9_36"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25101
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103         dlls/d3dx9_36/tests/Makefile"
25104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25105         d3dx9_36/tests"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25108 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25109
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111         dlls/d3dx9_37/Makefile"
25112 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113         d3dx9_37"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25117
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119         dlls/d3dx9_38/Makefile"
25120 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121         d3dx9_38"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25125
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127         dlls/d3dx9_39/Makefile"
25128 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129         d3dx9_39"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25133
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135         dlls/d3dx9_40/Makefile"
25136 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137         d3dx9_40"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25141
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143         dlls/d3dxof/Makefile"
25144 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145         d3dxof"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25149
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151         dlls/d3dxof/tests/Makefile"
25152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25153         d3dxof/tests"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25156 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25157
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159         dlls/dbghelp/Makefile"
25160 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161         dbghelp"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25165
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167         dlls/dciman32/Makefile"
25168 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169         dciman32"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25173
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175         dlls/ddraw/Makefile"
25176 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177         ddraw"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25181
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183         dlls/ddraw/tests/Makefile"
25184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25185         ddraw/tests"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25188 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25189
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191         dlls/ddrawex/Makefile"
25192 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193         ddrawex"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25197
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199         dlls/ddrawex/tests/Makefile"
25200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25201         ddrawex/tests"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25204 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25205
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207         dlls/devenum/Makefile"
25208 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209         devenum"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25213
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215         dlls/dinput/Makefile"
25216 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217         dinput"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25221
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223         dlls/dinput/tests/Makefile"
25224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25225         dinput/tests"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25228 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25229
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231         dlls/dinput8/Makefile"
25232 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233         dinput8"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25237
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239         dlls/dispdib.dll16/Makefile"
25240 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241         dispdib.dll16"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25245
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247         dlls/display.drv16/Makefile"
25248 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249         display.drv16"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25253
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255         dlls/dmband/Makefile"
25256 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257         dmband"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25261
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263         dlls/dmcompos/Makefile"
25264 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265         dmcompos"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25269
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271         dlls/dmime/Makefile"
25272 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273         dmime"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25277
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279         dlls/dmloader/Makefile"
25280 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281         dmloader"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25285
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287         dlls/dmscript/Makefile"
25288 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25289         dmscript"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25292 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25293
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295         dlls/dmstyle/Makefile"
25296 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297         dmstyle"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25301
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303         dlls/dmsynth/Makefile"
25304 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305         dmsynth"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25309
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311         dlls/dmusic/Makefile"
25312 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313         dmusic"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25317
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319         dlls/dmusic32/Makefile"
25320 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321         dmusic32"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25325
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327         dlls/dnsapi/Makefile"
25328 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329         dnsapi"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25333
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335         dlls/dnsapi/tests/Makefile"
25336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25337         dnsapi/tests"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25340 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25341
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343         dlls/dplay/Makefile"
25344 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345         dplay"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25349
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351         dlls/dplayx/Makefile"
25352 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353         dplayx"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25357
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359         dlls/dplayx/tests/Makefile"
25360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25361         dplayx/tests"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25364 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25365
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367         dlls/dpnaddr/Makefile"
25368 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25369         dpnaddr"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25373
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375         dlls/dpnet/Makefile"
25376 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377         dpnet"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25381
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383         dlls/dpnhpast/Makefile"
25384 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385         dpnhpast"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25389
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391         dlls/dpnlobby/Makefile"
25392 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393         dpnlobby"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25397
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399         dlls/dpwsockx/Makefile"
25400 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401         dpwsockx"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25405
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407         dlls/dsound/Makefile"
25408 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409         dsound"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25413
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415         dlls/dsound/tests/Makefile"
25416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25417         dsound/tests"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25420 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25421
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423         dlls/dssenh/Makefile"
25424 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425         dssenh"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25429
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431         dlls/dswave/Makefile"
25432 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433         dswave"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25437
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439         dlls/dwmapi/Makefile"
25440 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25441         dwmapi"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25444 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25445
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447         dlls/dxdiagn/Makefile"
25448 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449         dxdiagn"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25453
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455         dlls/dxerr8/Makefile"
25456 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25457         dxerr8"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25460 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25461
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463         dlls/dxerr9/Makefile"
25464 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25465         dxerr9"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25468 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25469
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471         dlls/dxgi/Makefile"
25472 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25473         dxgi"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25476 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25477
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479         dlls/dxgi/tests/Makefile"
25480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25481         dxgi/tests"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25484 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25485
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487         dlls/dxguid/Makefile"
25488 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25489         dxguid"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25492 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25493
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495         dlls/faultrep/Makefile"
25496 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497         faultrep"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25501
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503         dlls/fusion/Makefile"
25504 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505         fusion"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25509
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511         dlls/fusion/tests/Makefile"
25512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25513         fusion/tests"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25516 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25517
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519         dlls/gdi32/Makefile"
25520 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25521         gdi32"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25524 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25525
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527         dlls/gdi32/tests/Makefile"
25528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25529         gdi32/tests"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25532 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25533
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535         dlls/gdiplus/Makefile"
25536 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25537         gdiplus"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25540 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25541
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543         dlls/gdiplus/tests/Makefile"
25544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25545         gdiplus/tests"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25548 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25549
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551         dlls/glu32/Makefile"
25552 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25553         glu32"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25556 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25557
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559         dlls/gphoto2.ds/Makefile"
25560 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561         gphoto2.ds"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25565
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567         dlls/gpkcsp/Makefile"
25568 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25569         gpkcsp"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25572 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25573
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575         dlls/hal/Makefile"
25576 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577         hal"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/hal/Makefile"
25581
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583         dlls/hhctrl.ocx/Makefile"
25584 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25585         hhctrl.ocx"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25588 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25589
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591         dlls/hid/Makefile"
25592 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593         hid"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/hid/Makefile"
25597
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599         dlls/hlink/Makefile"
25600 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25601         hlink"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25604 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25605
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607         dlls/hlink/tests/Makefile"
25608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25609         hlink/tests"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25612 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25613
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615         dlls/hnetcfg/Makefile"
25616 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617         hnetcfg"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25621
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623         dlls/httpapi/Makefile"
25624 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25625         httpapi"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25628 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25629
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631         dlls/iccvid/Makefile"
25632 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633         iccvid"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25637
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639         dlls/icmp/Makefile"
25640 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25641         icmp"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25644 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25645
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647         dlls/ifsmgr.vxd/Makefile"
25648 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649         ifsmgr.vxd"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25653
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655         dlls/imaadp32.acm/Makefile"
25656 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25657         imaadp32.acm"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25660 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25661
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663         dlls/imagehlp/Makefile"
25664 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665         imagehlp"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25669
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671         dlls/imm32/Makefile"
25672 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673         imm32"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25677
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679         dlls/imm32/tests/Makefile"
25680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25681         imm32/tests"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25684 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25685
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687         dlls/inetcomm/Makefile"
25688 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25689         inetcomm"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25692 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25693
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695         dlls/inetcomm/tests/Makefile"
25696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25697         inetcomm/tests"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25700 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25701
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703         dlls/inetmib1/Makefile"
25704 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705         inetmib1"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25709
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711         dlls/inetmib1/tests/Makefile"
25712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25713         inetmib1/tests"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25716 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25717
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719         dlls/infosoft/Makefile"
25720 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721         infosoft"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25725
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727         dlls/infosoft/tests/Makefile"
25728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25729         infosoft/tests"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25732 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25733
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735         dlls/initpki/Makefile"
25736 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737         initpki"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25741
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743         dlls/inkobj/Makefile"
25744 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745         inkobj"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25749
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751         dlls/inseng/Makefile"
25752 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753         inseng"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25757
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759         dlls/iphlpapi/Makefile"
25760 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25761         iphlpapi"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25764 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25765
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767         dlls/iphlpapi/tests/Makefile"
25768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25769         iphlpapi/tests"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25772 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25773
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775         dlls/itircl/Makefile"
25776 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25777         itircl"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25780 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25781
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783         dlls/itss/Makefile"
25784 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785         itss"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/itss/Makefile"
25789
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791         dlls/itss/tests/Makefile"
25792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25793         itss/tests"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25796 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25797
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799         dlls/jscript/Makefile"
25800 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801         jscript"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25805
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807         dlls/jscript/tests/Makefile"
25808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25809         jscript/tests"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25812 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25813
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815         dlls/kernel32/Makefile"
25816 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817         kernel32"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25821
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823         dlls/kernel32/tests/Makefile"
25824 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25825         kernel32/tests"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25828 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25829
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831         dlls/keyboard.drv16/Makefile"
25832 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833         keyboard.drv16"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25837
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839         dlls/loadperf/Makefile"
25840 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841         loadperf"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25845
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847         dlls/localspl/Makefile"
25848 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25849         localspl"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25852 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25853
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855         dlls/localspl/tests/Makefile"
25856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25857         localspl/tests"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25860 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25861
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863         dlls/localui/Makefile"
25864 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865         localui"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/localui/Makefile"
25869
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871         dlls/localui/tests/Makefile"
25872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25873         localui/tests"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25876 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25877
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879         dlls/lz32/Makefile"
25880 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881         lz32"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25885
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887         dlls/lz32/tests/Makefile"
25888 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25889         lz32/tests"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25892 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25893
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895         dlls/lzexpand.dll16/Makefile"
25896 test "x$enable_lzexpand_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25897         lzexpand.dll16"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25900 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25901
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903         dlls/mapi32/Makefile"
25904 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905         mapi32"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25909
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911         dlls/mapi32/tests/Makefile"
25912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25913         mapi32/tests"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25916 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25917
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919         dlls/mciavi32/Makefile"
25920 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921         mciavi32"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25925
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927         dlls/mcicda/Makefile"
25928 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929         mcicda"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25933
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935         dlls/mciqtz32/Makefile"
25936 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937         mciqtz32"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25941
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943         dlls/mciseq/Makefile"
25944 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945         mciseq"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25949
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951         dlls/mciwave/Makefile"
25952 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953         mciwave"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25957
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959         dlls/midimap/Makefile"
25960 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961         midimap"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25965
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967         dlls/mlang/Makefile"
25968 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25969         mlang"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25972 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25973
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975         dlls/mlang/tests/Makefile"
25976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25977         mlang/tests"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25980 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25981
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983         dlls/mmdevldr.vxd/Makefile"
25984 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985         mmdevldr.vxd"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25989
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991         dlls/monodebg.vxd/Makefile"
25992 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993         monodebg.vxd"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25997
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999         dlls/mountmgr.sys/Makefile"
26000 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26001         mountmgr.sys"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26004 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26005
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007         dlls/mouse.drv16/Makefile"
26008 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009         mouse.drv16"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26013
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015         dlls/mpr/Makefile"
26016 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017         mpr"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26021
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023         dlls/mprapi/Makefile"
26024 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025         mprapi"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26029
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031         dlls/msacm.dll16/Makefile"
26032 test "x$enable_msacm_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26033         msacm.dll16"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26036 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26037
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039         dlls/msacm32.drv/Makefile"
26040 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041         msacm32.drv"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26045
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047         dlls/msacm32/Makefile"
26048 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049         msacm32"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26053
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055         dlls/msacm32/tests/Makefile"
26056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26057         msacm32/tests"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26060 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26061
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063         dlls/msadp32.acm/Makefile"
26064 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065         msadp32.acm"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26069
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071         dlls/mscat32/Makefile"
26072 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26073         mscat32"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26076 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26077
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079         dlls/mscms/Makefile"
26080 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081         mscms"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26085
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087         dlls/mscms/tests/Makefile"
26088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26089         mscms/tests"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26092 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26093
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095         dlls/mscoree/Makefile"
26096 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097         mscoree"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26101
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103         dlls/msctf/Makefile"
26104 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105         msctf"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26109
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111         dlls/msctf/tests/Makefile"
26112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26113         msctf/tests"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26116 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26117
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119         dlls/msdmo/Makefile"
26120 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121         msdmo"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26125
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127         dlls/msftedit/Makefile"
26128 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129         msftedit"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26133
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135         dlls/msg711.acm/Makefile"
26136 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137         msg711.acm"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26141
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143         dlls/mshtml.tlb/Makefile"
26144 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26145         mshtml.tlb"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26148 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26149
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151         dlls/mshtml/Makefile"
26152 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153         mshtml"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26157
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159         dlls/mshtml/tests/Makefile"
26160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26161         mshtml/tests"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26164 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26165
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167         dlls/msi/Makefile"
26168 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26169         msi"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26172 ac_config_files="$ac_config_files dlls/msi/Makefile"
26173
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175         dlls/msi/tests/Makefile"
26176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26177         msi/tests"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26180 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26181
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183         dlls/msimg32/Makefile"
26184 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185         msimg32"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26189
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191         dlls/msimtf/Makefile"
26192 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193         msimtf"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26197
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199         dlls/msisip/Makefile"
26200 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26201         msisip"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26204 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26205
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207         dlls/msisys.ocx/Makefile"
26208 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209         msisys.ocx"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26213
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215         dlls/msnet32/Makefile"
26216 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217         msnet32"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26221
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223         dlls/msrle32/Makefile"
26224 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26225         msrle32"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26228 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26229
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231         dlls/mssign32/Makefile"
26232 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26233         mssign32"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26236 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26237
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239         dlls/mssip32/Makefile"
26240 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241         mssip32"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26245
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247         dlls/mstask/Makefile"
26248 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249         mstask"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26253
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255         dlls/mstask/tests/Makefile"
26256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26257         mstask/tests"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26260 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26261
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263         dlls/msvcirt/Makefile"
26264 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265         msvcirt"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26269
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271         dlls/msvcr71/Makefile"
26272 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26273         msvcr71"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26276 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26277
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279         dlls/msvcrt/Makefile"
26280 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281         msvcrt"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26285
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287         dlls/msvcrt/tests/Makefile"
26288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26289         msvcrt/tests"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26292 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26293
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295         dlls/msvcrt20/Makefile"
26296 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26297         msvcrt20"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26300 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26301
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303         dlls/msvcrt40/Makefile"
26304 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305         msvcrt40"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26309
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311         dlls/msvcrtd/Makefile"
26312 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26313         msvcrtd"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26316 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26317
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319         dlls/msvcrtd/tests/Makefile"
26320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26321         msvcrtd/tests"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26324 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26325
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327         dlls/msvfw32/Makefile"
26328 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329         msvfw32"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26333
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335         dlls/msvfw32/tests/Makefile"
26336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26337         msvfw32/tests"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26340 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26341
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343         dlls/msvidc32/Makefile"
26344 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345         msvidc32"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26349
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351         dlls/mswsock/Makefile"
26352 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353         mswsock"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26357
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359         dlls/msxml3/Makefile"
26360 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26361         msxml3"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26364 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26365
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367         dlls/msxml3/tests/Makefile"
26368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26369         msxml3/tests"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26372 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26373
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375         dlls/nddeapi/Makefile"
26376 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377         nddeapi"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26381
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383         dlls/netapi32/Makefile"
26384 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385         netapi32"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26389
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391         dlls/netapi32/tests/Makefile"
26392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26393         netapi32/tests"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26396 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26397
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399         dlls/newdev/Makefile"
26400 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401         newdev"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26405
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407         dlls/ntdll/Makefile"
26408 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409         ntdll"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26413
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415         dlls/ntdll/tests/Makefile"
26416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26417         ntdll/tests"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26420 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26421
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423         dlls/ntdsapi/Makefile"
26424 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425         ntdsapi"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26429
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431         dlls/ntdsapi/tests/Makefile"
26432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26433         ntdsapi/tests"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26436 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26437
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439         dlls/ntoskrnl.exe/Makefile"
26440 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26441         ntoskrnl.exe"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26444 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26445
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447         dlls/ntprint/Makefile"
26448 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449         ntprint"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26453
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455         dlls/ntprint/tests/Makefile"
26456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26457         ntprint/tests"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26460 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26461
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463         dlls/objsel/Makefile"
26464 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26465         objsel"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26468 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26469
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471         dlls/odbc32/Makefile"
26472 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473         odbc32"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26477
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479         dlls/odbccp32/Makefile"
26480 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481         odbccp32"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26485
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487         dlls/odbccp32/tests/Makefile"
26488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26489         odbccp32/tests"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26492 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26493
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495         dlls/ole2.dll16/Makefile"
26496 test "x$enable_ole2_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497         ole2.dll16"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26501
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503         dlls/ole2conv.dll16/Makefile"
26504 test "x$enable_ole2conv_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505         ole2conv.dll16"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26509
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511         dlls/ole2disp.dll16/Makefile"
26512 test "x$enable_ole2disp_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513         ole2disp.dll16"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26517
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519         dlls/ole2nls.dll16/Makefile"
26520 test "x$enable_ole2nls_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521         ole2nls.dll16"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26525
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527         dlls/ole2prox.dll16/Makefile"
26528 test "x$enable_ole2prox_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529         ole2prox.dll16"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26533
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535         dlls/ole2thk.dll16/Makefile"
26536 test "x$enable_ole2thk_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537         ole2thk.dll16"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26541
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543         dlls/ole32/Makefile"
26544 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26545         ole32"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26548 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26549
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551         dlls/ole32/tests/Makefile"
26552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26553         ole32/tests"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26556 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26557
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559         dlls/oleacc/Makefile"
26560 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26561         oleacc"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26564 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26565
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567         dlls/oleacc/tests/Makefile"
26568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26569         oleacc/tests"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26572 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26573
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575         dlls/oleaut32/Makefile"
26576 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26577         oleaut32"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26580 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26581
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583         dlls/oleaut32/tests/Makefile"
26584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26585         oleaut32/tests"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26588 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26589
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591         dlls/olecli.dll16/Makefile"
26592 test "x$enable_olecli_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26593         olecli.dll16"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26596 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26597
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599         dlls/olecli32/Makefile"
26600 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601         olecli32"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26605
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607         dlls/oledlg/Makefile"
26608 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609         oledlg"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26613
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615         dlls/olepro32/Makefile"
26616 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617         olepro32"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26621
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623         dlls/olesvr.dll16/Makefile"
26624 test "x$enable_olesvr_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26625         olesvr.dll16"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26628 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26629
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631         dlls/olesvr32/Makefile"
26632 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26633         olesvr32"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26636 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26637
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639         dlls/olethk32/Makefile"
26640 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641         olethk32"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26645
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647         dlls/opengl32/Makefile"
26648 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649         opengl32"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26653
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655         dlls/opengl32/tests/Makefile"
26656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26657         opengl32/tests"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26660 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26661
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663         dlls/pdh/Makefile"
26664 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26665         pdh"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26668 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26669
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671         dlls/pdh/tests/Makefile"
26672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26673         pdh/tests"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26676 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26677
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679         dlls/pidgen/Makefile"
26680 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681         pidgen"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26685
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687         dlls/powrprof/Makefile"
26688 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26689         powrprof"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26692 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26693
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695         dlls/printui/Makefile"
26696 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26697         printui"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26700 ac_config_files="$ac_config_files dlls/printui/Makefile"
26701
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703         dlls/propsys/Makefile"
26704 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705         propsys"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26709
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711         dlls/psapi/Makefile"
26712 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713         psapi"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26717
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719         dlls/psapi/tests/Makefile"
26720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26721         psapi/tests"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26724 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26725
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727         dlls/pstorec/Makefile"
26728 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26729         pstorec"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26732 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26733
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735         dlls/qcap/Makefile"
26736 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737         qcap"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26741
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743         dlls/qedit/Makefile"
26744 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26745         qedit"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26748 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26749
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751         dlls/qedit/tests/Makefile"
26752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26753         qedit/tests"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26756 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26757
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759         dlls/qmgr/Makefile"
26760 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26761         qmgr"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26764 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26765
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767         dlls/qmgr/tests/Makefile"
26768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26769         qmgr/tests"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26772 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26773
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775         dlls/qmgrprxy/Makefile"
26776 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26777         qmgrprxy"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26780 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26781
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783         dlls/quartz/Makefile"
26784 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26785         quartz"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26788 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26789
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791         dlls/quartz/tests/Makefile"
26792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26793         quartz/tests"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26796 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26797
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799         dlls/query/Makefile"
26800 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26801         query"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26804 ac_config_files="$ac_config_files dlls/query/Makefile"
26805
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807         dlls/rasapi32/Makefile"
26808 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26809         rasapi32"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26812 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26813
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815         dlls/rasapi32/tests/Makefile"
26816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26817         rasapi32/tests"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26820 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26821
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823         dlls/rasdlg/Makefile"
26824 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26825         rasdlg"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26828 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26829
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831         dlls/resutils/Makefile"
26832 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26833         resutils"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26836 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26837
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839         dlls/riched20/Makefile"
26840 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26841         riched20"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26844 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26845
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847         dlls/riched20/tests/Makefile"
26848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26849         riched20/tests"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26852 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26853
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855         dlls/riched32/Makefile"
26856 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26857         riched32"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26860 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26861
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863         dlls/riched32/tests/Makefile"
26864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26865         riched32/tests"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26868 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26869
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871         dlls/rpcrt4/Makefile"
26872 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26873         rpcrt4"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26876 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26877
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879         dlls/rpcrt4/tests/Makefile"
26880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26881         rpcrt4/tests"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26884 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26885
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887         dlls/rsabase/Makefile"
26888 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26889         rsabase"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26892 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26893
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895         dlls/rsaenh/Makefile"
26896 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26897         rsaenh"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26900 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26901
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903         dlls/rsaenh/tests/Makefile"
26904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26905         rsaenh/tests"
26906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26907 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26908 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26909
26910 ALL_MAKEFILES="$ALL_MAKEFILES \\
26911         dlls/sane.ds/Makefile"
26912 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26913         sane.ds"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26916 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26917
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919         dlls/sccbase/Makefile"
26920 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26921         sccbase"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26924 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26925
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927         dlls/schannel/Makefile"
26928 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26929         schannel"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26932 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26933
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935         dlls/schannel/tests/Makefile"
26936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26937         schannel/tests"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26940 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26941
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943         dlls/secur32/Makefile"
26944 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26945         secur32"
26946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26947 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26948 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26949
26950 ALL_MAKEFILES="$ALL_MAKEFILES \\
26951         dlls/secur32/tests/Makefile"
26952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26953         secur32/tests"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26956 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26957
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959         dlls/security/Makefile"
26960 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26961         security"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26964 ac_config_files="$ac_config_files dlls/security/Makefile"
26965
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967         dlls/sensapi/Makefile"
26968 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26969         sensapi"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26972 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26973
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975         dlls/serialui/Makefile"
26976 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26977         serialui"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26980 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26981
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983         dlls/serialui/tests/Makefile"
26984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26985         serialui/tests"
26986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26987 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26988 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26989
26990 ALL_MAKEFILES="$ALL_MAKEFILES \\
26991         dlls/setupapi/Makefile"
26992 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26993         setupapi"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26996 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26997
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999         dlls/setupapi/tests/Makefile"
27000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27001         setupapi/tests"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27004 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27005
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007         dlls/sfc/Makefile"
27008 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27009         sfc"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27012 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27013
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015         dlls/sfc_os/Makefile"
27016 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27017         sfc_os"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27020 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27021
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023         dlls/shdoclc/Makefile"
27024 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27025         shdoclc"
27026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27027 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27028 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27029
27030 ALL_MAKEFILES="$ALL_MAKEFILES \\
27031         dlls/shdocvw/Makefile"
27032 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27033         shdocvw"
27034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27035 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27036 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27037
27038 ALL_MAKEFILES="$ALL_MAKEFILES \\
27039         dlls/shdocvw/tests/Makefile"
27040 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27041         shdocvw/tests"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27044 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27045
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047         dlls/shell32/Makefile"
27048 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27049         shell32"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27052 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27053
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055         dlls/shell32/tests/Makefile"
27056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27057         shell32/tests"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27060 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27061
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063         dlls/shfolder/Makefile"
27064 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27065         shfolder"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27068 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27069
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071         dlls/shlwapi/Makefile"
27072 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27073         shlwapi"
27074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27075 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27076 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27077
27078 ALL_MAKEFILES="$ALL_MAKEFILES \\
27079         dlls/shlwapi/tests/Makefile"
27080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27081         shlwapi/tests"
27082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27083 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27084 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27085
27086 ALL_MAKEFILES="$ALL_MAKEFILES \\
27087         dlls/slbcsp/Makefile"
27088 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27089         slbcsp"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27092 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27093
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095         dlls/slc/Makefile"
27096 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27097         slc"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27100 ac_config_files="$ac_config_files dlls/slc/Makefile"
27101
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103         dlls/snmpapi/Makefile"
27104 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27105         snmpapi"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27108 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27109
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111         dlls/snmpapi/tests/Makefile"
27112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27113         snmpapi/tests"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27116 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27117
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119         dlls/softpub/Makefile"
27120 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27121         softpub"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27124 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27125
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127         dlls/spoolss/Makefile"
27128 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27129         spoolss"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27132 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27133
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135         dlls/spoolss/tests/Makefile"
27136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27137         spoolss/tests"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27140 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27141
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143         dlls/stdole2.tlb/Makefile"
27144 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27145         stdole2.tlb"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27148 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27149
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151         dlls/stdole32.tlb/Makefile"
27152 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27153         stdole32.tlb"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27156 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27157
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159         dlls/sti/Makefile"
27160 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27161         sti"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27164 ac_config_files="$ac_config_files dlls/sti/Makefile"
27165
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167         dlls/storage.dll16/Makefile"
27168 test "x$enable_storage_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27169         storage.dll16"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27172 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27173
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175         dlls/stress.dll16/Makefile"
27176 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27177         stress.dll16"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27180 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27181
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183         dlls/strmiids/Makefile"
27184 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27185         strmiids"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27188 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27189
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191         dlls/svrapi/Makefile"
27192 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27193         svrapi"
27194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27195 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27196 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27197
27198 ALL_MAKEFILES="$ALL_MAKEFILES \\
27199         dlls/sxs/Makefile"
27200 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27201         sxs"
27202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27203 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27204 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27205
27206 ALL_MAKEFILES="$ALL_MAKEFILES \\
27207         dlls/tapi32/Makefile"
27208 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27209         tapi32"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27212 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27213
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215         dlls/traffic/Makefile"
27216 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27217         traffic"
27218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27219 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27220 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27221
27222 ALL_MAKEFILES="$ALL_MAKEFILES \\
27223         dlls/twain_32/Makefile"
27224 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27225         twain_32"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27228 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27229
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231         dlls/twain_32/tests/Makefile"
27232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27233         twain_32/tests"
27234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27235 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27236 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27237
27238 ALL_MAKEFILES="$ALL_MAKEFILES \\
27239         dlls/typelib.dll16/Makefile"
27240 test "x$enable_typelib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27241         typelib.dll16"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27244 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27245
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247         dlls/unicows/Makefile"
27248 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27249         unicows"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27252 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27253
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255         dlls/updspapi/Makefile"
27256 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27257         updspapi"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27260 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27261
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263         dlls/url/Makefile"
27264 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27265         url"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27268 ac_config_files="$ac_config_files dlls/url/Makefile"
27269
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271         dlls/urlmon/Makefile"
27272 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27273         urlmon"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27276 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27277
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279         dlls/urlmon/tests/Makefile"
27280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27281         urlmon/tests"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27284 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27285
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287         dlls/user32/Makefile"
27288 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27289         user32"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27292 ac_config_files="$ac_config_files dlls/user32/Makefile"
27293
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295         dlls/user32/tests/Makefile"
27296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27297         user32/tests"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27300 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27301
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303         dlls/userenv/Makefile"
27304 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27305         userenv"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27308 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27309
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311         dlls/userenv/tests/Makefile"
27312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27313         userenv/tests"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27316 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27317
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319         dlls/usp10/Makefile"
27320 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27321         usp10"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27324 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27325
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327         dlls/usp10/tests/Makefile"
27328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27329         usp10/tests"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27332 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27333
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335         dlls/uuid/Makefile"
27336 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27337         uuid"
27338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27339 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27340 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27341
27342 ALL_MAKEFILES="$ALL_MAKEFILES \\
27343         dlls/uxtheme/Makefile"
27344 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27345         uxtheme"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27348 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27349
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351         dlls/uxtheme/tests/Makefile"
27352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27353         uxtheme/tests"
27354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27355 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27356 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27357
27358 ALL_MAKEFILES="$ALL_MAKEFILES \\
27359         dlls/vdhcp.vxd/Makefile"
27360 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27361         vdhcp.vxd"
27362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27363 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27364 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27365
27366 ALL_MAKEFILES="$ALL_MAKEFILES \\
27367         dlls/vdmdbg/Makefile"
27368 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27369         vdmdbg"
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27372 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27373
27374 ALL_MAKEFILES="$ALL_MAKEFILES \\
27375         dlls/version/Makefile"
27376 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27377         version"
27378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27379 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27380 ac_config_files="$ac_config_files dlls/version/Makefile"
27381
27382 ALL_MAKEFILES="$ALL_MAKEFILES \\
27383         dlls/version/tests/Makefile"
27384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27385         version/tests"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27388 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27389
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391         dlls/vmm.vxd/Makefile"
27392 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27393         vmm.vxd"
27394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27395 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27396 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27397
27398 ALL_MAKEFILES="$ALL_MAKEFILES \\
27399         dlls/vnbt.vxd/Makefile"
27400 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27401         vnbt.vxd"
27402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27403 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27404 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27405
27406 ALL_MAKEFILES="$ALL_MAKEFILES \\
27407         dlls/vnetbios.vxd/Makefile"
27408 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27409         vnetbios.vxd"
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27412 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27413
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415         dlls/vtdapi.vxd/Makefile"
27416 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27417         vtdapi.vxd"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27420 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27421
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423         dlls/vwin32.vxd/Makefile"
27424 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27425         vwin32.vxd"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27428 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27429
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431         dlls/w32skrnl/Makefile"
27432 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27433         w32skrnl"
27434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27435 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27436 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27437
27438 ALL_MAKEFILES="$ALL_MAKEFILES \\
27439         dlls/win87em.dll16/Makefile"
27440 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27441         win87em.dll16"
27442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27443 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27444 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27445
27446 ALL_MAKEFILES="$ALL_MAKEFILES \\
27447         dlls/windebug.dll16/Makefile"
27448 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27449         windebug.dll16"
27450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27451 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27452 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27453
27454 ALL_MAKEFILES="$ALL_MAKEFILES \\
27455         dlls/winealsa.drv/Makefile"
27456 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27457         winealsa.drv"
27458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27459 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27460 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27461
27462 ALL_MAKEFILES="$ALL_MAKEFILES \\
27463         dlls/wineaudioio.drv/Makefile"
27464 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27465         wineaudioio.drv"
27466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27467 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27468 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27469
27470 ALL_MAKEFILES="$ALL_MAKEFILES \\
27471         dlls/winecoreaudio.drv/Makefile"
27472 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27473         winecoreaudio.drv"
27474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27475 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27476 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27477
27478 ALL_MAKEFILES="$ALL_MAKEFILES \\
27479         dlls/winecrt0/Makefile"
27480 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27481         winecrt0"
27482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27483 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27484 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27485
27486 ALL_MAKEFILES="$ALL_MAKEFILES \\
27487         dlls/wined3d/Makefile"
27488 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27489         wined3d"
27490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27491 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27492 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27493
27494 ALL_MAKEFILES="$ALL_MAKEFILES \\
27495         dlls/winedos/Makefile"
27496 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27497         winedos"
27498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27499 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27500 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27501
27502 ALL_MAKEFILES="$ALL_MAKEFILES \\
27503         dlls/wineesd.drv/Makefile"
27504 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27505         wineesd.drv"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27508 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27509
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511         dlls/winejack.drv/Makefile"
27512 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27513         winejack.drv"
27514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27515 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27516 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27517
27518 ALL_MAKEFILES="$ALL_MAKEFILES \\
27519         dlls/winejoystick.drv/Makefile"
27520 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27521         winejoystick.drv"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27524 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27525
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527         dlls/winemp3.acm/Makefile"
27528 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27529         winemp3.acm"
27530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27531 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27532 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27533
27534 ALL_MAKEFILES="$ALL_MAKEFILES \\
27535         dlls/winenas.drv/Makefile"
27536 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27537         winenas.drv"
27538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27539 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27540 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27541
27542 ALL_MAKEFILES="$ALL_MAKEFILES \\
27543         dlls/wineoss.drv/Makefile"
27544 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27545         wineoss.drv"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27548 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27549
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551         dlls/wineps.drv/Makefile"
27552 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27553         wineps.drv"
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27556 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27557
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559         dlls/winequartz.drv/Makefile"
27560 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27561         winequartz.drv"
27562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27563 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27564 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27565
27566 ALL_MAKEFILES="$ALL_MAKEFILES \\
27567         dlls/winex11.drv/Makefile"
27568 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27569         winex11.drv"
27570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27571 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27572 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27573
27574 ALL_MAKEFILES="$ALL_MAKEFILES \\
27575         dlls/wing32/Makefile"
27576 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27577         wing32"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27580 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27581
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583         dlls/winhttp/Makefile"
27584 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27585         winhttp"
27586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27587 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27588 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27589
27590 ALL_MAKEFILES="$ALL_MAKEFILES \\
27591         dlls/winhttp/tests/Makefile"
27592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27593         winhttp/tests"
27594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27595 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27596 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27597
27598 ALL_MAKEFILES="$ALL_MAKEFILES \\
27599         dlls/wininet/Makefile"
27600 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27601         wininet"
27602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27603 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27604 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27605
27606 ALL_MAKEFILES="$ALL_MAKEFILES \\
27607         dlls/wininet/tests/Makefile"
27608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27609         wininet/tests"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27612 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27613
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615         dlls/winmm/Makefile"
27616 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27617         winmm"
27618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27619 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27620 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27621
27622 ALL_MAKEFILES="$ALL_MAKEFILES \\
27623         dlls/winmm/tests/Makefile"
27624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27625         winmm/tests"
27626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27627 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27628 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27629
27630 ALL_MAKEFILES="$ALL_MAKEFILES \\
27631         dlls/winnls32/Makefile"
27632 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27633         winnls32"
27634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27635 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27636 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27637
27638 ALL_MAKEFILES="$ALL_MAKEFILES \\
27639         dlls/winscard/Makefile"
27640 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27641         winscard"
27642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27643 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27644 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27645
27646 ALL_MAKEFILES="$ALL_MAKEFILES \\
27647         dlls/winspool.drv/Makefile"
27648 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27649         winspool.drv"
27650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27651 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27652 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27653
27654 ALL_MAKEFILES="$ALL_MAKEFILES \\
27655         dlls/winspool.drv/tests/Makefile"
27656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27657         winspool.drv/tests"
27658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27659 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27660 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27661
27662 ALL_MAKEFILES="$ALL_MAKEFILES \\
27663         dlls/wintab32/Makefile"
27664 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27665         wintab32"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27668 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27669
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671         dlls/wintrust/Makefile"
27672 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27673         wintrust"
27674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27675 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27676 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27677
27678 ALL_MAKEFILES="$ALL_MAKEFILES \\
27679         dlls/wintrust/tests/Makefile"
27680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27681         wintrust/tests"
27682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27683 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27684 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27685
27686 ALL_MAKEFILES="$ALL_MAKEFILES \\
27687         dlls/wldap32/Makefile"
27688 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27689         wldap32"
27690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27691 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27692 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27693
27694 ALL_MAKEFILES="$ALL_MAKEFILES \\
27695         dlls/wldap32/tests/Makefile"
27696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27697         wldap32/tests"
27698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27699 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27700 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27701
27702 ALL_MAKEFILES="$ALL_MAKEFILES \\
27703         dlls/wmi/Makefile"
27704 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27705         wmi"
27706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27707 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27708 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27709
27710 ALL_MAKEFILES="$ALL_MAKEFILES \\
27711         dlls/wnaspi32/Makefile"
27712 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27713         wnaspi32"
27714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27715 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27716 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27717
27718 ALL_MAKEFILES="$ALL_MAKEFILES \\
27719         dlls/wow32/Makefile"
27720 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27721         wow32"
27722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27723 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27724 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27725
27726 ALL_MAKEFILES="$ALL_MAKEFILES \\
27727         dlls/ws2_32/Makefile"
27728 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27729         ws2_32"
27730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27731 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27732 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27733
27734 ALL_MAKEFILES="$ALL_MAKEFILES \\
27735         dlls/ws2_32/tests/Makefile"
27736 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27737         ws2_32/tests"
27738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27739 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27740 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27741
27742 ALL_MAKEFILES="$ALL_MAKEFILES \\
27743         dlls/wsock32/Makefile"
27744 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27745         wsock32"
27746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27747 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27748 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27749
27750 ALL_MAKEFILES="$ALL_MAKEFILES \\
27751         dlls/wtsapi32/Makefile"
27752 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27753         wtsapi32"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27756 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27757
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759         dlls/wuapi/Makefile"
27760 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27761         wuapi"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27764 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27765
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767         dlls/xinput1_1/Makefile"
27768 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27769         xinput1_1"
27770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27771 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27772 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27773
27774 ALL_MAKEFILES="$ALL_MAKEFILES \\
27775         dlls/xinput1_2/Makefile"
27776 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27777         xinput1_2"
27778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27779 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27780 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27781
27782 ALL_MAKEFILES="$ALL_MAKEFILES \\
27783         dlls/xinput1_3/Makefile"
27784 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27785         xinput1_3"
27786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27787 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27788 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27789
27790 ALL_MAKEFILES="$ALL_MAKEFILES \\
27791         dlls/xinput1_3/tests/Makefile"
27792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27793         xinput1_3/tests"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27796 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27797
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799         dlls/xinput9_1_0/Makefile"
27800 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27801         xinput9_1_0"
27802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27803 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27804 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27805
27806 ALL_MAKEFILES="$ALL_MAKEFILES \\
27807         documentation/Makefile"
27808 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27809         documentation"
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 documentation/Makefile: documentation/Makefile.in Make.rules"
27812 ac_config_files="$ac_config_files documentation/Makefile"
27813
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815         fonts/Makefile"
27816 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27817         fonts"
27818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27819 fonts/Makefile: fonts/Makefile.in Make.rules"
27820 ac_config_files="$ac_config_files fonts/Makefile"
27821
27822 ALL_MAKEFILES="$ALL_MAKEFILES \\
27823         include/Makefile"
27824 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27825         include"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 include/Makefile: include/Makefile.in Make.rules"
27828 ac_config_files="$ac_config_files include/Makefile"
27829
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831         libs/Makefile"
27832 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27833         libs"
27834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27835 libs/Makefile: libs/Makefile.in Make.rules"
27836 ac_config_files="$ac_config_files libs/Makefile"
27837
27838 ALL_MAKEFILES="$ALL_MAKEFILES \\
27839         libs/port/Makefile"
27840
27841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27842 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27843 ac_config_files="$ac_config_files libs/port/Makefile"
27844
27845 ALL_MAKEFILES="$ALL_MAKEFILES \\
27846         libs/wine/Makefile"
27847
27848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27849 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27850 ac_config_files="$ac_config_files libs/wine/Makefile"
27851
27852 ALL_MAKEFILES="$ALL_MAKEFILES \\
27853         libs/wpp/Makefile"
27854
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27857 ac_config_files="$ac_config_files libs/wpp/Makefile"
27858
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860         loader/Makefile"
27861 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27862         loader"
27863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27864 loader/Makefile: loader/Makefile.in Make.rules"
27865 ac_config_files="$ac_config_files loader/Makefile"
27866
27867 ALL_MAKEFILES="$ALL_MAKEFILES \\
27868         programs/Makefile"
27869 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27870         programs"
27871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27872 programs/Makefile: programs/Makefile.in Make.rules"
27873 ac_config_files="$ac_config_files programs/Makefile"
27874
27875 ALL_MAKEFILES="$ALL_MAKEFILES \\
27876         programs/cacls/Makefile"
27877 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27878         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27879         cacls"
27880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27881 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27882 ac_config_files="$ac_config_files programs/cacls/Makefile"
27883
27884 ALL_MAKEFILES="$ALL_MAKEFILES \\
27885         programs/clock/Makefile"
27886 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27887         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27888         clock"
27889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27890 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27891 ac_config_files="$ac_config_files programs/clock/Makefile"
27892
27893 ALL_MAKEFILES="$ALL_MAKEFILES \\
27894         programs/cmd/Makefile"
27895 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27896         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27897         cmd"
27898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27899 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27900 ac_config_files="$ac_config_files programs/cmd/Makefile"
27901
27902 ALL_MAKEFILES="$ALL_MAKEFILES \\
27903         programs/cmdlgtst/Makefile"
27904 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27905         cmdlgtst"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27909
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911         programs/control/Makefile"
27912 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914         control"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/control/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         programs/eject/Makefile"
27921 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923         eject"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/eject/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         programs/expand/Makefile"
27930 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932         expand"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/expand/Makefile"
27936
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938         programs/explorer/Makefile"
27939 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941         explorer"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/explorer/Makefile"
27945
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947         programs/hh/Makefile"
27948 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950         hh"
27951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27952 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27953 ac_config_files="$ac_config_files programs/hh/Makefile"
27954
27955 ALL_MAKEFILES="$ALL_MAKEFILES \\
27956         programs/icinfo/Makefile"
27957 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27958         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27959         icinfo"
27960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27961 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27962 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27963
27964 ALL_MAKEFILES="$ALL_MAKEFILES \\
27965         programs/iexplore/Makefile"
27966 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27967         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27968         iexplore"
27969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27970 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27971 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27972
27973 ALL_MAKEFILES="$ALL_MAKEFILES \\
27974         programs/lodctr/Makefile"
27975 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27976         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27977         lodctr"
27978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27979 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27980 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27981
27982 ALL_MAKEFILES="$ALL_MAKEFILES \\
27983         programs/msiexec/Makefile"
27984 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27985         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27986         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27987         msiexec"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27991
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993         programs/net/Makefile"
27994 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27995         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27996         net"
27997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27998 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27999 ac_config_files="$ac_config_files programs/net/Makefile"
28000
28001 ALL_MAKEFILES="$ALL_MAKEFILES \\
28002         programs/notepad/Makefile"
28003 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28004         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28005         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28006         notepad"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28009 ac_config_files="$ac_config_files programs/notepad/Makefile"
28010
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012         programs/oleview/Makefile"
28013 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28014         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28015         oleview"
28016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28017 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28018 ac_config_files="$ac_config_files programs/oleview/Makefile"
28019
28020 ALL_MAKEFILES="$ALL_MAKEFILES \\
28021         programs/progman/Makefile"
28022 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28023         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28024         progman"
28025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28026 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28027 ac_config_files="$ac_config_files programs/progman/Makefile"
28028
28029 ALL_MAKEFILES="$ALL_MAKEFILES \\
28030         programs/reg/Makefile"
28031 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28032         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28033         reg"
28034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28035 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28036 ac_config_files="$ac_config_files programs/reg/Makefile"
28037
28038 ALL_MAKEFILES="$ALL_MAKEFILES \\
28039         programs/regedit/Makefile"
28040 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28041         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28042         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28043         regedit"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28046 ac_config_files="$ac_config_files programs/regedit/Makefile"
28047
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049         programs/regsvr32/Makefile"
28050 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28051         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28052         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28053         regsvr32"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28057
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059         programs/rpcss/Makefile"
28060 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062         rpcss"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28066
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068         programs/rundll32/Makefile"
28069 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071         rundll32"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28075
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077         programs/secedit/Makefile"
28078 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080         secedit"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/secedit/Makefile"
28084
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086         programs/services/Makefile"
28087 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28089         services"
28090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28091 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28092 ac_config_files="$ac_config_files programs/services/Makefile"
28093
28094 ALL_MAKEFILES="$ALL_MAKEFILES \\
28095         programs/spoolsv/Makefile"
28096 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28097         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28098         spoolsv"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28101 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28102
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104         programs/start/Makefile"
28105 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28106         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28107         start"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/start/Makefile"
28111
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113         programs/svchost/Makefile"
28114 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116         svchost"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/svchost/Makefile"
28120
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122         programs/taskmgr/Makefile"
28123 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125         taskmgr"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28129
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131         programs/uninstaller/Makefile"
28132 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134         uninstaller"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28137 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28138
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140         programs/unlodctr/Makefile"
28141 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28142         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28143         unlodctr"
28144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28145 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28146 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28147
28148 ALL_MAKEFILES="$ALL_MAKEFILES \\
28149         programs/view/Makefile"
28150 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28151         view"
28152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28153 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28154 ac_config_files="$ac_config_files programs/view/Makefile"
28155
28156 ALL_MAKEFILES="$ALL_MAKEFILES \\
28157         programs/wineboot/Makefile"
28158 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28159         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28160         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28161         wineboot"
28162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28163 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28164 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28165
28166 ALL_MAKEFILES="$ALL_MAKEFILES \\
28167         programs/winebrowser/Makefile"
28168 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28169         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28170         winebrowser"
28171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28172 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28173 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28174
28175 ALL_MAKEFILES="$ALL_MAKEFILES \\
28176         programs/winecfg/Makefile"
28177 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28178         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28179         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28180         winecfg"
28181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28182 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28183 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28184
28185 ALL_MAKEFILES="$ALL_MAKEFILES \\
28186         programs/wineconsole/Makefile"
28187 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28188         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28189         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28190         wineconsole"
28191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28192 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28193 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28194
28195 ALL_MAKEFILES="$ALL_MAKEFILES \\
28196         programs/winedbg/Makefile"
28197 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28198         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28199         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28200         winedbg"
28201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28202 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28203 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28204
28205 ALL_MAKEFILES="$ALL_MAKEFILES \\
28206         programs/winedevice/Makefile"
28207 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28208         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28209         winedevice"
28210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28211 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28212 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28213
28214 ALL_MAKEFILES="$ALL_MAKEFILES \\
28215         programs/winefile/Makefile"
28216 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28217         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28218         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28219         winefile"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28222 ac_config_files="$ac_config_files programs/winefile/Makefile"
28223
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225         programs/winemenubuilder/Makefile"
28226 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228         winemenubuilder"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28231 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28232
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234         programs/winemine/Makefile"
28235 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28236         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28237         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28238         winemine"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winemine/Makefile"
28242
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244         programs/winepath/Makefile"
28245 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28248         winepath"
28249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28250 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28251 ac_config_files="$ac_config_files programs/winepath/Makefile"
28252
28253 ALL_MAKEFILES="$ALL_MAKEFILES \\
28254         programs/winetest/Makefile"
28255 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28256         winetest"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winetest/Makefile"
28260
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262         programs/winevdm/Makefile"
28263 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265         winevdm"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28269
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271         programs/winhelp.exe16/Makefile"
28272 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274         winhelp.exe16"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28278
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280         programs/winhlp32/Makefile"
28281 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28282         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28283         winhlp32"
28284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28285 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28286 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28287
28288 ALL_MAKEFILES="$ALL_MAKEFILES \\
28289         programs/winoldap.mod16/Makefile"
28290 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28291         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28292         winoldap.mod16"
28293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28294 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28295 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28296
28297 ALL_MAKEFILES="$ALL_MAKEFILES \\
28298         programs/winver/Makefile"
28299 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28300         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28301         winver"
28302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28303 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28304 ac_config_files="$ac_config_files programs/winver/Makefile"
28305
28306 ALL_MAKEFILES="$ALL_MAKEFILES \\
28307         programs/wordpad/Makefile"
28308 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28309         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28310         wordpad"
28311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28312 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28313 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28314
28315 ALL_MAKEFILES="$ALL_MAKEFILES \\
28316         programs/write/Makefile"
28317 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28318         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28319         write"
28320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28321 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28322 ac_config_files="$ac_config_files programs/write/Makefile"
28323
28324 ALL_MAKEFILES="$ALL_MAKEFILES \\
28325         programs/xcopy/Makefile"
28326 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28327         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28328         xcopy"
28329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28330 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28331 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28332
28333 ALL_MAKEFILES="$ALL_MAKEFILES \\
28334         server/Makefile"
28335 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28336         server"
28337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28338 server/Makefile: server/Makefile.in Make.rules"
28339 ac_config_files="$ac_config_files server/Makefile"
28340
28341 ALL_MAKEFILES="$ALL_MAKEFILES \\
28342         tools/Makefile"
28343 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28344         tools"
28345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28346 tools/Makefile: tools/Makefile.in Make.rules"
28347 ac_config_files="$ac_config_files tools/Makefile"
28348
28349 ALL_MAKEFILES="$ALL_MAKEFILES \\
28350         tools/widl/Makefile"
28351
28352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28353 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28354 ac_config_files="$ac_config_files tools/widl/Makefile"
28355
28356 ALL_MAKEFILES="$ALL_MAKEFILES \\
28357         tools/winebuild/Makefile"
28358
28359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28360 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28361 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28362
28363 ALL_MAKEFILES="$ALL_MAKEFILES \\
28364         tools/winedump/Makefile"
28365
28366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28367 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28368 ac_config_files="$ac_config_files tools/winedump/Makefile"
28369
28370 ALL_MAKEFILES="$ALL_MAKEFILES \\
28371         tools/winegcc/Makefile"
28372
28373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28374 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28375 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28376
28377 ALL_MAKEFILES="$ALL_MAKEFILES \\
28378         tools/wmc/Makefile"
28379
28380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28381 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28382 ac_config_files="$ac_config_files tools/wmc/Makefile"
28383
28384 ALL_MAKEFILES="$ALL_MAKEFILES \\
28385         tools/wrc/Makefile"
28386
28387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28388 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28389 ac_config_files="$ac_config_files tools/wrc/Makefile"
28390
28391
28392
28393 ALL_WINETEST_DEPENDS="# Test binaries"
28394
28395 for dir in $ALL_TEST_DIRS
28396 do
28397     if test "$dir" != "\\"
28398     then
28399         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28400         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28401 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28402         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28403     fi
28404 done
28405
28406 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28407
28408 cat >confcache <<\_ACEOF
28409 # This file is a shell script that caches the results of configure
28410 # tests run on this system so they can be shared between configure
28411 # scripts and configure runs, see configure's option --config-cache.
28412 # It is not useful on other systems.  If it contains results you don't
28413 # want to keep, you may remove or edit it.
28414 #
28415 # config.status only pays attention to the cache file if you give it
28416 # the --recheck option to rerun configure.
28417 #
28418 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28419 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28420 # following values.
28421
28422 _ACEOF
28423
28424 # The following way of writing the cache mishandles newlines in values,
28425 # but we know of no workaround that is simple, portable, and efficient.
28426 # So, we kill variables containing newlines.
28427 # Ultrix sh set writes to stderr and can't be redirected directly,
28428 # and sets the high bit in the cache file unless we assign to the vars.
28429 (
28430   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28431     eval ac_val=\$$ac_var
28432     case $ac_val in #(
28433     *${as_nl}*)
28434       case $ac_var in #(
28435       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28436 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28437       esac
28438       case $ac_var in #(
28439       _ | IFS | as_nl) ;; #(
28440       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28441       *) $as_unset $ac_var ;;
28442       esac ;;
28443     esac
28444   done
28445
28446   (set) 2>&1 |
28447     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28448     *${as_nl}ac_space=\ *)
28449       # `set' does not quote correctly, so add quotes (double-quote
28450       # substitution turns \\\\ into \\, and sed turns \\ into \).
28451       sed -n \
28452         "s/'/'\\\\''/g;
28453           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28454       ;; #(
28455     *)
28456       # `set' quotes correctly as required by POSIX, so do not add quotes.
28457       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28458       ;;
28459     esac |
28460     sort
28461 ) |
28462   sed '
28463      /^ac_cv_env_/b end
28464      t clear
28465      :clear
28466      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28467      t end
28468      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28469      :end' >>confcache
28470 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28471   if test -w "$cache_file"; then
28472     test "x$cache_file" != "x/dev/null" &&
28473       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28474 $as_echo "$as_me: updating cache $cache_file" >&6;}
28475     cat confcache >$cache_file
28476   else
28477     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28478 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28479   fi
28480 fi
28481 rm -f confcache
28482
28483 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28484 # Let make expand exec_prefix.
28485 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28486
28487 DEFS=-DHAVE_CONFIG_H
28488
28489 ac_libobjs=
28490 ac_ltlibobjs=
28491 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28492   # 1. Remove the extension, and $U if already installed.
28493   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28494   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28495   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28496   #    will be set to the directory where LIBOBJS objects are built.
28497   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28498   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28499 done
28500 LIBOBJS=$ac_libobjs
28501
28502 LTLIBOBJS=$ac_ltlibobjs
28503
28504
28505
28506 : ${CONFIG_STATUS=./config.status}
28507 ac_write_fail=0
28508 ac_clean_files_save=$ac_clean_files
28509 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28510 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28511 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28512 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28513 #! $SHELL
28514 # Generated by $as_me.
28515 # Run this file to recreate the current configuration.
28516 # Compiler output produced by configure, useful for debugging
28517 # configure, is in config.log if it exists.
28518
28519 debug=false
28520 ac_cs_recheck=false
28521 ac_cs_silent=false
28522 SHELL=\${CONFIG_SHELL-$SHELL}
28523 _ACEOF
28524
28525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28526 ## --------------------- ##
28527 ## M4sh Initialization.  ##
28528 ## --------------------- ##
28529
28530 # Be more Bourne compatible
28531 DUALCASE=1; export DUALCASE # for MKS sh
28532 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28533   emulate sh
28534   NULLCMD=:
28535   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28536   # is contrary to our usage.  Disable this feature.
28537   alias -g '${1+"$@"}'='"$@"'
28538   setopt NO_GLOB_SUBST
28539 else
28540   case `(set -o) 2>/dev/null` in
28541   *posix*) set -o posix ;;
28542 esac
28543
28544 fi
28545
28546
28547
28548
28549 # PATH needs CR
28550 # Avoid depending upon Character Ranges.
28551 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28552 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28553 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28554 as_cr_digits='0123456789'
28555 as_cr_alnum=$as_cr_Letters$as_cr_digits
28556
28557 as_nl='
28558 '
28559 export as_nl
28560 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28561 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28562 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28563 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28564 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28565   as_echo='printf %s\n'
28566   as_echo_n='printf %s'
28567 else
28568   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28569     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28570     as_echo_n='/usr/ucb/echo -n'
28571   else
28572     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28573     as_echo_n_body='eval
28574       arg=$1;
28575       case $arg in
28576       *"$as_nl"*)
28577         expr "X$arg" : "X\\(.*\\)$as_nl";
28578         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28579       esac;
28580       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28581     '
28582     export as_echo_n_body
28583     as_echo_n='sh -c $as_echo_n_body as_echo'
28584   fi
28585   export as_echo_body
28586   as_echo='sh -c $as_echo_body as_echo'
28587 fi
28588
28589 # The user is always right.
28590 if test "${PATH_SEPARATOR+set}" != set; then
28591   PATH_SEPARATOR=:
28592   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28593     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28594       PATH_SEPARATOR=';'
28595   }
28596 fi
28597
28598 # Support unset when possible.
28599 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28600   as_unset=unset
28601 else
28602   as_unset=false
28603 fi
28604
28605
28606 # IFS
28607 # We need space, tab and new line, in precisely that order.  Quoting is
28608 # there to prevent editors from complaining about space-tab.
28609 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28610 # splitting by setting IFS to empty value.)
28611 IFS=" ""        $as_nl"
28612
28613 # Find who we are.  Look in the path if we contain no directory separator.
28614 case $0 in
28615   *[\\/]* ) as_myself=$0 ;;
28616   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28617 for as_dir in $PATH
28618 do
28619   IFS=$as_save_IFS
28620   test -z "$as_dir" && as_dir=.
28621   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28622 done
28623 IFS=$as_save_IFS
28624
28625      ;;
28626 esac
28627 # We did not find ourselves, most probably we were run as `sh COMMAND'
28628 # in which case we are not to be found in the path.
28629 if test "x$as_myself" = x; then
28630   as_myself=$0
28631 fi
28632 if test ! -f "$as_myself"; then
28633   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28634   { (exit 1); exit 1; }
28635 fi
28636
28637 # Work around bugs in pre-3.0 UWIN ksh.
28638 for as_var in ENV MAIL MAILPATH
28639 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28640 done
28641 PS1='$ '
28642 PS2='> '
28643 PS4='+ '
28644
28645 # NLS nuisances.
28646 LC_ALL=C
28647 export LC_ALL
28648 LANGUAGE=C
28649 export LANGUAGE
28650
28651 # Required to use basename.
28652 if expr a : '\(a\)' >/dev/null 2>&1 &&
28653    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28654   as_expr=expr
28655 else
28656   as_expr=false
28657 fi
28658
28659 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28660   as_basename=basename
28661 else
28662   as_basename=false
28663 fi
28664
28665
28666 # Name of the executable.
28667 as_me=`$as_basename -- "$0" ||
28668 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28669          X"$0" : 'X\(//\)$' \| \
28670          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28671 $as_echo X/"$0" |
28672     sed '/^.*\/\([^/][^/]*\)\/*$/{
28673             s//\1/
28674             q
28675           }
28676           /^X\/\(\/\/\)$/{
28677             s//\1/
28678             q
28679           }
28680           /^X\/\(\/\).*/{
28681             s//\1/
28682             q
28683           }
28684           s/.*/./; q'`
28685
28686 # CDPATH.
28687 $as_unset CDPATH
28688
28689
28690
28691   as_lineno_1=$LINENO
28692   as_lineno_2=$LINENO
28693   test "x$as_lineno_1" != "x$as_lineno_2" &&
28694   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28695
28696   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28697   # uniformly replaced by the line number.  The first 'sed' inserts a
28698   # line-number line after each line using $LINENO; the second 'sed'
28699   # does the real work.  The second script uses 'N' to pair each
28700   # line-number line with the line containing $LINENO, and appends
28701   # trailing '-' during substitution so that $LINENO is not a special
28702   # case at line end.
28703   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28704   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28705   # E. McMahon (1931-1989) for sed's syntax.  :-)
28706   sed -n '
28707     p
28708     /[$]LINENO/=
28709   ' <$as_myself |
28710     sed '
28711       s/[$]LINENO.*/&-/
28712       t lineno
28713       b
28714       :lineno
28715       N
28716       :loop
28717       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28718       t loop
28719       s/-\n.*//
28720     ' >$as_me.lineno &&
28721   chmod +x "$as_me.lineno" ||
28722     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28723    { (exit 1); exit 1; }; }
28724
28725   # Don't try to exec as it changes $[0], causing all sort of problems
28726   # (the dirname of $[0] is not the place where we might find the
28727   # original and so on.  Autoconf is especially sensitive to this).
28728   . "./$as_me.lineno"
28729   # Exit status is that of the last command.
28730   exit
28731 }
28732
28733
28734 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28735   as_dirname=dirname
28736 else
28737   as_dirname=false
28738 fi
28739
28740 ECHO_C= ECHO_N= ECHO_T=
28741 case `echo -n x` in
28742 -n*)
28743   case `echo 'x\c'` in
28744   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28745   *)   ECHO_C='\c';;
28746   esac;;
28747 *)
28748   ECHO_N='-n';;
28749 esac
28750 if expr a : '\(a\)' >/dev/null 2>&1 &&
28751    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28752   as_expr=expr
28753 else
28754   as_expr=false
28755 fi
28756
28757 rm -f conf$$ conf$$.exe conf$$.file
28758 if test -d conf$$.dir; then
28759   rm -f conf$$.dir/conf$$.file
28760 else
28761   rm -f conf$$.dir
28762   mkdir conf$$.dir 2>/dev/null
28763 fi
28764 if (echo >conf$$.file) 2>/dev/null; then
28765   if ln -s conf$$.file conf$$ 2>/dev/null; then
28766     as_ln_s='ln -s'
28767     # ... but there are two gotchas:
28768     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28769     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28770     # In both cases, we have to default to `cp -p'.
28771     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28772       as_ln_s='cp -p'
28773   elif ln conf$$.file conf$$ 2>/dev/null; then
28774     as_ln_s=ln
28775   else
28776     as_ln_s='cp -p'
28777   fi
28778 else
28779   as_ln_s='cp -p'
28780 fi
28781 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28782 rmdir conf$$.dir 2>/dev/null
28783
28784 if mkdir -p . 2>/dev/null; then
28785   as_mkdir_p=:
28786 else
28787   test -d ./-p && rmdir ./-p
28788   as_mkdir_p=false
28789 fi
28790
28791 if test -x / >/dev/null 2>&1; then
28792   as_test_x='test -x'
28793 else
28794   if ls -dL / >/dev/null 2>&1; then
28795     as_ls_L_option=L
28796   else
28797     as_ls_L_option=
28798   fi
28799   as_test_x='
28800     eval sh -c '\''
28801       if test -d "$1"; then
28802         test -d "$1/.";
28803       else
28804         case $1 in
28805         -*)set "./$1";;
28806         esac;
28807         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28808         ???[sx]*):;;*)false;;esac;fi
28809     '\'' sh
28810   '
28811 fi
28812 as_executable_p=$as_test_x
28813
28814 # Sed expression to map a string onto a valid CPP name.
28815 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28816
28817 # Sed expression to map a string onto a valid variable name.
28818 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28819
28820
28821 exec 6>&1
28822
28823 # Save the log message, to keep $[0] and so on meaningful, and to
28824 # report actual input values of CONFIG_FILES etc. instead of their
28825 # values after options handling.
28826 ac_log="
28827 This file was extended by Wine $as_me 1.1.16, which was
28828 generated by GNU Autoconf 2.63.  Invocation command line was
28829
28830   CONFIG_FILES    = $CONFIG_FILES
28831   CONFIG_HEADERS  = $CONFIG_HEADERS
28832   CONFIG_LINKS    = $CONFIG_LINKS
28833   CONFIG_COMMANDS = $CONFIG_COMMANDS
28834   $ $0 $@
28835
28836 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28837 "
28838
28839 _ACEOF
28840
28841 case $ac_config_files in *"
28842 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28843 esac
28844
28845 case $ac_config_headers in *"
28846 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28847 esac
28848
28849
28850 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28851 # Files that config.status was made for.
28852 config_files="$ac_config_files"
28853 config_headers="$ac_config_headers"
28854 config_commands="$ac_config_commands"
28855
28856 _ACEOF
28857
28858 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28859 ac_cs_usage="\
28860 \`$as_me' instantiates files from templates according to the
28861 current configuration.
28862
28863 Usage: $0 [OPTION]... [FILE]...
28864
28865   -h, --help       print this help, then exit
28866   -V, --version    print version number and configuration settings, then exit
28867   -q, --quiet, --silent
28868                    do not print progress messages
28869   -d, --debug      don't remove temporary files
28870       --recheck    update $as_me by reconfiguring in the same conditions
28871       --file=FILE[:TEMPLATE]
28872                    instantiate the configuration file FILE
28873       --header=FILE[:TEMPLATE]
28874                    instantiate the configuration header FILE
28875
28876 Configuration files:
28877 $config_files
28878
28879 Configuration headers:
28880 $config_headers
28881
28882 Configuration commands:
28883 $config_commands
28884
28885 Report bugs to <bug-autoconf@gnu.org>."
28886
28887 _ACEOF
28888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28889 ac_cs_version="\\
28890 Wine config.status 1.1.16
28891 configured by $0, generated by GNU Autoconf 2.63,
28892   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28893
28894 Copyright (C) 2008 Free Software Foundation, Inc.
28895 This config.status script is free software; the Free Software Foundation
28896 gives unlimited permission to copy, distribute and modify it."
28897
28898 ac_pwd='$ac_pwd'
28899 srcdir='$srcdir'
28900 INSTALL='$INSTALL'
28901 test -n "\$AWK" || AWK=awk
28902 _ACEOF
28903
28904 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28905 # The default lists apply if the user does not specify any file.
28906 ac_need_defaults=:
28907 while test $# != 0
28908 do
28909   case $1 in
28910   --*=*)
28911     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28912     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28913     ac_shift=:
28914     ;;
28915   *)
28916     ac_option=$1
28917     ac_optarg=$2
28918     ac_shift=shift
28919     ;;
28920   esac
28921
28922   case $ac_option in
28923   # Handling of the options.
28924   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28925     ac_cs_recheck=: ;;
28926   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28927     $as_echo "$ac_cs_version"; exit ;;
28928   --debug | --debu | --deb | --de | --d | -d )
28929     debug=: ;;
28930   --file | --fil | --fi | --f )
28931     $ac_shift
28932     case $ac_optarg in
28933     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28934     esac
28935     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28936     ac_need_defaults=false;;
28937   --header | --heade | --head | --hea )
28938     $ac_shift
28939     case $ac_optarg in
28940     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28941     esac
28942     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28943     ac_need_defaults=false;;
28944   --he | --h)
28945     # Conflict between --help and --header
28946     { $as_echo "$as_me: error: ambiguous option: $1
28947 Try \`$0 --help' for more information." >&2
28948    { (exit 1); exit 1; }; };;
28949   --help | --hel | -h )
28950     $as_echo "$ac_cs_usage"; exit ;;
28951   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28952   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28953     ac_cs_silent=: ;;
28954
28955   # This is an error.
28956   -*) { $as_echo "$as_me: error: unrecognized option: $1
28957 Try \`$0 --help' for more information." >&2
28958    { (exit 1); exit 1; }; } ;;
28959
28960   *) ac_config_targets="$ac_config_targets $1"
28961      ac_need_defaults=false ;;
28962
28963   esac
28964   shift
28965 done
28966
28967 ac_configure_extra_args=
28968
28969 if $ac_cs_silent; then
28970   exec 6>/dev/null
28971   ac_configure_extra_args="$ac_configure_extra_args --silent"
28972 fi
28973
28974 _ACEOF
28975 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28976 if \$ac_cs_recheck; then
28977   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28978   shift
28979   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28980   CONFIG_SHELL='$SHELL'
28981   export CONFIG_SHELL
28982   exec "\$@"
28983 fi
28984
28985 _ACEOF
28986 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28987 exec 5>>config.log
28988 {
28989   echo
28990   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28991 ## Running $as_me. ##
28992 _ASBOX
28993   $as_echo "$ac_log"
28994 } >&5
28995
28996 _ACEOF
28997 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28998 _ACEOF
28999
29000 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29001
29002 # Handling of arguments.
29003 for ac_config_target in $ac_config_targets
29004 do
29005   case $ac_config_target in
29006     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29007     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29008     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29009     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29010     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29011     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29012     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29013     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29014     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29015     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29016     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29017     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29018     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29019     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29020     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29021     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29022     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29023     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29024     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29025     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29026     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29027     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29028     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29029     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29030     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29031     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29032     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29033     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29034     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29035     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29036     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29037     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29038     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29039     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29040     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29041     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29042     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29043     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29044     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29045     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29046     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29047     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29048     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29049     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29050     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29051     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29052     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29053     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29054     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29055     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29056     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29057     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29058     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29059     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29060     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29061     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29062     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29063     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29064     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29065     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29066     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29067     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29068     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29069     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29070     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29071     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29072     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29073     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29074     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29075     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29076     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29077     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29078     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29079     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29080     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29081     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29082     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29083     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29084     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29085     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29086     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29087     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29088     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29089     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29090     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29091     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29092     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29093     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29094     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29095     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29096     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29097     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29098     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29099     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29100     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29101     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29102     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29103     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29104     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29105     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29106     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29107     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29108     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29109     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29110     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29111     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29112     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29113     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29114     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29115     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29116     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29117     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29118     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29119     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29120     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29121     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29122     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29123     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29124     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29125     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29126     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29127     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29128     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29129     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29130     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29131     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29132     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29133     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29134     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29135     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29136     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29137     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29138     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29139     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29140     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29141     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29142     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29143     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29144     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29145     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29146     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29147     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29148     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29149     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29150     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29151     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29152     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29153     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29154     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29155     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29156     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29157     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29158     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29159     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29160     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29161     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29162     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29163     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29164     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29165     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29166     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29167     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29168     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29169     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29170     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29171     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29172     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29173     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29174     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29175     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29176     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29177     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29178     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29179     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29180     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29181     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29182     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29183     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29184     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29185     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29186     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29187     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29188     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29189     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29190     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29191     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29192     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29193     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29194     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29195     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29196     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29197     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29198     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29199     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29200     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29201     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29202     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29203     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29204     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29205     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29206     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29207     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29208     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29209     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29210     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29211     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29212     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29213     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29214     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29215     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29216     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29217     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29218     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29219     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29220     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29221     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29222     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29223     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29224     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29225     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29226     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29227     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29228     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29229     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29230     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29231     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29232     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29233     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29234     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29235     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29236     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29237     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29238     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29239     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29240     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29241     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29242     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29243     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29244     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29245     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29246     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29247     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29248     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29249     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29250     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29251     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29252     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29253     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29254     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29255     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29256     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29257     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29258     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29259     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29260     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29261     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29262     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29263     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29264     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29265     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29266     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29267     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29268     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29269     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29270     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29271     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29272     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29273     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29274     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29275     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29276     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29277     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29278     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29279     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29280     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29281     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29282     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29283     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29284     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29285     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29286     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29287     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29288     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29289     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29290     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29291     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29292     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29293     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29294     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29295     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29296     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29297     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29298     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29299     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29300     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29301     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29302     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29303     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29304     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29305     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29306     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29307     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29308     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29309     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29310     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29311     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29312     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29313     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29314     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29315     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29316     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29317     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29318     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29319     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29320     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29321     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29322     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29323     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29324     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29325     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29326     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29327     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29328     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29329     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29330     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29331     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29332     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29333     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29334     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29335     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29336     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29337     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29338     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29339     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29340     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29341     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29342     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29343     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29344     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29345     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29346     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29347     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29348     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29349     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29350     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29351     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29352     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29353     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29354     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29355     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29356     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29357     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29358     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29359     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29360     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29361     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29362     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29363     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29364     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29365     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29366     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29367     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29368     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29369     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29370     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29371     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29372     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29373     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29374     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29375     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29376     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29377     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29378     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29379     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29380     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29381     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29382     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29383     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29384     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29385     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29386     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29387     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29388     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29389     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29390     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29391     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29392     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29393     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29394     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29395     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29396     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29397     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29398     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29399     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29400     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29401     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29402     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29403     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29404     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29405     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29406     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29407     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29408     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29409     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29410     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29411     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29412     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29413     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29414     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29415     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29416     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29417     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29418     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29419     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29420     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29421     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29422     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29423     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29424     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29425     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29426     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29427     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29428     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29429     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29430     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29431     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29432     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29433     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29434     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29435     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29436     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29437     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29438     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29439     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29440     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29441     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29442     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29443     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29444     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29445     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29446     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29447     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29448     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29449     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29450     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29451     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29452     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29453     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29454     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29455     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29456     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29457     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29458     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29459     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29460     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29461     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29462     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29463     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29464     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29465     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29466     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29467     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29468     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29469     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29470     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29471     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29472     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29473     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29474     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29475     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29476     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29477     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29478     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29479     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29480     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29481     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29482     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29483     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29484     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29485     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29486     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29487     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29488     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29489     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29490     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29491     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29492     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29493     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29494     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29495     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29496     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29497
29498   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29499 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29500    { (exit 1); exit 1; }; };;
29501   esac
29502 done
29503
29504
29505 # If the user did not use the arguments to specify the items to instantiate,
29506 # then the envvar interface is used.  Set only those that are not.
29507 # We use the long form for the default assignment because of an extremely
29508 # bizarre bug on SunOS 4.1.3.
29509 if $ac_need_defaults; then
29510   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29511   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29512   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29513 fi
29514
29515 # Have a temporary directory for convenience.  Make it in the build tree
29516 # simply because there is no reason against having it here, and in addition,
29517 # creating and moving files from /tmp can sometimes cause problems.
29518 # Hook for its removal unless debugging.
29519 # Note that there is a small window in which the directory will not be cleaned:
29520 # after its creation but before its name has been assigned to `$tmp'.
29521 $debug ||
29522 {
29523   tmp=
29524   trap 'exit_status=$?
29525   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29526 ' 0
29527   trap '{ (exit 1); exit 1; }' 1 2 13 15
29528 }
29529 # Create a (secure) tmp directory for tmp files.
29530
29531 {
29532   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29533   test -n "$tmp" && test -d "$tmp"
29534 }  ||
29535 {
29536   tmp=./conf$$-$RANDOM
29537   (umask 077 && mkdir "$tmp")
29538 } ||
29539 {
29540    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29541    { (exit 1); exit 1; }
29542 }
29543
29544 # Set up the scripts for CONFIG_FILES section.
29545 # No need to generate them if there are no CONFIG_FILES.
29546 # This happens for instance with `./config.status config.h'.
29547 if test -n "$CONFIG_FILES"; then
29548
29549 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29550   ac_cs_awk_getline=:
29551   ac_cs_awk_pipe_init=
29552   ac_cs_awk_read_file='
29553       while ((getline aline < (F[key])) > 0)
29554         print(aline)
29555       close(F[key])'
29556   ac_cs_awk_pipe_fini=
29557 else
29558   ac_cs_awk_getline=false
29559   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29560   ac_cs_awk_read_file='
29561       print "|#_!!_#|"
29562       print "cat " F[key] " &&"
29563       '$ac_cs_awk_pipe_init
29564   # The final `:' finishes the AND list.
29565   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29566 fi
29567 ac_cr='\r'
29568 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29569 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29570   ac_cs_awk_cr='\\r'
29571 else
29572   ac_cs_awk_cr=$ac_cr
29573 fi
29574
29575 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29576 _ACEOF
29577
29578 # Create commands to substitute file output variables.
29579 {
29580   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29581   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29582   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29583   echo "_ACAWK" &&
29584   echo "_ACEOF"
29585 } >conf$$files.sh &&
29586 . ./conf$$files.sh ||
29587   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29588 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29589    { (exit 1); exit 1; }; }
29590 rm -f conf$$files.sh
29591
29592 {
29593   echo "cat >conf$$subs.awk <<_ACEOF" &&
29594   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29595   echo "_ACEOF"
29596 } >conf$$subs.sh ||
29597   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29598 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29599    { (exit 1); exit 1; }; }
29600 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29601 ac_delim='%!_!# '
29602 for ac_last_try in false false false false false :; do
29603   . ./conf$$subs.sh ||
29604     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29605 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29606    { (exit 1); exit 1; }; }
29607
29608   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29609   if test $ac_delim_n = $ac_delim_num; then
29610     break
29611   elif $ac_last_try; then
29612     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29613 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29614    { (exit 1); exit 1; }; }
29615   else
29616     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29617   fi
29618 done
29619 rm -f conf$$subs.sh
29620
29621 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29622 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29623 _ACEOF
29624 sed -n '
29625 h
29626 s/^/S["/; s/!.*/"]=/
29627 p
29628 g
29629 s/^[^!]*!//
29630 :repl
29631 t repl
29632 s/'"$ac_delim"'$//
29633 t delim
29634 :nl
29635 h
29636 s/\(.\{148\}\).*/\1/
29637 t more1
29638 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29639 p
29640 n
29641 b repl
29642 :more1
29643 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29644 p
29645 g
29646 s/.\{148\}//
29647 t nl
29648 :delim
29649 h
29650 s/\(.\{148\}\).*/\1/
29651 t more2
29652 s/["\\]/\\&/g; s/^/"/; s/$/"/
29653 p
29654 b
29655 :more2
29656 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29657 p
29658 g
29659 s/.\{148\}//
29660 t delim
29661 ' <conf$$subs.awk | sed '
29662 /^[^""]/{
29663   N
29664   s/\n//
29665 }
29666 ' >>$CONFIG_STATUS || ac_write_fail=1
29667 rm -f conf$$subs.awk
29668 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29669 _ACAWK
29670 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29671   for (key in S) S_is_set[key] = 1
29672   FS = "\a"
29673   \$ac_cs_awk_pipe_init
29674 }
29675 {
29676   line = $ 0
29677   nfields = split(line, field, "@")
29678   substed = 0
29679   len = length(field[1])
29680   for (i = 2; i < nfields; i++) {
29681     key = field[i]
29682     keylen = length(key)
29683     if (S_is_set[key]) {
29684       value = S[key]
29685       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29686       len += length(value) + length(field[++i])
29687       substed = 1
29688     } else
29689       len += 1 + keylen
29690   }
29691   if (nfields == 3 && !substed) {
29692     key = field[2]
29693     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29694       \$ac_cs_awk_read_file
29695       next
29696     }
29697   }
29698   print line
29699 }
29700 \$ac_cs_awk_pipe_fini
29701 _ACAWK
29702 _ACEOF
29703 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29704 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29705   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29706 else
29707   cat
29708 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29709   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29710 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29711    { (exit 1); exit 1; }; }
29712 _ACEOF
29713
29714 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29715 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29716 # trailing colons and then remove the whole line if VPATH becomes empty
29717 # (actually we leave an empty line to preserve line numbers).
29718 if test "x$srcdir" = x.; then
29719   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29720 s/:*\$(srcdir):*/:/
29721 s/:*\${srcdir}:*/:/
29722 s/:*@srcdir@:*/:/
29723 s/^\([^=]*=[     ]*\):*/\1/
29724 s/:*$//
29725 s/^[^=]*=[       ]*$//
29726 }'
29727 fi
29728
29729 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29730 fi # test -n "$CONFIG_FILES"
29731
29732 # Set up the scripts for CONFIG_HEADERS section.
29733 # No need to generate them if there are no CONFIG_HEADERS.
29734 # This happens for instance with `./config.status Makefile'.
29735 if test -n "$CONFIG_HEADERS"; then
29736 cat >"$tmp/defines.awk" <<\_ACAWK ||
29737 BEGIN {
29738 _ACEOF
29739
29740 # Transform confdefs.h into an awk script `defines.awk', embedded as
29741 # here-document in config.status, that substitutes the proper values into
29742 # config.h.in to produce config.h.
29743
29744 # Create a delimiter string that does not exist in confdefs.h, to ease
29745 # handling of long lines.
29746 ac_delim='%!_!# '
29747 for ac_last_try in false false :; do
29748   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29749   if test -z "$ac_t"; then
29750     break
29751   elif $ac_last_try; then
29752     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29753 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29754    { (exit 1); exit 1; }; }
29755   else
29756     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29757   fi
29758 done
29759
29760 # For the awk script, D is an array of macro values keyed by name,
29761 # likewise P contains macro parameters if any.  Preserve backslash
29762 # newline sequences.
29763
29764 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29765 sed -n '
29766 s/.\{148\}/&'"$ac_delim"'/g
29767 t rset
29768 :rset
29769 s/^[     ]*#[    ]*define[       ][      ]*/ /
29770 t def
29771 d
29772 :def
29773 s/\\$//
29774 t bsnl
29775 s/["\\]/\\&/g
29776 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29777 D["\1"]=" \3"/p
29778 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29779 d
29780 :bsnl
29781 s/["\\]/\\&/g
29782 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29783 D["\1"]=" \3\\\\\\n"\\/p
29784 t cont
29785 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29786 t cont
29787 d
29788 :cont
29789 n
29790 s/.\{148\}/&'"$ac_delim"'/g
29791 t clear
29792 :clear
29793 s/\\$//
29794 t bsnlc
29795 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29796 d
29797 :bsnlc
29798 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29799 b cont
29800 ' <confdefs.h | sed '
29801 s/'"$ac_delim"'/"\\\
29802 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29803
29804 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29805   for (key in D) D_is_set[key] = 1
29806   FS = "\a"
29807 }
29808 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29809   line = \$ 0
29810   split(line, arg, " ")
29811   if (arg[1] == "#") {
29812     defundef = arg[2]
29813     mac1 = arg[3]
29814   } else {
29815     defundef = substr(arg[1], 2)
29816     mac1 = arg[2]
29817   }
29818   split(mac1, mac2, "(") #)
29819   macro = mac2[1]
29820   prefix = substr(line, 1, index(line, defundef) - 1)
29821   if (D_is_set[macro]) {
29822     # Preserve the white space surrounding the "#".
29823     print prefix "define", macro P[macro] D[macro]
29824     next
29825   } else {
29826     # Replace #undef with comments.  This is necessary, for example,
29827     # in the case of _POSIX_SOURCE, which is predefined and required
29828     # on some systems where configure will not decide to define it.
29829     if (defundef == "undef") {
29830       print "/*", prefix defundef, macro, "*/"
29831       next
29832     }
29833   }
29834 }
29835 { print }
29836 _ACAWK
29837 _ACEOF
29838 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29839   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29840 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29841    { (exit 1); exit 1; }; }
29842 fi # test -n "$CONFIG_HEADERS"
29843
29844
29845 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29846 shift
29847 for ac_tag
29848 do
29849   case $ac_tag in
29850   :[FHLC]) ac_mode=$ac_tag; continue;;
29851   esac
29852   case $ac_mode$ac_tag in
29853   :[FHL]*:*);;
29854   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29855 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29856    { (exit 1); exit 1; }; };;
29857   :[FH]-) ac_tag=-:-;;
29858   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29859   esac
29860   ac_save_IFS=$IFS
29861   IFS=:
29862   set x $ac_tag
29863   IFS=$ac_save_IFS
29864   shift
29865   ac_file=$1
29866   shift
29867
29868   case $ac_mode in
29869   :L) ac_source=$1;;
29870   :[FH])
29871     ac_file_inputs=
29872     for ac_f
29873     do
29874       case $ac_f in
29875       -) ac_f="$tmp/stdin";;
29876       *) # Look for the file first in the build tree, then in the source tree
29877          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29878          # because $ac_f cannot contain `:'.
29879          test -f "$ac_f" ||
29880            case $ac_f in
29881            [\\/$]*) false;;
29882            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29883            esac ||
29884            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29885 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29886    { (exit 1); exit 1; }; };;
29887       esac
29888       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29889       ac_file_inputs="$ac_file_inputs '$ac_f'"
29890     done
29891
29892     # Let's still pretend it is `configure' which instantiates (i.e., don't
29893     # use $as_me), people would be surprised to read:
29894     #    /* config.h.  Generated by config.status.  */
29895     configure_input='Generated from '`
29896           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29897         `' by configure.'
29898     if test x"$ac_file" != x-; then
29899       configure_input="$ac_file.  $configure_input"
29900       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29901 $as_echo "$as_me: creating $ac_file" >&6;}
29902     fi
29903     # Neutralize special characters interpreted by sed in replacement strings.
29904     case $configure_input in #(
29905     *\&* | *\|* | *\\* )
29906        ac_sed_conf_input=`$as_echo "$configure_input" |
29907        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29908     *) ac_sed_conf_input=$configure_input;;
29909     esac
29910
29911     case $ac_tag in
29912     *:-:* | *:-) cat >"$tmp/stdin" \
29913       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29914 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29915    { (exit 1); exit 1; }; } ;;
29916     esac
29917     ;;
29918   esac
29919
29920   ac_dir=`$as_dirname -- "$ac_file" ||
29921 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29922          X"$ac_file" : 'X\(//\)[^/]' \| \
29923          X"$ac_file" : 'X\(//\)$' \| \
29924          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29925 $as_echo X"$ac_file" |
29926     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29927             s//\1/
29928             q
29929           }
29930           /^X\(\/\/\)[^/].*/{
29931             s//\1/
29932             q
29933           }
29934           /^X\(\/\/\)$/{
29935             s//\1/
29936             q
29937           }
29938           /^X\(\/\).*/{
29939             s//\1/
29940             q
29941           }
29942           s/.*/./; q'`
29943   { as_dir="$ac_dir"
29944   case $as_dir in #(
29945   -*) as_dir=./$as_dir;;
29946   esac
29947   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29948     as_dirs=
29949     while :; do
29950       case $as_dir in #(
29951       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29952       *) as_qdir=$as_dir;;
29953       esac
29954       as_dirs="'$as_qdir' $as_dirs"
29955       as_dir=`$as_dirname -- "$as_dir" ||
29956 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29957          X"$as_dir" : 'X\(//\)[^/]' \| \
29958          X"$as_dir" : 'X\(//\)$' \| \
29959          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29960 $as_echo X"$as_dir" |
29961     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29962             s//\1/
29963             q
29964           }
29965           /^X\(\/\/\)[^/].*/{
29966             s//\1/
29967             q
29968           }
29969           /^X\(\/\/\)$/{
29970             s//\1/
29971             q
29972           }
29973           /^X\(\/\).*/{
29974             s//\1/
29975             q
29976           }
29977           s/.*/./; q'`
29978       test -d "$as_dir" && break
29979     done
29980     test -z "$as_dirs" || eval "mkdir $as_dirs"
29981   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29982 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29983    { (exit 1); exit 1; }; }; }
29984   ac_builddir=.
29985
29986 case "$ac_dir" in
29987 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29988 *)
29989   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29990   # A ".." for each directory in $ac_dir_suffix.
29991   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29992   case $ac_top_builddir_sub in
29993   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29994   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29995   esac ;;
29996 esac
29997 ac_abs_top_builddir=$ac_pwd
29998 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29999 # for backward compatibility:
30000 ac_top_builddir=$ac_top_build_prefix
30001
30002 case $srcdir in
30003   .)  # We are building in place.
30004     ac_srcdir=.
30005     ac_top_srcdir=$ac_top_builddir_sub
30006     ac_abs_top_srcdir=$ac_pwd ;;
30007   [\\/]* | ?:[\\/]* )  # Absolute name.
30008     ac_srcdir=$srcdir$ac_dir_suffix;
30009     ac_top_srcdir=$srcdir
30010     ac_abs_top_srcdir=$srcdir ;;
30011   *) # Relative name.
30012     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30013     ac_top_srcdir=$ac_top_build_prefix$srcdir
30014     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30015 esac
30016 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30017
30018
30019   case $ac_mode in
30020   :F)
30021   #
30022   # CONFIG_FILE
30023   #
30024
30025   case $INSTALL in
30026   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30027   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30028   esac
30029 _ACEOF
30030
30031 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30032 # If the template does not know about datarootdir, expand it.
30033 # FIXME: This hack should be removed a few years after 2.60.
30034 ac_datarootdir_hack=; ac_datarootdir_seen=
30035
30036 ac_sed_dataroot='
30037 /datarootdir/ {
30038   p
30039   q
30040 }
30041 /@datadir@/p
30042 /@docdir@/p
30043 /@infodir@/p
30044 /@localedir@/p
30045 /@mandir@/p
30046 '
30047 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30048 *datarootdir*) ac_datarootdir_seen=yes;;
30049 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30050   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30051 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30052 _ACEOF
30053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30054   ac_datarootdir_hack='
30055   s&@datadir@&$datadir&g
30056   s&@docdir@&$docdir&g
30057   s&@infodir@&$infodir&g
30058   s&@localedir@&$localedir&g
30059   s&@mandir@&$mandir&g
30060     s&\\\${datarootdir}&$datarootdir&g' ;;
30061 esac
30062 _ACEOF
30063
30064 # Neutralize VPATH when `$srcdir' = `.'.
30065 # Shell code in configure.ac might set extrasub.
30066 # FIXME: do we really want to maintain this feature?
30067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30068 ac_sed_extra="$ac_vpsub
30069 $extrasub
30070 _ACEOF
30071 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30072 :t
30073 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30074 s|@configure_input@|$ac_sed_conf_input|;t t
30075 s&@top_builddir@&$ac_top_builddir_sub&;t t
30076 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30077 s&@srcdir@&$ac_srcdir&;t t
30078 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30079 s&@top_srcdir@&$ac_top_srcdir&;t t
30080 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30081 s&@builddir@&$ac_builddir&;t t
30082 s&@abs_builddir@&$ac_abs_builddir&;t t
30083 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30084 s&@INSTALL@&$ac_INSTALL&;t t
30085 $ac_datarootdir_hack
30086 "
30087 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30088 if $ac_cs_awk_getline; then
30089   $AWK -f "$tmp/subs.awk"
30090 else
30091   $AWK -f "$tmp/subs.awk" | $SHELL
30092 fi >$tmp/out \
30093   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30094 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30095    { (exit 1); exit 1; }; }
30096
30097 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30098   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30099   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30100   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30101 which seems to be undefined.  Please make sure it is defined." >&5
30102 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30103 which seems to be undefined.  Please make sure it is defined." >&2;}
30104
30105   rm -f "$tmp/stdin"
30106   case $ac_file in
30107   -) cat "$tmp/out" && rm -f "$tmp/out";;
30108   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30109   esac \
30110   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30111 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30112    { (exit 1); exit 1; }; }
30113  ;;
30114   :H)
30115   #
30116   # CONFIG_HEADER
30117   #
30118   if test x"$ac_file" != x-; then
30119     {
30120       $as_echo "/* $configure_input  */" \
30121       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30122     } >"$tmp/config.h" \
30123       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30124 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30125    { (exit 1); exit 1; }; }
30126     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30127       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30128 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30129     else
30130       rm -f "$ac_file"
30131       mv "$tmp/config.h" "$ac_file" \
30132         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30133 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30134    { (exit 1); exit 1; }; }
30135     fi
30136   else
30137     $as_echo "/* $configure_input  */" \
30138       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30139       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30140 $as_echo "$as_me: error: could not create -" >&2;}
30141    { (exit 1); exit 1; }; }
30142   fi
30143  ;;
30144
30145   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30146 $as_echo "$as_me: executing $ac_file commands" >&6;}
30147  ;;
30148   esac
30149
30150
30151   case $ac_file$ac_mode in
30152     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30153     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30154 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30155     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30156 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30157     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30158 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30159     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30160 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30161     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30162 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30163     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30164 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30165
30166   esac
30167 done # for ac_tag
30168
30169
30170 { (exit 0); exit 0; }
30171 _ACEOF
30172 chmod +x $CONFIG_STATUS
30173 ac_clean_files=$ac_clean_files_save
30174
30175 test $ac_write_fail = 0 ||
30176   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30177 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30178    { (exit 1); exit 1; }; }
30179
30180
30181 # configure is writing to config.log, and then calls config.status.
30182 # config.status does its own redirection, appending to config.log.
30183 # Unfortunately, on DOS this fails, as config.log is still kept open
30184 # by configure, so config.status won't be able to write to it; its
30185 # output is simply discarded.  So we exec the FD to /dev/null,
30186 # effectively closing config.log, so it can be properly (re)opened and
30187 # appended to by config.status.  When coming back to configure, we
30188 # need to make the FD available again.
30189 if test "$no_create" != yes; then
30190   ac_cs_success=:
30191   ac_config_status_args=
30192   test "$silent" = yes &&
30193     ac_config_status_args="$ac_config_status_args --quiet"
30194   exec 5>/dev/null
30195   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30196   exec 5>>config.log
30197   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30198   # would make configure fail if this is the last instruction.
30199   $ac_cs_success || { (exit 1); exit 1; }
30200 fi
30201 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30202   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30203 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30204 fi
30205
30206
30207 if test "$no_create" = "yes"
30208 then
30209   exit 0
30210 fi
30211
30212 ac_save_IFS="$IFS"
30213 if test "x$wine_notices != "x; then
30214     echo >&6
30215     IFS="|"
30216     for msg in $wine_notices; do
30217         IFS="$ac_save_IFS"
30218         if test -n "$msg"; then
30219             { $as_echo "$as_me:$LINENO: $msg" >&5
30220 $as_echo "$as_me: $msg" >&6;}
30221         fi
30222     done
30223 fi
30224 IFS="|"
30225 for msg in $wine_warnings; do
30226     IFS="$ac_save_IFS"
30227     if test -n "$msg"; then
30228         echo >&2
30229         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30230 $as_echo "$as_me: WARNING: $msg" >&2;}
30231     fi
30232 done
30233 IFS="$ac_save_IFS"
30234
30235 echo "
30236 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30237 " >&6
30238